Re: JSP ClassNotFoundException on Tomcat 6.0.29/30 Eclipse Helios WTP

2011-01-21 Thread Mark Thomas
On 21/01/2011 11:04, Mark Thomas wrote: > On 21/01/2011 06:58, Son KwonNam wrote: >> I told when a jsp file is edited on Eclipse WTP, and published, the >> tomcat work directory is removed and regenerated. >> >> I checked more and more and finally found out that this happens only >> when the projec

Re: JSP ClassNotFoundException on Tomcat 6.0.29/30 Eclipse Helios WTP

2011-01-21 Thread Mark Thomas
On 21/01/2011 06:58, Son KwonNam wrote: > I told when a jsp file is edited on Eclipse WTP, and published, the > tomcat work directory is removed and regenerated. > > I checked more and more and finally found out that this happens only > when the project web context root is "/" in Eclipse Project p

Re: JSP ClassNotFoundException on Tomcat 6.0.29/30 Eclipse Helios WTP

2011-01-20 Thread Son KwonNam
I told when a jsp file is edited on Eclipse WTP, and published, the tomcat work directory is removed and regenerated. I checked more and more and finally found out that this happens only when the project web context root is "/" in Eclipse Project properties. When a project has other context r

Re: JSP ClassNotFoundException on Tomcat 6.0.29/30 Eclipse Helios WTP

2011-01-20 Thread Son KwonNam
I checked the timestamp of JSP and class/java file. When I edited JSP in Eclipse editor and saved the file, it was published to workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/myweb/... directory. I checked the contends and times stamp of jsp file, it was proper. Al

Re: JSP ClassNotFoundException on Tomcat 6.0.29/30 Eclipse Helios WTP

2011-01-19 Thread Mark Thomas
On 19/01/2011 16:04, KwonNam Son wrote: > 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. >

Re: JSP ClassNotFoundException on Tomcat 6.0.29/30 Eclipse Helios WTP

2011-01-19 Thread David Fisher
>> 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

Re: JSP ClassNotFoundException on Tomcat 6.0.29/30 Eclipse Helios WTP

2011-01-19 Thread David Fisher
> 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/t

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