RE: new error... never seen this.

2001-03-08 Thread Mike Bosch
The only time I've seen this is when there is an exception of some sort being generated in your JSP page but because the buffer has already been filled up and data sent to the client it can't flush the buffer and send the user to an error page of some sort.   Try increasing the size of your

Servlet Filters

2001-02-28 Thread Mike Bosch
Hi, We're currently trying to move our web site from running IIS to hopefully Orion and we've come across something in the servlet container that we're hoping someone has seen or dealt with themselves before. We want to use a servlet filter to intercept *all* requests that come into the web ser

RE: Deploy question...

2001-02-15 Thread Mike Bosch
I'm at a company where we are currently using IIS (hopefully for not much longer!) and although it is initially easier to setup a *single* server with a number of virtual directories it is a real pain if you have a decently large server farm that you are going to have to replicate this configurat