I have a EC2 instance on AWS running Ubuntu 13.10 and I need to install Glassfish 4 on it. I have found several tutorials on how to install Glassfish 3.x on it, including this one and I tried to just do that tutorial substituting in glassfish 4 where appropriate, however, when I get to
/etc/init.d/glassfish start
I get a command not found error. What else do I need to do other than just substitute glassfish_v3/glassfishv3 with glassfish4?
Or, does anyone have a tutorial that is specific for glassfish4 on EC2?