Log in to follow, share, and participate in this community.
Thread Moving to a POJO configuration API
Moving to a POJO configuration APIWe have been discussing updating tomcat6 to support the POJO style configuration that is needed for effective integration with the jboss5/mc based kernel. Let's use this thread for the status/discussion. As of now its...
multiple service in tomcat server.xmlI am using jboss 4.0.4. I added another service in tomcat jboss_dir\server\default\deploy\jbossweb-tomcat55.sar\server.xml. I can access the web pages from browser from the service I added. But jboss does not seem to ...
Thread XML Comments in JGroups config of tc5-cluster.sar
XML Comments in JGroups config of tc5-cluster.sarI notice that recently the default UDP configuration of the tc5-cluster.sar\META-INF\jboss-service.xml file has been changed along with the location of the configuration from the previous tc5-cluster-service.xml file....
tomcat source tree and TC6Do we want to copy/paste the org.jboss.web.tomcat.tc5 to a new tc6 package? Or just keep the tc5 package and work from there? thanks
Tomcat 6 + XML/Annotation injectionHad a short IM talk with Remy. He pointed me here to their annotation processing: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk/java/org/apache/catalina/util/AnnotationProcessor.java Remy, this approach won'...
Jboss and TomcatI have 3 servers. 1'st Apache and Tomcat. On 2 I want to install Jboss and Postgresql. I would like that 3 server have the same configuration that 2. I want to do somethink like a (RAID1) mirror with server 2 and 3. T...
Thread JBAS-1468: Add support for IP address reporting inside a Log
JBAS-1468: Add support for IP address reporting inside a LogWhat would be the best approach to resolve [JBAS-1468]: Add support for IP address reporting inside a Login Module http://jira.jboss.com/jira/browse/JBAS-1468 I initially commited some code to obtain the IP address ...
Thread setting a web application default for application / web serv
setting a web application default for application / web servhi, i want set an application default for tomcat sothat when i invoke http://localhost i shud get my application running ( keeping 80 as default port for the server) which file(xml conf) i shud configure for this tha...
Thread Ungraceful exit of JBossCacheManager Installation
Ungraceful exit of JBossCacheManager InstallationIn the TomcatDeployer codebase, the following section:
// Clustering
if (metaData.getDistributable())
{
// Try to initate clustering, fallback to standard if no clustering is available
try
{
AbstractJBossManag...
Servlet 2.5 injection controlFor the dependency inject stuff, jboss has to have control over this. We need a lifecycle callback that allows for the injection of the references after the servlet has been created, but before its init method is called.
Thread Automatic redeploy not working? Supposed to only work for to
Automatic redeploy not working? Supposed to only work for toFor development purposes, how come redeployment of a webapp, is only supposed to work for changes to xx.war/WEB-INF/web.xml. Isn't probably helpful if anything in the xx.war/WEB-INF/classes and xx.war/WEB-INF/lib as w...
ThreadWithAttributes possible leakOn this JIRA: http://jira.jboss.org/jira/browse/JBAS-3074 I have done some research on memory leaks on redeployments for WebServices. The biggest part of the leakage is already found (look at the JIRA), but there ...
Tomcat connector stop on server shutdownWe had some cases where a normal (gracefull) server shutdown to one of the nodes of a cluster, will cause some http request to still go through, even if the server is in shutdown mode, and some report a 404 error. I ...
TreeCacheAop integration problemIf I do not have the tc5-cluster.aop, jboss-aop-jdk50.deployer deployed, the tc5-cluster-service.xml will not deploy. Why ins't this part of the tc5-cluster.aop deployment?
12:42:38,463 ERROR [MainDeployer] Could n...
JBossIDE / Tomcat pluginHey guys... I'm going around trying to collect tooling requirements for all the JEMS projects, and found myself in a unique situation with Tomcat. There are already quite a few good Tomcat Eclipse projects out there ...
Thread Defining multiple services in Tomcat server.xml
Defining multiple services in Tomcat server.xmlUser forum reference: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=71636 Jira Issue: http://jira.jboss.com/jira/browse/JBAS-2410 When Tomcat5 service starts, by default, catalinaDomain is defined...
Portal integration within JBoss WebI want to integrate features used by JBoss Portal in the the tomcat integration in order to improve the integration between the two. That will consist in : 1/ move JBoss Portal code that enables instrumentation of a ...
Tomcat approach to valvesHere is an interesting revelation with reference to long term strategy with Tomcat valves. Valves will have to make their way for filters. http://mail-archives.apache.org/mod_mbox/tomcat-dev/200511.mbox/browser We ...
War deployment enhancementThe webservices layer jumps through some hoops to build/enhance wars with the webservice endpoints, and Julien is saying that the portlets do something similar. I'd like to talk about what enhancement the war deployer...
Tomcat Performs Context Initialisation TwiceI have found a problem with the version of Tomcat (5.5.9) bundled with JBoss 4.0.2 and above. Any context configuration in the 'jbossweb-tomcat55.sar/context.xml' and 'WEB-INF/context.xml' is processed twice when a w...