cancel
Showing results for 
Search instead for 
Did you mean: 

Webdynpro application not functioning from Apache Reverse Proxy

Former Member
0 Kudos

Hi Experts,

We are currently working on custom webdynpro application, which needs to be exposed to Internet. We are using Apache HTTP Server as a reverse proxy.

We canable to access URL, but no images are getting displayed and also the application not functioning when we click any button/links.

Below is the HTTPD file configuration.

ProxyPass /esampleApp http://hostname:port/webdynpro/dispatcher/local/esampUI/ESamplingApp

ProxyPassReverse /esampleApp http://hostname:port/webdynpro/dispatcher/local/esampUI/ESamplingApp

When we look into image URL, which is being called from Apache, we found out "webdynpro" is missing in the URL.

Actual URL in Portal Server: (working)

http://portalhostname:port/webdynpro/resources/local/esampUI/Components/esampling.ui.ESamplingComp/l...

Apache URL:

http://Apachehostname:port/resources/local/esampUI/Components/esampling.ui.ESamplingComp/logo.gif

Please suggest.

Thanks

Aravind

Accepted Solutions (0)

Answers (2)

Answers (2)

Harsh9
Participant
0 Kudos

Hello Aravinda,

We want to pursue the same thing which you have done.

We have a web dynpro application which we want to access from internet using the APACHE server.

Can you please guide me on the same ?

Waiting for your reply.

Regards,

Harsh Bhatt

Former Member
0 Kudos

We also had the same issue, but the problem was that instead of http https was getting called.

This has to do with 2 settings:

1. Check the reverse proxy re-write URL's again. Note that there will be 2-3 entries one for webdynpro as well.

2. Open your system definintion in system admin-sys configuration adn check the WAS settings. this should point to the FQDN of the proxy server and not to the R3 server.

ankur