> From: Dimitris Mouchritsas [mailto:dvm@(protected)]
> Subject: Re: Tomcat cannot access the resources in an HTTPS webapp
>
> So if I want a subdirectory (e.g. admin) of my webapp, or my entire
> webapp to be accessible _only_ under https what should I do?
Read section 12 of the servlet spec:
http://jcp.org/aboutJava/communityprocess/mrel/jsr154/index.html
Use a combination of <url-pattern> and <transport-guarantee> (along with
their surrounding elements, of course).
Note that the Tomcat doc does not duplicate any information in the
servlet spec; you have to read both.
- 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 start a new topic, e-mail: users@(protected)
To unsubscribe, e-mail: users-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)