| Author |
Anyone tried Tomcat 4.1.7? - bedding down prob
|
Jim Petersen
Ranch Hand
Joined: Jul 24, 2001
Posts: 241
|
|
Hi there I downloaded tc 4.1.7 over the weekend to play with it and there seem to be a few nice new features included. My overall impression is that it easier to get up and running than previous versions. I have one small problem in trying to log into the tc administration application on the default home page (ie http://localhost:8080/admin) I get a 500 error saying "javax.servlet.ServletException: Missing message for key application.title" any suggestions?
|
- Jim Petersen <br />SCJP2<br />SCWCD<p>- but then again, I could be wrong...
|
 |
ersin eser
Ranch Hand
Joined: Feb 22, 2001
Posts: 1072
|
|
May be looking for "title" in some sort of properties file ?
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14561
|
|
|
That's a common error for a Struts-based webapp to emit. For that case it means that either the web.xml file has mis-specified the path of the application properties file OR that the application properties file doesn't have a property named "application.title" defined in it.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
Jim Petersen
Ranch Hand
Joined: Jul 24, 2001
Posts: 241
|
|
Cheers guys i'll have a look at these leads and see where we get
|
 |
 |
|
|
subject: Anyone tried Tomcat 4.1.7? - bedding down prob
|
|
|