jboss
Configure multiple sites in jboss application server
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[详细]
2023-04-05 05:39 分类:问答What is the use of the "java:" prefix when doing name lookup in jboss?
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[详细]
2023-04-05 03:57 分类:问答JBoss v.s. Tomcat JDBC driver registration discrepency
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[详细]
2023-04-05 02:56 分类:问答org.apache.jasper.JasperException: Unable to initialize TldLocationsCache: java.util.zip.ZipException: invalid entry CRC
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.[详细]
2023-04-05 01:08 分类:问答Why is Jboss passing null Timer object to method annotated with @Timeout?
I have a stateless bean which manages my timer service: @Stateless @Depends(\"jboss.ha:service=HASingletonDeployer,type=Barrier\")[详细]
2023-04-04 23:56 分类:问答JBoss 4.2.1 deployment issue on Windows 7 Professional
I have to move from Tomcat to JBoss 4.2.1. That\'s OK. 1. I downloaded this version from JBoss site.[详细]
2023-04-04 22:29 分类:问答JSF/Seam: How to download and print a dynamically generated PDF file without user intervention?
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[详细]
2023-04-04 21:27 分类:问答JMS Client Problem
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[详细]
2023-04-04 17:32 分类:问答RestEasy ExceptionMapper not catching the exceptions
I\'m throwing an exception MyCustomException from my application. (EJB Layer) I\'ve an exception mapper in web service layer which looks like following -[详细]
2023-04-04 16:14 分类:问答Migrate deployment from Jboss4.2.3 to jboss5.1AS
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\"[详细]
2023-04-04 14:33 分类:问答
加载中,请稍侯......