what?

the reference to weblogic is not to the weblogic server, simply to their excellent documentation of the standard web.xml file. you don't need more than one web.xml file, all you need to do is set the <user-data-constraint> element correctly,
and tomcat will automatically redirect all HTTP to HTTPS for you.

the documentation link is so that you can spend some time reading about it:)

the <user-data-constraint> setting is a servlet spec standard, and will work on any servlet container.

Filip


MC Moisei wrote:
Is there a why to set you my context to use a different web.xml file ?
I use tomcat to speedup my Weblogic developement and that would require to have two web.xml files. Is there a way to set the context to user for example web_tomcat.xml file instead ?

I work in exploded format.
Thanks,
MC





From: Filip Hanik - Dev Lists <[EMAIL PROTECTED]>
Reply-To: "Tomcat Users List" <users@tomcat.apache.org>
To: Tomcat Users List <users@tomcat.apache.org>
Subject: Re: How do I direct all http requests to Https
Date: Fri, 04 Aug 2006 13:22:57 -0500

I just responded to this yesterday,

web.xml for your web-application

http://e-docs.bea.com/wls/docs61/webapp/web_xml.html#1019727

user-data-constraint & CONFIDENTIAL

Filip

William Chu wrote:
How do I direct a user to the https url when they use the http url?

i.e. http://<url> is directed to https://<url>

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to