Re: Way to specify realms for dynamically installed apps?

2002-08-17 Thread Chris Nokleberg
On Wed, 14 Aug 2002, Craig R. McClanahan wrote: > On Wed, 14 Aug 2002, Chris Nokleberg wrote: > > I'm using the new ant tasks to install and deploy web apps from > > ant. One of my applications needs a JDBCRealm, but there doesn't seem > > to be a way to supply the

Way to specify realms for dynamically installed apps?

2002-08-14 Thread Chris Nokleberg
I'm using the new ant tasks to install and deploy web apps from ant. One of my applications needs a JDBCRealm, but there doesn't seem to be a way to supply the manager with additional bits it might need to stick into server.xml, is that right? I can add the realm at the engine level, but I'd rathe

DefaultServlet missing call to flushBuffer()?

2002-07-10 Thread Chris Nokleberg
I'm using filters to wrap a response and return a special ServletOutputStream. If my class extends BufferedOutputStream, index.html gets cut off when passed through the filter. If I just extend FilterOutputStream, it works fine. I'm guessing this is because the DefaultServlet is not calling flush