Hello!
I am trying to have all my http request foward
to a mainServlet first and after few verification
send it to the appropriate page.
For example, if you type http://mylocalhost/
if should go directly to myapp/servlet/mainServlet which
reside in Tomcat. However if you type http://mylocalhost/hello.html,
it should go to my Apache web server.
I am using Apache+Tomcat combination. Someone
told me once that I could use <welcome-file-list> but I haven't
been able to find any doc....
Ideas? Thanks in advance!
Cheers,
Francis