Tomcat 6 and IntelliJ 6.0.5
Nice that IDEA now supports Tomcat 6, but whereas Tomcat5 builds and runs just fine, I can't build on Tomcat6, using exactly the same settings I had used for Tomcat5:
Using CATALINA_BASE: C:\Documents and Settings\mep\.IntelliJIdea60\system\tomcat__42031f dc
Using CATALINA_HOME: C:\p4\Tomcat6.0.10
Using CATALINA_TMPDIR: C:\p4\Tomcat6.0.10\temp
Using JRE_HOME: C:\p4\javaNT1.5.0
Apr 8, 2007 8:37:53 PM org.apache.catalina.core.AprLifecycleListener init
INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\p4\javaNT1.5.0\bin;C:\p4\javaNT 1.5.0\bin;C:\p4\Tools\apache-ant-1.6.2\bin;C:\oracle\ora92\bin;C:\Program Files\ThinkPad\Utilities;C:\WINDOWS\system32;C:\WI NDOWS;C:\WINDOWS\System32\Wbe m;C:\Program Files\Intel\Wireless\Bin\;C:\Program Files\ATI Technologies\ATI Control Panel;C:\Program Files\PC-Doctor for Windows\;C:\WINDOWS\Downloaded Program Files;C:\Program Files\Support Tools\;C:\Program Files\Perforce;C:\Program Files\MySQL\MySQL Server 5.0\bin;
Apr 8, 2007 8:37:53 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-80
Apr 8, 2007 8:37:53 PM org.apache.coyote.http11.Http11Protocol init
SEVERE: Error initializing endpoint
java.io.FileNotFoundException: C:\Documents and Settings\mep\.IntelliJIdea60\system\tomcat__42031f dc\..\WebEng\monthly\javaweb\ netflixServer\devcerts (The system cannot find the path specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.jav a:106)
at org.apache.tomcat.util.net.jsse.JSSESocketFactory. getStore(JSSESocketFactory.ja va:316)
at org.apache.tomcat.util.net.jsse.JSSESocketFactory. getKeystore(JSSESocketFactory .java:259)
at org.apache.tomcat.util.net.jsse.JSSESocketFactory. getKeyManagers(JSSESocketFact ory.java:410)
at org.apache.tomcat.util.net.jsse.JSSESocketFactory. init(JSSESocketFactory.java:3 78)
at org.apache.tomcat.util.net.jsse.JSSESocketFactory. createSocket(JSSESocketFactor y.java:125)
at org.apache.tomcat.util.net.JIoEndpoint.init(JIoEnd point.java:494)
at org.apache.coyote.http11.Http11Protocol.init(Http1 1Protocol.java:175)
at org.apache.catalina.connector.Connector.initialize (Connector.java:1059)
at org.apache.catalina.core.StandardService.initializ e(StandardService.java:578)
at org.apache.catalina.core.StandardServer.initialize (StandardServer.java:792)
at org.apache.catalina.startup.Catalina.load(Catalina .java:504)
at org.apache.catalina.startup.Catalina.load(Catalina .java:524)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.ja va:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.catalina.startup.Bootstrap.load(Bootstr ap.java:260)
at org.apache.catalina.startup.Bootstrap.main(Bootstr ap.java:412)
Apr 8, 2007 8:37:53 PM org.apache.catalina.startup.Catalina load
SEVERE: Catalina.start
LifecycleException: Protocol handler initialization failed: java.io.FileNotFoundException: C:\Documents and Settings\mep\.IntelliJIdea60\system\tomcat__42031f dc\..\WebEng\monthly\javaweb\ netflixServer\devcerts (The system cannot find the path specified)
at org.apache.catalina.connector.Connector.initialize (Connector.java:1061)
at org.apache.catalina.core.StandardService.initializ e(StandardService.java:578)
Any ideas? Thanks in advance. ?8-/
|