Top "Glassfish" questions

GlassFish is the reference Java EE application server.

Customizing an Elastic Beanstalk AMI

I need to use on Elastic Beanstalk a Java application written for Glassfish server. Beacuse of Amazon doesn't let me …

amazon-web-services glassfish glassfish-3 amazon-ami amazon-elastic-beanstalk
How to to autodeploy war file with GlassFish -- from "Core JavaServerFaces" by David Geary, Cay S. Horstmann

Naive question, but this is my first step in JSF, so forgive me ;-) I am following all the steps …

java jsf glassfish autodeploy
Redeploy remote glassfish with cargo fails

I'm currently trying to use cargo to deploy an application on a remote glassfish 3.1.2 through atlassian's bamboo. This is a …

java maven glassfish cargo
GlassFish 3.1, how to deploy an EAR with a WAR in root of server?

I have an EAR with a WAR that I'm deploying on GlassFish 3.1 Currently, the application runs at localhost:8080/myapp/index.…

glassfish ear
Can't deploy an EJB module to Glassfish

I am using NetBeans 8.0.2, jdk 1.8 and Glassfish 4. I have also used another config, with NB 7.3.1, jdk 1.7 and GF 3.1.2 and the …

java netbeans glassfish ejb ear
How does Grizzly fit in with Glassfish?

I know Glassfish uses a component called Grizzly but I am unsure of to exactly what role Grizzly performs. I …

glassfish grizzly
unit testing EJBs with Maven 2 and Glassfish 3

I've been trying to set my application up so that I can unit test it's EJBs all day but I …

java unit-testing maven-2 glassfish ejb-3.1
Glassfish OpenSSO instructions (where to download OpenSSO)?

According to the tutorial, I should go to OpenSSO and download an "express build". However, the download links on the …

java oracle glassfish saml opensso
j_security_check not redirecting to welcome page - successful login event listener?

For ages I've been puzzled about why after login I sometimes don't directed to the application welcome page. I've finally …

jsf authentication glassfish mojarra j-security-check
Login not triggered for restricted page in glassfish jdbcrealm authentication

I'm very new to EJB security and GlassFish authentication, authorization mechanism. I have a jdbc realm and configured sun-web.xml …

security authentication jakarta-ee glassfish jdbcrealm