Hi, all.
I have a question about GlassFish V3 deployment.
Now I have been proceeding migration project.
I would like to migrate an application to GlassFish V3.
I confirmed I can deploy the application to GlassFish V2 without any
problems.
However, I can not deploy it to GlassFish V3.
I saw a document from GlassFish site.
GlassFish V3 has a compatibility with GlassFish V2.
http://docs.oracle.com/cd/E26576_01/doc.312/e24938/deploy.htm#GSRFM0011
4
I put command line as below.
deploy --properties compatibility=V2 "Application Path"
Does GlassFish V3 have compatibility with GlassFish V2?