I asked this on superuser as well, but with no answers (even no views). If it's wrong to mention it here, please let me know or just move it. Thanks.
We are using a shared server (six people with root access for each user), which is reinstalled and -configured soon. I agreed to install GlassFish for everyone to use. However, I am developer and do only know basiscs of Unix/Linux.
Now my question is, what do I have to consider if I want to meet these requirements:
Automatic startup on reboot (did not happen often in the past) Easy integration with Apache Usage of existing MySQL/PostgresSQL instance Patterns/Tools for easy (shared) usage (installation of JEE apps, administration) Patterns/Tools for easy (shared) monitoring (resources (mem, db), applications) Tools for easing remote development (EJB/WAR deployment, JRebel?) Of course, there might be other topics I forgot which should be addressed.
Thanks!