Bugs item #667151, was opened at 2003-01-13 15:38 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=667151&group_id=22866
Category: JBossWeb Group: v3.2 Status: Open Resolution: None Priority: 5 Submitted By: Mikko Koponen (mtkopone) Assigned to: Nobody/Anonymous (nobody) Summary: JGStore disregarding configuration Initial Comment: OS: Debian Linux with JDK 1.4.1 Greetings. Clustered http session distribution in jetty via the JGStore class does not listen to the configuration in /deploy/jbossweb.sar/META-INF/jboss-service.xml. This is apparently due to the fact that the JChannel is initialized in the constructor, and the properties set afterwards do not propagate there. Included is a patch that worked for me, which is basically a cut/paste operation from the constructor to the start() method of the store. -- mikko koponen Krocus Communications, Finland ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=667151&group_id=22866 ------------------------------------------------------- This SF.NET email is sponsored by: FREE SSL Guide from Thawte are you planning your Web Server Security? Click here to get a FREE Thawte SSL guide and find the answers to all your SSL security issues. http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
