JBoss Application Server (or JBoss AS) is a free software/open-source Java EE-based application server.
Questions tagged [jboss]
377 questions
0
votes
1 answer
JBOSS taking more than 100% CPU
Even if no application is deployed on JBOSS 4.2.2, it is taking more than 100% CPU on my linux machine.
Please help.

Manish Mudgal
- 109
- 5
0
votes
1 answer
Linux server with JBoss , the system cache increased each day
We run an Apache Mod_proxy cluster with 3 JBoss in three dedicated server. Because we need share many files (small object files which our apps need to read/write ) between these JBoss servers ,we using NFS in Apache node and mount them into each…

hntangwei
- 47
- 1
- 5
0
votes
2 answers
Crontab to restart jboss server
i want to create a crontab to restart my jboss server every night. Nothing special and i thought it would be easy....
I got this crontab:
0 22 * * * /home/user/SoftZ/jboss-5.1.0.GA/bin/jboss_restart.sh
So every night at 22h it launches…

HowHigH
- 3
- 1
- 2
0
votes
1 answer
jboss SSL godaddy configuration error
I have created private key file using the keytool key like this
keytool -genkey -alias signcert -keypass xxxxxxxxx -keyalg RSA -keysize 2048 -dname "CN=xxxx.xxxxx.xxx,O=xxxxxxxx xxxxxxxxx,C=IN,ST=MH,L=xxxxx" -keystore signstore.key -storepass…

Rajni
- 1
- 1
- 1
0
votes
1 answer
Optimal hosting of website and platform api on EC2
We intend to deploy a web site (based on Drupal) and the associated platform api on Amazon EC2. Would like to know what would be a better way to architect this solution w.r.t to instances (meaning shall we deploy these on separate instances or can…

Rajni
- 1
- 1
- 1
0
votes
3 answers
SSL redirect problem with JBoss 4.2.3, Apache mod_jk and a hardware load balancer
We are currently experiencing some problems with a network setup we have not used so far and I hope to get some more input how to work around this.
The network of a customer of us uses 4 JBoss instances on different servers all running the same…

Daniel Bleisteiner
- 103
- 1
- 4
0
votes
1 answer
jboss 5.1 mysql connection pooling
I am using JBOSS 5.1.0.GA, MySQL 5.5 and Hibernate 3.3.1 GA (included with JBOSS) + Spring.
My question is do I need to add c3p0 as a data source in my spring/hibernate configuration for connection pooling or are the setting in the JBOSS…

boyd4715
- 101
- 3
0
votes
1 answer
JSF Portlets in Liferay on JBoss
I'm currently looking at working with and deploying JSF portlets into Liferay 6.0.5, sitting on JBoss 5.1.0. I ran into a lot of trouble trying to port some JSF-y/Seam-y/EJB-y stuff I had lying around, so I thought I'd start simple and work my way…

JBirch
- 175
- 2
- 8
0
votes
1 answer
configuring oracle-ds.xml file in jboss
how can I connect jboss with database and how can I configure oracle-ds.xml

Mohammad AL-Rawabdeh
- 1,612
- 12
- 33
- 54
0
votes
1 answer
Disabling certain JBoss ports
We are trying to configure JBoss 5.1.0 to be as lightweight and as secure as possible. One of the parts of this process is to identify and close any ports we do not need.
Three ports that we have outstanding but don't believe we need are:
4457 -…

Rich
- 1,343
- 7
- 28
- 39
0
votes
1 answer
Jboss-4.0.5 Run.bat error ? (OS=Windows XP)
wehen I execute the Run.bat file in Jboss-4.0.5 the following error appear :-
Error: no server JVM at C:\Program Files\Java\jre6\bin\server\jvm.dll'.
Press any key to continue . . .
I download JDK1.5.0_22
on other hand
what is I should change to…

Mohammad AL-Rawabdeh
- 1,612
- 12
- 33
- 54
0
votes
2 answers
Securing Ubuntu server
Am a noob and trying to secure a Ubuntu 10.04 Lts remote server for my application deployment...& i have ssh access to it.,
i would be grateful if somebody can help me by giving some pointers,Tips or guiding me with the process of securing the…

satta
- 1
0
votes
1 answer
High IOWait executing JBoss 3.2.7
Server Details:
Kernel: Linux wiq31 2.4.21-9.ELsmp #1 SMP Thu Jan 8 17:08:56 EST 2004 i686 i686 i386 GNU/Linux
CPU: 4 x Intel(R) Xeon(TM) CPU 3.06GHz
Memory: 1028520 kB
JBoss version: 3.2.7
Every time i try to start JBoss, in all CPU's, the iowait…

user64205
- 101
0
votes
1 answer
Pass authentication from Apache to JBoss
I have an Apache server setup that is passing requests over to a JBoss server to serve Java content. I've been able to get this working without a problem. However, it appears that the authentication from Apache is not being sent.
When I go to a…

Jared
- 103
- 3
0
votes
2 answers
how to write a Script to stop jboss and rename the corresponding log file in redhat
i want to write a shell script to stop my currently running jboss applications(may more than one jboss running in one server) and rename the corresponding log files generated in the log directory.Renamed file must contain the time when the script is…

Jayakrishnan T
- 298
- 2
- 8
- 22