• AS 7.1.0.Final Release Notes

      JBoss AS 7.1.0.Final "Thunder" represents a significant step forward in application server technology. It builds upon the exceptionally lightweight AS 7 architecture, and is a certified implementation of the J...
    Profile Photo
    last modified by dimitris
  • JBoss4Slimming

    Slimming JBoss 4.0.x  version 4.0.4 and 4.0.5   Note: for AS 5.x slimming see JBoss5xTuningSlimming   Introduction  This guide is organized as a series of subtopics.  Meaning each subtopic...
    Profile Photo
    last modified by bmehling
  • CARGO 1.1.4 is now out -with JBoss 7.1.0 support

    Hello, JBoss enthusiasts   This is Ali from the Codehaus CARGO team. I'm sending this short e-mail to tell you about the immediate availability of CARGO 1.1.4.   Why am I sending this? Well, since my last ...
    Profile Photo
    last modified by alitokmen
  • SSLSetup

    Tomcat configurations  JBoss-3.2.3/Tomcat-4.1.x Create a test keystore in the server/default/conf directory:     starksm@banshee9100 conf$ keytool -genkey -alias tc-ssl -keyalg RSA -keystore serv...
    Profile Photo
    last modified by ichristoffersen
  • AS Upgrade dilemma

    Hi all,   We're running a few apps in productions sites around the world in 4.2.3.  We run Seam 2 and Richfaces 3.3.3, Hibernate etc.   We've got a serious problem with memory consumption blowing out ...
    Profile Photo
    last modified by bradleydouglas
  • jboss5.1+hibernate mappingDirectoryLocations have a problem?please help

    this is my hibernate xml file <bean id="sessionFactory" class="org.springframework.orm.hibernate3.LocalSessionFactoryBean">   <property name="dataSource" ref="dataSource"/>   <property name...
    Profile Photo
    last modified by hngmduyi
  • Ldap Realm configuration on Jboss AS7

    As you may know  jboss 7 ldap Realm configuration has a little changed, if you want to discover those chages, check this blog entry:   http://badr-elhouari.blogspot.com/2011/08/ldap-realm-configuration-on-j...
    Profile Photo
    last modified by badr
  • Configure your Jboss AS7 to be accessible from the network

    If you want to have the web console as well as your web application accessible from the network, check this blog entry   http://badr-elhouari.blogspot.com/2011/08/configure-your-jboss-as7-to-be.html
    Profile Photo
    last modified by badr
  • Custom logger on AS 6

    I used a custom appender with previous jboss which worked fine. The appender was added programmatically. In jboss 6 it stopped working. I debugged the code and the appender is added fine, but append() is never called ...
    Profile Photo
    last modified by javapenguin
  • Can I setup JBoss 6 to use log4j?

    Can I setup JBoss 6 to use log4j (the way it worked in previous releases) instead of jboss-logging?   My code uses a LocalAppender which extends org.apache.log4j.AppenderSkeleton, which obviously does not work w...
    Profile Photo
    last modified by javapenguin
  • Is there a ServerPeer listMessageCountersAsHTML() equivalent in jboss 6.1?

    In jboss 4.2.3, with Jboss Messaging, there was a ServerPeer jmx bean that had a listMessageCountersAsHTML() method that would list message counters for all jms topics on one page.  This was a very handy feature....
    Profile Photo
    last modified by jmihalich1
  • JBoss AS6 FAQ

    JBoss AS6 frequently asked questions  How to deploy queue/topic in JBoss AS6 JProfiler fails to boot against JBoss AS 6.x JSF on JBoss AS6 Deploy application in an external directory in JBoss AS 6 Using MDC ...
    Profile Photo
    last modified by jaikiran
  • JBoss Application Server Official Documentation Page

    This is the official JBoss Application Server documentation page. Please select the book you wish to view in your preferred available format from the table below.     Document Name Document Format JBoss Ap...
    Profile Photo
    last modified by newtonm
  • UsingMod_proxyWithJBoss

    Using mod_proxy with JBoss bundle and Apache2.2.x  This wiki outlines the various steps required to install a basic load-balancing solution based on mod_proxy, mod_proxy_balancer and JBoss. Mod_proxy allows to u...
    Profile Photo
    last modified by jfclere
  • SecurityFAQ

    Security FAQs  Q1: Why cannot I access an ejb that has unchecked method permissions?   A1: The unchecked method permission only removes the requirement that the call have sufficient permissions in terms of...
    Profile Photo
    last modified by anil.saldhana
  • JAXWS2.2 Standalone TCK Guide

    This document describes how to setup and configure the jaxws standalone TCK , and run it against AS7. Obtaining TCK JAVAEE6_RI and AS7 The flowing artifacts and zip files are requried before setup jaxws tck test...
    Profile Photo
    last modified by jim.ma
  • JBoss:Bots,Malware,Security etc

    Recently, we came across incidents of malware/bots with JBoss AS community version reported in the forums at http://community.jboss.org/thread/164950?tstart=0   Security experts at Red Hat, primarily Steve Milne...
    Profile Photo
    last modified by jaikiran
  • How To Order JBoss AS Deployments By Defining Custom Dependencies

    When using JBoss AS5 (or 6), sometimes there is the need to explicitly control the deployment order of parts in a complex application. This need arises, mostly, from the fact that standard packages are not aware of Mi...
    Profile Photo
    last modified by emmartins
  • JBoss EWP 5.1 Slimming

    Hi,   I made a groovy script to slim JBoss EWP. It can be executed on windows and linux.   It comes with a config file to choose the components to remove :   EJB_2 EJB_3 JBoss_WS JBoss_Mail Hyper...
    Profile Photo
    last modified by seb-errien
  • Seam application: java.util.zip.ZipException: error in opening zip file

    I had a Seam application I was trying to migrate from AS 4.2 to 6 [this happened in 5 as well].  When I deployed the application, I kept getting the following error:   Caused by: java.util.zip.ZipException:...
    Profile Photo
    last modified by andrew.geery