- This topic has 2 replies, 2 voices, and was last updated 19 years, 2 months ago by rambrother.
-
AuthorPosts
-
rambrotherMemberDear all,
when i deploy simple HelloWorld.jsp and start tomcat server , below message is appeasring except “INFO: Installing web application at context path /HelloWorld from URL file:C:\dev\webservers\Tomcat5.0\webapps\HelloWorld”, which is not there what would be the problem.
11.10.2005 11:49:17 org.apache.catalina.core.AprLifecycleListener lifecycleEvent
INFO: The Apache Portable Runtime which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\JDK1.5.0_03\bin;C:\Programme\Apache Software Foundation\Tomcat 5.5\bin
11.10.2005 11:49:17 org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
11.10.2005 11:49:17 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1232 ms
11.10.2005 11:49:17 org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
11.10.2005 11:49:17 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.12
11.10.2005 11:49:17 org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
11.10.2005 11:49:19 org.apache.catalina.core.ApplicationContext log
INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]
11.10.2005 11:49:19 org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
11.10.2005 11:49:19 org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
11.10.2005 11:49:19 org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
11.10.2005 11:49:19 org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
11.10.2005 11:49:20 org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
11.10.2005 11:49:20 org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
11.10.2005 11:49:20 org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/80 config=null
11.10.2005 11:49:20 org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
11.10.2005 11:49:21 org.apache.catalina.startup.Catalina start
INFO: Server startup in 3966 mswith regards,
rambrother
Riyad KallaMemberWhat happens when you try and access: http://localhost:8080/HelloWorld
Do you have Tomcat setup to not automatically deploy new web projects? Try and login to the administrator (if you have it installed) or edit your server.xml and see if that is the case.
rambrotherMemberthanks. i tried http://localhost:8080/HelloWorld .
its displaying file HelloWorld.jsp. when i clicked that link its displaying content in the browerser.
In the demo they have mentioned that while running tomcat server we will receive message “INFO: Installing web application at context path /HelloWorld from URL file:C:\dev\webservers\Tomcat5.0\webapps\HelloWorld”, but i didnt get.while giving the URL i didnt mention extension JSP in the browser.
thnks for the solution.
-
AuthorPosts