RE: Tomcat has 2 webapps - confused which classes to load

2005-11-21 Thread Radhakrishnan J
Radhakrishnan J wrote: > Eclipse's Debug UI shows the breakpoints threadwise. If these executions > are happening over different threads, thats one way to tell the difference. It's not the thread that's the issue - it's which _webapp_ it's currently executing.

Spurious error logs when streaming image thru' a JSP combination

2005-11-21 Thread Radhakrishnan J
ePageException(t); } } finally { if (_jspxFactory != null) _jspxFactory.releasePageContext(_jspx_page_context); } } } Trace: = Regards, Radhakrishnan J phone: +91-80-513688

RE: Tomcat has 2 webapps - confused which classes to load

2005-11-19 Thread Radhakrishnan J
Eclipse's Debug UI shows the breakpoints threadwise. If these executions are happening over different threads, thats one way to tell the difference. -Original Message- From: Shankar Unni [mailto:[EMAIL PROTECTED] Sent: Saturday, November 19, 2005 7:12 AM To: users@tomcat.apache.org Subje