java - Tomcat5 "Null component" and "HTTP Status 404 - Servlet jsp is not available" -


I have to take my application from tomcat6 to tomcat5. The application is deployed, but I can not access it with the web browser

and now step by step:.

1) The folders are free from files related to "Work / Catalina / Local Host /", "conf / Catalina / Local Host /" and "webapps" / My project. 2) Using the Badge-Maven plugin I have posted my application and it is in the App list on the web application manager's page. 3) When opening any page of my application I get the following error, displayed in the web browser window:

  HTTP status 404 - Servlet VoucherManager is not available type status report Message Servlet voucher manager is not available Requested resource (servlet voucher manager is not available) is not available. I'm going to see Apache Tomcat / 5.5.30  

and "catalina..log":

  2010/08/04 00: 30:10 org.apache .catalina.startup.HostConfig deployWAR information: employing web application archive VoucherManager.war 2010/08/04 00:30:11 org.apache.commons.modeler.Registry registerComponent Critical: Null Component Catalina: type = "Junk" Code> & lt ;? Xml version = "1.0" encoding = "UTF-8" & gt; & Lt; Context & gt; & Lt; Loader loader class = "org.springframework.instrument.classloading.tomcat.TomcatInstrumentableClassLoader" /> & Lt; / Context & gt;  

Any suggestions?

After deleting it started working Context.xml is mentioned above .


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -