i dont see how any web application can work without a servlet jar...are the other apps providing their own? that doesnt make any sense...
to find one look in our pom, you should be able to snag it from jetty's maven repo, or download jetty/tomcat distro. this jar is usually provided by the container. -igor On Wed, Apr 16, 2008 at 11:13 PM, PJ Pillai <[EMAIL PROTECTED]> wrote: > 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] > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
