> From: removeps-gro...@yahoo.com [mailto:removeps-gro...@yahoo.com]
> Subject: Server returned HTTP response code: 408 for URL:
> https...j_security_check
>
> Server returned HTTP response code: 408 for URL:
> https://localhost:6143/mywebservice/action/j_security_check

You're not allowed to reference j_security_check directly.  The URL must refer 
to a protected resource (as declared in your web.xml), at which point Tomcat 
will internally call up the j_security_check.  if the authentication succeeds, 
the original request will then be reattempted automatically.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

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

Reply via email to