Hi Guys,
I installed Tomcat 5.5.25 on windows vista. And i have Eclipse 3.1 installed on my machine. I have configured tomcat server in Eclipse.But when i try to start the Tomact server in eclipse, then the status of tomcat sever is synchronized. I don't have any another server in eclipse. If i try to open the console it's throwing the following message in the browser.
HTTP Status 404 - /
--------------------------------------------------------------------------------
type Status report
message /
description The requested resource (/) is not available.
--------------------------------------------------------------------------------
Apache Tomcat/5.5.25
The description iam getting in the console when i start teh tomcat as follows
Dec 4, 2007 10:06:51 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:\Program Files\Java\jdk1.5.0_12\bin;.;C:\Windows\system32;C :\Windows;C:\Program Files\Java\jdk1.5.0_12\bin\..\jre\bin\client;C:\
Pr ogram Files\Java\jdk1.5.0_12\bin\..\jre\bin;C:\ant\bin;C :\Program Files\Java\jdk1.5.0_12\bin;C:\Oracle\product\10.1. 0\Client_2\bin;C:\Oracle\product\10.1.0\Client_2\j re\1.4.2\bin\client;C:\Oracle\product\10.1.0\Clien t_2\jre\1.4.2\bin;C:\Windows\system32;C:\Windows;C :\Windows\System32\Wbem;C:\Oracle\product\10.1.0\C lient_1\bin;C:\Oracle\product\10.1.0\Client_1\jre\ 1.4.2\bin\client;C:\Oracle\product\10.1.0\Client_1 \jre\1.4.2\bin;C:\Windows\system32;C:\Windows;C:\W indows\System32\Wbem;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Windows\system32;C:\Windows;C :\Windows\System32\Wbem;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Apache Software Foundation\Tomcat 5.5\bin;
Dec 4, 2007 10:06:52 AM org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Dec 4, 2007 10:06:52 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1793 ms
Dec 4, 2007 10:06:52 AM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Dec 4, 2007 10:06:52 AM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.25
Dec 4, 2007 10:06:52 AM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Dec 4, 2007 10:06:53 AM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Dec 4, 2007 10:06:54 AM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Dec 4, 2007 10:06:54 AM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/36 config=null
Dec 4, 2007 10:06:54 AM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Dec 4, 2007 10:06:54 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 1895 ms
Also i have set class path
CATALINA_HOME = c:\programfiles\ApacheTomcatFoundation\tomcat5.5;
path=c:\programfiles\ApacheTomcatFoundation\tomcat 5.5\bin;
can anyone helpout me.
Thanks in advance.
Regards,
Lakshmi M