I am trying to run a system deployed on a linux machine - built over jboss. I have ran jboss services but it is constantly giving these two errors:
I\'ve been struggling with this \"simple\" task for more expirienced people, I\'m stuck for 2 days now need help. I\'ve changed things arround like zillion times now, finally I stumbled upon this spri
I am trying to configure a custom layout class to Log4J as described in my previous post. The class uses java.util.regex.Matcher to identify potential credit card numbers in log messages. It works per
By default JBoss 5.1 writes boot traces to $JBOSS_HOME/server/default/log folder. Is it possible to change location for boot traces?
I am trying to reproduce java.lang.OutOfMemoryException in Jboss4, which one of our client got, presumably by running the J2EE applications over days/weeks.
What are some of the larg开发者_StackOverflow中文版est systems that use JBoss clustering? What are the specs/config?
Apache is the front-end to my web app then I use mod_rewrite to proxy the request to JBoss. So far this sounds pretty standard, but the problem I am having is: if I access the app directly through jbo
I\'m running JBoss as a windows service, but i can\'t seem to find where i can 开发者_StackOverflowconfigure the JAVA_OPTS to make it work properly.
I\'m trying to migrate an application running on JBoss 4.2.2.GA to JBoss 6.0.0.M2 I give you some log to explain my problem :
I have a Seam component that handles login, with the name \"authenticator\": @Name(\"authenticator\") public class AuthenticatorAction implements Authenticator