Re: upgrading a servlet

2005-05-05 Thread Michael Echerer
Zohar Amir wrote: Hello, I'm using Tomcat 5.0.28 on Red Hat linux. What is the correct procedure to deploy a new version of the same servlet? Just build redeploy the webapp containing the new servlet, if you don't need the new and old version at the same time. servlet-mapping in your web.xml

Re: upgrading a servlet

2005-05-05 Thread Nikola Milutinovic
Zohar Amir wrote: Hello, I'm using Tomcat 5.0.28 on Red Hat linux. What is the correct procedure to deploy a new version of the same servlet? If the servlet is in WEB-INF/classes/... upload the class file. If it is in a JAR in WEB-INF/lib/... upload the whole JAR. The reload the web

RE: upgrading a servlet

2005-05-05 Thread Alex Pure
: Michael Echerer [mailto:[EMAIL PROTECTED] Enviado el: jueves, 05 de mayo de 2005 6:45 Para: Tomcat Users List Asunto: Re: upgrading a servlet Zohar Amir wrote: Hello, I'm using Tomcat 5.0.28 on Red Hat linux. What is the correct procedure to deploy a new version of the same servlet? Just build

Re: upgrading a servlet

2005-05-05 Thread Michael Echerer
Alex Pure wrote: I need help with this problem please .. Apache Tomcat/4.0.1 - HTTP Status 404 - /servlet/utdHttpController type Status report message /servlet/utdHttpController description The requested resource (/servlet/utdHttpController) is not available. Either