Hi
I am facing an issue. I am not able to find the solution anywhere... Do let me know if u solved it
I am trying to reverse proxy SAP 7.3 using Apache 2.0.6.4 as the webserver. It was working fine with SAP 7.01. But with 7.3, i am facing GUI problems, the URL says i have been logged in, but the GUI is not being displayed....
"The requested URL /com.sap.portal.pagebuilder/html/EmptyDocument.html was not found on this server."
^^ is the error message that i am getting.
Below is the reverse proxy lines that i have added in the httpd.conf file of apache. which worked fine for SAP 7.01
ProxyRequests Off
ProxyPass /irj http://<SAP 7.3 IP>:50000/irj/
ProxyPassReverse /irj http://<SAP 7.3 IP>:50000/irj/
ProxyPreserveHost On
ProxyRequests Off
ProxyPass /webdynpro http://<SAP 7.3 IP>:50000/webdynpro
ProxyPassReverse /webdynpro http://<SAP 7.3 IP>/webdynpro
ProxyPreserveHost On
Regards,
Jatin Shetty