On Wed, May 26, 2010 at 4:29 PM, Bithost Ltda. <bithost.ch...@gmail.com> wrote:
> I appreciate this very helpful guide, i have some of these configs already > in motion (got the ajp connector port, workers.properties and mod_jk > included in apache), but what if i have more than 2 sites which need the > same way of deploy (virtualhosting), in that case i can't deploy it under > mydomain.com:8080, it has to be under mydomain.com:8080/myapp Frankly, I wouldn't do any of the above. Set up your Tomcat for named virtual hosting and use mod_proxy on the httpd to forward requests for those hosts, i.e. anything that isn't being served direct from httpd. Much, much simpler. :-) -- Hassan Schroeder ------------------------ hassan.schroe...@gmail.com twitter: @hassan --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org