Menu
- General Information
- Architecture :
- Services & Processes
- CookBooks
- Deployment
- Bundled Applications
- Source Code :
- Third-Party Setup :
- Polytech Staff Area :
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
Applications and then WebApplications on the left panelDeployLocation: the war file you want to deployApplication name: you can use the default valueContext Root: you must change this value to fit with jSeduite conventions. /jSeduite/XXX where XXX is the service identifier without version number (XXX-v1.0.war).FeedRegistry-v1.0.war must be deployed using the /jSeduite/FeedRegistry context root.Ok to end the process.