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]

Reply via email to