[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-developers] Trouble configuring Tomcat/Apache to always use Tomcat..
- Subject: [cobalt-developers] Trouble configuring Tomcat/Apache to always use Tomcat..
- From: "Michael McCann" <michael@xxxxxxxxxxxxx>
- Date: Tue Feb 26 21:59:01 2002
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
Try this entry in your Virtual host container in the apache
ProxyPass /tomcat_content_for_client_A/
http://localhost:xxxx/client_A/
ProxyPassReverse /tomcat_content_for_client_A/
http://localhost:xxxx/client_A/
this entry will redirect to tomcat
is essence apache operates as a proxy for tomcat jsp and servlet requests.
you may have to have tomcat running on a different port (xxxx) but this is
trivial as you are proxying the content anyway, added benefits of working
like
this are that you can mix your serverside technologies...
which is nice!
Michael McCann
Connaught
http://www.connaught.net
michael@xxxxxxxxxxxxx