Hello, this is my first post, Im not sure if this is the subscription
process, or the real deal. Anyhow my problem is that I cant get my jsp pages
to recompile automatically, after ive made changes to them. If i rename the
file, then obviosly it gets recompiled when i reload it in the browser. Also
if i remove the .class file from the tomcat\work\localhost\workingdirectory,
then it also works. This has really been bothering me. Here is what i use
and have done:
Tomcat 4 beta 5.
JDK1.3.0_02
IE5.5
Withing my tomcat\conf\server.xml file i have added the following context:
<Context path="/clan" docBase="D:/tomcat/webapps/clan" debug="5"
reloadable="true">
</Context>
Here are my mappings in the autoexec:
PATH=D:\jdk1.3.0_02\bin;%PATH%
SET CATALINA_HOME=D:\tomcat
SET CLASSPATH=
%CLASSPATH%;D:\jdk1.3.0_02\jre\classes;D:\tomcat\common\lib\servlet.jar;D:\t
omcat\bin\jdbc.jar
SET JAVA_HOME=D:\jdk1.3.0_02
Im not an expert at manipulating the bat files nor the xml files so alot of
this stuff is new and confusing to me. Any help would be greatly
appreciated. thanks
Gabriel