Windows « JBoss « Java Enterprise Q&A





1. jboss 4.2.2 GA under windows server 2008 - possibly firewall related?    stackoverflow.com

I've been running JBoss 4.2.2 GA for ages now under XP 64 and server 2003. Recently I decided to install server 2008 (x64) over my xp 64 installation and use ...

2. Jboss failover testing    stackoverflow.com

I have a peculiar situation here. I have installed JBoss 5.1.0 as a service in Wintel box. The service will restart itself if the JBoss instance fails. However I could not find a ...

3. Does JBoss run well on Windows?    stackoverflow.com

It appears that we will have to build/deploy one of our new JBoss apps on Windows. All our current deployments are on Solaris so we were slightly concerned with the ...

4. Java Performance Issue from Windows to Solaris JBoss    stackoverflow.com

I have a quick question that someone might be able to answer. We have recently built a java library that is referenced within a web service that runs on a JBoss ...

5. JBoss Compatibility with Windows Server 2008    stackoverflow.com

Our product uses the JBoss 4.0.4 as an application server. Currently we are supporting Windows Server 2003 and planning to support Windows Server 2008. We want to know that is JBoss ...

6. Run bash script to control JBoss from Windows using PLink.exe?    stackoverflow.com

I created a windows batch file with the following content:

plink -batch PuttySaveSessionName -pw thePassword "bash stop.sh"
stop.sh is located in the home directory of the linux machine I log in to, and ...

7. How to run jboss server in windows?    stackoverflow.com

I am new in jboss and now i am configuring jboss server with windows. I am setting env. variable as:

JBOSS_HOME= C:\jboss-4.2.0.GA
Path = C:\jboss-4.2.0.GA\bin
and while starting jboss through run.bat, it will do ...

8. Unable to access web application running on a certain machine    stackoverflow.com

Tried deploying a simple web application (jboss 5.1, jboss seam 2.2.1) on a machine. But for some weird reason, I am unable to access the application using http://localhost:8080/<my-app>. Any access to the ...

9. JBoss 4.2.1 deployment issue on Windows 7 Professional    stackoverflow.com

I have to move from Tomcat to JBoss 4.2.1. That's OK. 1. I downloaded this version from JBoss site. 2. Unzipped it D:\JBoss\jboss\ 3. Then I started the run.bat (as ...