Hi Experts:

I want to Configure my TOMCAT for SSL and was reading the SSL Config How-To posted at "http://jakarta.apache.org/tomcat/tomcat-4.0-doc/ssl-howto.html#Edit%20the%20Tomcat%20Configuration%20File";

I made all the changes as was mentioned above and when excute Catalina I get following error--->
-------------------------------------------------------------------------------------------------------------
# ./catalina.sh run
Using CATALINA_BASE: /tom
Using CATALINA_HOME: /tom
Using CATALINA_TMPDIR: /tom/temp
Using JAVA_HOME: /usr/java130
Starting service Tomcat-Standalone
Apache Tomcat/4.0.4
Error unable to create jar cache in /tmp directory : java.util.zip.ZipException: error in opening zip file
Error unable to create jar cache in /tmp directory : java.util.zip.ZipException: error in opening zip file
Starting service Tomcat-Apache
Apache Tomcat/4.0.4
StandardServer.await: create[8005]: java.net.BindException: The socket name is already in use.
java.net.BindException: The socket name is already in use.
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:414)
at java.net.ServerSocket.<init>(ServerSocket.java:182)
at org.apache.catalina.core.StandardServer.await(StandardServer.java:277)
at org.apache.catalina.startup.Catalina.start(Catalina.java:794)
at org.apache.catalina.startup.Catalina.execute(Catalina.java:681)
at org.apache.catalina.startup.Catalina.process(Catalina.java:179)
at java.lang.reflect.Method.invoke(Native Method)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:243)
-------------------------------------------------------------------------------------------------------------

Thanks!






_________________________________________________________________
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus


--
To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to