NOTE:
This page describes a JBoss application server running on port 8080.
This is used by COSC students who have an account on triton.towson.edu.
JBOSS At Work
Examples index (unzipped on Triton)
/jboss/jbossatwork-1.0.2/
Manage Your JBoss application -- Requires login
http://triton.towson.edu:8080 -- JBoss Server main page
Students should use the Eclipse IDE to develop JBoss applications.
The documentation is found in the
JBoss IDE Docs
Recommended Books
Java Enterprise In A Nutshell, 3rd Ed.
By Farley and Davis; ISBN 0596101422
O'Reilly, 2006
Boss at Work
By Marrs and Davis; ISBN 0596007345
O'Reilly, 2006
How to use JBoss in COSC Lab room 305
- open a command window and type: set-jboss
- to start the server type: jbrun
- to shutdown the server type: jbshutdown
- to deploy a war or ear, copy to $JBOSS_HOME\server\default
- to discover the value of $JBOSS_HOME type: echo %JBOSS_HOME%
Announcement Nov 16, 2006
Jboss IDE v1.6.0 has been installed on *all* stations in YR-305. The
package installs to
C:\cs\eclipse
and includes the JbossIDE, Eclipse, and Xdoclet bundled.
To run, open the desktop "Cmd" prompt and enter:
How to get an account on the triton JBOSS server
- using SSH, login to triton command prompt
- run this command:
% ~schmitt/bin/jbosspasswd
Reset your password? Y
Your new jboss manager password: (type your new password)
- The encrypted password is saved in the file ~/.passwd
- Your JBOSS directory needs to be created. Send me an email
requesting this, since there is currently not a way to do this
automatically.