tomcat application missing displayname - Stack Overflow most recent 30 from stackoverflow.com 2009-12-17T02:42:44Z http://stackoverflow.com/feeds/question/352925 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/352925/tomcat-application-missing-displayname 0 tomcat application missing displayname Red33mer 2008-12-09T14:36:05Z 2008-12-09T15:06:05Z <p>I have a little project with some jsp deployed on an Tomcat 5.5. Recently the Servlets which are also deployed with the jsp files (one war archive) stopped working. I also checked out a previous version from my svn which should work. What I noticed that the <code>displayname</code> (I use a german version of Tomcat , so I guess that is how I would translate it, the name in the second column in the Tomcat manager) disappeared. I use Eclipse Ganymede on vista. Tomcat is running on Debian. A local Tomcat shows the same behavior. Hope someone have an idea. Thanks.</p> http://stackoverflow.com/questions/352925/tomcat-application-missing-displayname/352960#352960 2 Answer by sblundy for tomcat application missing displayname sblundy 2008-12-09T14:45:08Z 2008-12-09T14:45:08Z <p>Is the <code>&lt;display-name&gt;</code> element in the web.xml file? Is the <code>web.xml</code> file in the WAR and at <code>/WEB-INF/web.xml</code>? Does it validate (eclipse can do that, or try <a href="http://validator.w3.org/" rel="nofollow">w3c.org's validation service</a>)? </p> http://stackoverflow.com/questions/352925/tomcat-application-missing-displayname/352967#352967 1 Answer by Vincent Ramdhanie for tomcat application missing displayname Vincent Ramdhanie 2008-12-09T14:46:18Z 2008-12-09T14:46:18Z <p>I would start by looking at the deployment descriptor for your application. i.e. web.xml. Usually, when an application is deployed but does not start its because of either a misconfig or not well formed web.xml.</p> http://stackoverflow.com/questions/352925/tomcat-application-missing-displayname/353043#353043 0 Answer by Red33mer for tomcat application missing displayname Red33mer 2008-12-09T15:06:05Z 2008-12-09T15:06:05Z <p>Thanks to both of you. I discovered, that eclipse stopped (for still unknown reasons to generate the web.xml). So i had to write it by myself. </p>