Hi

> So if '/' is a bad servlet mapping what should it be for the root?

Thats a problem i was suffering a long time from when porting to tomcat
comming from resin.
Resin allowed regular expression matching on paths, tomcat does not.

Anyway, since Tomcat 5.0 (at least) it is possible to set a servlet as
welcome-file.
Simply mount your servlet as /home and set "home" to be your welcome-file.
It will solve your problems.

Regards,
  Steffen


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to