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
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! :-)
>
> C
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 PROTE
On Tue, 4 Sep 2001, Jim Cheesman wrote:
>
> RTFAPI ;)
>
This acronym will *definitely* come in handy! :-)
Craig
> > >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 use
On Tue, 4 Sep 2001, Jim Cheesman wrote:
> Date: Tue, 04 Sep 2001 09:10:06 +0200
> From: Jim Cheesman <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: Re: Limits on the size of the web.xml file?
>
>
> >
> >Consider
>
>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 rep
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 Tomca
t; 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 that c
Reading trough the servlet2.3 specs I found another interesting thing. How
about using getResource() or getResourceAsStream() on the ServletContext?
The specs say you should be able to access ANY file using that. How do I
code that in a jps page? getResource() returns an URL object. What do I do
w
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 yo
> 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
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 appropriat
> 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,
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 li
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 constrai
16 matches
Mail list logo