Questions tagged [jboss]

JBoss Application Server (or JBoss AS) is a free software/open-source Java EE-based application server.

377 questions
0
votes
1 answer

Sticky sessions are not maintained in Mod_cluster load balancer for JBoss EAP 7

I am certifying my application on JBoss EAP 7. My application works on standalone mode but in cluster mode, my application gets deployed but I am unable to login. I am again re-routed to login url. I have setup cluster using mod_cluster. There is no…
0
votes
0 answers

Apache mod_cluster 1.2.6 and jboss 6: All workers are in error state for only one jboss web-application

One of my Jboss web-applications under the URL "/api/hornet-q" always returns 503. I'm hosting multiple web-applications in Jboss and I'm clustering it through Apache and mod_cluster. For now the Apache node and Jboss cluster node are on the same…
0
votes
1 answer

Jboss EAP 6.2 AvailableCount in connection pool decresing

1.We have a J2EE application using Servlets & JSPs running on Jboss EAP-6.2, and using SQL server database. 2.Everything was fine on UAT system where users count was 20 but when we moved the same application to production system where users count is…
0
votes
1 answer

How do I correlate the Apache mod_jk log with the Tomcat instance log for troubleshooting?

In my Apache mod_jk log I have entries in the format like: [Wed Oct 26 10:59:43 2011] [3732:2460] [error] jk_ajp_common.c (1618): (myJbossServer) Tomcat is down or network problems. Part of the response has already been sent to the client RedHat's…
johnny
  • 2,328
  • 9
  • 37
  • 57
0
votes
0 answers

Why is my ProxyTimeout setting not working in my Apache/AJP configuration?

I’m using Apache 2.2 and JBoss 7.1.3.Final. I’m connected to JBoss from Apache via AJP. Below is my configuration … ProxyPass /cloudfront/ ajp://localhost:8009/cloudfront/ ProxyPass /app1/resources/ ! ProxyPass /app1/ ajp://localhost:8009/app1/…
Dave
  • 185
  • 1
  • 7
  • 20
0
votes
0 answers

V8 on JBoss + Centos(6/7)

I want to use the Google V8 js engine on my JBoss server that runs on a centos6 or centos7 machine. I fount J2V8 which is supposed to take care of the JNI aspect, but from the project page I understand that I need to have a build version of V8…
Tomer Amir
  • 105
  • 1
  • 5
0
votes
1 answer

JBoss - Hot Deploy EJB with several dependents

We want to deploy a new version of an EJB, the thing is that several EJB's and WAR's depend on that EJB. So we have to restart the server everytime to ensure every EJB/WAR is up and working properly. The main difficulty here its the great number of…
Mateo
  • 11
  • 4
0
votes
1 answer

Get error "ksh.exe has crashed" when run the command in msys open with admin

When I open msys without admin option on windows server 2008/2012 and run "jbossctl status" command it gives me correct output. But, when I run the same command in msys opened with admin option it gives me error "ksh.exe has crashed" Can anyone…
0
votes
1 answer

How do I configure JBoss to only accept local connections on HTTP?

I configured JBoss to use AJP over Apache for all outgoing connections, but I want to set up the internal 8080 for local connections. How can I do this within the context of JBoss so I don't need to block a port on the firewall?
Joshua
  • 779
  • 1
  • 9
  • 19
0
votes
1 answer

jBoss runs fine with the port not present in standalone.xml file

I can access JBoss 7.1.1 using the URL : http://localhost:9990 and it takes me to the management console window.However, one thing strange I noticed is in the standalone.xml file. As you can see, there is no 9990 port mentioned anywhere inthe XML…
John
  • 145
  • 8
0
votes
0 answers

jboss using 9990 port instead of 9090

I am referring to the documentation here and running JBoss as Windows as Service. I am not sure why it doesn't runs on localhost:9090 as mentioned in the documentation but on localhost:9990. I don't see anything related to port 9990 in…
John
  • 145
  • 8
0
votes
0 answers

jboss testing url contains error in the url

I have installed JBOSS on my windows machine and I m wondering why on running the following URL : http://localhost:9990/ it takes me to the following URL : http://localhost:9990/error/index_win.html. Just wondering why the URL has error followed by…
John
  • 145
  • 8
0
votes
1 answer

cgroup same process with different resources

I have a Jboss application server installed through source and running multiple instances(say 3) of JBoss as a same user in a single machine on different ports. Using cgroups, I'm trying to do distinct resource allocation for each instance that i…
0
votes
1 answer

JBOSS AS 7 monitoring Paramaters

We are using JBOSS AS 7 in standalone mode to run our web application. Our user base is around 1000 users and we have 4 instances of a JBOSS running on 4 RHEL6 machines behind a load balancer. sometimes, our users are facing website slowness . I…
0
votes
0 answers

What configuration change read only task of log files

What configuration changes required in jboss-server standalone.xml file for generating read only server log. Jboss server runing on linux machine. Can I achieve read only task on changing xml configuration or not. If you have any idea can you advice…