Environment
GroupWise 7 Webaccess
Netware 6.5
Tomcat4
Apache2
Situation
Tomcat will not load
Logger screen shows: Port busy 9010
java.net.SocketException: Operation already in
progress
StandardServer.await: create[8005]: java.net.SocketException:
Operation already in
progress
java: Class org.apache.catalina.startup.Bootstrap exited with status 1
Resolution
Edited sys:\tomcat\4\webapps\ROOT\WEB-INF\web.xml file
It contained a lot of load lines, renamed the web.xml file and
created a new one with the following information in it:
PUBLIC "-//Sun Microsystems, Inc.//DTD Web
Application 2.3//EN"
"http://java.sun.com/dtd/web-app_2_3.dtd">
"http://java.sun.com/dtd/web-app_2_3.dtd">
Welcome to Tomcat
Restarted Tomcat, and this time it loads