Search Results

2
votes
2answers
185 views

GlassFish on Windows vs RedHat

Wondering if it matters (reliability wise) choosing Redhat or Windows 2003 Server? Assume equal skills in both. Thanks …
1
vote
3answers
138 views

Glassfish IDE integration

I am an Eclipse user. I am going to be using Glassfish on a project. Is the Glassfish IDE integration substantially better in NetBeans (or some other), or is the integration the same as Eclipse? …
0
votes
0answers
64 views

Starting Glassfish a java arg via Eclipse

I need to pass in a java argument when I start Glassfish via Eclipse. The arg is "-javaagent:/path/to/spring-agent.jar". Do I set this in Eclipse somewhere, in Glassfish's admin area somewhere, or …
1
vote
2answers
65 views

Server starting slowly

I am using MyEclipse, and I have a local Glassfish server controlled by the IDE. When I am at work, having a fast internet connection, the server starts quickly. However, when I am at home, …
1
vote
1answer
40 views

GlassFish multiple EARs

I have an EAR that I deploy as production, in context "/". I'd like to deploy a test version of the application on the server, the same Glassfish instance. Is it possible to deploy the appl …
0
votes
0answers
24 views

Two GlassFish installs on one computer [closed]

I want to install two GlassFish servers, each serving on different ports, on one Windows Server OS. Is this possible> …
1
vote
1answer
43 views

Persistence Unit SQLException No suitable driver

I have a j2ee application deployed on GlassFish. I have mysql jars in GlassFish's lib directory. I am trying to use JPA, and my persistence file is: <persistence-unit name="teamP …
0
votes
0answers
2 views

GlassFish SSL not working in Mac

I cannot surf to my localhost via https on any port. On my Windows boxes, it works fine, and GlassFish comes standard with an SSL port set. Anyone know why it would be different on Mac? …
0
votes
0answers
3 views

GlassFish System.getProperty() not working on Mac

I have GlassFish installed on a Windows box and a MacBook Pro. The simple call System.getProperty() works, able to get a property value, but always returns null o …
0
votes
0answers
7 views

Turn off TRACE in GlassFish v2

I need to turn off TRACE to help close XST security vulnerabilities. I've been looking, nothing obvious so far. Any help? …