I have a web app that starts/stops fine "as is." But when I added the servlet/servlet-mappings to support Axis 1.1, tomcat (catalina 4.1) doesn't shutdown anymore, as if the servlets (two are loaded at startup per the web.xml file in the distro) that are started are not stopping.
Is there anything special I need to do to allow Tomcat to be stopped normally even with Axis installed? Maybe there's a port conflict? Thanks, David
