RE: Apache SOAP does not recognbize https protocol?

2002-05-23 Thread Agrawal, Anuj (Anuj)** CTR **
Yeah - you need to include the jsse.jar, jcert.jar and jnet.jar from Sun. The exception you're getting is cause the JDK doesn't contain support for URLs starting with https.. unknown protocol.. those 3 jar files are required to do that. > Has anyone tried https in the rpcrouter and messagerout

RE: Can Tomcat share port 80?

2002-05-22 Thread Agrawal, Anuj (Anuj)** CTR **
Charles - If by "share port 80 with a web server" you mean "use Tomcat as a servlet container in conjunction with another web server (e.g IIS or Apache etc)" then the answer is Yes. You will need to configure a connector (AJP). See the URL below for details. http://jakarta.apache.org/tomcat/