Chris,

>>If you just need 1 deployed webapp, then simply change your webapp to
>>sniff the client's name from the URL. You don't need to change
>>anything: you still only need one (default) virtual host in Tomcat,
>>and you can do whatever you want (e.g. single virtual host) in httpd.

Maybe i need to give a summary of the existing setup and how we use it:
tomcat runs on port 8080
apache runs on port 80

Someone requests http://share.domain.tld. This request lands on our apache 
server. Apache has to know where to send the http://share.domain.tld request, 
so i assume a vhost will need to tell apache where to send that request. The 
web app is alfresco and i am not sure how to have alfresco sniff out the 
request. Your way sounds the easiest but i am not sure how to go about it. Can 
you share any examples?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to