Top "Glassfish" questions

GlassFish is the reference Java EE application server.

Security constraint in web.xml for authenticated users without role memberships

I am quite desperate, because I think there must be an easy solution to my problem but I am searching …

java glassfish web.xml jaas
Failed to start Glassfish after increasing heap size

I want to increase the heap size of my Glassfish. For that, I know that I can go up to 4…

jvm glassfish heap-size
Arquillian: Adding beans.xml causes "ArquillianServletRunner not found"

I am using Arquillian[1] for testing my J2EE-App in an embedded glassfish environment inside Eclipse[2]-IDE. package test.java; …

glassfish integration-testing jboss-arquillian
java.lang.NoClassDefFoundError: sun/security/ssl/SupportedEllipticCurvesExtension

I am trying to secure a web application so that I can use a secure data transport layer TLS/SSL …

security jakarta-ee glassfish netbeans-8 glassfish-5
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
How do you deploy a WAR that's inside an EAR as the root (/) context in Glassfish?

I have an EAR file that contains two WARs, war1.war and war2.war. My application.xml file looks like …

jakarta-ee glassfish ear
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 …

rest tomcat glassfish
doFilter called twice, intended behaviour?

I'm working through the Java EE servlet tutorial and tried the mood example. I noticed the doFilter is getting called …

java jakarta-ee servlets glassfish servlet-filters
Java 8 Lambda Expression Within REST Service not working

If I put a Java 8 Lambda expression in a REST service, it crashes. If I remove the lambda expression, it …

java lambda glassfish java-8 glassfish-4
Timer Service in ejb 3.1 - schedule calling timeout issue

I have created simple example with @Singleton, @Schedule and @Timeout annotations to try if they would solve my problem. The …

java glassfish timer schedule