How do you find the glass fish version?

How do you determine which version of the GlassFish server is running?

This command:

/var/glassfish/bin/asadmin version

... returns:

Version = Sun Java System Application Server 9.1_01
Command version executed successfully.

What version of GlassFish is this?

+3
source share
3 answers

1. Return to the installation directory installed in Glassfish using the terminal.

Example - cd / opt / glassfish3.1.2.2 / glassfish / bin

2. Then enter this cammand in the terminal

./version asadmin

+3
source

Sun Java System Application Server 9.1_01

This is GlassFish 2.

See also:

+1
source

On the GlassFish wiki page , it looks like the Sun Application System 9.1server matches GlassFish v2.

This blog entry also mentions that your specific version ( 9.1_01) is GlassFish compliant v2ur1.

+1
source

All Articles