Enabling Debugging - Administration Console
28 August 2008There are different ways to enable debussing in Glassfish. This post is about enabling debugging using administration console.
To enable debugging follow the following after each server restart:
- Login to the Administration Console using web browser:
http://host:port/asadmin
For example:http://localhost:4848/asadmin
- Go to the Application Server page.
- Select the JVM Settings tab and the General option.
- Check the Debug Enabled box.
- 1044 is the default port. To specify different port, specify address=port_number in the Debug Options field.
- If you wish to add JPDA options, add any desired JPDA debugging options in Debug Options. See JPDA Options.
- Hit the Save button.
Its done.
Related Posts:
Top Of Page | Trackback
If you found this page useful, consider linking to it. Simply copy and paste the code below into your web site.
It will look like this: Enabling Debugging - Administration Console