• Which version of JBoss AS has Tomcat 6.0.35

    Hi,   Seeing that the latest message in this forum is one year old, I'm not sure if anyone can answer my question.  If this is no longer the preferred place for questions like the following, I'd appreciate ...
    Profile Photo
    last modified by weiqigao
  • Shared session data, JBAS-1909

    Regarding http://jira.jboss.com/jira/browse/JBAS-1909(Feature Request - HttpSession sharing between WAR modules), what is the possibility of implementing this via JBossCache using a custom session manager that is esse...
    Profile Photo
    last modified by starksm64
  • Multiple "Service" elements in JBoss Web Server

    Hello,   In my current project there appeared problem with JBoss Web Server and multiple Service elements in it. I was reading this aged discussion http://community.jboss.org/thread/90107?tstart=0 that made me f...
    Profile Photo
    last modified by martin.hynar
  • jbossweb-tomcat.sar upgrade to Tomcat 5.5.28

    The Apache Tomcat project posts periodic security updates to Tomcat (the latest version of 5.5 is 5.5.28). Is there a way to upgrade the jbossweb-tomcat.sar to incorporate the latest build? Thanks in advance.
    Profile Photo
    last modified by jriesenberg
  • Deployment of on-demand web applications

    I've been looking into how to deploy web application's on-demand; i.e. when the first user request that maps to the application comes in.   One of the problems we need to solve to get the boot time of the AS dow...
    Profile Photo
    last modified by brian.stansberry
  • JBIDE-3394, hot deployment management api

    The tools integration layer is relying on the jboss.deployment:flavor=URL,type=DeploymentScanner MBean start / stop / addURL service methods. In JBossAS 5 this corresponds to the HDScanner bean start/stop methods, but...
    Profile Photo
    last modified by starksm64
  • Tomcat as a service

    Hello, I want to use download and use the last available tomcat (6.0.18), and deploy it as a service. The service only runs the following code: Catalina cat = new Catalina(); cat.start(); Since I had classloading ...
    Profile Photo
    created by n_k_10
  • java2ClassLoadingCompliance in AS5?

    Dimitris just re-enabled an old test that excercises the WAR_BUNDLES_JSF_IMPL community-only feature: http://www.jboss.org/community/docs/DOC-10182 The test is now failing on AS5 because the JSF classes in jbossweb.s...
    Profile Photo
    last modified by ssilvert
  • NameAlreadyBoundException when multiple virtual hosts are sp

    Relates to: JBWS-2384 Detailed problem description: --- We need to understand some TomcatDeployment deployer implementation details. The problem description we have is described in JBWS-2384 bug. Short problem descr...
    Profile Photo
    created by ropalka
  • Tomcat/JBoss Web Authentication Bug

    There was a form-based authentication bug in Tomcat 6.0.10 code that was corrected in version 6.0.14. In particular, a FireFox user would be displayed the login form again instead of the correct requested resource AFT...
    Profile Photo
    last modified by kerryjordan
  • JBAS-5673 - Metadata processing

    Looking into https://jira.jboss.org/jira/browse/JBAS-5673, i noticed that something is missing in the web annotation processing with injection targets. e.g. having 2 classes with the same EJB or Resource reference en...
    Profile Photo
    last modified by emuckenhuber
  • Override webappclassloader of tomcat

    I have a existing application which uses struts .Some of the class were customized and moved to our application . we creaed a new jar for those customized classes. Now when tomcat is loading classes instead of loading...
    Profile Photo
    created by patwary_shiva
  • WebAppClassLoader getURLs() override

    Related to this JIRA opened by Adrian, currently unassigned: http://jira.jboss.com/jira/browse/JBAS-5022 Is this just a matter of adding returning an empty array from getURLs()? Is this related to the discussion abou...
    Profile Photo
    last modified by dimitris
  • java.io.StreamCorruptedException: invalid stream header in J

    Hello, I am getting the following exception in jboss server. 2008-08-22 08:49:44,978 ERROR [org.jgroups.protocols.UDP] exception=java.io.StreamCorruptedException: invalid stream header atjava.io.ObjectInputStream.r...
    Profile Photo
    last modified by aakanksha
  • JBossWeb-based load metrics for mod_cluster

    I've completed a basic set of load metric implementations for mod_cluster and would appreciate some feedback from the JBossWeb folks. The relevant java code can be found here: https://svn.jboss.org/repos/jbossas/trunk...
    Profile Photo
    last modified by pferraro
  • Building JBossWeb from Source

    Hopefully I have found the right forum for this question. I checked out JBossWeb from anonsvn today and tried to build it on Fedora 9 (using OpenJDK 1.6.0) I'm getting a lot of errors as shown below. I'm not quite s...
    Profile Photo
    last modified by am2605
  • Sun WebServer 7.0/jBoss 4.2.2 http connectors unresponsive

    We have a Sun Webserver 7.0 front end connecting with multiple jBoss 4.4.2 servers using http connector. Throughout the day we receive multiple offline errors from the Sun Webserver stating that one of the servers in ...
    Profile Photo
    last modified by gotthejack
  • MC bean integration into Tomcat startup

    In my work on ModClusterService, I'm facing an issue integrating MC beans into Tomcat and would appreciate any comments on my solution. My requirements: 1) Make mc beans available to Tomcat components. Specifically a...
    Profile Photo
    last modified by brian.stansberry
  • Repackage of TomcatService

    Any objection to moving org.jboss.web.tomcat.service.deployers.TomcatService and ServiceMBean out of the 'deployers' subpackage and into org.jboss.web.tomcat.service? It's not a deployer any more.
    Profile Photo
    last modified by brian.stansberry
  • JBAS-5268 - Mapping legacy web classloading rules

    I'm trying to figure out how the old configuration worked in terms of precedence of all the different flags for parent first or scoped classloading. It complicated by having two flags for java2ClassLoadingCompliance ...
    Profile Photo
    last modified by adrian.brock