Re: Anyone doing their own taglib?

2001-01-24 Thread Gocin.com
Title: Anyone doing their own taglib? You could always try a templating engine like Webmacro (http://www.webmacro.org/). The templating script they have developed could assist you keep your back end logic one place and your view (formatting, presentation) completely separate.  Your objects

Re: How do I redirect console messages to a log file?

2001-01-24 Thread Gocin.com
It should also be possible to write a Java program that will redirect the System.out/System.err and then call the main() method of the tomcat program... Jason B. -Original Message- From: Cecchi, Gianluca <[EMAIL PROTECTED]> To: '[EMAIL PROTECTED]' <[EMAIL PROTECTED]> Date: Wednesday, Ja

Re: running init() twice?

2000-12-13 Thread Gocin.com
  I have had problems with the servlet being used in two different web-applications. This would cause two initializations of two different instances...   There should be something in the Context/whatever is passed to the init method that you could check for this. Or print out "this" and see