why is Glassfish 3.1 admin console unloaded?
After deployment of a big .ear application on a fresh GF 3.1 server, the admin console is gone. Instead, I get the "Your server is now running" page, the same as when you open a web page from port 8080 on a new domain.
The .ear application has about 20 ejb-jar and war modules.
Restart开发者_JAVA技巧ing the domain brings the admin console back on port 4848.
Any clue?
I believe you are seeing similar issues reported in http://java.net/jira/browse/GLASSFISH-15905 and GLASSFISH-16223. The fix is available in the 3.1.1 promoted build, you can download from http://dlc.sun.com.edgesuite.net/glassfish/3.1.1/promoted
Anissa.
精彩评论