cancel
Showing results for 
Search instead for 
Did you mean: 

Where can I place PDF generated dynamically to see them from Internet on ITS integrated

Former Member
0 Kudos

Hi community,

We are going to migrate to Integrated ITS (in ECC 6).

I have an ITS service which generate PDF file dynamically .

I place them on a location accessible from an old ITS dual host.

This location is the same where we publish the mimes.

How can I do the same process with an Integrated ITS because everything come directly from the DB?

Is it possible to creation a place accessible from internet on the WAS?

Thanks in advance for your collaboration.

Eric Koralewski.

Accepted Solutions (1)

Accepted Solutions (1)

former_member194364
Active Contributor
0 Kudos

Dear Eric,

What is the service that you are using on the Standalone ITS 6.20? How exactly does it generate the PDF? From ABAP transaction code? or is the PDF on a Content repository server?

If you have the service file from the ITS 6.20 can you paste it's contents into the reply of this thread?

Best regards,

Oisín

Former Member
0 Kudos

Hi,

I found the solution.

I've to place the file on a directory defined on in the transaction RZ10.

Choose the <<extended maintenance>> choose <<change>>

Then create a new parameter

icm//HTTP/file_access_0

with the content

PREFIX=/static/,DOCROOT=C:\webserver\static

and each file posted on the directory c:\webserver\static will accessible by the url

http://<server>:<port>/static/file1.pdf

for the file c:\webserver\static\file1.pdf

Regards

Eric Koralewski

Answers (0)