GlassFish is an open-source application server project for the Java EE platform.
1
vote
2answers
1k views
Problem starting Glassfish on a VPS
I am attempting to install Glassfishv3 on my Ubuntu (8.04) VPS using Java 1.6.
I initially tried starting the server using:
asadmin start-domain
and received the following error message:
...
0
votes
2answers
207 views
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 ...
1
vote
1answer
668 views
Export SSL Cert from IIS and import into GlassFish keystore
What I need:
I have an existing SSL certificate installed on IIS 6. On the same machine, I have GlassFish installed and would like to share the same certificate since they both share the same ...
0
votes
1answer
644 views
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 ...
2
votes
1answer
465 views
VPS for Glassfish
Our small startup company plan to deploy a web application on Glassfish, I and wonder if some of the experience user out there can answer me couple question. When I shopping for server, I usually look ...
0
votes
1answer
430 views
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: ...
0
votes
0answers
584 views
Fail to start Glassfish 3.1: java.io.IOException: error=12, Cannot allocate memory
I just purchase a ubuntu 9.0.4 VPS (256 MB Dedicated RAM (512 MB Burstable)) from A2Hosting and try to throw a Glassfish server on it. When I try asadmin start-domain I got this error
JVM failed to ...
3
votes
4answers
2k views
Can't launch glassfish on ec2 - can't open port
I'm trying to start glassfish on an EBS-based AMI of Ubuntu 10.04 64-bit. I have used glassfish on non-ec2 servers with no problems, but on ec2 I get this message:
$ sudo -u glassfish bin/asadmin ...
0
votes
1answer
330 views
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 ...
1
vote
1answer
6k views
How can I rewrite / redirect URL's in Glassfish V3?
I'd like to simplify the URL's to access a Glassfish V3 application by removing file extensions and otherwise shortening URL's.
I've already set my application as the default application, so that ...
0
votes
1answer
334 views
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 ...
1
vote
4answers
243 views
Java Application Hosting
I've made a webapplication which runs on glassfish v3 on my computer. It's not a big application and i am not expecting a lot of traffic. All the hosts supporting glassfish is very expensive (about ...
0
votes
1answer
81 views
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 ...
0
votes
1answer
621 views
Why does my MySQL server keep converting HEAP to MyISAM
We ve been having some issues with our MySQL server intermittently. It keeps throwing out a lot of these queries concurrently (thus stacking them up in my processlist). We are using a MyISAM db and ...
1
vote
1answer
2k views
glassfish v3 - update all pakages via command line on linux
Does anyone know how to do this? I just want a one-shot command to "update everything" over the command line? This is for a remote server so it must be over the command line.
I used:
$ sudo pkg ...
1
vote
1answer
316 views
filtering request from IIS and redirecting it to Glassfish
I have IIS running on my server on 80 i want if request with /webapplication comes then the request should be redirected to my glassfish from IIS it self glassfish is running on 8080
how to configure ...
0
votes
1answer
2k views
Setting up SSL on Glassfish V2 or V3
My employer recently purchased a Trustwave SSL certificate.
Trustwave advertises support on their website, but they don't give an installation guide like they do for their other servers at all, and I ...
0
votes
2answers
299 views
Glassfish basic configuration forgotten
I installed glassfish v3 some time ago and it's been a while since I last used it, so I forgot the port on which the server is listening and the port on which the admin console is listening. Moreover, ...
1
vote
2answers
875 views
Glassfish V3 using up all available memory
I have a Virtual Server with 1GB of RAM. When i start glassfish with asadmin start-domain it instantly allocates all available memory, although i defined -Xmx128m in my domain.xml. Am I missing an ...
1
vote
2answers
664 views
Glassfish installation error: cannot open display
When trying to extract the Glassfish jar file with
java -Xmx256m -jar glassfish-installer-v2.1-b60e-linux.jar
i get following error:
(.:31766): Gtk-WARNING **: cannot open display:
and ...
5
votes
2answers
1k views
offline undeploy war from glassfish
I've got Glassfish 2.1.1 here and I need to undeploy war application. Problem is that the application is corrupted and prevents the Glassfish server from starting, so I need to undeploy it while ...
0
votes
2answers
1k views
How to run GlassFish as Windows service?
I already saw the http://www.ryandelaplante.com/rdelaplante/entry/creating_a_windows_service_for link, but it doesn't appear to work on GlassFish v3. If anyone's successfully gotten GlassFish v3 to ...
2
votes
1answer
4k views
authbind, privbind or iptables REDIRECT (port 80 to 8080)?
I'd like to run Glassfish v3 as a non-privileged user on Linux (Debian), but make it available on port 80. I'm currently doing this with iptables:
iptables -t nat -I PREROUTING -p tcp -d x.x.x.x ...
0
votes
1answer
227 views
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 ...
1
vote
1answer
510 views
Setup IIS 6/7 to passthrough to Glassfish v2.x
I need to setup IIS 6 and 7 to pass all request to Glassfish v2.x. Is there a simple tutorial that will get this interaction between IIS and Glassfish working?
1
vote
1answer
429 views
Glassfish v3 logging
In Glassfish v2.1 I could look at my web-applications log all stdout and stderr in the glassfish server log ($GF_HOME/domains/domain1/logs/server.log). But I dont see the same in v3. Is there a ...
1
vote
0answers
191 views
(Rails, Warbler) Deploying and initializing Rails applications in Glassfish…?
I'm currently in the process of finishing up a Rails application. I am using Warbler to package it up as a ".war" file and am using GlassFish to deploy it. I do this because the application is to be ...
0
votes
1answer
1k views
Listening to 80 port with non-root Glassfish on Centos
I use Glassfish Stack to manage applications. I run Glassfish on CentOS with non-root user. Therefor I am not able to open 80 port as the ports under 1024 are accessibly only by root users.
There is ...
1
vote
3answers
1k views
GlassFish will not start when SNMP is enabled
I have a GlassFish v3 app server running on 64-bit Debian Lenny. Everything is running fine, except I would like to monitor GF's JVM instance with SNMP. However, every time I try to enable it by ...
4
votes
2answers
1k views
How can I use Glassfish under Linux as a reverse-proxy?
Question says it all. I would like to use SUN Glassfish 2.0x server as a reverse-proxy server, so that when someone hits this server, he/she is transparently redirected to an internal web site, which ...
1
vote
1answer
1k views
How to stop OpenEsb Glassfish Admin console from opening connection to glassfishesb.org
I have a Glassfish v2.1 app server (OpenEsb distribution) running behind a very restrictive firewall. Some times a bottom frame will appear, trying to connect to this address: ...
2
votes
3answers
2k views
HAProxy check says server is down when it is up
I am trying to setup 2 Glassfish servers in a load balanced configuration using UCARP and HAProxy
Server1 has 2 IPs x.x.x.17 and x.x.x.18
HAProxy is listening on only x.x.x.18 and Glassfish ...
0
votes
1answer
888 views
Glassfish memory leak?
I have been developing a flex application and noticing that my Glassfish server seems to be using more and more memory each time I tested the application.
Specifically, it seems that to take more ...
0
votes
1answer
710 views
Error starting glassfish on port 80 on Ubuntu
I'm having some trouble starting Glassfish on port 80 - doing so yields the following error:
0.0.0.0:80: initialize: name or service not known
Any tips?
0
votes
1answer
894 views
Security exception when moving from toplink to eclipselink in glassfish 2.1
My app is working fine with toplink, but I need some eclipselink features, so I decided to swap.
I changed the provider in persistence.xml to:
...
4
votes
4answers
3k views
Glassfish Vs Tomcat (Java app servers)
I am looking at running a java application server on my debian linux webserver, and am looking for a breakdown of the advantages that using either app server would provide me with (or disadvantages). ...
1
vote
1answer
550 views
Glassfish with Webservices on non default port
I have a simple web service that I created that deploys perfectly on a default Glassfish V2.1 install on both a windows and a linux system. HOWEVER, In the production environment, Glassfish has the ...
0
votes
1answer
110 views
Controlling Web Site Access via IP addresses
Say I have a single physical server, running Windows 2003 Server.
Install two GalssFish application servers, one running on port 80, and the other port 8080.
Each GlassFish instance has an application ...
-1
votes
6answers
2k views
IIS and Glassfish in Windows 7 [closed]
I installed the newest version of Windows 7.
This is my development box, so I have glassfish installed, which I use for Java applications. Also, I use IIS to run PHP applications. I run both servers ...
4
votes
2answers
3k views
Using both basic and client-certificate authentication with GlassFish
I'm currently building a Java-servlet applcation (using Jersey on GlassFish to be specific). In some parts of the application I need to authenticate the user using basic authentication and in some ...
0
votes
3answers
518 views
Two GlassFish installs on one computer
I want to install two GlassFish servers, each serving on different ports, on one Windows Server OS.
Is this possible>
-1
votes
1answer
1k views
GlassFish v2.1 — getting Application Client and Eclipselink to work together?
We are trying to use Eclipselink 1.1 with Glassfish v2.1. Following the instructions on:
http://wiki.glassfish.java.net/Wiki.jsp?page=FaqEclipseLinkGlassFishV2
I adapted the instructions for the ...
1
vote
3answers
2k views
Problem with monitoring Glassfish with JConsole
I have enabled JMX connection on remote Glassfish server and then I've restarted it. During starting server notified:
Standard JMX Clients (like JConsole) can connect to JMXServiceURL:
...
0
votes
1answer
550 views
JDBC read-only connection pools on Glassfish
Is it possible to create a read-only connection pool in Glassfish, talking to MySql, so that no updates are allowed? I want to have people use a replicated MySql database and I want to make sure no ...
10
votes
4answers
18k views
JBOSS App Server vs. Glassfish
I'm quite newbie on Glassfish.
What are some differences between JBoss and Glassfish?
Why would you chooose one over the other.
I'm trying to read up on Glassfish, but it is really hard to pinpoint ...
2
votes
1answer
2k views
GlassFish change port of web-service
I am new to Java and Linux.
I have a JSP site and a java web service deployed on a GlassFish server (working OK).
I need to change the port of both the application and web-service.
I have changed ...
2
votes
2answers
1k views
503 error in glassFish
I am using Glassfish V2 server and till now every thing was going fine. It was deploying the application as usual, but suddenly it has started to prompt a 503 error saying "unable to find context ...
0
votes
2answers
497 views
Choice of PHP Application Server [duplicate]
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 ...
1
vote
2answers
356 views
What is a good strategy for diagnosing a Java Application Server that has stopped responding?
I have an installation of OpenSSO running on Glassfish. Everything is pretty much stock with as little configuration as possible to get the system working. I've started running into issues where the ...
1
vote
3answers
629 views
GlassFish on Windows vs RedHat
I have a basic three tier web application, and I want to use GlassFish.
Assuming same admin skills, any difference in having the host OS be Windows 2003 Server or RedhHat?