RE: TC4, does it reuse / pool custom tags?

2001-11-26 Thread Ulf Dittmer
TC can reuse tag instances (since TC 3.3 I think), but doesn't by default. Look for TagPoolManagerInterceptor / in server.xml to turn that feature on. Ulf -Original Message- From: Peter Mutsaers [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 22, 2001 9:01 AM To: [EMAIL PROTECTED]

RE: Loading a file in servlet

2001-11-26 Thread Ulf Dittmer
You could specify the file name as an init parameter for your servlet in the web.xml file. That way you only need to restart your web application to pick up the new value. If a restart is too much of a disruption, create a little form where the file name can be submitted, and is then stored in a

RE: installing Tomcat on MAC

2001-11-26 Thread Ulf Dittmer
Sara, a quick search for tomcat macintosh on www.alltheweb.com reveals that the new location is http://www.basilbourque.com/java4u/tomcat_on_macintosh/index.html You'll need to have Apple's MRJ SDK installed (i.e., the jar file with the Java compiler needs to be in the folder where all MRJ

RE: ServletContext - PLS HELP!!

2001-11-21 Thread Ulf Dittmer
Michael, Request attributes and Context attributes are two separate things. You should not expect to store an item in one and retrieve it from the other. The servlet context can be gotten be calling getServletContext() from within a servlet. Ulf -Original Message- From: Michael