How to configure data transport constraint for a URL in Tomcat?

2002-11-29 Thread Peter Lee
I have this online form page that needs to be secure, so I do not want to send it in 
plain 
text. How do I apply data transport constraint to the URLused to generate the form in 
Tomcat?

Thanks

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




Re: How to configure data transport constraint for a URL in Tomcat?

2002-11-29 Thread David Brown
Peter Lee writes: 

I have this online form page that needs to be secure, so I do not want to send it in plain 
text. How do I apply data transport constraint to the URLused to generate the form in 
Tomcat? 

Thanks 

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



Hello, u have to use the tc ssl and security realm as provided in server.xml 
and ur whatever is to be protected application directory web.xml file. to 
get rolling u will want the memory realm in server.xml uncommented first. u 
will have to have a security key for the tomcat user home. after u get going 
if this secure page is in the public exposure u will want to go to one of 
the database security realms or at least PGP encrypt the tomcac-users.xml 
file and chmod 600 so non-root intruders don't get any passwords. hope this 
helps, david. 


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