• Generate SSOID in WebAuthentication

    As stated on issue http://jira.jboss.com/jira/browse/JBAS-4424, the org.jboss.web.tomcat.security.login.WebAuthentication class should be capable of generating a ssoid and setting it on the session when the user has c...
    Profile Photo
    last modified by sguilhen
  • SingleSignOn method visibility change

    After updating my workspace today I'm seeing compile errors in the org.jboss.web.tomcat.service.sso.ClusteredSingleSignOn due to a change in the base org.apache.catalina.authenticator.SingleSignOn. It appears a number...
    Profile Photo
    last modified by starksm64
  • Connector.getEmptySessionPath dropped

    Another compile error in the org.jboss.web.tomcat.service.session.JBossManager implementation of the org.apache.catalina.Manager interface is due to the org.apache.catalina.connector.Connector dropping the getEmptySes...
    Profile Photo
    created by starksm64
  • Stopping connectors early in the shutdown process

    (Related to http://jira.jboss.com/jira/browse/JBAS-4735) When the work was done to delay starting the Tomcat connectors until a START_NOTIFICATION_TYPE JMX notification was received from ServerImplMBean, why wasn't S...
    Profile Photo
    last modified by brian.stansberry
  • tomcat Jboss on separate boxed

    Hi, I am working on a project that requires the web application to be deployed at a standalone tomcat on a different box with Jboss. The EJB will be deployed on the Jboss. Please how to configure the tomcat to talk t...
    Profile Photo
    created by ittoronto
  • Commons logging issues

    With the move to commons logging 1.1, there are incompatibilities showing up when users include older configurations that refer to the obsolete Log4jFactory class. The problem is the result of having container classes...
    Profile Photo
    last modified by starksm64
  • PHP Integration To Application Server?

    Hi, at my topic you have a first impression about my question. It is still possible to integrate a PHP Servlet(or even a HTTP Server) in the Application Server of JBoss? `cause i want to use a PHP programmed forum (...
    Profile Photo
    last modified by cheffilet
  • java2ClassLoadingCompliance

    Regarding http://jira.jboss.com/jira/browse/JBAS-3047, I did some adjustments on top of Scott's changes, that I want them to be reviewed. They way I understand it is: a) To use the jboss web loader, either it has to...
    Profile Photo
    last modified by dimitris
  • Pass session id in url

    Hello. I need to pass session id (jsessionid) in url, not in cookies in spite of cookies are on. Is it possible? Is there any option in application descriptor xml files?
    Profile Photo
    last modified by a_titov82
  • org.jboss.web.tomcat.security.RunAsListener

    We've seen some contention in several different performance tests related to RunAsListener. See http://mail-archives.apache.org/mod_mbox/tomcat-dev/200702.mbox/<45DD8ADD.6040801%40apache.org> According to Remy...
    Profile Photo
    last modified by pthurmond
  • Remove JBoss version of StandardService class

    We have to remove this JBoss version of StandardService class sitting in the tomcat module. http://jira.jboss.com/jira/browse/JBAS-4263 There are two options possible.
    Profile Photo
    last modified by anil.saldhana
  • Tomcat 6.0 integration

    Hi, I would like to know if there is a way to integrate the Tomcat 6.0 (the newest version) on the JBoss 4.05GA that i'am using. Thanks ...
    Profile Photo
    last modified by midoensi
  • TC6 integration 1st pass

    Ok, I took a snapshot of Tomcat 6 SVN and integrated it with JBoss. It had some annotation mistakes from spec (@DeclareRoles and @EJB was in the wrong package) so I had to modify it. The only thing I tested was the J...
    Profile Photo
    last modified by bill.burke
  • Bad deployment cleanup issues?

    There are some tests that excercise bad war deployment that are failing inconsistently. Two are: http://jira.jboss.com/jira/browse/JBAS-4085 http://jira.jboss.com/jira/browse/JBAS-4031 In the example I looked at, jb...
    Profile Photo
    last modified by starksm64
  • Work on JBCACHE-13: Standalone Tomcat http session replicati

    For the last few weeks I've been working on getting JBossCache-based session replication to work in standalone Tomcat 5.5. I've gotten a pretty reasonable version working, and want to post what I doing on this thread ...
    Profile Photo
    last modified by bstansberry
  • Where can I find a list of what OS tomcat works whit?

    I have serache but dont find anything good.. Are there any who knows where I can find a list of what operating systems tomcat 5.0.28 and 4.1.31 works whit? The operating systems I running is AIX 5.2 and 5.3
    Profile Photo
    last modified by linuso
  • Need the context classloader after create

    Hi, I've tried to create an easy per deployment logging possibility without many fuss with package prefixes / repository selectors / TCLFilter etc. This service will look for a log4j.xml or .prop in the META-INF dire...
    Profile Photo
    last modified by smil
  • Webapp under root context eg. http://localhost/

    Hello, Can anybody give me some pointers to deploying a webapp under the root context on jboss+tomcat? I know its possible on plain old tomcat by editing the config file but is it possible when deploying under jboss...
    Profile Photo
    last modified by springy
  • Struts app in JBOSS - Action class not triggered

    Hi there, I have deployed my struts app into one of our existing JBOSS project. I have a sample jsp from which I try to invoke the action class. But the action class is never getting invoked. And no signs of errors i...
    Profile Photo
    created by ab57950
  • Web tier injection has been restored

    I have restored the web tier injection code and its working for the tests I have run. I have not tested any @WebService refs but will tomorrow.
    Profile Photo
    last modified by starksm64