Re: AW: [TOMCAT] Internal Tomcat Server error (HTTP Status 500): NoClassDefFound

2008-10-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Steffen, Steffen Heil wrote: Hi The method yielding the problem is the following one: private static PageLifecycleFactory getDefaultInstance() { if (defaultInstance == null) { defaultInstance = new

Re: AW: [TOMCAT] Internal Tomcat Server error (HTTP Status 500): NoClassDefFound

2008-10-02 Thread Jon Haitz Legarreta GorroƱo
Hi Steffen and all, thanks for the suggestion. 1. How do I do that? 2. Why does it work for other projects without the synchronization? Thanks. Regards, JON HAITZ Steffen Heil escribiĆ³: Hi The method yielding the problem is the following one: private static PageLifecycleFactory

AW: [TOMCAT] Internal Tomcat Server error (HTTP Status 500): NoClassDefFound

2008-09-30 Thread Steffen Heil
Hi The method yielding the problem is the following one: private static PageLifecycleFactory getDefaultInstance() { if (defaultInstance == null) { defaultInstance = new DefaultStrutsPageLifecycleFactory(); } return defaultInstance; } Make