aspose file tools
The moose likes Tomcat and the fly likes 404 error and unable to deploy the project Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "404 error and unable to deploy the project" Watch "404 error and unable to deploy the project" New topic
Author

404 error and unable to deploy the project

ramu somu
Greenhorn

Joined: Oct 12, 2011
Posts: 20
Feb 10, 2012 11:05:21 AM org.apache.catalina.core.AprLifecycleListener init
INFO: Loaded APR based Apache Tomcat Native library 1.1.22.
Feb 10, 2012 11:05:21 AM org.apache.catalina.core.AprLifecycleListener init
INFO: APR capabilities: IPv6 [false], sendfile [true], accept filters [false], random [true].
Feb 10, 2012 11:05:21 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-apr-8080"]
Feb 10, 2012 11:05:21 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["ajp-apr-8009"]
Feb 10, 2012 11:05:21 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1050 ms
Feb 10, 2012 11:05:21 AM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
Feb 10, 2012 11:05:21 AM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.22
Feb 10, 2012 11:05:21 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory docs
Feb 10, 2012 11:05:22 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory examples
Feb 10, 2012 11:05:22 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory host-manager
Feb 10, 2012 11:05:22 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory manager
Feb 10, 2012 11:05:22 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory ROOT
Feb 10, 2012 11:05:22 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory sdbjksnd
log4j:WARN No appenders could be found for logger (org.springframework.web.context.ContextLoader).
log4j:WARN Please initialize the log4j system properly.
Feb 10, 2012 11:05:24 AM org.apache.catalina.core.StandardContext startInternal
SEVERE: Error listenerStart
Feb 10, 2012 11:05:24 AM org.apache.catalina.core.StandardContext startInternal
SEVERE: Context [/sdbjksnd] startup failed due to previous errors
Feb 10, 2012 11:05:24 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-apr-8080"]
Feb 10, 2012 11:05:24 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["ajp-apr-8009"]
Feb 10, 2012 11:05:24 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 3132 ms
log4j:WARN No appenders could be found for logger (org.springframework.web.context.ContextLoader).
log4j:WARN Please initialize the log4j system properly.
Feb 10, 2012 11:06:04 AM org.apache.catalina.core.StandardContext startInternal
SEVERE: Error listenerStart
Feb 10, 2012 11:06:04 AM org.apache.catalina.core.StandardContext startInternal
SEVERE: Context [/sdbjksnd] startup failed due to previous errors



webcontent>webinf>web.xml




please let me know whts the issue or need any other code
Tim Holloway
Saloon Keeper

Joined: Jun 25, 2001
Posts: 12513


Feb 10, 2012 11:05:24 AM org.apache.catalina.core.StandardContext startInternal
SEVERE: Error listenerStart
Feb 10, 2012 11:05:24 AM org.apache.catalina.core.StandardContext startInternal
SEVERE: Context [/sdbjksnd] startup failed due to previous errors


A 404 error comes because the application itself cannot be found (it didn't deploy), therefore all URL requests to that app will go unresolved (404).

Unfortunately, the catalina log doesn't give details. In situation like this, you can often find useful information in the localhost log.


One of the most odious afflictions that Business has inflicted on the modern English language is "pro-active". Most of the time it's simply redundantly used in place of the simple old word "active". And a good deal of the rest of the time it means "You're not overworked enough yet, so go out and find more!"
 
 
subject: 404 error and unable to deploy the project
 
Threads others viewed
Why jdk6x is not compatiable with Tomcat7? why jdk7x compiled classes are not working in jdk6x
HTTP status 404 error from Tomcat
Tomcat Lifecycle exception
Error The requested resource is not available
I am connecting liferay communtiy edition 6.0.6 with postgresql 9.1 and using apache tomcat server6.
MyEclipse, The Clear Choice