I have downloaded one application in JAVA.When I start the tomcat server by startup.bat file and hit the URL "localhost:8080" it shows Tomcat Server running without any problem.Also my application "localhost:8080/abc" also runs fine. But when the same application(without any file change) when tried on other PC it doesn't work! although the tomcat server works fine.
I have searched the internet and found no solution for it.In other PCs,tomcat server is working fine but the application (abc) doesn't works while I hit the URL.The same application runs on some PCs very fine but it goes wrong while on other PC.......
Following is the error log in tomcat....
Pls help me to find out the solution.....
Any tip is appreciated............
Mar 7, 2012 1:34:43 PM org.apache.catalina.core.StandardContext startInternal
SEVERE: Error listenerStart
Mar 7, 2012 1:34:43 PM org.apache.catalina.core.StandardContext startInternal
SEVERE: Context [/logicaldoc] startup failed due to previous errors
Mar 7, 2012 1:34:43 PM org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc
SEVERE: The web application [/logicaldoc] registered the JDBC driver [org.hsqldb.jdbcDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
Mar 7, 2012 1:34:43 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/logicaldoc] appears to have started a thread named [Store dav-resources Spool Thread] but has failed to stop it. This is very likely to create a memory leak.
Mar 7, 2012 1:34:43 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory manager
Mar 7, 2012 1:34:43 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory ROOT
Mar 7, 2012 1:34:43 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-8080"]
Mar 7, 2012 1:34:43 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["ajp-bio-8009"]