Reputation: 16656
I have a machine in Amazon EC2 service, sometimes my machine is restarted, then I lost my glassfish and then my web apps. How could I make it start with the system ?
Thanks.
Upvotes: 0
Views: 368
Reputation: 3334
Check out "asadmin create-service". You can run "asadmin create-service --help" or check out the documentation: admin guide / reference guide. Hope this helps.
Upvotes: 1