Summary Table
| Categories |
Total Count |
| PII |
0 |
| URL |
0 |
| DNS |
0 |
| EKL |
0 |
| IP |
0 |
| PORT |
2 |
| VsID |
0 |
| CF |
0 |
| AI |
0 |
| VPD |
0 |
| PL |
0 |
| Other |
1 |
File Content
<project name="tomcat.properties">
<script language="javascript">
<![CDATA[
try {//compatibility fix https://bugs.openjdk.java.net/browse/JDK-8025132
load("nashorn:mozilla_compat.js");
} catch (e) {// ignore the exception - perhaps we are running on Rhino!
}
importClass(java.io.File);
var currentLocation = new File(self.getLocation().getFileName()).getParent();
project.setProperty("tomcat.lib", currentLocation + "/build-lib");
]]>
</script>
<taskdef name="deployToTomcat" classname="org.apache.catalina.ant.DeployTask">
<classpath>
<fileset dir="${tomcat.lib}">
<include name="*.jar" />
</fileset>
</classpath>
</taskdef>
<!-- Configure properties to access the Manager application -->
<property name="mgr.url" value="http://localhost:
PORT
/manager"/>
<property name="mgr.username" value="admin"/>
<property name="mgr.password" value="
PW_Redacted
"/>
<property name="app.url" value="http://localhost:
PORT
/VarUtilityServices"/>
<property name="statuscode" value="200" />
</project>