View Review Details


Book:   Programming Jakarta Struts
Subject:   Programming Jakarta Struts Review
Date:   2004-01-04 15:59:27
From:   Chuck Cavaness
Rating:  StarStarStarStarStar

Kenny,


Are you using a WAR file or exploded format? If you have a WAR file (without the properties file), the servlet container may be deploying the WAR each time, overwriting your file. Either remove the WAR from the deployment area, or add the properties file to the WEB-INF/classes in the WAR.


If this isn't your problem, then I'm puzzled like you probably are why this would happen. Which container are you using?


See larger cover