Bugs item #667151, was opened at 2003-01-13 13: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: Closed >Resolution: Fixed Priority: 5 Submitted By: Mikko Koponen (mtkopone) >Assigned to: Jules Gosnell (jules_gosnell) 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 ---------------------------------------------------------------------- >Comment By: Jules Gosnell (jules_gosnell) Date: 2003-01-14 00:24 Message: Logged In: YES user_id=49106 thanks for reporting this. jboss-3.0 is fixed in cvs. jboss-3.2 will be shortly. ---------------------------------------------------------------------- Comment By: Mikko Koponen (mtkopone) Date: 2003-01-13 13:44 Message: Logged In: YES user_id=586533 I'm apparently cronically unable to submit files, trying again. ---------------------------------------------------------------------- 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
