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