The app expects a resource file defining key "welcome.title", but connot
find it.
May be the <display-name> tag is used to find the application resource file.
You could search resource files for string welcome.title.
It should be used in the Welcome.jsp and defined in a resource file.
Then try to find how the resource file is defined, and why it is not found
when you change the <display-name>
Good luck...
> As soon as I edit the <display-name> tag so that the webapp shows the name
> of my project. I get a freaking:
[quoted text clipped - 4 lines]
>
> javax.servlet.ServletException: Missing message for key "welcome.title"
org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextI
> mpl.java:867)
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImp
> l.java:800)
> org.apache.jsp.pages.Welcome_jsp._jspService(Welcome_jsp.java:81)
> org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:133)
> javax.servlet.http.HttpServlet.service(HttpServlet.java:856)