You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Christoph Kukulies <ku...@gilberto.physik.rwth-aachen.de> on 2000/05/04 09:56:32 UTC

class doesn't get reloaded

I had a stubborn case of a class not getting reloaded although
another class that got invoked from hat class always got reloaded.

The class in question is the 'entry' class of an application based
on a frameset.

The entry URL is:

http://192.168.1.119/test

Note that I had to delete the interfering /test mapping from Tomcat
before my old environment started working again.

index.html contains:

<HTML>
<HEAD>
<TITLE>My Test Suite</TITLE>
</HEAD>
<FRAMESET border=2 frameborder=0 framespacing=0 rows="150,*">
<FRAME src="http://192.168.1.119/servlets/servlet/Hello" name="testsuite">
<FRAMESET border=2 frameborder=1 framespacing=0 cols="350,*,*,*">
<FRAME src="nothing.html" name="logwindow">
<FRAME src="nothing.html" name="expectwindow">
<FRAMESET rows="50%,*">
<FRAME src="nothing.html" name="rexkwindow">
<FRAME src="nothing.html" name="pexkwindow">
</FRAMESET>
<FRAMESET rows="50%,*">
<FRAME src="nothing.html" name="rexlwindow">
<FRAME src="nothing.html" name="pexlwindow">
</FRAMESET>
</FRAMESET>
</FRAMESET>
</FRAMESET>
</HTML>


There was no way to make Tomcat RELOAD!!! the Hello class in
the above html file, other than restarting tomcat+apache.

-- 
Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de