JSP ClassNotFoundException on Tomcat 6.0.29/30 Eclipse Helios WTP

2011-01-19 Thread KwonNam Son
I'm developing an web application on Eclipse Helios, WTP, Tomcat 6.0.29(and just upgraded to 6.0.30). I suffer from ClassNotFoundException a lot of times on both 6.0.29/30. It's not about usual classes or jar. It's about JSP generated java class. For example, when I request /jsps/test.jsp, the

Why Tomcat uses ROOT context's log4j and log4j.properties?

2006-03-01 Thread KwonNam Son
Hello, I have a problem that Tomcat uses ROOT web application context's log4j-1.2.8.jar and log4j.properties. I installed Tomcat 5.0.28, Java 1.4.2_09 and deployed root context web application to $CATALINA_HOME/webapps/ROOT on Solaris 8. I DO NOT change anything in $CATALIN_HOME/conf/server.xml.

Tomcat 5.0.28 - How to save thread dump on Windows?

2005-12-14 Thread KwonNam Son
Hello, I run tomcat 5.0.28 on windows, Sometimes tomcat does nor response to browser's request. Maybe I made some mistakes in thread related codes. So I want to get thread dump of tomcat, but when I press Ctrl-Break, the thread dump is not saved to a file(like catalina.out before). How can I ge

Tomcat 5.0.28 - I miss catalina.out

2005-12-13 Thread KwonNam Son
On Windows, While running tomcat 5.0.28, I pressed Ctrl-Break for heap dump. But there are a lot of messages, and because Tomcat does not write standard output to log, I could not read all the dump messages. I can I get catalina.out work again?? Thanks, KwonNam.