Hi friends,
This is my first web project and first post in this forum.
I am using MyEclipse 6 for my programs.
I opened a new project and tried to run it.
But the
tomcat server of MyEclipse was not able to find a library.
This thing i always sees in the console..
12-Feb-2011 20:56:48 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:\Program Files\MyEclipse 6.0\bin;C:\Program Files\MyEclipse 6.0\myeclipse\eclipse\plugins\com.genuitec.eclipse.easie.tomcat.myeclipse_6.0.0.zmyeclipse60020070820\tomcat\bin
12-Feb-2011 20:56:50 org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
12-Feb-2011 20:56:50 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 3351 ms
12-Feb-2011 20:56:50 org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
12-Feb-2011 20:56:50 org.apache.catalina.core.StandardEngine start
INFO: Starting
Servlet Engine: Apache Tomcat/6.0.13
12-Feb-2011 20:56:52 org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
12-Feb-2011 20:56:52 org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
12-Feb-2011 20:56:52 org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/125 config=null
12-Feb-2011 20:56:53 org.apache.catalina.startup.Catalina start
INFO: Server startup in 2840 ms
I thing the problem is with this bold line....
And now i have 1 index.JSP file and 1 Web.xml which was automatically produced by MyEclipse 6.
so,i don't think that there would be a problem with these files..
I wrote this line on the browser...
http://localhost:8080/HelloWorld
i have also run this project on another system but on that it was running fine.
I don't know what to do.
please help!!
Thank you,
Sumit