Hello:not really, this means that if u type /xyz the /xyz folder of tomcat is being accessed with all its servlets and static files
I finally succeeded in using Tomcat 4.1 behind Apache 1.3.27 on Win32 platform.
Now I intend to do the following:
I have an application, xyz in TOMCAT_HOME/webapps/xyz. I can see this from Apache when I type:
http://localhost/xyz
Firstly, does this mean that my HTMLs are being served by Apache and JSPs by Tomcat?
sure, use the RewriteEngine of apacheSecondly, is it possible to access the entire application by just the following:
http://localhost
That is, I don't want to type xyz anymore in the URL.
nicolas
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
