Re: how to use servlet-mapping

2000-11-27 Thread Claudio Miranda
the tag dictates the browser vision of your resources, look at the correct code below. -- Claudio Miranda ___ SUN Certified Programmer for JAVA 2 Edmund Cheung wrote: > > Hi, > > If I have more than one servlet defined in the web.xml file, how do I us

RE: how to use servlet-mapping

2000-11-23 Thread Lebedko, Oleg
You have to define not conflicting url-pattern values (which is the case in your example) Oleg Lebedko Wireless Networks, Technology Development 2920 Matheson Blvd. E., F7 Mississauga, ON L4W 5J4 * (905) 282 - 3263 [1

Re: how to use servlet-mapping

2000-11-23 Thread Mikko Kurki-Suonio
On Thu, 23 Nov 2000, Edmund Cheung wrote: > servlet-mapping ? Based on the following setting, the program always calls > the UserManagerController. > > UserManagerController > / > You've given both servlets the same mapping... which won't do. You must give them *different* u