GlassFish is an open-source application server project for the Java EE platform.
Questions tagged [glassfish]
207 questions
0
votes
1 answer
Switching glassfish 2.x to 3.1.1
So I am managing a old java project that is using glassfish 2.x.
Seems like netbeans does not support 2.x versions any more, so I want to change it to 3.1.1.
How to properly make that change?
I have JDK 1.6 installed. When I try to select the 3.1.1…

Alexandre Abreu
- 101
- 3
0
votes
1 answer
glassfish - Unknown error when trying port 4848
I'm installing glassfish 3.1 on Windows XP service pack 3. but in configuration step it gives this error:
PERFORMING THE REQUIRED CONFIGURATIONS
______________________________________
CREATING DOMAIN
_______________
Executing command…

Majid Azimi
- 547
- 1
- 13
- 29
0
votes
1 answer
What is the default URL for a Java EE app running on Glassfish?
Newbie question: What is the default URL for a Java EE application running on a glassfish server? I've been googling for a while, and looked through the Glassfish documentation, but I may have overlooked it. Also searched serverFault before posting.

Cody Poll
- 103
- 3
0
votes
1 answer
How to run a multi language web application server?
I'm a web application developer and whenever I buy a web hosting for my application I'm either limited by the technologies supported or the amount of resources (heap size for instance) so I have decided to get a VPS and set everything up.
I tried to…

Lordrach
- 26
- 1
0
votes
1 answer
how to workaround glassfish 3.0.1 admin page slow startup?
I've installed netbeans which comes with glassfish. i just got a book about glassfish and i wanted to try.the first surprise is the time it took to the admin page to load. i've found on serverfault and by googling that the server is making call to…

black sensei
- 609
- 3
- 10
- 25
0
votes
1 answer
Glassfish hangs when it can't connect to datasources
I am running glassfish v2.1.1 on linux. I have some datasources set up to connect to mysql and other databases. There are times where I would like to run glassfish without connecting to these databases, as some of them are only available to me at…
Derek
0
votes
1 answer
apache mod_jk loadbalancing issue for glassfish cluster instances
I have a JEE ear application deployed on 2 clusters with 2 instances each on Glassfish v3.1. These are load balanced by an Apache server running on the same machine. My problem is that I am frequently seeing the following error messages frequently…

SibzTer
- 113
- 2
- 5
0
votes
2 answers
Choice of PHP Application Server
Possible Duplicate:
Enterprise Grade PHP Application Servers
Hi Folks,
I am on the lookout for a commercial PHP (application!) server that comes with Vendor support to use with enterprise scale applications.
I know that it quite easy to put…

StackKrish
- 370
- 1
- 6
0
votes
1 answer
glassfish v2 access control by IP
How can I restrict access to some web-app deployed in Glassfish from certain IPs ?
Are there any internal access control in Glassfish or I need to proxy it with external nginx or Apache ?

gordon-quad
- 107
- 1
- 7
0
votes
2 answers
Glassfish 3.0.1 memory leak when ran with Windows Server 2008 R2 Enterprise
I have a memory leak with Glassfish 3.0.1 and Windows Server 2008 R2 Enterprise (64bit machine), with or without any running applications
Is there a way to resolve this?
The same Glassfish 3.0.1 work fine on linux and Windows XP SP2 without any…
0
votes
2 answers
GF 3.0.1 + Virtual Server: www.myhost.com:8080/projectname-war => www.myhost.com. How?
I need to change www.myhost.com:8080/myproject-war to www.myhost.com. Here is what I've been trying:
I configurate the Virtual Server: server. I have still have default Network Listeners to be http-listener-1 and http-listner-2. I change the Default…

Harry Pham
- 98
- 1
- 11
0
votes
1 answer
Set up Glassfish connection pool to talk to a database on a Ubuntu VPS
On my Ubuntu VPS, i have a mysql server running and a Glassfish 3.0.1 Application Server running. And I am having a hard to have my GF successfully ping the database. Here is my GF set up
Assume: x.y.z.t is the ip of my VPS
Resource Type:…

Harry Pham
- 98
- 1
- 11
0
votes
1 answer
How to use admin console when install glassfish-3.0 by extract from zip file?
There are two types of glassfish distribution: the executable installer and zip archive.
I have to use the zip archive. But the admin console doesn't work, it only shows a blue footer div, the resource /theme/META-INF/com_sun_faces_ajax.js is not…

Lenik
- 792
- 8
- 13
- 27
0
votes
1 answer
404 on new install of Glassfish
I am BRAND NEW to Glassfish, so I thought I would install a copy and poke around (I'm actually looking at a number of Java servers for personal edification). So, I installed a basic copy of Glassfish 3 on Ubuntu 10 and java-6-openjdk.
My first run…

cwallenpoole
- 325
- 2
- 13
0
votes
1 answer
How to set JBOSS/JDBSC to cach the MySQL server settings?
Is it possible to set JBOSS/JDBC's MySQL connector to cache the server's settings so that I won't get a big bunch of "show variables" connection all the time?
I think there is a similar settings under Glassfish called CacheServerConfiguration but I…

blacklotus
- 85
- 6