Oh thanks so much! That got rid of my 404 error - now I have a 405 to tackle though - glad to be done with the 404 though - I thought I had tried every combination but I guess not!! Thanks Kimberly
On Wed, Mar 12, 2008 at 10:21 PM, David Smith <[EMAIL PROTECTED]> wrote: > Keep in mind it's the browser that calls the servlet, not really your > jsp and the browser knows nothing of tomcat contexts. Your <form ...> > tag should have an action of "/test/servlet/UploadUnzipTest". In the > jsp, you can compute this as <form > action="${pageContext.request.contextPath}/servlet/UploadUnzipTest" > enctype="multipart/form-data"> in jsp pages. > > --David > > Kimberly Begley wrote: > > it's in CATALINA_HOME/webapps/test > > > > On Wed, Mar 12, 2008 at 10:14 PM, Mark Thomas <[EMAIL PROTECTED]> wrote: > > > > > >> Kimberly Begley wrote: > >> > >>> and my jsp form calls it like this: > >>> <form action="/servlet/UploadUnzipTest" enctype="multipart/form-data" > >>> method=post> > >>> > >> What is the context path your app is deployed to? > >> > >> Mark > >> > >> > >> --------------------------------------------------------------------- > >> To start a new topic, e-mail: users@tomcat.apache.org > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> > >> > > > > > > > > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Kimberly Begley