I searched the glassfish directory and it does not exist. Glassfish came with netbean 6. Other webapplications are working fine. Where can I get the servlet.jar?
On 4/16/08, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > > heh, your glassfish install is missing servlet.jar...weird. you sure > your install is kosher, doesnt really make sense. unless in glassfish > every module is supposed to provide its own servlet jar and glasshfish > can run multiple concurrent versions? > > -igor > > > On Wed, Apr 16, 2008 at 11:05 PM, PJ Pillai <[EMAIL PROTECTED]> wrote: > > Hello, > > > > I deployed my first hello world application on Glass Fish server. I am > using > > Netbeans 6. I am getting following error: > > > > WebModule[/MyApp]PWC1270: Exception starting filter WicketFilter > > java.lang.NoClassDefFoundError: javax/servlet/Filter > > at java.lang.ClassLoader.defineClass1(Native Method) > > at java.lang.ClassLoader.defineClass(ClassLoader.java:620) > > .... > > > > Please help > > > > Thanks, > > Pravin > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
