Maybe I dont know the right search terms to query with, but I cannot find instructions on how to configure glassfish 3.1 to allow me to use an external websphere mq7 server for my jms/mdb project. Can someone help me get this configured? I'll repay the community by writing a good howto document if there isn't one out there already.
...
I have a jruby application deployed using glassfish-gem with an apache front end. When I do a form post of a file it fails on files over a certian size, seems to be around 800k. The error is below if it helps any.
glassfish.yml is generated, no changes from default other than to increase some java memory settings.
I have bypassed apa...
Hi all,
I currently have a J2EE project containing an EJB and a WAR. Everything goes fine while I have only one WAR and one EJB module bundled in the final EAR. I now need to develop an other WAR using the same EJB module.
So, I added the EJB module in the library of the new WAR. The problem is when I try to deploy the EAR bundled with...
I have an environment with a GlassFish cluster. Each instance must have access to a password string that must not be stored on the instances. Thus it has to be entered upon instance startup by an administrator. Once entered on one instance other servers in the cluster should be able to gain access to this value automatically so that it o...
i am getting following error
#|2010-10-31T19:13:38.127+0530|SEVERE|glassfish|javax.enterprise.system.container.web|_ThreadID=15;_ThreadName=Thread-3;|StandardWrapperValve[Grizzly Cometd Servlet]: PWC1406: Servlet.service() for servlet Grizzly Cometd Servlet threw exception
java.lang.IllegalStateException: Make sure you have enabled Com...
Hi:
I am trying to start the GlassFish Server from the command line:
I typed in the following command:
asadmin start-domain -verbose
or
asadmin start-domain domain1
or
asadmin start-domain
I'm looking over the error output. I see this first:
java.io.FileNotFoundException: C:\Program Files\Sun\
SDK\domains\domai...