Tomcat 4.1.12/Apache and file downloads problem

2002-12-04 Thread Michael Stacey
We have a server that handles authentication and logging for client file downloads. Our clients are (charitably) less-than-knowledgable. To allow save as right click functionality, the url on the constructed links are like this: http://host/app/servlet/Controller/FileNameToUse.foo?a=dw;

Re: Bean Choices (code question)

2001-05-21 Thread Michael Stacey
I have a lot of informational beans that hold static reference data (think ISO codes, State abbreviations, etc...) With these types of beans, I have the choice of instantiating a singleton object reference to the bean and accessing the methods through the object, or making all the methods

IE problem or tomcat bug?

2001-04-18 Thread Michael Stacey
We've recently moved to a tomcat/apache server under linux using the most recent release builds. Some of our clients are experiencing strange behavior, like getting the following stack trace to their browser: Tomcat.core.ContextManager.internalService(ContextManager.java:797) at

Re: IE problem or tomcat bug?

2001-04-18 Thread Michael Stacey
At 07:59 AM 4/18/01, you wrote: I've not seen this before. You might want to try contacting the developers of mod_jk (I take it your using this if your using ajpv13?) directly. Its always a pain when you can't reproduce these kind of problems. Are all of the problems based around the same version

appending to existing log on restarts?

2001-03-07 Thread Michael Stacey
Is there some way to get logging to append to existing files rather than starting new ones at startup time? -- Thanks -- Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]