users@glassfish.java.net

Re: Help using embedded Glassfish - cannot deploy a simple war..

From: Rajeev Angal <Rajeev.Angal_at_Sun.COM>
Date: Sun, 24 Aug 2008 01:47:26 -0700

The issue was at my end with a bad web.xml
However the java command :
java -classpath glassfish-embedded-all-10.0-SNAPSHOT.jar:glassfish-
embedded-web-10.0-SNAPSHOT.jar:. gf

didnt work - threw undefined classes exceptions.

The following worked :
java -classpath glassfish-embedded-api-10.0-SNAPSHOT-with-full-
v3.jar:glassfish-embedded-web-10.0-SNAPSHOT.jar:. gf

thanks,
-rajeev