RE: [Simpleweb-Support] Simple 2.7
Brought to you by:
niallg
From: Niall G. <gal...@ya...> - 2005-08-29 14:53:55
|
Hi Jan, Yes, slight oversight on the documentation. Hope this release has solved your problem! Thanks, Niall --- Jan Mikkelsen <ja...@ja...> wrote: > 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. > > Regards, > Niall > > --- Jan Mikkelsen <ja...@ja...> wrote: > > > 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 > > -Dsimple.http.connect.Configurator=<my class name> > > to the java command. > > > > This is how I start Simple: > > > > serviceEngine = new MapperEngine(); > > Connection network = > > ConnectionFactory.getConnection(serviceEngine, > > new BufferedPipelineFactory(2048)); > > 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 > > > > 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. > > > > 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. > > > > To download go to: > > > > > https://sourceforge.net/project/showfiles.php?group_id=62369 > > > > 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 > > http://mail.yahoo.com > > > > > > > ------------------------------------------------------- > > 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 > > > > > > > ------------------------------------------------------- > > 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 > > > > > Niall Gallagher > > > > ____________________________________________________ > Start your day with Yahoo! - make it your home page > http://www.yahoo.com/r/hs > > > > ------------------------------------------------------- > 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 > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software > Conference & EXPO > === message truncated === Niall Gallagher __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |