You could try to run your jboss server by doing a $JBOSS_HOME/bin/run.sh and then tail -f $JBOSS_HOME/jboss.log and you should see whether or not the jboss server starts up correctly.
Then you should be able to get to http://your.domain.extension:8080/jmx-console/ Good luck. > >I need to know how to configure a context in JBoss > >I try to see if the server is up but I got the > following error when I try to > >open a file > > > >HTTP Status 500 - No Context configured to process > this request Sounds like is running. Try putting a .war file in /$JBOSS_HOME/server/default/deploy/ ===== Fred Pope Satcom Resources mailto:[EMAIL PROTECTED] http://www.satcomresources.com (970)-748-3094 (866)-SATCOM1 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
