Questions tagged [asadmin]

Asadmin is a tool for administrative tasks for the Oracle GlassFish Server, which is commonly used in the command line.

Asadmin is a tool for administrative tasks for the Oracle GlassFish Server, which is commonly used in the command line. It provides options for general administration, like account management, configuration and system setup.

50 questions
0
votes
1 answer

How to use maven exec to run asadmin deploy

I'm using Mac OS 10.5.8 and Maven 3.0.3. If I run this command from the command line, it works: asadmin deploy --user admin --type ejb --libraries pedra-signon-ejb-1.0.jar target/my-ejb-1.0.jar But if I try executing this same command with Maven…
Henrique Ordine
  • 3,337
  • 4
  • 44
  • 70
0
votes
1 answer

asadmin start-domain fails when remote JMS queue is unreachable

I have 2 servers A and B running a glassfish 3.1.2.2 application server on them. Both use a JMS queue for communication, which works fine so far. If the network connection breaks for any reason, I can see in the logs of server B (the one configured…
user871526
  • 121
  • 1
  • 1
  • 5
0
votes
1 answer

glassfish and netbeans, I can't execute the asadmin command

I use Netbeans 7.1 and during its installation I setted up a glassfish server 3.1. I always lauch the server trough the IDE facility, but now I'm trying to do it trough the shell, but the asadmin command is not supported, where i wrong? thanks
supertarmax
  • 111
  • 1
  • 4
  • 10
0
votes
1 answer

GlassFish ASADMIN Deployment Command Specify context root with --name?

I am currently in the progress of configuring our dev environment to upgrade from the open source glassfish v3.1 to open source glassfish 3.1.2 and have noticed this difference between the versions using the asadmin command: v3.1 deploy --name…
cdavid15
  • 413
  • 7
  • 14
0
votes
1 answer

Glassfish asadmin to list running applications' ports

I'm using Glassfish 3+ and deploying the applications to application server. My glassfish instance's port not "8080". when i enter the Glassfish Admin Console and going to Running Applications , i can see the port number which works. For example :…
Rahman Usta
  • 716
  • 3
  • 14
  • 28
1 2 3
4