java.lang.RuntimeException: System properties file
|
Apache TomcatGeneral discussion of the Apache Tomcat servlet container. For discussions specific to the Professional Apache Tomcat book, please see the book discussion forum for that book.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Apache Tomcat section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
java.lang.RuntimeException: System properties file
I am deploying a new web application and I had to change the package name for the class files and then redeploy them. Since I changed the package name the jsp pages are unable to find the class files. The application compiles perfectly and there is no problem then with the JSP. When loading the app I get this error:
If the properties file is part of your build, then try placing the webteam.properties file in the class path, usually if you are using the tomcat server then you'll place these properties files in TOMCAT_HOME/shared/classes directory.