[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JBossCacheService to Tomcat clustering not found

2006-10-24 Thread SideWinder
thx, that was the problem. my xdoclet created the distributable-tag automatically (<- I have *not* done anything wrong :D) thanx, now it works. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980486#3980486 Reply to the post : http://www.jboss.com/index.html

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JBossCacheService to Tomcat clustering not found

2006-10-24 Thread [EMAIL PROTECTED]
If you don't want to use clustering at all, *don't* mark your webapp as distributable. That tag means you want it clustered, so JBoss complains when it finds it can't replicate the sessions. If you switch to 4.0.5 you'll find that it complains at a lower log level. View the original post : ht

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JBossCacheService to Tomcat clustering not found

2006-10-24 Thread SideWinder
i have the same problem - i already marked the project as distributable. what else can i do to fix this problem? i don't want to use clustering at all - so i am using the default configuration. best regards, sidewinder View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JBossCacheService to Tomcat clustering not found

2006-07-17 Thread [EMAIL PROTECTED]
Your webapp must be marked as "distributable" in web.xml. With these errors you see, session replication is no longer occuring; Tomcat is falling back to the standard non-replicating session manager. The configuration of the JBoss Cache instance used for session replication changed in 4.0.4; i

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JBossCacheService to Tomcat clustering not found

2006-07-17 Thread j2ee_junkie
See tomcat's jboss-service.xml file that configures Tomcat as a JBoss service. $YOUR_SERVER/deploy/jbossweb-tomcatxx.ser/META-INF/jboss-service.xml cgriffith View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958505#3958505 Reply to the post : http://www.jboss.c