How to deploy a jSeduite Web Service

Using Glassfish Console Interface

If asadmin can be reached from your $PATH environment variable, you can use it to deploy a web service using the following command:

asadmin deploy --name ServiceName --contextroot /jSeduite/ServiceName ServiceName-vX.y.war

For example, to deploy the DataCache service, use the following command:

asadmin deploy --name DataCache --contextroot /jSeduite/DataCache DataCache-v1.0.war

Using Glassfish Admin WebApp