removeps-c...@yahoo.com wrote:
...
   <url-pattern>/folder/action.do</url-pattern>
   </servlet-mapping>

...


So I will try two things.  First, remove the https to see if it works.  Second, change the 
url-mapping from an exact match like "/myapps/folder/action.do" to "*.action.do"
In any case, the URL against which you match should never include the "webapp name" (or "context name"). It is correct in the <url-pattern> above, but not in your last remark.

Other than that, could it be that the login page to which you re-direct is not being found, and that this is causing the 404 ?



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to