Recently I built a SOAP web service with Java, I have no problem to deploy it on my EC2 instance, while the SSH connection is on with Putty, the test link and WSDL link are both working fine.
But once I disconnected from SSH, those 2 links became unavailable right away, could anyone please let me know if there is a way to keep the GlassFish server alive all the time, without the need to connect with Putty and start-domain in GlassFish each time.
Thanks a lot!