See how to enable SSL in Tomcat. http://tomcat.apache.org/tomcat-5.5-doc/ssl-howto.html
When you deploy Axis2 as a web application (WAR) in Tomcat it just acts like a normal web application. The Axis2 servlet receives all the requests thorugh Tomcat. After enabling SSL connector Axis2 WAR will receive requests through HTTPS in the default port 8443. If you are running the standalone bundled axis2server, then there is a separate HTTPS listener which is disabled in the axis2.xml. Upul On Mon, Apr 28, 2008 at 10:16 PM, <[EMAIL PROTECTED]> wrote: > We are providing Axis2(1.3) services using Tomcat (5.5). > I understand that Tomcat and Axis2 can both be configured to handle HTTPS. > > Do I need to configure it in both or just one? > What are the advantages of having Tomcat handle SSL rather than Axis2? > > I've looked for an article that covers this but haven't found one - any > references to something would be great. > > Thanks very much! > > - Steve > > ______________________________________________ > Steve Gruverman > IntelliCare, Inc. | A Medco Health Solutions Company > > 500 Southborough Drive | South Portland ME 04106 > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
