Can you suggest how to do this in WSAD
test server?
I would like to redirect users from
http:// to
https:// if they try to access the site without including the "s".
I included this in web.xml
<user-data-constraint>
<transport-guarantee>CONFIDENTIAL</transport-guarantee>
</user-data-constraint>
I read that I have to update httpd.conf file but I could not find that file in WSAD test server.
Your help is really appreciated
Thanks
vaidya