Re: Axis port 8443 SSL only

2004-11-29 Thread Lyndon Tiu
John Walker wrote: Comment out the Connector definition in the server.xml file under $CATALINA_HOME$/conf/server.xml Thanks. That worked. -- Lyndon Tiu

Re: Axis port 8443 SSL only

2004-11-29 Thread John Walker
Comment out the Connector definition in the server.xml file under $CATALINA_HOME$/conf/server.xml On Mon, 29 Nov 2004 12:27:14 -0800, Lyndon Tiu <[EMAIL PROTECTED]> wrote: > Hello, > > I am trying to secure the web service I have written using Axis as the > framework and running on tomcat. I got

Axis port 8443 SSL only

2004-11-29 Thread Lyndon Tiu
Hello, I am trying to secure the web service I have written using Axis as the framework and running on tomcat. I got SSL client authentication working. Problem is, Axis seems to respond to client requests on both the encrypted SSL port 8443 and the un-encrypted port 8080 - port 8080 does not au