I am running a JBoss web app (AS 6 Final) hosted on linux (Debian). I would like to implement a failover solution so that when JBoss is down, a static web page is served in its place.
My current solution is to run Apache as a reverse proxy (described here), which allows me to serve .php files from apache and forward all other requests to JBoss.
We are planning to migrate out applications to jboss as 7, but we use jboss esb. Is it possible to run jboss esb with jboss as 7?
JAXconf will hold a special JBoss Day on Tuesday June 21.
The JBoss Day will commence with an afternoon of sessions focussed on JBoss technologies, including JBoss AS7 and a look at the mobile web ecosystem from a Java developer perspective. Leading the charge will be Dan Allen and Jay Balunas.
We continue into the evening with JBoss Night - An evening with Drools
Hai All,
I am new jboss, i want to known what are the main server configuration file for jdbc connectivity with mysql. how it is working.
To known the concepts jboss, we need to known java lean java class?
From last two or three month i am try to learn the jboss.
Question about the source code for JBoss EAP versions 4 5 or 6.
Let's say we decided to purchase JBoss EAP 6 from RedHat. Can we still run maven to build JBoss EAP version? Are there closed source resources involved?
Basically we are worried that going with the EAP version will limit our ability to utilize JBoss as an Open Source tool.
I would imagine there is closed source involved.
Hai All,
I am new to jboss, i want to known what are the main server configuration file for jdbc connectivity with mysql and then how it is working?
To known the concepts jboss, we need to known java lean java class?
From last two or three month i am try to learn this jboss concepts.
Hello experts, need help
One of filesystem on my solaris server is 90% full
/dev/dsk/c1t0d0s3 32G 28G 3.3G 90% /usr
here is contents of the folder
HTML Code:
jboss-ie10ux013:/usr\n\r-> ls
4lib X11R6 ccs j2se lost+found openv proc
Hi I am not very experienced with user management in ubuntu.
I needed to create a new user to manage my application server so following some instructions online, this is what i did:
I became root
sudo -i
I added a group
addgroup jbossgroup
I added a user and assigned it to a group
useradd -g jbossgroup jboss
I created a password
passwd jboss
Then I changed the ownership of a folder t
Hello, I need help writing a script to restart our Jboss server when it crashes. I am not very good with scripting but here is the basics.