Log in to follow, share, and participate in this community.
Thread Generate SSOID in WebAuthentication
Generate SSOID in WebAuthenticationAs 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...
SingleSignOn method visibility changeAfter 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...
Connector.getEmptySessionPath droppedAnother 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...
Thread Stopping connectors early in the shutdown process
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...
tomcat Jboss on separate boxedHi, 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...
Commons logging issuesWith 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...
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 (...
java2ClassLoadingComplianceRegarding 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...
Pass session id in urlHello. 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?
org.jboss.web.tomcat.security.RunAsListenerWe'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...
Thread Remove JBoss version of StandardService class
Remove JBoss version of StandardService classWe 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.
Tomcat 6.0 integrationHi, 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 ...
TC6 integration 1st passOk, 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...
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...
Thread Work on JBCACHE-13: Standalone Tomcat http session replicati
Work on JBCACHE-13: Standalone Tomcat http session replicatiFor 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 ...
Thread Where can I find a list of what OS tomcat works whit?
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
Need the context classloader after createHi, 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...
Thread Webapp under root context eg. http://localhost/
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...
Thread Struts app in JBOSS - Action class not triggered
Struts app in JBOSS - Action class not triggeredHi 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...
Web tier injection has been restoredI 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.