Glassfish v2.1.1 and java-web-start -
i've started job uses glassfish 2.1.1 app server , noticed there's java-web-start directory under domain1 folder. in folder there empty directories correspond 1:1 ear (and other files) files deployed under ....\domain1\applications\j2ee-apps.
what purpose of java-web-start folder , why have empty directories in it?
new glassfish.
tia
glassfish allows user launch local client can access application inside glassfish directly. launching happens java webstart.
see http://java.sun.com/developer/technicalarticles/j2ee/jws-glassfish/ introduction.
Comments
Post a Comment