cancel
Showing results for 
Search instead for 
Did you mean: 

How to access EP file system using URL

pushkar_dhale
Participant
0 Kudos

Hi,

I have one Html file(Test.html) on my SAP EP file system and I want to access it using url of my EP portal like

eg :

http:\\<host>:<port>\test.html

so can you guide me how to achieve the same .

where I need to place that file in directory system of EP portal ?

Regards,

Pushkar Dhale .

Accepted Solutions (1)

Accepted Solutions (1)

saar_dagan
Employee
Employee
0 Kudos

Hi Pushkar,

if you are on a 7.3/7.31 system please put your files in the following directory in your server

usr\sap\<SID>\J00\j2ee\cluster\apps\sap.com\irj\servlet_jsp\irj\root

if you are using a 7.x system use

\usr\sap\<SID>\JC00\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root

and use the http:\\<host>:<port>\irj\test.html

to reach that html.

Best Regards,

Saar

pushkar_dhale
Participant
0 Kudos

Hi Saar,

You gave me accurate directory and it is working for me thanks a lot, but there is one problem I observed that once I placed my html file it is working but if I make some changes in my html source file and again accessing that html file through URL it is still showing me old contents of html file.

Actually my html file content  would  get changed every day so I need to display modified  results through html file.

Is there any issue because of cache ?? But I had cleared my browser's cache ,still it is showing me old results .

So kindly suggest.

Regards,

Pushkar Dhale.

saar_dagan
Employee
Employee
0 Kudos

Hi Pushkar,

for me as well I see only the old page before changes, it is a server cache and not a browser cache.

why is a web application not filling your needs?

best regards,

Saar

pushkar_dhale
Participant
0 Kudos

Hi Saar,

Your all reply helped me alot to solve my issue.

Thanks alot......

Regards,

Pushkar Dhale

Answers (0)