• Connecting jconsole to JBoss AS

    Enabling management agent in JVM To attach jconsole to a JVM, it has to be launched with a management agent: java -jar ... -Dcom.sun.management.jmxremote   To run JBoss AS with the agent enabled, simply run: <...
    Profile Photo
    last modified by ozizka
  • EJB2 Stateful EJBObject Retrieval Methods

    By default, EJB2 stateful session bean handles in AS/EAP 4.x and 5.x use JNDI to retrieve the EJBObject when getEJBObject() is called on the handle. The JNDI settings used are the last JNDI context used by the running...
    Profile Photo
    last modified by galder.zamarreno
  • SessionBean ServiceManager for lookup and remote calls

        Here is a example of my way to lookup stateful/stateless SessionBeans.  Used in a Singleton for example in a SWT Client it’s possible to execute the lookup for the SessionBeans on start of app...
    Profile Photo
    last modified by tobias.steidle
  • JBoss AS Top10

    Top 10 areas of work/improvement for JBoss Application Server   EE6 Stability/reliability Management Console Fast boot Fast deployments Better documentation Community involvement Support for Unit Test Be...
    Profile Photo
    last modified by dimitris
  • LimitAccessToCertainClients

    When securing HTTP traffic, you may wish to consider limiting access to clients with a certain IP address.  You can do this at many levels.     Limiting client access using Tomcat (Engine, Host, or Cont...
    Profile Photo
    last modified by unknownmigrationuser
  • JBoss AS 5.1.0 CR1 fails to boot from IDE

    If you are using an IDE to start/stop JBoss AS 5.1.0 CR1, you might run into this issue related to xmls:   Failed to boot JBoss: org.jboss.xb.binding.JBossXBException: Failed to parse source: file:/C:/temp/jboss-...
    Profile Photo
    last modified by jaikiran
  • Middleware Admin

    I'm not sure of the accepted way of asking for help on this site, so any guidance would be greatly appreciated.  My client is a Fortune 100 organization in Chicago that is having significant performance tuning is...
    Profile Photo
    last modified by cmcsource
  • JBoss AS 5 概览和MC, VDF (in chinese)

    主题: JBoss AS 5.1特性介绍和MC, VDF 日期: 2009年7月30日 时间: 14:00 - 15:00   会议介绍 本次讲座将基于JBoss AS 5.1GA,介绍JBoss应用服务器5版本的一些新特性,同以前版本的变化,开发应用时的一些关注点等。 另外将着重介绍AS 5中新引入的部署框架(Deployer Framework)以及JBoss微容器 (MC, icroContainer),它们作为...
    Profile Photo
    last modified by jeff.zhang
  • JBoss Application Server Related

    Hi everybody,   Please answer for the following question?   Is it possible to connect two different database onto a single JBoss Application Server deployment?  Actually I am using JBoss 3.2.3 databas...
    Profile Photo
    last modified by rajesh_cbe2000
  • Teiid as Data Source in JBoss AS

    Teiid can be configured as a JDBC data source in the JBoss Application Server and can be accessed through the JNDI tree for your application.  Deploying Teiid as data source in JBoss AS is no different than deplo...
    Profile Photo
    last modified by rareddy
  • ClassLoader has not been set exception in boot.log

    Problem You see the following exception stacktrace in the boot.log of AS 5.x:   18:12:25,781 DEBUG [ProfileServiceBootstrap] Failed to build ManagedDeployment for: AbstractKernelDeployment@169a1c5{name=file:/D:/j...
    Profile Photo
    last modified by jaikiran
  • iPhone App (AServPoint) monitors JBossAS servers

    Hello JBossAS Community,   I've managed multiple JBossAS servers for years and now with the power of mobile devices like the iPhone/iPod Touch, monitoring and management is getting easier to keep tabs on remote ...
    Profile Photo
    last modified by tigerpaw
  • JBoss cluster ports(for JMS) - in the firewall enviroment

    By default, JBoss AS has defined multicast UDP ports through which the ongoing intra-cluster communication, and those defined in file jbossas/server/all/deploy/cluster/jgroups-channelfactory.sar/META-INF/jgroups-chann...
    Profile Photo
    last modified by tfrastia
  • ProfileService

    ProfileService Overview The ProfileService is an generalization of the jbossas 4.x server configuration notion. In jbossas 4.x a server configuration is a collection of services and applications loaded from the deploy...
    Profile Photo
    last modified by starksm64
  • EmbJopr.1.4.0.B01.ReleaseNotes

    Release Notes - Embedded Jopr - Version 1.4.0.B01 Bug [EMBJOPR-260] - nav tree nodes do not expand or collapse when running on AS 5.2 (i.e. w/ JSF2) [EMBJOPR-269] - jboss-seam-jul-2.1.0.SP1.jar should not be included...
    Profile Photo
    last modified by shelly.mcgowan
  • JBoss AS5 Installation and Getting Started 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
  • Thread Pool Configuration

    Thread Pool Configuration in AS 6.xTable of Contents Thread Pool Configuration in AS 6.x Table of Contents Deployment Descriptor Format Standalone Descriptor Inclusion in a Microcontainer Deployment ...
    Profile Photo
    last modified by dmlloyd
  • JGroups JCA for jboss 4.2.3

    We wrote a JCA compliant JGroups adapters which allows you to pool your  jgroups channels and have the config neatly in a seperate ds xml file (all the great attributes of JCA). I have attached both the ra...
    Profile Photo
    last modified by cullendw
  • JON 2.3 Control Grouped Servers Via The CLI

    1. Preface Oracle and IBM have a concept of Managed Servers. Besides other things it means that you have a central instance which takes care on delivering deployment artifacts to all registered managed application ser...
    Profile Photo
    last modified by wpernath
  • Slimming JBoss AS 4.3

    Since I've had to slim down jboss more than once for performance and some bit of hardening, I thought I would share the steps I use that will support most applications that are NOT using EJB or Jboss MQ. This configur...
    Profile Photo
    last modified by dmarchant