Log in to follow, share, and participate in this community.
Thread mod_substitute equivalent on JBoss AS
mod_substitute equivalent on JBoss ASHi everyone, It might be a dumb question. But as I couldn't find any result on this, I figured I still ask it here. Is there a way to perform string substitutions on response bodies right before sending the response...
JBoss AS "run.bat" no response0down votefavorite I have installed JBoss AS 7.1.1.Final and tried to run with run.bat and got no response. The JAVA_HOME is under C:\Program Files\Java\jdk1.8.0_151 and "JBoss AS" is inatalled in...
Thread Jboss-cli - Adding module-option on login-module node
Jboss-cli - Adding module-option on login-module nodeHi, I'm trying to add an tag module-option on structure below and its failing, I think my syntax is wrong. This is the node: <security-domain name="drools-guvnor" cache-type="default"> <authen...
Problem in installing JBoss suiteI am installing JBoss BPM suite "rhpam-installer-7.0.0.jar" from the below website Red Hat Developer | Red Hat Process Automation Manager Download Please let me know the folder structure to be followed. ...
Jboss 7 Issuewe are facing issue in Jboss which got intermitently stopped while running with below error 16:58:12,449 INFO [org.jboss.as.server] (Thread-2) WFLYSRV0220: Server shutdown has been requested via an OS signal
Thread JBoss EAP 7.1 does not stop when using shared sessions
JBoss EAP 7.1 does not stop when using shared sessionsHello, I have an application deployed in JBoss EAP as an EAR. With JBoss EAP 7.0, when I deploy the application, I can stop it correctly using jboss cli, but when I deploy it in JBoss EAP 7.1, it hangs forever...
Thread How to Share JMS queue between server groups
How to Share JMS queue between server groupsHi, I have a jboss clustered environment and a unique queue called SAEqueue. This queue is use by 3 different application and, when they are in the same server group, all messages are available for all 3 appli...
Reading a configuration fileHello, there! I'm writing a web application, and planning to deploy it on JBoss AS 7.1. My application need to read some configuration properties from a file. Where should I put this configurations file within JBos...
AS 7 on Java 8Is there anyone currently running AS 7.1 under a JDK 1.8 previous? On Mac or Linux? Googling turned up nothing. I intend to try to get it working shortly unless it's already known to be impossible....
How config URL NO changeGood Day I am a rookie working whit jBoss 7.1 Need config some where the URL (domain) NO change Eexample https://www.domain.com or / and http://www.domain.com allway be https://www.domain.c...
Thread Jboss Ear not loading classes from war file
Jboss Ear not loading classes from war fileHi There is an EAR structure as: test.ear - abc1.war - abc2.war - lib lib folder containing jar file . abc1.war is having path WEB-I...
Thread Manging external IPv6 devices from IPv4 JBoss cluster application
Manging external IPv6 devices from IPv4 JBoss cluster applicationMy application is to manage IPv4 network devices, it is currently deployed in cluster mode using JBoss/Wildfly in IPv4. To ping to device, we use InetAddress.isReachable(2000). As new requirement, it must have the a...
Jboss EAP 6.4 Proxy IssueIn Jboss EAP 6.4, I have configured the proxy server info to reach the third party client. But it's not honoring those properties and trying to reach the third partly client directly. How can I resolve this?
Thread How to set http thread connection timed out in jboss 6.5 EAP
How to set http thread connection timed out in jboss 6.5 EAPHi All, In production system i have observed that high HTTP thread count for more than 6 hour. To overcome this i have tried ConnectionTimeout , org.apache.coyote.http11.DEFAULT_CONNECTION_TIMEOUT ...