[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-developers] Trouble configuring Tomcat/Apache to always use Tomcat..



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