Tomcat little problem
Hi,
I developped a web application with JSP.
I use Apache and Tomcat.
I want to reduce the URL...I explain...
Under the directory webapps of tomcat i have my
own directory myDirectory which contains
my jsp (under tomcat/webapps/mydirectory/myjsp)
and all my jar (under tomcat/webapps/mydirectory)
.
In the httpd.conf of apache I do this
DocumentRoot "c:/products/tomcat/webapps/mydirectory/"
<Directory "c:/products/tomcat/webapps/mydirectory/">
bu in my browser, to access to my application I need to write
http:/myIP/mydirectory/myjsp/main.jsp
(all works fine)
My aim is to write just http:/myIP/main.jsp
I can not use Alias in httpd.conf because we can not use it for Documentroot!
An idea?
thanks for your help.
Regards.

