Tomcat Root = Apache Root

Hi,

I have installed Apache 1.3 and Tomcat 3.2.3. So far, I have success in executing servlets through the Apache server in a directory under the Tomcat directory structure;

e.g. tomcat_home/servlet/....

What I want to do is to put my servlets into the apache directory structure;

e.g. apache_home/htdocs/servlet/....

Could anyone kindly give me some ideas of how to configure this. Many thanks.

Sunny

[458 byte] By [sunnyl] at [2007-9-26 2:18:12]
# 1
you have to specify where tomcat root is.Default is webapps. Change it.
pernica at 2007-6-29 9:18:56 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
If you are doing this to make it easier to fit your java projects into your web structure think of using a symbolic link from the website to the tomcat domain rather than changing the Tomcat root. This can make things a bit less confusing.
Breakfast at 2007-6-29 9:18:56 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
Thank you very much.
sunnyl at 2007-6-29 9:18:56 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...