apache tomcat dev directory conf
I just installed apache tomcat 5.5 successfully. One thing I cannot figure out is how to change the development directory.
I created a directory called WEBDEV on my desktop
I then changed the CLASSPATH var to
.;"C:\...\Desktop\WEBDEV";
C:\apache-tomcat\apache-tomcat-5.5.12\common\lib\servlet-api.jar;
C:\apache-tomcat\apache-tomcat-5.5.12\common\lib\jsp-api.jar
the ... in the first line is replaced with a kinda long path
is there a config file that i also need to change?
|