RE: Multiple Servlet Mapping Problem

2004-11-11 Thread Shapira, Yoav
Hi, It's possible and permitted. Their url-patterns must be distinct. In Tomcat's implementation, each servlet declaration in web.xml corresponds to one instance of the servlet class in the JVM. Yoav Shapira http://www.yoavshapira.com -Original Message- From: Dana Cordes

RE: Multiple Servlet Mapping Problem

2004-11-10 Thread Steve Kirk
Interesting. I had a quick browse of the servlet spec and it doesn't seem to say either that you can or cannot do this. However these guys seems to reckon it works on TC: http://archives.java.sun.com/cgi-bin/wa?A2=ind0103L=servlet-interestF=S=; P=50479 If it is possible, your config looks