Top "Glassfish-3" questions

GlassFish is an open source, production-ready, Java EE-compatible application server.

Maven Embedded Glassfish plugin

I cannot seem to get the Maven Glassfish plugin working for the life of me: <project> ... <pluginRepositories&…

maven-2 glassfish glassfish-3 glassfish-embedded
glassfish 3.1.1 import ssl certificates

i`m trying to install some SSL certificates bought from godaddy.com. I found some tutorials like this one: http://…

glassfish glassfish-3
EJB Stateless Session Bean - could not create error

Let me start by pointing out that while I've been using Java SE for a while now this is my …

ejb java-ee-6 glassfish-3 stateless-session-bean
How to disable and enable admin console (admin-listener, port 4848) from the command line

I would like to control when and where the admin service is accessible How do I do one of the …

glassfish glassfish-3 asadmin
Glassfish - high CPU usge

I'm using Glassfish 3.1.1 web profile in production envirnoment and it's eating too much CPU. Here is server settings: Windows Server 2008 …

performance jakarta-ee glassfish-3 cpu-usage
GlassFish 3: how do you change the (default) logging format?

The question originated from here: http://www.java.net/forum/topic/glassfish/glassfish/configuring-glassfish-logging-format - without an answer. The default …

java logging glassfish glassfish-3 slf4j
'ExceptionHandlerFactory was not configured properly' on Glassfish 3.1.2.2

I'm trying to handle uncaught exceptions through ExceptionHandler. Following the code in JSF2 complete reference, I've created the classes for …

jsf glassfish glassfish-3 exceptionhandler
JAAS configuration and LDAP login module in JavaEE 6

I'm writing a question here because I haven't been able to find the solution myself for months. My situation: I …

java ldap glassfish-3 java-ee-6 jaas
Using Servlet 3.0 with Weblogic 10.3

I am working on a form-based authentication and using following statements. I have realized on the way of implementation that …

java jakarta-ee authentication glassfish-3 weblogic-10.x
PermGen space issue with Glassfish/Hibernate

I'm running a GWT+Hibernate app on Glassfish 3.1. After a few hours, I run out of Permgen space. This is …

java memory-leaks classloader glassfish-3 permgen