XToGen 1 works (quite) "out of the box". XToGen 2 needs some tweaking on your existing Tomcat and SDX installations.
Uncompress XToGen ZIP archive, update global_xtogen_properties (in xtogen/static) to reflect your SDX installation path.
Uncompress XToGen ZIP archive, update global_xtogen_properties (in xtogen/static) to reflect your SDX installation path.
2 things have to be done manually:
JAVA_OPTS='-Djava.awt.headless=true -Xms128m -Xmx512m'
set JAVA_OPTS=-Xms128m -Xmx512m
<!-- XToGen logicsheet. XSLT file is in xtogen-lib.jar. --> <builtin-logicsheet> <parameter name="prefix" value="xtg"/> <parameter name="uri" value="http://xtogen.tech.fr"/> <parameter name="href" value="resource://fr/tech/sdx/xtogen/logicsheet/xtogen.xsl"/> </builtin-logicsheet>