David Wynter wrote:


So if I have a <Context path="" docBase="/usr/local/jakarata-tomcat-4.1.12/webapp2/se" /> DocumentRoot should be "/usr/local/jakarata-tomcat-4.1.12/webapp2/se". If this case then what about the other webapp in "/usr/local/jakarata-tomcat-4.1.12/webapp2/rwtransform" how will I get to that?

I wasn't aware that you wanted two separate webapps on the same Virtual Host.


I'm honestly not sure how I can be more clear.

My ultimate suggestion for you is to get AWAY from using absolute paths.

My second suggestion for you is get it working with Tomcat first, no Apache. Then worry about Apache.

In your configuration, as I understand it, the DocumentRoot in httpd.conf would be equal to your server.xml Host's appBase.

Then, you would access your webapps like:

http://my.host.com/webapp1
http://my.host.com/webapp2

and your homepage would be

http://my.host.com/index.html

John



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to