[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-developers] custom servlet action mapping
- Subject: [cobalt-developers] custom servlet action mapping
- From: "Developer" <developer@xxxxxxxxxx>
- Date: Wed Jul 17 19:53:01 2002
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
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.