forked from kuali/kfs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathContainerStopper.launch
More file actions
15 lines (15 loc) · 1.38 KB
/
Copy pathContainerStopper.launch
File metadata and controls
15 lines (15 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
<stringAttribute key="bad_container_name" value="BatchStepRunnerEclipseLauncher"/>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
<listEntry value="/iu/src/edu/iu/ebs/kfs/sys/context/BatchStepTrigger.java"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="1"/>
</listAttribute>
<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.kuali.kfs.sys.context.BatchStepTrigger"/>
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="stopBatchContainerStep stopBatchContainerJob 1 /java/work/kfs/snd/staging/sys/batchContainer 5"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="kfs"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Dcatalina.base="/java/servers/apache-tomcat-5.5.16" -Dcatalina.home="/java/servers/apache-tomcat-5.5.16" -Dwtp.deploy="/java/projects" -Djava.endorsed.dirs="/java/servers/apache-tomcat-5.5.16/common/endorsed" -Xmx2g -Xms768m -XX:MaxPermSize=384m -XX:PermSize=256m -Dorg.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING=false"/>
</launchConfiguration>