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

Javamail using Exchange as relay

I have to fix an "unable to relay". The java server has to send emails to the internet. The java server and the exchange server are in the same network. How I configure properly a receive connector in exchange server 2010 to avoid as it is in the…
0
votes
1 answer

IIS front end of jboss

I wanted to know is it possible to place IIS 8 in front of two jboss 5 nodes hosting on Linux.Two jboss nodes are ruuning in cluster on two different machines.Is it possible for IIS to load balance and fail over the jboss servers. Thanks, Umar
umar khan
  • 66
  • 5
0
votes
1 answer

jboss 4: enable UsersRolesLoginModule, where must users.properties files be placed?

I have an application (CQ5) that requires enabling unauthenticatedIdentity on jbossdir/conf/login-config.xml I used:
golemwashere
  • 734
  • 1
  • 10
  • 22
0
votes
1 answer

Globally change mod_proxy reset time?

Im running a server configuration where apache(win 2.4) is acting as a load balancer for a 2 jboss servers. The load balancer is running unadvertised balancer, and my two servers are pointing towards it through mod_cluster configuration. I am…
farrellmr
  • 101
  • 2
0
votes
1 answer

Read JMS Queue message count using Curl from Jboss Application Server Console

I am using Jboss Application Server 7.1.3 Final and My requirement is to alert the admin to take necessary action If the particular jms queue having more than n messages in the queue. I could finish through shell script if I get the expected json…
Spike
  • 143
  • 2
  • 9
0
votes
1 answer

Pass authentication from IIS to JBoss

I am using AJP to redirect users from IIS 8 to a JBOSS (EAP 6) site and relay the authentication details (windows integrated authentication). On JBOSS 5 I could use
Daveo
  • 21
  • 1
  • 8
0
votes
1 answer

.War updates for Jboss

There is a .war file running well in JBoss environment. I need to update some little logic in some of the .jsp files. The steps I followed was First I change the extension to .zip extract out a particular .jsp file Then I make some small changes…
0
votes
1 answer

Load average spike causes very slow response on web application

we've a vm in Azure with D11(2 cores, 14GB ram) size to host our company new web erp system that consist of jboss and postgresql installed on centos 7, only 14 users login concurrently. From time to time we experienced slow response, user would…
Ken
  • 13
  • 2
0
votes
0 answers

Strange memory usage behavior in JBoss machine with Linux

I´m having a strange memory trouble with a Linux box with two JBoss instances and one Tomcat instance. All was working fine until last 20/jul. After that, the memory available (total used - buffers - cached) has decreased from 3-4GB to under 500MB.…
0
votes
0 answers

JBoss EAP 6.3 - SSO and Sticky Sessions not working

We have a cluster with 2 nodes (JBoss EAP 6.3 with Single Sign On enabled), node 1 and node 2 in different servers. On top of that we have an Apache2 and are using mod_cluster for load balancing and sticky sessions. We also have our web apps with…
Mateo
  • 11
  • 4
0
votes
0 answers

Sending XML Response When Maxed Allowed Connections Reached to Servlet

I have a requirement to limit the number of incoming connections, and if another connection is initiated as the limit is reached to send an XML response. This is for JBoss EAP 6, but a general standard servlet solution would work. How should I…
cyotee doge
  • 101
  • 2
0
votes
0 answers

JBoss service start failed

I have installed JBoss Eap 6.4 through zip installation as it's written in the redhat guide, so to summarize I: Downloaded the zip file (eap 6.4) Edited the jboss-as.conf file (see image below) Copied the conf file into /etc/jboss-as/ Copied…
Ramy Al Zuhouri
  • 261
  • 1
  • 4
  • 14
0
votes
1 answer

Jboss SSL connection persistent

I have a Client code relying on Jboss 5.1 which uses self signed certificates for connecting to credit card servers over HTTPS. Certificate expired on 03-13-2015 9:55 AM and it got replaced the following day around 8:00 PM. This is relatively…
0
votes
1 answer

Apache and JBoss mod_cluster speed up reload

As an alternative to this question, is it possible to decrease the amount of time that it takes for the Apache (httpd) server to pick up the JBoss servers after the Apache server reloads? As of right now, it is taking between 10 and 20 seconds; I…
user1207177
  • 145
  • 1
  • 7
0
votes
1 answer

How to run Wildfly best?

Within development I start Wildfly 8 as standalone. Then I copy all my WAR files to /standalone/deployments and run them over http://localhost:8080/projectname/. When thinking of a productive server environment, how would Wildfly 8 be run…
Socrates
  • 261
  • 4
  • 13