tags:

views:

171

answers:

3

Hi, I am new to glassfish server. i have a question on glassfish usage: can I just use glassfish like a tomcat server without needing an installation? where in, I just take a folder containing glassfish folders, jars etc... dump it in a folder location setup a few environment variables and it runs.. just like tomcat?

is it possible with glassfish? also does glassfish installation does any other background things like creating registry entries etc other than creating the glassfish folder structure?

TIA Ayusman

A: 

You can use Glassfish in the manner you describe. I personally never install it - I just decompress it and run it right away...

You can download the platform independent zip distribution from here.

Bozhidar Batsov
if that is the case can you point me to a .zip distribution of glassfish? I don't see any. I got a jar distribution that is basically like running a installer java class.
Ayusman
On the download page - https://glassfish.dev.java.net/downloads/v3-final.html - there are both installer and zip distribution of glassfish
Bozhidar Batsov
A: 

Not sure what the original use-case is but GlassFish Embedded could be interesting to look at - http://docs.sun.com/app/docs/doc/821-1754

Alexis MP