How do I install the Glassfish plugin in Apache on RHEL ?
I have downloaded the latest version of the Load Balancer plugin, but I am unable to install it.When I step through the wizard, I select the webserver install dir as /usr/sbin (the location where...
View ArticleGlassfish directory stuff driving me nuts
I can't get symlinks to work anywhere, and I can't get directory listings to work for alternate docrootsI got directory listing to work by turning on Listings in ~domain1/config/default-web.xml I was...
View ArticleORB thread waits
Hi Folks,I have been evaluating glassfish and have called EJBs remotely using IIOP. I have tried several tuning options suggested from java serialization to direct buffer to increasing the thread pool,...
View ArticleMaven coordinates for EJB stand-alone client?
I'm looking for the Maven coordinates of the EJB stand-alone client. I followed the EJB FAQ and started looking for gf-client. In Maven central I found three group ids providing such an...
View ArticleMaven coordinates for EJB stand-alone client?
I'm looking for the Maven coordinates of the EJB stand-alone client. I followed the EJB FAQ and started looking for gf-client. In Maven central I found three group ids providing such an...
View Articleinstaller-builder not found
I keep getting this "installer builder-not found" error when I try "glassfish\lib\ant\bin\ant -f setup.xml" command.java version is 1.7 ant version is 1.6.5
View ArticleGlassfish Connection Pooling
GlassFish Server Open Source Edition 3.1 (build 43) Oracle 11gI've recently started looking at Glassfish connection pooling. Our Oracle installation has a limit of 900 connections and was getting...
View ArticleGlassfish 3.1.2.2 build 5 for AIX
How should I update to Glassfish 3.1.2.2 build 5 for AIX? The base archive Glassfish-3.1.2.2-AIX.zip is build 4. Updating this server (offline) makes it build 5 but those special AIX bits are lost.Is...
View Articleasadmin restart-domain not working for war inside ear as the default-web-module
I need to have war inside ear to be deployed as a default-web-module. It works but only till server restart. I'm inspired in my solution by the suggestions present on:...
View ArticleRedirect HTTP requests to HTTPS
We have a web app that runs on port 9000. I dont want to allow http access but I want to forward requests to https on port 9000.So when a user goes to http://server.domain.com:9000 I want it to force...
View ArticleHow to know glassfish version programmatically ?
Hi,How to know glassfish version programmatically ? I do know I can obtain it from asadmin command line, but i would like to get it from java code running on glassfish.Regards,Laurent.
View Articlerotate-log command only rotates server.log, not server_access_log.txt?
Is there a way to manually rotate the server_access_log.txt? When using "asadmin rotate-log" only the server.log gets rotated.If log rotation is enabled in the GUI, both server.log, and...
View ArticleGlassfish 3.1.2 - Is RMI-IIOP Per-Request Load Balancing broken in 3.1.2?
Per-request load balancing does not seem to work when following these instructions to configure load balancing for a stateless...
View ArticleGlassFish Authentication Failed
I need some help. I'm new to GlassFish and I followed this tutorial (http://www.nabisoft.com/tutorials/glassfish/installing-glassfish-311-on-...) to install a GlassFish server on my ubuntu 10.04...
View ArticleCommon JMX & JMS Services shared between standalone glassfish servers
We have multiple glassfish instances running standalone and not as a cluster. We need to have these instances use a common jmx and jms service but we're unable to accomplish that. We're presently...
View Article[fishcat] How to setup proxy in jax-ws client generated from wsdl without...
I'm trying to test jax-ws clients in my application with Glassfish. The application works fine at home, but at the office I have to use proxy.My problem is that I have to use proxy for one client only...
View ArticleGlassfish asadmin enable-secure-admin / file access failure
Hi all,i have a problem running GlassFish 3.1.2.2 on a VirtualHost. To remote connect to Glassfish using the admin web interface, Glassfish has to be switched to secure mode with the asadmin command...
View ArticleRE: reinstalling Glassfish
Hello everyone,I am very new to the Glassfish, but so far I am enjoying it.I have a problem though - I had Glassfish 2.x (will be upgraded later to a newer version) installed in C:/Sun, but had to...
View ArticleJSTL with Servlet 3.1, new methods in ServletOutputStream class
In Servlet 3.1 ServletOutputStream added 2 more abstract methods: isReady() and setWriteListener(...).In JSTL class org/apache/taglibs/standard/tag/common/core/ImportSupport, it has an inner class...
View ArticleRMI/ACC Fail-over failing
We currently are running Glassfish 3.1.2.2 in a 5 node cluster(for scalability) we have an application client launched via the Javaweb Start. This client connects to the glassfish server using RMI via...
View Article