Hi there,
I have an apache(httpd) server that acts as a proxy to tomcat. I want to achieve the following, but am having a little bit of trouble..
I have a webapp deployed in tomcat called info.war. I can access this in tomcat via or.. I can go to and have apache redirect me to tomcat to
These both work fine.
What I need to achieve is this...
I need to be able to go to and have that redirect me to my info webapp(stored in /usr/local/tomcat/current/webapps/info/) at a url of (essentially the same as it's working above, just with a few more layers involved).
Where do I begin looking? Is this an apache change? or a tomcat change? Also, the change needs to not be a global change as I'm deploying this into a tomcat appserver that serves other applications, so it'll have to be specific to this one little guy.
Cheers,
-Derek
I have an apache(httpd) server that acts as a proxy to tomcat. I want to achieve the following, but am having a little bit of trouble..
I have a webapp deployed in tomcat called info.war. I can access this in tomcat via or.. I can go to and have apache redirect me to tomcat to
These both work fine.
What I need to achieve is this...
I need to be able to go to and have that redirect me to my info webapp(stored in /usr/local/tomcat/current/webapps/info/) at a url of (essentially the same as it's working above, just with a few more layers involved).
Where do I begin looking? Is this an apache change? or a tomcat change? Also, the change needs to not be a global change as I'm deploying this into a tomcat appserver that serves other applications, so it'll have to be specific to this one little guy.
Cheers,
-Derek