users@glassfish.java.net

Re: WSGEN Classpath

From: Vijay Ramachandran <Vijay.Ramachandran_at_Sun.COM>
Date: Tue, 31 Oct 2006 13:23:41 -0800

Kenneth Clark wrote:
> OKay I had a look at it and it appears that you package the library
> with the endpoint. Am I correct (looked like it was inside the lib dir)

You can put the library files in WEB-INF/lib of your WAR or META-INF/lib
of your JAR or EAR.

> This deploys but doesn't expose the web service (well it is not
> visible in the Web Services
> <http://localhost:4848/asadmin/admingui/Index?Index.TreeView1.showContainer=0.8&jato.pageSession=>
> link)
>
> WebService.ear
> -endpoint.jar
> -META-INF
> -lib
> --library.jar
>
> Anything fishy about that?

The packaging seems OK - do you have a web.xml ? what is the version of
the web.xml ? It will be easier if you can share your WAR/EAR

vijay