>> I have tomcat 5, apache 1.3, mod_jk
>>
[quoted text clipped - 13 lines]
> So solve this deploy the application in the 'ROOT' context.
> In your case expand your war file to /TOMCAT_HOME/webapps/ROOT
Thanks for the response. I thought about doing this, but I run other
existing webapps for other domains on the same server.
Any more ideas? Or perhaps I don't fully understand what you are suggesting.
Thanks
Tim Terry - 19 Dec 2005 19:19 GMT
>>>I have tomcat 5, apache 1.3, mod_jk
>>>
[quoted text clipped - 21 lines]
>
> Thanks
you will still be able to run other webapps on the same server in other
contexts. However, only one application can run in the root context per
host element. If you need more than one application to run in the root
context you could either create a new virtual host and deploy one
application under each. Or sit apache in front of tomcat and do some URL
rewrite trickery.
Tim