We have a jboss server with multiple containers in it. Container1 deploying war1开发者_如何学Go and container2 deploying war2.
I would like to create java client project to connect to JBossMQ server by use JNP Protocal. but It have error \"org.jboss.jms.exception.MessagingNetworkFailureException
After upgrading to JBoss AS 5.1, running JRE 1.6_17, CentOS 5 Linux, the JRE process runs out of me开发者_StackOverflow中文版mory after about 8 hours (hits 3G max on a 32-bit system).This happens on b
There is a war deployed in JBOSS currently. If I want to figure out the conte开发者_如何学Cxt path for the WAR in Jboss, where should I be looking at? Server.xml?If your application is packaged as a W
I am using jboss, eclipse and svn together. I have to files in my test folder: test/create.jsp and test/data.txt . What I want to do is when I call my create.jsp it will update my data.txt . Obviously
I am working with Eclipse and JBOSS. I was wondering if there is a way to do hot in-place deployment for a web project, byintegrating the JBOSS server with Eclipse.
I am trying to deploy my application (packed in .war file) that work properly on JBoss 4.2.3 to JBoss 5.1 (using java 5).
How do I make the log server\\\\log\\serve.log to be appended. i.e. whenver I restart JBoss i开发者_Go百科t should not override the content of the log but continue from the end of it? Add <param na
Where do I set the web-service host name for an EJB3 c开发者_开发知识库lient, when the web-service client is injected.You didn\'t specify any information. Please do. Before that, I\'ll assume you have
The services defined in my jboss-esb.xml refer to properties from the SystemProperties service. When I change a property in the properties file (ie, /conf/my-props.properties) I can reload them开发者