G Guest Guest Dec 28, 2010 #1 Hello, i want to test and deploy servlet examples in tomcat 7.0 without making any changes in web.xml file.please help me.
Hello, i want to test and deploy servlet examples in tomcat 7.0 without making any changes in web.xml file.please help me.
Zenthar Distinguished Dec 31, 2007 250 0 18,960 Jan 1, 2011 #2 Could you give us a bit more context so we can better help you? I think there is a way to deploy servlets without modifying web.xml for each of them, but you might need to modify it at least once (see here). Upvote 0 Downvote
Could you give us a bit more context so we can better help you? I think there is a way to deploy servlets without modifying web.xml for each of them, but you might need to modify it at least once (see here).
J javaexper Honorable Dec 22, 2012 1 0 10,510 Dec 22, 2012 #3 I don't think that tomcat supports hot deployment of web.xml changes (see http/www.javaexperience.com/deploy-servlet-on-tomcat/) Upvote 0 Downvote
I don't think that tomcat supports hot deployment of web.xml changes (see http/www.javaexperience.com/deploy-servlet-on-tomcat/)
Scott_D_Bowen Honorable Nov 28, 2012 50 0 10,590 Jan 19, 2013 #4 It's that like the first thing in the Tomcat manual? Upvote 0 Downvote