| Tomcat and eclipseLInk [message #499910] |
Tue, 24 November 2009 09:04  |
Enrico Messages: 82 Registered: July 2009 |
Member |
|
|
Dear all,
when I deploy some .class on Tomcat server I need to restart the Tomcat
server in order to have my web application runnning.
I would like to be able to do not restart Tomcat every time I deploy a
class.
Any suggestion?
BR,
Enrico
|
|
|
|
|
|
|
|
|
|
|
|
| Re: Tomcat and eclipseLInk [message #502296 is a reply to message #501771] |
Mon, 07 December 2009 11:01  |
James Sutherland Messages: 1844 Registered: July 2009 |
Senior Member |
|
|
The specific null-pointer is caused because the Helper class seems to have somehow failed to be initialized.
Calling,
Helper.initCalendarCache();
would fix the specific issue, but it is most likely a symptom of a much bigger issue if Tomcat is not initializing class correctly. You may want to review your Tomcat documentation, or ensure you have the latest version, or are deploying your classes correctly.
James : Wiki : Book : Blog
|
|
|
Powered by
FUDForum. Page generated in 0.01944 seconds