Hello,

If I well understood, a correct setup for a web application running under
Tomcat, requires that Apache stay in the middle to:

- collect the HTTP requests
- eventually forward them to Tomcat (eg: trough AJP)
- eventually collect responses from tomcat
- return response to the end user

My big trouble is ho to relate URL / to one of the tomcat web application.

Basically, I have a cname registered on DNS say www.domain taht resolves
in the IP of the Tomcat server.

I want that the URL http://www.domain access to a web application running
under Tomcat and not necessarely to the DocumentRoot of Apache.

Do someone know a workaround?

Thanks,

rocsca


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to