Re: Limits on the size of the web.xml file?

2001-09-05 Thread Jim Cheesman
At 05:57 PM 04/09/01, you wrote: On Tue, 4 Sep 2001, Jim Cheesman wrote: RTFAPI ;) This acronym will *definitely* come in handy! :-) Something good comes out of my ignorance, then... -- * Jim Cheesman * Trabajo: [EMAIL PROTECTED] -

Re: Limits on the size of the web.xml file?

2001-09-05 Thread Dmitri Colebatch
Craig, I would have thought RTFS would have been more to your liking... given your regular points to the spec (o: On Tue, 4 Sep 2001, Craig R. McClanahan wrote: On Tue, 4 Sep 2001, Jim Cheesman wrote: RTFAPI ;) This acronym will *definitely* come in handy! :-) Craig

Re: Limits on the size of the web.xml file?

2001-09-05 Thread Craig R. McClanahan
On Wed, 5 Sep 2001, Dmitri Colebatch wrote: Date: Wed, 5 Sep 2001 08:21:44 +1000 From: Dmitri Colebatch [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Limits on the size of the web.xml file? Craig, I would have thought RTFS would have been more to

Re: Limits on the size of the web.xml file?

2001-09-04 Thread Jim Cheesman
Consider that you might have the mailboxes for a particular user defined in a database table called mailboxes, with columns username and mailboxname. It would be easy to construct an SQL statement like this: select mailboxname from mailboxes where username = xxx and replace xxx by

Re: Limits on the size of the web.xml file?

2001-09-04 Thread Craig R. McClanahan
On Tue, 4 Sep 2001, Jim Cheesman wrote: RTFAPI ;) This acronym will *definitely* come in handy! :-) Craig

Re: Limits on the size of the web.xml file?

2001-09-03 Thread Roland
Sounds like a redesign is more appropriate. Memory issues aside, have you considered the fact that using individual security constraints for each and every user means that you have to restart the entire app every time you add a new user? Or, that every time you add a user and restart, the

Re: Limits on the size of the web.xml file?

2001-09-03 Thread Craig R. McClanahan
On Mon, 3 Sep 2001, Roland wrote: Date: Mon, 3 Sep 2001 16:19:48 -0300 From: Roland [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Limits on the size of the web.xml file? Sounds like a redesign is more appropriate. Memory issues aside, have you

Re: Limits on the size of the web.xml file?

2001-09-03 Thread Roland
The details *vastly* depend on how your app is put together, but it isn't all that complicated to figure out. Consider that you might have the mailboxes for a particular user defined in a database table called mailboxes, with columns username and mailboxname. It would be easy to construct

Re: Limits on the size of the web.xml file?

2001-09-03 Thread Craig R. McClanahan
On Mon, 3 Sep 2001, Roland wrote: Date: Mon, 3 Sep 2001 16:37:17 -0300 From: Roland [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Limits on the size of the web.xml file? The details *vastly* depend on how your app is put together, but it isn't all

Limits on the size of the web.xml file?

2001-09-03 Thread Roland
Hello is there a limit to the size of the web.xml file? This is because if we want to have a large user database with say 500 users, and make a separate security constraint for each user to protect his directories from the other users we will have quite a large web.xml file. Each security

Re: Limits on the size of the web.xml file?

2001-09-03 Thread Craig R. McClanahan
On Mon, 3 Sep 2001, Roland wrote: Date: Mon, 3 Sep 2001 15:15:36 -0300 From: Roland [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Limits on the size of the web.xml file? Hello is there a limit to the size of the web.xml file? There

Re: Limits on the size of the web.xml file?

2001-09-03 Thread Craig R. McClanahan
On Mon, 3 Sep 2001, Calvin Lau wrote: Date: Mon, 03 Sep 2001 14:23:19 -0700 From: Calvin Lau [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Limits on the size of the web.xml file? My web.xml file worked fine in Tomcat3.2.1 as did the Context/Context