BUT
Using TDK 2.2 I'v got the fallowing error after creating a second application in WEB-INF
--- cut here ---
Using CATALINA_BASE: ..
Using CATALINA_HOME: ..
Using CATALINA_TMPDIR: ..\temp
Using JAVA_HOME: c:\j2sdk1.4
Starting service Tomcat-Standalone
Apache Tomcat/4.0.4
java.net.BindException: Address already in use: JVM_Bind
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:331)
at java.net.ServerSocket.bind(ServerSocket.java:318)
at java.net.ServerSocket.<init>(ServerSocket.java:185)
at org.apache.xmlrpc.WebServer.createServerSocket(WebServer.java)
at org.apache.xmlrpc.WebServer.setupServerSocket(WebServer.java)
at org.apache.xmlrpc.WebServer.run(WebServer.java)
at java.lang.Thread.run(Thread.java:534)
java.lang.RuntimeException: Address already in use: JVM_Bind
at org.apache.xmlrpc.WebServer.run(WebServer.java)
at java.lang.Thread.run(Thread.java:534)--- cut here ---
if I move either one of the two apps I've in WEB-INF, all goes well, if I leave both the apps in WEB-INF the error appears.
both apps work fine, but I'd like to get a clean console.
Any hint? (I've looked in tomcat/turbine lists without finding any post IMHO correlated).
T.I.A. Andrea
The most well keeped tech secret about Linux: perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
