Top "Glassfish" questions

GlassFish is the reference Java EE application server.

How do I specify the JDK for a GlassFish domain?

I've got GlassFish 2.1.1 installed. I have a 1.5 and a 1.6 JDK installed. Even though my JAVA_HOME variable is set to …

java glassfish
How to refresh JPA entities when backend database changes asynchronously?

I have a PostgreSQL 8.4 database with some tables and views which are essentially joins on some of the tables. I …

java postgresql jpa netbeans glassfish
Connecting a MySQL database to Glassfish classpath is not set or classname is wrong

I'm swapping out a derby database for a MySQL one. I had everything working before but after what I thought …

mysql eclipse jakarta-ee glassfish
How to run glassfish 4 on port 80 instead of 8080? root access is not an issue

Did some google on it and the solution was to redirect using iptables or mod in apache? Since my application …

glassfish websocket glassfish-4
Glassfish 3.1.1 - How to enable secure admin for different domains?

I have a glassfish server runing. it has 3 different domains - d1,d2, and d3. now when I try to …

glassfish
Setting a parameter as a list for an IN expression

Whenever I try to set a list as a parameter for use in an IN expression I get an Illegal …

java jpa glassfish jpql toplink-essentials
Would you, at present date, use JBoss or Glassfish (or another) as Java EE server for a new project?

If you started a new Java EE project today which is to be finished in about a year, which application …

java jboss jakarta-ee glassfish
How to install the GlassFish 3 server adapter with Eclipse Helios 3.6

Question as stated in the title: how to install the GlassFish Server Adapter on Eclipse Helios 3.6?

eclipse jakarta-ee glassfish glassfish-3 eclipse-3.6
HTTP 500 Internal Server Error in simple REST based program. Confused in GET and POST while receiving/sending response from server

I am implementing a basic client server architecture using REST services for the first time. This time I making it …

java rest glassfish jersey
Getting JSTL to run within Tomcat and Eclipse

I've been trying to get this to run, but I can't. I'm using Eclipse Galileo, Tomcat 5.5.23 and have several JSTLs …

eclipse tomcat glassfish jstl