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
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
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
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
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.
>
>> 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
> 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
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