Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Glassfish debug from command line

Tags:

glassfish-3

I'm running Glassfish on a remote machine. Is there a command to start GF in debug mode from the command prompt? The remote machine runs Ubuntu 10.04, my machine runs Windows 7 (not sure if this is important).

I connect without a problem and know the commands to start and stop the server remotely. I even found this documentation. Unfortunately, I think the answer to my question is "no", but I wanted to put it to the SO community before giving up hope.

like image 363
Sean Avatar asked Jan 05 '11 21:01

Sean


1 Answers

The start-domain command has a debug option:

asadmin start-domain --debug=true
like image 104
JOTN Avatar answered Oct 12 '22 12:10

JOTN