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 missing servlet mapping or something went wrong with the
deployment, or similar.
Anyhow rather very "basic" problems. If you already run into trouble
here, I'd suggest books, tutorials etc. And a current Tomcat version...

Cheers,
Michael


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: upgrading a servlet

2005-05-05 Thread Alex Pure
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.



-Mensaje original-
De: 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 & redeploy the webapp containing the new servlet, if you
don't need the new and old version at the same time.
 in your web.xml could help if you need both.
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

--
"Esta comunicación representa las opiniones y puntos de vista del 
autor y no reflejan necesariamente la posición del MIMDES. Este 
mensaje y todos los archivos que contenga, son confidenciales y son 
sólo para su destinatario. Si usted no es el destinatario original, 
es posible que haya recibido este mensaje por error, en cuyo caso 
cualquier uso, distribución, derivación o copia de este mensaje 
está estrictamente prohibido. Si usted recibe este mensaje por 
error, sírvase notificar inmediatamente a [EMAIL PROTECTED] 
y borrar el mensaje de su casilla sin conservar copia."


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 
application (context). You can use either Ant or TCs internal 
admin/manager application.

Nix.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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.
 in your web.xml could help if you need both.
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]