RE: [Simpleweb-Support] Simple 2.7
Brought to you by:
niallg
From: Jan M. <ja...@ja...> - 2005-08-29 10:13:08
|
Hi Niall Thank you for the new release. I'm not sure I am using the new Configurator right. I have a copy of your LinuxConfigurator. I have added a log statement in the configure method, and it does not log. I have added=20 -Dsimple.http.connect.Configurator=3D<my class name> to the java = command. This is how I start Simple: 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)); I hope you can see what is wrong. Kind regards, Jan -----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 Hi All, 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. The simple-demo-1.1.tar.gz package contains a LinuxConfigurator that uses the following=20 socket.setSoLinger(true,5) 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 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 To download go to: https://sourceforge.net/project/showfiles.php?group_id=3D62369 or http://simpleweb.sourceforge.net/download/2.7 Regards, Niall Niall Gallagher __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around=20 http://mail.yahoo.com=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 |