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:
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