Hey,
I want to start GlassFish in case it crashes or so. Is this possible someway if I don't have administrator privilege on the Linux based server?
Any help would be appreciated! Daniel
Hey,
I want to start GlassFish in case it crashes or so. Is this possible someway if I don't have administrator privilege on the Linux based server?
Any help would be appreciated! Daniel
If you don't have the necessary privileges you're not allowed to start it. That's the intention of these privileges.
You should ask the administrator to grant you all necessary privileges or to install a process monitor that automatically restarts the server in case it shuts down unexpectedly. Monit is a very lightweight example that comes to my mind.