#SCRIBEWEB_DIR is optional...if it is not defined it will default to the catalina.base directory (this is for temporary pdf files) SCRIBEWEB_DIR = C:\\Tomcat4.1\\webapps\\Scribe #SCRIBEWEB_APP should be the same name as that of the .war file...so the generated html files will know where the target files reside and how to connect for any html action. SCRIBEWEB_APP = Scribe #SERVER is the machine on which the ScribeServer is running SERVER = 192.168.1.12 #PORT is the port that the ScribeServer is listening on PORT = 6541 #SERVER_TIMEOUT the number of minutes the server will wait before disconnecting the client. SERVER_TIMEOUT = 2 #CLIENT_TIMEOUT is the number of minutes the client will wait before disconnecting from the server. CLIENT_TIMEOUT = 2