...
- Background execution configuration:
- javaExecutable
- This is the full path of the java application to use when running the worker process.
- Defaults to: C:/Sun/AppServer/jdk/bin/java.exe
javaArgs.\[num]Wiki Markup - These are the arguments to pass to the javaExecutable when running the worker process.
- The defaults are as follows (remove linebreaks):
- javaArgs.1= -Djavax.xml.parsers.DocumentBuilderFactory= org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
- javaArgs.2=
-Djavax.xml.parsers.SAXParserFactory=
org.apache.xerces.jaxp.SAXParserFactoryImpl - javaArgs.3=
-Djavax.xml.transform.TransformerFactory=
net.sf.saxon.TransformerFactoryImpl - javaArgs.4=
-Djavax.xml.xpath.XPathFactory=
net.sf.saxon.xpath.XPathFactoryImpl - javaArgs.5=
-Djavax.xml.xpath.XPathFactory:http://saxon.sf.net/jaxp/xpath/om=
net.sf.saxon.xpath.XPathFactoryImpl - javaArgs.6=-Xmx1536M
- javaWorker
- This is the worker class to execute
- Defaults to: edu.indiana.dlib.fedora.server.ingestTool.IngestToolWorker
- javaExecutable
...