> ProxyRequests Off
> ProxyPreserveHost On
> ProxyPass /var/www/myapp/ http://127.0.0.1:8443/
> ProxyPassReverse /var/www/myapp/ http://localhost:8443/
The first parameter is a URL prefix, not a filesystem path.
I tried same setup with /myapp instead of the full path, and this time I get the default tomcat page. I want though to load the specific app under http/localhost:8443/app. When setting the below the user get URL not found, and the web browser seems to be searching for server_ip/app.
Is there any way to instruct apache to load the app instead of the tomcat default page or is this a tomcat issue?
Many thanx for your help.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx