GlassFish is a Java EE 6 application server.
83
votes
10answers
26k views
Would you, at present date, use JBoss or Glassfish (or another) as Java EE server for a new project? [closed]
If you started a new Java EE project today which is to be finished in about a year, which application server would you choose and why?
Part of your answer should include your arguments for your ...
68
votes
3answers
36k views
What is difference between Tomcat and JBoss and Glassfish?
I am starting to look into Enterprise Java and the book I am following mentions that it will use JBoss. Netbeans ships with Glassfish. I have used Tomcat in the past.
What are the differences between ...
31
votes
2answers
1k views
Glassfish JAX-WS side by side SSL / insecure EJB webservice
Is it possible to run a single @WebService bean as both secure and insecure at the same time, preferably using the same URL except for the http/https protocol difference?
I am able to run the service ...
27
votes
5answers
14k views
Which Maven GlassFish plugin to use?
I've been trying to integrate deploying java .war's in GlassFish V3 through Maven. While I have found a few plugins, none of them look to be very active:
Maven Glassfish Plugin
Eskato's Wordpress ...
26
votes
1answer
14k views
23
votes
11answers
71k views
Log4J properties file - where to put it
I wrote a web service project using netbeans 6.7.1 with glassfish v2.1, put log4j.properties to the root dir of project and use
static Logger logger = Logger.getLogger(MyClass.class);
in ...
22
votes
6answers
14k views
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, speed, etc)? Stability?
Does JBoss Seam work well on Glassfish?
19
votes
3answers
12k views
Why use Glassfish instead of Apache? What's it strengths and weaknesses?
Sorry for my ignorance here, but when I hear the word webserver, I immediately imagine Apache, although I know people use Microsoft's IIS too. However since I've been hanging out here at Stackoverflow ...
16
votes
5answers
9k views
Why use Apache Web Server in front of Glassfish or Tomcat?
Is it good idea to use Apache Webserver in front of GF or Tomcat? Does it improve the performance/security?
Or there is not any reason to use Apache Web Server with GF?
16
votes
2answers
14k views
Glassfish 3.1.2 and Eclipse
I just downloaded the Glassfish version 3.1.2, this is not yet an official release.
I need this version because my web application is using websockets.
The problem I have now is with the Glassfish ...
16
votes
2answers
16k views
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 around. My latest try was to use the GlassFish jar file "jstl-impl-1.2.jar". I placed ...
15
votes
6answers
37k views
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?
15
votes
4answers
13k views
How would you compare Apache Tomcat & Glassfish as production servers?
I have a J2EE-based system which is running currently on Apache Tomcat. We are in discussions to move our production servers to the Glassfish server.
Can someone share their experiences with either ...
14
votes
5answers
3k views
Glassfish as an OSGi Container
I'm evaluating OSGi containers and the subject came up of using Glassfish to contain my OSGi application components. My question is: Is Glassfish good for this? Does anybody have any experience using ...
14
votes
3answers
6k views
Jetty, Tomcat, Nginx, Geronimo, Glassfish: I'm confused
As someone new to the Java EE ecosystem, I'm confused with these products which share a tremendous amount of keywords. And half of them come from Apache software foundation.
Can someone address me ...
13
votes
4answers
8k views
PermGen space error - Glassfish Server
I am running java web application using Hibernate and glassfish Server. I am getting
java.lang.OutOfMemoryError: PermGen space exception when after I deploying it several times.
I tried ...
13
votes
5answers
2k views
Compare and Contrast Java Module/Plugin mechanisms
There are several mechanisms for module/plugin mechanisms:
JSR-277 (now defunct), Project Jigsaw
OSGi
Eclipse plugins (currently built on top of OSGi)
Netbeans plugins
Android apps
Glassfish plugins ...
13
votes
4answers
9k views
Glassfish 3 security - Form based authentication using a JDBC Realm
I want to understand form based security and JDBC realms with glassfishV3, so i decided to create a little app that just allows to sign in and out, i followed the instructions from this book to do ...
13
votes
3answers
816 views
How to notify all (same) Singleton beans in a Glassfish 3.1 Cluster?
I have a JEE6 application that runs on an Glassfish 3.1.2 cluster.
One @Singleton Bean contains some kind of (readolny) cache. A User can press a button in the GUI to update the cache with (updated) ...
13
votes
0answers
600 views
How can a JACC provider use the Principal-to-role mapping facilities of the server it's deployed on?
I am writing a JACC provider.
Along the way, this means implementing a PolicyConfiguration.
The PolicyConfiguration is responsible for accepting configuration information from the application ...
12
votes
6answers
11k views
Best way to deploy on Glassfish V3
What is the best way to deploy my web project (or ear project) to remote server and glassfish?
How to use ant-deploy.xml and build-impl.xml that netbeans create for this purpose?
Using autodeploy ...
12
votes
1answer
2k views
How to prevent eclipse from deploying test classes on Tomcat?
I have a Maven project, containing the typical folders src/main/java and src/test/java and I am using Eclipse 3.7 with m2e 1.0.and Maven Integration for WTP 1.4.0 . Eclipse is used during development ...
12
votes
3answers
967 views
Clustering a stateless Java EE application with Glassfish on Amazon AWS
What's the best way to deploy a stateless Java EE 6 application in a distributed environment in order to achieve high availability and scalability? My application is stateless. Therefore, I don't need ...
11
votes
2answers
7k views
Java EE 6: How to implement “Stay Logged In” when user login in to the web application
I am using Form-based authentication provided by GlassFish v3 btw.
Most of the website, when the user about to provide the username and password to log into the system, it has a checkbox "Stay logged ...
11
votes
2answers
7k views
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 run asadmin enable-secure-admin command, how to i specify which domain i want to enable?
11
votes
5answers
3k views
Glassfish in real world
Are there any companies/web-sites that use Glassfish in production? I am new to J2EE and deploy JRuby on Rails alongside a JAX-WS Metro application in Glassfish v3 Prelude. Sometimes the quirks make ...
11
votes
1answer
4k views
Xerces error: org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl
I'm developing a web application using JSF 2.0, NetBeans 6.9.1, GlassFish Server 3.1, mojarra 2.0.3, and JasperReports 3.7.6. Included in my project library is the jar file "xerces-2.8.0.jar". This ...
11
votes
2answers
404 views
Java - date saved as the day before
I'm experiencing a very weird behaviour while saving dates on database. On my (Linux centOS 6.2) server I use glassfish application server (3.1.1 - build 12) and Java (1.7.0_09), the application is ...
10
votes
4answers
10k views
GlassFish in Eclipse complains “GlassFish v3 requires a JDK 1.6 and not a JRE”
I am running:
Eclipse Java EE IDE for Web Developers.
Version: Helios Service Release 2
Build id: 20110218-0911
I have also installed Java EE 6 SDK Update 2 which includes:
GlassFish Open Source ...
10
votes
11answers
3k views
Singleton in Java App Server.. How bad of an idea is this?
I am currently working on some older java code that was developed without App Servers in mind. It is basically a bunch of "black box code" with an input interface, and an output interface. ...
10
votes
8answers
35k views
Address already in use: JVM_Bind
I'm using Glassfish 3.0.1, JVM 1.6.0_21 on Windows XP Pro;
I don't know exactly what has changed in my environment but I get this stacktrace as soon as I try to deploy an enterprise application (ejb ...
10
votes
1answer
5k views
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 can't seem to get past what seems like a really simple problem.
I have a standard Maven web application set ...
10
votes
6answers
19k views
Could not open ServletContext resource
This is quite similar question to one older but the solution did not work for me.
I have a WAR package.
In web.xml
<context-param>
...
10
votes
5answers
616 views
JavaEE solution configuration best practices
We build 3-tier enterprise solutions that typically consists of several webapp and ejbjar modules that all talk to a db and have several external integration points.
Each module typically needs its ...
9
votes
4answers
7k views
Sharing a persistence unit across components in a .ear file
In a Java EE 6 application where I'm using .ear packaging, I'd like to create a persistence unit that can be accessed from components in different .jar files.
However, I'm not sure how to define this ...
9
votes
1answer
4k views
Glassfish Security - jdbcRealm: How to configure login with SHA-256 digest
I use jdbcRealm for security in my glassfish v3.0.1 b22. It is set up so that it use the USER table inside my database for authentication by following this blog: ...
9
votes
4answers
9k views
Inject a EJB into a JSF converter with JEE6
I have a stateless EJB that acceses my database.
I need this bean in a JSF 2 converter to retreive an entity object from the String value parameter. I'm using JEE6 with Glassfish V3.
@EJB annotation ...
9
votes
2answers
8k views
A message body writer for Java class … and MIME media type text/html was not found [duplicate]
I am using the jms/atmosphere framework to make communication between two applications.
One of the applications is a message producer for a topic, sending custom objects of the following type:
...
9
votes
5answers
716 views
Maven is trying to update glassfish plugin from maven.ocean.net.au
We cannot deploy our app as Maven is trying to update glassfish plugin from maven.ocean.net.au repository, although no such repository was defined in our pom. The problem is maven.ocean.net.au isn't ...
9
votes
1answer
1k views
IIOP Client Authentication and ProgrammaticLogin in Glassfish v3
In Glassfish v2 I secure my JNDI lookups by enabling the "IIOP Client Authentication" checkbox in the admin console under the ORB node.
In my standalone client I then perform a "ProgrammaticLogin", ...
8
votes
6answers
2k views
Comparing OpenEjb and Glassfish
Dear all,
can we replace Glassfish with Tomcat/OpenEJB for lighter applications?
What is the performance of OpenEJB comparing to glassfish as EJB container.
What is the restrictions of OpenEJB ...
8
votes
2answers
6k views
How to return a PNG image from Jersey REST service method to the browser
I have a web server running with Jersey REST resources up and I wonder how to return image/png data to the browser from a FORM action POST or jquery AJAX request. The image processing code for adding ...
8
votes
5answers
5k views
Java Security Framework
Security always tends to take the last place in a new project. Or you use a framework like Spring where security is already build-in and can be switched on easily.
I try to find an open security ...
8
votes
2answers
1k views
GlassFish on Windows vs RedHat
Wondering if it matters (reliability wise) choosing Redhat or Windows 2003 Server?
Assume equal skills in both.
Thanks
8
votes
4answers
3k views
Why do we use multi application server instances on the same server
I guess there is a good reason but i don't understand why sometimes we put for exemple 5 instances having the same webapplications on the same physical server.
Has it something to do with an ...
8
votes
4answers
11k views
How to use 3rd party libraries in glassfish?
I need to connect to a MongoDB instance from my EJB3 application, running on glassfish 3.0.1. The Mongo project provides a set of drivers, and I'm able to use them in a standalone Java application.
...
8
votes
1answer
4k views
httpOnly Session Cookie + Servlet 3.0 (e.g. Glassfish v3)
By default, Glassfish v3 doesn't set the httpOnly flag on session cookies (when created as usual with request.getSession()).
I know, there is a method javax.servlet.SessionCookieConfig.setHttpOnly(), ...
8
votes
4answers
3k views
DCH class error with JavaMail
I'm attempting to set up a simple logging test with JavaMail in Java EE 6, using the jar files provided with Glassfish 3.1. There seems to be a wealth of questions out there on this subject, but I ...
8
votes
2answers
3k views
Glassfish vs Tomcat for RESTful Services
I have a .net development background but relatively new to Java world. We have started development of RESTful services (public web APIs) with JAX-RS to be consumed mostly by mobile platforms (Android, ...
8
votes
5answers
833 views
what is java.io.EOFException, Message: Can not read response from server. Expected to read 4 bytes, read 0 bytes
This question has been asked a couple of times in SO and many times in other sites. But I didn't get any satisfiable answer.
My problem:
I have a java web application which uses simple JDBC to ...