I am using a jboss application web server, and have war files deployed already and running a website . how do i con开发者_如何学Cfigure another site using httpd.conf and jboss to run one more site in
I was running an application deployed on a JBoss server which contained jboss-messaging deployments. The application tried to connect to a jbossmq destination deployed on another JBoss server. I tried
I have a JDBC drive that I used to use just fine with JBoss 7 I have since switched to Tomcat (also v7) for faster deployment while debugging and noticed that the same JDBC driver was not loaded autom
I am using jboss-5.1.0.GA with j2sdk1.4.2_06. My application is deployed successfully, but I get the error when I browse my app.
I have a stateless bean which manages my timer service: @Stateless @Depends(\"jboss.ha:service=HASingletonDeployer,type=Barrier\")
I have to move from Tomcat to JBoss 4.2.1. That\'s OK. 1. I downloaded this version from JBoss site.
I have a JSF/Seam web app which has a page with a form which, when submitted (button clicked), causes a PDF file to be dynam开发者_StackOverflow中文版ically created (in Java, server side) based on the
When my JBoss server is down,开发者_如何学JAVA my JMS client application repeatedly tries to reconnect to the JMS server. However, after a couple of failed attempts, it connects to any other available
I\'m throwing an exception MyCustomException from my application. (EJB Layer) I\'ve an exception mapper in web service layer which looks like following -
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\"