• Looking for some property in JBOSS similar to Weblogic (-Dweblogic.alternateTypesDirectory)

    Hi,   We are migrating from Weblogic to JBoss and there are some java standalone programs which are executed by passing some values to java.         java cp test.java -Dweblogic.alterna...
    Profile Photo
    last modified by sridhar.rao.muslay
  • How to Start and Stop jboss-eap-6.3 using batch script ?

    Hi Guys,   I am new to jboss-eap-6.3 and finding it difficult to stop the jboss-eap-6.3 server using batch script. Please help   Thanks in advance.
    Profile Photo
    last modified by akeeb-yaragatti-34021142
  • Can't start jboss EAP 6.3 as a service, failed to startup in the time allotted error

    Hello,   I have configured jboss EAP 6.3 as a service but can't start jboss. Getting the below error.   The below is run from /etc/init.d directory ./jboss-as-standalone.sh start jboss-as failed to start...
    Profile Photo
    last modified by ashis12ka4
  • Prefered way to "disable" role-based security

    Hi all   My apps use role-based security with a custom UsernamePasswordLoginModule and HTTPS/BASIC auth.  Everything works fine.  Now one of my customers is requesting remove completely the security fo...
    Profile Photo
    last modified by roko98
  • SaltStack-based JBoss Cluster Mgmt via Pillar-driven Orchestration of Standalone Servers

    GITHUB REPO  GitHub - kucerarichard/SaltedJBoss: SaltStack-based JBoss Cluster Mgmt via Pillar-driven Orchestration of Standalone Ser…   GOAL  The goal of SaltedJBoss is to create an ergonomica...
    Profile Photo
    last modified by kucerarichard
  • mod_cluster with apache rewrite to JBOSS EAP

    Hello All,   We are having jboss web server 3.0.2 (apache2.4) and application server JBOSS EAP 6.2 , I am trying to achieve the below requirement   a) internal user enters https://example.com/abc-ui , it s...
    Profile Photo
    created by lavin.korukanti
  • security provider (JCE) installation

    Hi everybody   I would like my web application to use my favorite JCE library. According to the JCE library vendor documentation, I should install the JAR files in the jre/lib/ext or reference them with the cla...
    Profile Photo
    last modified by rosfa
  • JBWEB000236: Servlet.service() for servlet sample threw exception: java.lang.OutOfMemoryError: unable to create new native thread

    we have 2 JBOSS 6.4 servers, both has same configuration, same application, and same load the only difference is memory configuration  (standalone.conf)   server1:   JAVA_OPTS="-Xms4303m -Xmx4303m -...
    Profile Photo
    last modified by shijazi
  • How to detect a live and backup server in Jboss eap 6.4 at the application level?

    Hi,   I have a application which is deployed on Jboss EAP 6.4 cluster. There's a portion of code which needs to run on the live server only. Is there a way to detect whether the current server is live or not? &#...
    Profile Photo
    last modified by mamuni.nayak
  • Jboss EAP Module.xml description

    In Jboss EAP , in  module.xml for apache cxf, I see the following snippet under dependencies section:   <dependencies>     <module name="org.springframework.spring" optional="true"&...
    Profile Photo
    last modified by gsandeepry
  • how do remote deploy using cargo on jboss e.a.p. 6.3.x ??

    <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://ma...
    Profile Photo
    last modified by wenderson.souza
  • Datasource connection pool optimize

    Practice has proved that the JBoss DataSource connection pool their reuse is notvery efficient. Would like to use professional connection pools such as HikariCP, Vibur DBCP, alibaba Druid. what should I do ? Using the...
    Profile Photo
    created by slieer
  • JBoss messaging client with jndi is failing after initial ssl handshake

    Hello Colleagues,   I created standalone jms client to connect to JBoss eap 6.4 with tlsv1.2. The connection with java 7 and 8 is successful. Now i imported the code in our application for development purposes i...
    Profile Photo
    last modified by tihomir91
  • How to add additional properties on authorising? (ejb, jaas)

    to param options LoginModel::initialize(Subject subject, CallbackHandler callbackHandler, Map<String,?> sharedState, Map<String,?> options) Creating custom org.jboss.ejb.client.EJBClientConfiguration an...
    Profile Photo
    created by shkiper
  • Use @Resource on Spring Bean to inject Infinispan CacheContainer

    Hi everyone,   I'm developing a Java application using Jboss EAP 6.4 with Infinispan CACHE. After I configured the Infinispan on standalone-full.xml I started the JBOSS and the Infinispan JNDI was registered ok ...
    Profile Photo
    last modified by alexandre.soares
  • Pre-deployment validation in EAP 6.2.4

    Hi, I am bit new to JBOSS and have a requirement where I need to do some validations on the WAR archives being hot-deployed in JBOSS. Validations are related to content (some xmls files) present inside the WAR. In ca...
    Profile Photo
    last modified by puneetnay
  • JBoss is not processing '${pageContext.request.contextPath} in JSP

    Hi All,   Jboss is not processing below expression in JSP.   '${pageContext.request.contextPath}/j_spring_security_check'   instead of context path, above expression is coming as it is. Not sure wha...
    Profile Photo
    last modified by niksharma
  • JMS message from custom login module disappears?

    Under JBoss EAP 6.1, I have implemented a custom extension of LdapExtLoginModule which sends out a JMS message of either a successful or failed login attempt. This class is contained in a module, so it can be shared a...
    Profile Photo
    last modified by bpelakh
  • JTA transaction timeout

    What is the purpose of JTA transaction timeout in JBOSS EAP ? How we can configure this in EAP sever ?
    Profile Photo
    last modified by naga_b
  • how to set the transaction timeout at JBOSS level

    We are using a Jboss-eap-6.2. Our requirement is to set the timeout at the JBOSS level.   From UI we are calling a SOAP service which is deployed on jboss eap, That SOAP service logic internally calls multiple...
    Profile Photo
    last modified by naga_b