host « JBoss « Java Enterprise Q&A





1. Multiple jboss hosting a domain and SSL    stackoverflow.com

i have a need to have 2 jboss instances (horizontally clustered) both allowing SSL for the same domain. we were trying to figure out how to use one certificate to achieve ...

2. Different versions of JBoss on the same host    stackoverflow.com

I have JBoss 4 installed on my PC to directory C:\JBoss4
And environment variable JBOSS_HOME set to this directory:

JBOSS_HOME=C:\JBoss4  
I need to install JBoss 5.1 on the same PC.
I ...

3. JBoss 5.1 binds to host address while run in vserver with -b     stackoverflow.com

while starting JBoss 5.1.0.GA in virtual server machine on Debian (linux-VServer technology) I get the following error: ERROR [org.jboss.kernel.plugins.dependency.AbstractKernelController] (main) Error installing to Start: name=jboss.remoting:protocol=rmi,service=JMXConnectorServer state=Create mode=Manual requiredState=Installed java.io.IOException: Cannot bind to URL ...

4. what i need on my server to support java webprojects?    stackoverflow.com

I'm beginner in java and i want to have a VPS what i need to install on my server to support java projects i think only JVM 6.0 JBOSS MYSQL are Enough any one can help me about ...

5. How to host and refer to static content from within your ear file    stackoverflow.com

We have several j2ee applications (e.g. A.ear, B.ear, C.war) running in a single jboss instance, we have a requirement to share a set of static files across these applications. So I ...

6. How to access an application using different host and port with JBoss 5    stackoverflow.com

I have deployed my application in Jboss and I want to give users access to my application with different host and ports per user. To explain clearly:

http://192.168.11.21/MBeanProject/servcount 
for user1 and
http://192.168.11.22/MBeanProject/servcount ...

7. Hosting JS libs on Jboss    stackoverflow.com

We have an Spring-hibernate-GWT App running on JBOSS and as well as mobile clients consuming from the Application API.Recently we ran into an issue with charting options where the clients needed ...

8. Hosting a website on Jboss5?    stackoverflow.com

I want to know how do u host a website via jboss5.0.0 say i have my application on localhost http:// localhost:8080/someApp I want to point it to http:// www.someapp.com Editing the server.xml i changed the ...