Questions tagged [glassfish]

GlassFish is an open-source application server project for the Java EE platform.

207 questions
1
vote
3 answers

Webserver load test

Is there any way to simulate 1000 or so visitors accessing our server? We have undergone a complete app re-write and re-structuring. We had a very optimized Tomcat server, and are moving to a Glassfish back-end server with an Apache front-end. …
Tim Withers
  • 125
  • 5
1
vote
3 answers

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: [service:jmx:rmi:///jndi/rmi://myserver:8686/jmxrmi] for domain…
Pavel
1
vote
1 answer

Can't get Glassfish 3.1.2.2 to use anything other than jdbc/__TimerService for the EJB Timer Service

I am trying to set up a Glassfish cluster (1 DAS with a cluster that has an instance running on an ssh-node). This is where I am: DAS running Cluster created asadmin create-cluster cluster Node created asadmin create-node-ssh --nodehost apphost…
pgn
  • 213
  • 2
  • 10
1
vote
1 answer

Start Cluster automatically at Glassfish 3.1

I am able to start Glassfish domain automatically, in other words I can run it as a service by using "asadmin create-service". When machine is restarted, domain is getting up automcatically. I want similar thing for all instances of a cluster of…
Ahmet Karakaya
  • 243
  • 6
  • 18
1
vote
1 answer

Apache2/glassfish|tomcat: Redirecting some (but not all) requests on 80 to glassfish on port 8080, where is the admin screen?

Using that answer: How to redirect traffic on port 80 to Tomcat port 8080 whilst still allowing the server to send/receive on port 80 I've configured my apache2 server to redirect some requests to glassfish on 8080:
Pierre
  • 429
  • 1
  • 5
  • 14
1
vote
0 answers

proxy ajp single apache single glassfish multiple GF domains

I'm sorry if I am not well versed enough to be as specific as some would wish here. I have successfully got Apache mod_proxy_ajp working with Glassfish 3.1.2 on a VPS. However it is one Apache httpd server connecting to a single domain on the…
Bill Rosmus
  • 369
  • 1
  • 2
  • 11
1
vote
1 answer

GlassFish cluster-targeted jdbc is not enabled

I have a GlassFish cluster. When I tried to add node and a instance, DAS saids a bunch of error messages telling Resource [ jdbc/xxxx ] of type [ jdbc ] is not…
Jin Kwon
  • 135
  • 8
1
vote
2 answers

Strange enduser experience with Liferay, Glassfish and Apache on RedHat

Tried multiple forums to get to the bottom of this. I hope I can get some direction here: Here is the stack I am working with: Red Hat Enterprise Linux Server release 5.6 (Tikanga) Liferay 6.0.6 on Glassfish 3.0.1 MySQL 5.0.77 Apache 2.2.3 The…
Pete Helgren
  • 213
  • 1
  • 3
  • 13
1
vote
1 answer

IIS - Forwarding requests to a folder to another port

Context I currently installed Glassfish 3 in a server that currently holds ASP and PHP inside Internet Information Server 7 so we can start moving to a new system architecture (the information system is being remade). Obviously, Glassfish uses…
user1231958
  • 115
  • 5
1
vote
1 answer

Glassfish JSF/EAR Apache 2.2 proxy_ajp_mod Referred Content Missing (images/links/etc)

Full disclosure: Since this seems to be more of a configuration issue, I deleted this from Stack (where it wasn't getting any response) and reposted here. The problem is how to change the requestContextPath served up by Glassfish behind…
Bill Rosmus
  • 369
  • 1
  • 2
  • 11
1
vote
0 answers

How to protect or hide a web application on GlassFish?

I have to deploy a ready web application on a public GlassFish instance. The itself has user management and users must be registered to login as we all know it. However I have to protected or hide the whole webapplication in such a way, that only…
Oliver F.
  • 145
  • 5
1
vote
1 answer

How can i handle JSESSIONID in Nginx conf

Im using Nginx as FrontEnd Server, and behind it a Apache Http Server and begind it a Glassfish Application Server :) My problem is, when i need a static context…
Rahman Usta
  • 143
  • 1
  • 1
  • 7
1
vote
1 answer

Windows server 2008/glassfish/postgres proxy timeout HTTP idle after 120 seconds

Environment: Windows 2008 Server Edition Netbeans 6.7.1 Glassfish 2.1 Apache 2.2.15 for win32 Original problem (almost fixed): The HTTP/1.1 GET method to send data fails if I wait for more than 30 seconds. What I did: I added to the http.conf file…
1
vote
0 answers

How to handle serlvet login redirects which cross reverse proxy virtual host boundary

I'm trying to setup the GlassFish application server behind an Apache reverse proxy. I've got it working with both port 80 and 443, but the problem is the transition between the two that occurs when a user accesses a page that requires…
Ryan
  • 430
  • 5
  • 13
1
vote
1 answer

How can I set up port forwarding for GlassFish on Windows Server 2008 and IIS7?

I bought a Windows Server 2008 and installed GlassFish, Java, PostgreSQL etc. Now my website is running on localhost:8080 in the GlassFish server. How can I set up a port forwarding such that when a request comes to this server via the usual http…
Eric
  • 111
  • 4