cancel
Showing results for 
Search instead for 
Did you mean: 

Thought on root access from an Apache server

michaelc
Champ on-the-rise
Champ on-the-rise
We have an Apache server that front end our tomcat.

The idea of a content based website is just starting.

I have read how to make tomcat root the Web Quick Start page but any thoughts on what you could do when Apache is the main server ?
4 REPLIES 4

bremmington
Champ on-the-rise
Champ on-the-rise
The document here might be a good starting point for you: http://tomcat.apache.org/tomcat-6.0-doc/proxy-howto.html

michaelc
Champ on-the-rise
Champ on-the-rise
Problem is not configuring Apache and tomcat - got that.

but I want the Apache root to be /wcmqs/ I could forward, but I was hoping for a more elegant solution.

bremmington
Champ on-the-rise
Champ on-the-rise
I think that configuring a proxy pass is your best solution.

michaelc
Champ on-the-rise
Champ on-the-rise
I think that configuring a proxy pass is your best solution.

this can be done, but you need to copy the static content from the web app to the Apache server.