it's a sevlet right? so you have to define the servlet in the web.xml of your webapp. plus you must move the jar to the WEB-INF/lib rather than what you stated.
J�rgen Ramskov wrote: >Hi, > >I have installed sun's JDK 1.4.1 and Tomcat 4.1.12 on a win2k machine. I >have added cos.jar to CATALINA_HOME/shared/lib and put the upload.war file >in the /webapps directory. When I try the example, I get: > >HTTP Status 404 - /upload/servlet/parserupload >---------------------------------------------------------------------------- >---- >type Status report >message /upload/servlet/parserupload >description The requested resource (/upload/servlet/parserupload) is not >available. > >What am I doing wrong? > > >Greetings >Joergen > >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
