users@glassfish.java.net

Re: How to use objects of "own" classes in WS?

From: Vijay Ramachandran <Vijay.Ramachandran_at_Sun.COM>
Date: Tue, 13 Mar 2007 18:23:56 -0700

Using the deploy-folder (aka autodeploy option), you either deploy a
service class (if it is a simple stand alone service endpoint impl) or
package the service into a WAR (servlet endpoint) / JAR (EJB endpoint)
and copy this archive to the deploy folder.

vijay

glassfish_at_javadesktop.org wrote:

>Well, I found a solution here:
>
>http://forums.java.net/jive/message.jspa?messageID=204569
>
>I also packaged my project to a war file and after deploying the classes are found (which was not the case before). I'm happy, but would like to know, why the use of deploy-Target (copying the compild classes to the deploy-folder) doesn't lead to a working configuration?!
>
>Cheers
>[Message sent by forum member 'cello1234' (cello1234)]
>
>http://forums.java.net/jive/thread.jspa?messageID=207752
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
>For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>
>
>