RE: [Simpleweb-Support] Simple 2.7
Brought to you by:
niallg
From: Jan M. <ja...@ja...> - 2005-08-29 12:16:31
|
Hi Yes, now it works! You might want to make the same change in the comment in ConfiguratorFactory.java :) Thanks! -----Original Message----- From: sim...@li... [mailto:sim...@li...] On Behalf Of Niall Gallagher Sent: 29. august 2005 14:08 To: sim...@li... Subject: RE: [Simpleweb-Support] Simple 2.7 Hi Jan, The property is called simple.http.connect.configurator So its all lowercase. If you try it with this property it should work.=20 Regards, Niall --- Jan Mikkelsen <ja...@ja...> wrote: > Hi Niall >=20 > Thank you for the new release. I'm not sure I am > using the new > Configurator right. >=20 > I have a copy of your LinuxConfigurator. I have > added a log statement in > the configure method, and it does not log. >=20 > I have added=20 > -Dsimple.http.connect.Configurator=3D<my class name> > to the java command. >=20 > This is how I start Simple: >=20 > serviceEngine =3D new MapperEngine(); > Connection network =3D > ConnectionFactory.getConnection(serviceEngine,=20 > new BufferedPipelineFactory(2048));=20 > serviceEngine.load("image", > "com.jatak.cbs.service.ImageService"); > serviceEngine.link("/image.agent/*", "image"); > network.connect(new ServerSocket(80)); >=20 > I hope you can see what is wrong. >=20 > Kind regards, > Jan >=20 > -----Original Message----- > From: sim...@li... > [mailto:sim...@li...] > On Behalf Of > Niall Gallagher > Sent: 26. august 2005 19:02 > To: sim...@li... > Subject: [Simpleweb-Support] Simple 2.7 >=20 > Hi All, >=20 > I have uploaded 2.7, which contains the bug fix for > simple.util.process.ProcessQueue. This should ensure > that there are no more deadlocks after resizing the > ProcessQueue. Also, there is a new > simple.http.connect.Configurator object which allows > a > configuration to be implemented suitable to the > environment you are running Simple within. >=20 > The simple-demo-1.1.tar.gz package contains a > LinuxConfigurator that uses the following=20 >=20 > socket.setSoLinger(true,5) >=20 > This reportedly removes the CLOSE_WAIT problem that > some users have beem having on Linux. The source for > this Configurator is within the simple-demo-1.1.jar > file.=20 >=20 > Finally, if you have been using the MapperEngine, > the > mapper.properties file is now ignored. Instead a > mapper.xml file must be used, examples are provided. > Also, velocity.properties is no longer used, this > has > been replaced with velocity.xml.=20 >=20 > To download go to: >=20 > https://sourceforge.net/project/showfiles.php?group_id=3D62369 >=20 > or >=20 > http://simpleweb.sourceforge.net/download/2.7 >=20 > Regards, > Niall >=20 > Niall Gallagher >=20 > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam > protection around=20 > http://mail.yahoo.com=20 >=20 >=20 > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software > Conference & EXPO > September 19-22, 2005 * San Francisco, CA * > Development Lifecycle > Practices > Agile & Plan-Driven Development * Managing Projects > & Teams * Testing & > QA > Security * Process Improvement & Measurement * > http://www.sqe.com/bsce5sf > _______________________________________________ > Simpleweb-Support mailing list > Sim...@li... > https://lists.sourceforge.net/lists/listinfo/simpleweb-support >=20 >=20 > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software > Conference & EXPO > September 19-22, 2005 * San Francisco, CA * > Development Lifecycle Practices > Agile & Plan-Driven Development * Managing Projects > & Teams * Testing & QA > Security * Process Improvement & Measurement * > http://www.sqe.com/bsce5sf > _______________________________________________ > Simpleweb-Support mailing list > Sim...@li... > https://lists.sourceforge.net/lists/listinfo/simpleweb-support >=20 Niall Gallagher =09 ____________________________________________________ Start your day with Yahoo! - make it your home page=20 http://www.yahoo.com/r/hs=20 =20 ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Simpleweb-Support mailing list Sim...@li... https://lists.sourceforge.net/lists/listinfo/simpleweb-support |