• How to Remove the X-Powered-By Header in JBoss

    JBoss inserts an X-Powered-By header in every HTTP response header. Normally, this includes information like the Servlet specification that JBoss complies with, the JBoss app server version number, a build number, and...
    Profile Photo
    last modified by sandralynn
  • SecureTheJmxConsole

    Securing the JMX Console and Web Console (HTTP)   Both the jmx-console and web-console are standard servlet 2.3 deployments that can be secured using J2EE role-based security. Both consoles ship with a skeleton ...
    Profile Photo
    last modified by dfj
  • Statement Regarding Ransomware Threat to JBoss Application Server

    Red Hat has become aware of an active ransomware threat affecting unpatched or unsecured servers running JBoss Application Server and products based on it.  The attack utilizeshttps://github.com/joaomatosf/jexbos...
    Profile Photo
    last modified by crob
  • JBossDTDs

    DTDs and Schemas used by JBoss and WildFly   See http://www.jboss.org/j2ee/dtd/ and http://www.jboss.org/j2ee/schema/. The latter URL is just a redirection to http://www.jboss.org/schema/, where the XSD files ar...
    Profile Photo
    last modified by wolfgangknauf
  • java.util.zip.ZipException: error in opening zip file while deploying war file in jboss7

    HI All, I have been facing the following issue while deploying war file in jboss7. Hope someone will help me to  resolve this issue. org.jboss.as.server.deployment.DeploymentUnitProcessingException: org.jboss.a...
    Profile Photo
    last modified by priyatham
  • ConfigDataSources

    DataSource configuration For the original documentation, refer to the connectors chapter in the application server guide.   DataSources are defined inside a <datasources> element.   <no-tx-datasou...
    Profile Photo
    last modified by adrian.brock
  • JBoss5 custom metadata files

    With new Microcontainer, its Deployers and JBossXB, it's super easy to write some custom metadata along with its matching/handling deployer. We use different files to add to deployment information, ranging from perf...
    Profile Photo
    last modified by xmedeko
  • VersionOfTomcatInJBossAS

    What version of Apache Tomcat ships with JBoss Application Server    JBossAS version Ships with Tomcat Servlet Spec JSP Spec 3.2.3 4.1.29 2.3 1.2 3.2.4 5.0.26 2.4 2.0 3.2.5 5.0.26 2.4 2....
    Profile Photo
    last modified by jfclere
  • TransactionStickyLoadBalancePolicies

    Introduction First of all, what is transaction sticky functionality about? The aim is to: Enable both remote user transaction and EJB invocations within a user transaction to hit the same server for the duration of t...
    Profile Photo
    last modified by wdfink
  • JBoss AS5 Clustering Guide

    JBoss Application Server 5 Installation and Getting Started Guide. Please select the preferred format and language you wish to view the book from the table below.   Book Format Language HTML US English Single ...
    Profile Photo
    last modified by skittoli
  • ClassLoadingConfiguration

    Discussion  By default JBoss (prior to version 3.2) uses a flat class loading model that avoids the need to redundantly include classes in different layers.  WAR files would only have the web contents and s...
    Profile Photo
    last modified by paolo.compieta
  • dynamically specify message-selector

    I have an application which needs to be build for each server separately, due to separate message-selector to be specified in ejb-jar.xml and jboss.xml. How can dynamically specify message-selector to make build indep...
    Profile Photo
    last modified by rajasekhar1234
  • How to deploy jBPM and Drools on JBoss AS

    Hi,   I made a simple jBPM 6.0.1 project(Maven project with Java classes and bpmn files) and i would like to deploy it on JBoss AS 7.1.1. I've tried to import it to jBPM console, but i have serveral errors and i...
    Profile Photo
    last modified by rizon
  • Jackrabbit Deployment in AS6 and AS7

    The following is an extract from my notes about getting JackRabbit deployed as a resource adapter in JBoss AS6 and AS7. No guarantees about accuracy of these instructions, but they have been used by a couple of people...
    Profile Photo
    last modified by bwallis42
  • SecureJBoss

    Securing JBoss Application Server Securing JBoss Application Server v7.0  Please visit  Securing the Management Interfaces. And also Hardening Guidelines - JBoss AS 7.2 Securing JBoss AS v6.x or v5.x ...
    Profile Photo
    last modified by lifeonatrip
  • How to use EclipseLink with AS7

    Introduction This guide is targeted at AS7 (and EAP 6, by extension). We are anticipating that WildFly 8 will have pre-packaged support for EclipseLink through the Jipijapa project. See WFLY-203 for more details. ...
    Profile Photo
    last modified by rcd
  • TurnDeploymentScannerDown

    Turn the Deployment Scanner frequency down or turn it off if you do not hot deploy.  Note:  The guidance on if you should do this or not is this.   If you use this in a test or development environment...
    Profile Photo
    last modified by wdfink
  • Abrupt shutdown of jboss

    Please can any one help with the cause and solution of this issue in the attached document? I noticed my Jboss just shuts down abruptly like one or twice every week. Please i need assistance a sap on likely cause and ...
    Profile Photo
    last modified by oyesiku.olugbenga
  • RunJBossAsAServiceOnWindows

    How do I Run JBoss as a Service on Windows  Option 1.  Use JBoss Native for Windows You can use JBossNative : http://labs.jboss.com/jbossweb/downloads/. Download the appropriate version based on your system ...
    Profile Photo
    last modified by shauna
  • Generate JBoss Modules from Maven POM

    We started with JBoss modules recently and had the problem of generating the modules structure for some of our projects. Therefore we wrote a small plugin for Maven that generates module folders with module XMLs based...
    Profile Photo
    last modified by rr.smartics