# # Compiler options: # # : java.sun.com/products/javabeans/glasgow/jaf.html build.activation.jar=${java.ext.dirs}/activation.jar # : java.sun.com/products/javamail/index.jsp build.mail.jar=${java.ext.dirs}/mail.jar # Uncomment this to use the jikes compiler: #build.compiler=jikes # # Tomcat-specific properties # # NOTE: the user name and password refers to someone with manager rights. # To create such a user, add a user with manager rights to the file # ${catalina.home}/conf/tomcat-users.xml. # tomcat.deploy.url=http://localhost/manager tomcat.deploy.username=Fred tomcat.deploy.password=iAmFred tomcat.deploy.path=/bodington # # Applet-signing properties # applet.sign.alias=tomcat applet.sign.storepass=changeit applet.sign.keypass=changeit # Uncomment below to skip applet signing #skip.applet.sign # Uncomment below to skip template compilation skip.compile.templates