ssl redirection? in tomcat

2002-12-23 Thread Jason Pyeron

given 

http://server/context/securedir/foo.html 

needs to redirect to 

https://server/context/securedir/foo.html


and 

https://server/context/nosslhere/bar.html

to

http://server/context/nosslhere/bar.html


cant seem to find any docs on this subject.

-- 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-   -
- Jason Pyeron   http://www.pyerotechnics.com   -
- Owner  Lead  Pyerotechnics Development, Inc. -
- +1 410 808 6646 (c)   500 West University Parkway #1S -
- +1 410 467 2266 (f)   Baltimore, Maryland  21210-3253 -
-   -
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

This message is for the designated recipient only and may contain 
privileged, proprietary, or otherwise private information. If you
have received it in error, purge the message from your system and 
notify the sender immediately.  Any other use of the email by you 
is prohibited.




--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: ssl redirection? in tomcat

2002-12-23 Thread Jason Pyeron


http - https solved:

security-constraint
 web-resource-collection
  web-resource-name/
  url-pattern/securedir/url-pattern
  url-pattern/securedir//url-pattern
  url-pattern/securedir/*/url-pattern
  url-pattern/securedir/**/url-pattern
 /web-resource-collection
 user-data-constraint
  transport-guaranteeCONFIDENTIAL/transport-guarantee
 /user-data-constraint
/security-constraint


any ideas on https - http?

-jason pyeron

On Tue, 24 Dec 2002, Jason Pyeron wrote:


given 

http://server/context/securedir/foo.html 

needs to redirect to 

https://server/context/securedir/foo.html


and 

https://server/context/nosslhere/bar.html

to

http://server/context/nosslhere/bar.html


cant seem to find any docs on this subject.



-- 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-   -
- Jason Pyeron   http://www.pyerotechnics.com   -
- Owner  Lead  Pyerotechnics Development, Inc. -
- +1 410 808 6646 (c)   500 West University Parkway #1S -
- +1 410 467 2266 (f)   Baltimore, Maryland  21210-3253 -
-   -
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

This message is for the designated recipient only and may contain 
privileged, proprietary, or otherwise private information. If you
have received it in error, purge the message from your system and 
notify the sender immediately.  Any other use of the email by you 
is prohibited.




--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]