Hi All,
I installed bundled software having NetBeans
IDE 5.5,
JBoss Server and
Tomcat Server 5.5.17. My Tomcat is listening at the port 8090. No other server is listening to that port except Tomcat. Now my problem here is , I started tomcat from NetBeans IDE, and in the browse URL location I entered "http://localhost:8090/ , this is giving me 404 error. I remember it working fine few days before. But suddently this problem started . Also I observed following log in NetBeans IDE
Using CATALINA_BASE: C:\Users\db2admin\.netbeans\5.5\apache-tomcat-5.5.17_base
Using CATALINA_HOME: C:\Program Files\netbeans-5.5\enterprise3\apache-tomcat-5.5.17
Using CATALINA_TMPDIR: C:\Users\db2admin\.netbeans\5.5\apache-tomcat-5.5.17_base\temp
Using JRE_HOME: C:\Sun\SDK\jdk
Jun 29, 2007 7:47:06 AM org.apache.catalina.core.AprLifecycleListener lifecycleEvent
INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Sun\SDK\jdk\bin;.;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\9.0\DLLShared\;C:\PROGRA~1\IBM\SQLLIB\BIN;C:\PROGRA~1\IBM\SQLLIB\FUNCTION;C:\PROGRA~1\IBM\SQLLIB\SAMPLES\REPL;C:\Program Files\QuickTime\QTSystem\;C:\Sun\SDK\bin;;C:\Users\db2admin\AppData\Local\Temp\java_ee_sdk-5_02-windows.exe2\package;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\9.0\DLLShared\;C:\PROGRA~1\IBM\SQLLIB\BIN;C:\PROGRA~1\IBM\SQLLIB\FUNCTION;C:\PROGRA~1\IBM\SQLLIB\SAMPLES\REPL;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\9.0\DLLShared\;C:\PROGRA~1\IBM\SQLLIB\BIN;C:\PROGRA~1\IBM\SQLLIB\FUNCTION;C:\PROGRA~1\IBM\SQLLIB\SAMPLES\REPL;C:\SUN\SDK\BIN;C:\SUN\SDK\JDK\BIN;;C:\SUN\SDK\BIN;C:\SUN\SDK\JDK\BIN;
Jun 29, 2007 7:47:06 AM org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-8090
Jun 29, 2007 7:47:06 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 582 ms
Jun 29, 2007 7:47:06 AM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Jun 29, 2007 7:47:06 AM org.apache.catalina.core.StandardEngine start
INFO: Starting
Servlet Engine: Apache Tomcat/5.5.17
Jun 29, 2007 7:47:06 AM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Jun 29, 2007 7:47:07 AM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8090
Jun 29, 2007 7:47:07 AM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Jun 29, 2007 7:47:07 AM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/23 config=null
Jun 29, 2007 7:47:07 AM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Jun 29, 2007 7:47:07 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 1471 ms From the Infor about Server Startup, shall I assume that server hasn't started yet. If so, what is work a round for this? Please help me in fixing this problem. Thanks in advance.