Minor glitch in running Struts2 helloWorld tutorials [TOMCAT] -


i'm trying run helloworld tutorials struts2 in eclipse indigo. when start tomcat server, following message in console window. highlighted bit 1 i'm not able understand.

jun 13, 2012 1:12:28 pm org.apache.catalina.core.aprlifecyclelistener init    **info: apr based apache tomcat native library allows optimal performance in production environments not found on java.library.path: c:\program files\java\jre7\bin;c:\windows\sun\java\bin;c:\windows\system32;c:\windows;c:\windows\system32;**  **jun 13, 2012 1:12:28 pm org.apache.tomcat.util.digester.setpropertiesrule begin warning: [setpropertiesrule]{server/service/engine/host/context} setting property 'source' 'org.eclipse.jst.jee.server:strutsexample1' did not find matching property.**  jun 13, 2012 1:12:28 pm org.apache.coyote.abstractprotocol init  info: initializing protocolhandler ["http-bio-8080"]  jun 13, 2012 1:12:28 pm org.apache.coyote.abstractprotocol init  info: initializing protocolhandler ["ajp-bio-8009"]  jun 13, 2012 1:12:28 pm org.apache.catalina.startup.catalina load  info: initialization processed in 735 ms  jun 13, 2012 1:12:28 pm org.apache.catalina.core.standardservice startinternal  info: starting service catalina  jun 13, 2012 1:12:28 pm org.apache.catalina.core.standardengine startinternal  info: starting servlet engine: apache tomcat/7.0.27  jun 13, 2012 1:12:31 pm org.apache.coyote.abstractprotocol start  info: starting protocolhandler ["http-bio-8080"]  jun 13, 2012 1:12:31 pm org.apache.coyote.abstractprotocol start  info: starting protocolhandler ["ajp-bio-8009"]  jun 13, 2012 1:12:31 pm org.apache.catalina.startup.catalina start  info: server startup in 2586 ms 

and when open tomcat on browser typing http://localhost:8080, error message http status 404 - / displayed. unable understand root cause of problem. use windows7 64bit. because system , user variables not defined?

your tomcat running .

see answer here https://stackoverflow.com/a/10972634/1085285

but not accessing application. in order run application. have give url

http://localhost:8080/mywebapp  mywebapp name have given project 

see question , answer info message getting what tomcat native library should using in production?


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -