I am running JBoss 5.0.0 on Solaris 10 SPARC with java build 1.6.0_27-b07. When I c开发者_开发知识库heck with ps -eLf | grep -c \'Xss256k\' (I use java command line arg Xss256k to minimize thread siz
When i am running my application it give me this exception:- Exception sending context initialized event to listener instance of class
In run.conf of JBoss AS there are few parameters which I am unable to figure o开发者_如何学运维ut how they are used MAX_FD, PROFILER, JAVA_HOME, JAVA. Can somebody explain the use of these parameters.
Why can\'t the JSTL jars having tld files present in my web-inf/lib directory be开发者_运维百科 read nicely by tomcat but not when i move to jBoss 5?
We are using HornetQ as JMS provider in JBoss 5.1 EAP and in general we are quite satisfied with HornetQs performance.
Can somebody advice me what I need to do in jboss to deploy message driven bean. In particular I am looking answers on following questions:
I am trying to migrate my project from jboss4 (which was build by ant) to Jboss5(exploded version) The structure at the jboss5 will be as the wizard at eclipse \"Enterprise application project\"
I am attempting to create a keystore and truststore file from a self-signed certificate, for use in a HTTPRouter action, deployed within a JBoss ESB. I used openssl to re开发者_开发百科trieve the cert
I am trying to migrate my project from JBoss 4.2.3 (which was build by ant) to JBoss 5.1 AS (exploded version).
I have deployed my application on Jboss 5.1 GA. In my application I am using only one RestFul web service and JADE components.