Top "Glassfish" questions

GlassFish is the reference Java EE application server.

Bash Script, Kill process by pulling from PID file

This is what I have right now in the bash script: ps aux | grep glassfish | grep domain1 | gawk '{print $2}…

linux bash shell glassfish pid
/faces/index.xhtml Not Found in ExternalContext as a Resource in Glassfish

I am getting this error while launching application. com.sun.faces.context.FacesFileNotFoundException: /faces/index.xhtml Not Found in ExternalContext …

java netbeans glassfish url-pattern
CDI - what is the correct bean.xml format?

I have a question about the correct format and usage of the bean.xml file. In my projects I typically …

java glassfish cdi jboss-weld
No web.xml in Eclipse + Glassfish v3?

I created a simple "hello world" servlet in Eclipse (helios) + Glassfish v3. I am using Glassfish's plugin for eclipse It …

eclipse deployment glassfish deployment-descriptor
hibernate, mysql, glassfish v3, and JTA datasource

I'm attempting to use hibernate entity manager with mysql and glassfish. I'm getting the following error when attempting to use …

mysql hibernate glassfish jta hibernate-entitymanager
Arquillian JPA tutorial: Could not create new instance of class org.jboss.arquillian.test.impl.EventTestRunnerAdaptor

I finished following the JPA tutorial at http://arquillian.org/guides/testing_java_persistence/ , but when I try to run …

maven jpa glassfish jboss-arquillian
JNDI resource name appended with __pm . Deployment fails

I am trying to run a very simple ear applicaiton . i seem to run into exactly this issue but the …

java jakarta-ee netbeans glassfish ear
Real world comparisons of Glassfish and JBoss 5?

Does anyone have experiences with both in the real world? How do they compare in terms of performance (memory usage, …

java jboss glassfish java-ee-5
ViewExpiredException, Page could not be restored

I've tried to follow different posts on how to handle the ViewExpiredException in Mojarra 2.1.0 (with RichFaces 4) on GlassFish 3.1. But what …

session jakarta-ee jsf-2 glassfish viewexpiredexception
WebSockets: wss from client to Amazon AWS EC2 instance through ELB

How can I connect over ssl to a websocket served by GlassFish on an Amazon AWS EC2 instance through an …

ssl websocket glassfish wss amazon-elb