jsp include no flush

2005-02-04 Thread A B
This is a re-post ... I sincerely apologize, but I'm hoping the new title is more appealing and someone will be kind enough to spare a minute. Any jasper gurus on this list? Though I'll take answers from non-gurus too at this point ... I'm flailing here ;-) -- I'm using Tomcat 5.0.28 and Window

jasper: PageContextImpl.include(String, boolean) method blocks?

2005-02-03 Thread A B
I'm using Tomcat 5.0.28 and WindowsXP. The PageContext.include(String, boolean) method seems to just block in the Jasper impl (goes off into never never land) irrespective of whether I pass true or false as the second argument. Can someone confirm this? If someone has encountered this before, pl

strange emial behavior

2003-06-24 Thread a b
Hello whenever i send email to tomcat mailing list i get the response from [EMAIL PROTECTED] domain.I am not aware of this domain. I have enclosed the email text i get. I wonder if some one knows why this is happening. Email text: Dear [EMAIL PROTECTED], Your recent message to this server regardi

how to check connection pool is still working

2003-06-23 Thread a b
Hello everyone, I am running database on different machine than the one running tomcat. Tomcat creates a connnection pool to the database, but when some times database machine reboots, it makes all the connections in the pool useless,is there a way to tell the tomcat to make release resources with

basic logging question

2003-06-20 Thread a b
Hello every one, I need to log messages using either tomcat logger or log4j. I have added under the tag and System.out.println("msg"); works and prints in the above named file, but i want to use the methods of org.apache.catalina.logger.FileLogger or log4j's Logger class so that i can turn lo