JasperException on the access to the 1st jsp after tomcat starts

2013-07-25 Thread Martin Uhlir
Hi, I got a problem when I freshly start tomcat with my web application then the access to 1st jsp in that application fails with following exception in the log file SEVERE: Servlet.service() for servlet [jsp] in context with path [/iq-util] threw exception [java.lang.ClassNotFoundException:

Re: Local String Problem

2007-08-07 Thread Martin Uhlir
Hi, I think you have the LocalStrings.properties file in the default package, haven't you?? Try to put it into a package (for example: com.mypackage) and than modify ResourceBundle.getBundle("com.mypackage.LocalStrings",request.getLocale()); It could help. Martin Uhlir Fa