Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
116 views

GlassFish - Admin console deploy at startup

This is a simple question: is there a way to tell GlassFish to load & deploy admin console during startup and not on-demand?
1
vote
1answer
750 views

OutOfMemory error deploying war file in Glassfish 2.1.1 due to too much memory (-Xms -Xmx settings)

We get an error (OutOfMemory) when we deploy a war file in Glassfish 2.1.1. This is related to the memory options in the domain.xml file. We increased the -Xmx and -Xms jvm-options settings to 1024 ...
1
vote
1answer
510 views

Need Assistance Configuring GlassFish With asadmin

Due to project limitations, I need to configure my GlassFish installation using asadmin within a shell script (linux). I have all of my parameters configured, except one. The section I need to ...
0
votes
1answer
17 views

Is there any CLI way to show information about Glassfish JDBC connection pool?

The only relevant command that I found is: NAME list-jdbc-connection-pools - lists all JDBC connection pools EXAMPLES This example lists the existing JDBC connection pools. ...
0
votes
2answers
78 views

Deploy Application Client by comand line (asadmin)

Is there an option/parameter to deploy an application client with java-web-start enabled with the asadmin command? I work with GlassFish 3.1.1. I have a jar-file which works well, when I deploy it in ...
0
votes
1answer
144 views

Batch creation of domain working in command line, but not through exec maven plugin

I've written a small file containing a Glassfish domain creation sequence, that looks like this : create-domain --adminPort 4848 --instancePort 8080 pouet start-domain pouet ...
0
votes
1answer
377 views

Glassfish v2 asadmin “deploy” jar files

Is there a way in glassfish v2 asadmin utility to copy jar files into the server lib or the domain's lib? I want to do a remote deployment using hudson on a different box so i have a script that ...
0
votes
1answer
531 views

GlassFish: Deploy w/ --force

When I attempt to deploy a war usig the --force option, it works, but I get this response: Deprecated syntax, instead use: asadmin --passwordfile password --host localhost --user admin deploy ...