[Resin-interest] java.lang.NoClassDefFoundError: javax/faces/application/Application

2009-03-16 Thread GlWy
Greetz, I'm having a problem with building my Resin server in MyEclipse. Can anyone help me out on this? I get the following exception: [10:48:17.390] {main} java.lang.NoClassDefFoundError: javax/faces/application/Application [10:48:17.390] {main} at java.lang.Class.forName0(Native Method)

[Resin-interest] Resin cluster session performance problems

2009-03-16 Thread Richard Grantham
Hi list, I've posted before with regards to problems with clustered sessions, but I've had session-db related outages on two production servers within half-an-hour of each other. I'm running Resin 3.1.8 with a clustered persistent session configuration. I took a stacktrace when both servers

Re: [Resin-interest] Resin cluster session performance problems

2009-03-16 Thread Scott Ferguson
On Mar 16, 2009, at 4:15 AM, Richard Grantham wrote: Hi list, I've posted before with regards to problems with clustered sessions, but I've had session-db related outages on two production servers within half-an-hour of each other. I'm running Resin 3.1.8 with a clustered persistent

Re: [Resin-interest] java.lang.NoClassDefFoundError: javax/faces/application/Application

2009-03-16 Thread Scott Ferguson
On Mar 16, 2009, at 3:01 AM, GlWy wrote: Greetz, I'm having a problem with building my Resin server in MyEclipse. Can anyone help me out on this? It looks like the jsf.jar is missing from your classpath. You might need to add it in the eclipse configuration. -- Scott I get the