Re: Idea to simplify deployments

2009-08-26 Thread Sebastian Hennebrueder
Christopher Schultz schrieb: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sebastian, On 8/25/2009 2:20 PM, Sebastian Hennebrueder wrote: My proposal is to just allow adding a simple text file into the lib folder of WAR or EAR archives instead of adding jar files. This file describes which

Idea to simplify deployments

2009-08-25 Thread Sebastian Hennebrueder
published the idea on my blog. http://www.laliluna.de/blog/2009/08/21/better_java_application_packaging_jsr_277_java_module_system.html I posted this message to the Jetty user list as well. -- Best Regards / Viele Grüße Sebastian Hennebrueder - Software Developer and Trainer for Hibernate

Re: How to restrict number of active logins/sessions to one per user

2006-12-08 Thread Sebastian Hennebrueder
If your intention is Brute Force Attach use Apache Web server, you might try mod_evasive to protect your login forms If you want to keep track, if the user is allready using another session, you might save the information in the database and check for each login if there is an entry in the db and