I have an application in my .war file and I want to run it in my bot server but it does not Error giving when I try to start my application after deploying or uploading a war file on the server gives it as an error:
failed - on the reference path / start application Could not be failed - exception org.apache.catalina.LifecycleException: failed to initialize component [standard eagin [Catalina] Standard [localhost]. Standard standard [/ jauction]]
while other applications are running smoothly.
As @Jennes has told you to see more details about what has happened to you < Code> logs / catalina.out
You also want to check WEB-INF / web.xml
and check the servlet mapping.
Comments
Post a Comment