[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-developers] custom servlet action mapping



OK, I'm trying to get Tomcat upgraded so I figure I would start from the sun
java packages.  Well that seems to have tomcat running Ok.  It chokes with
my customs mapping though.

In my web.xml file in the webapp I have an action mapping for *.do url to go
to a particular servlet.  Do I need to declare that mapping else where?

Thank you.