You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Tran, Francis" <Fr...@gs.com> on 2000/12/14 02:59:23 UTC

welcome file




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