WSO2 SOA Enablement Server Administration Console  Locate

By default WSO2 SOA Enablement Server Administration Console uses the Xalan XML/XSLT processor. Version 2.5.0 is bundled with WSO2 SOA Enablement Server. (Xalan version (2.0.0 -2.4.D1) has problems with memory allocation.) For better performance, we recommend using the Saxon XSLT processor with WSO2 SOA Enablement Server 1.0 Administration Console. To install the Saxon XSLT processor:

  1. Download the Saxon XSLT processor library from http://saxon.sourceforge.net/

  2. Copy saxon.jar (Saxon 6.5.3) or saxon7.jar (Saxon 7.7) to WASP_HOME/lib

  3. Open WASP_HOME/bin/server.bat (.sh) in a text editor and replace:

    -Djavax.xml.transform.TransformerFactory=org.apache.xalan.processor.TransformerFactoryImpl

    with, for Saxon 6.4.3:

    -Djavax.xml.transform.TransformerFactory=com.icl.saxon.TransformerFactoryImpl

    or for Saxon 7.7:

    -Djavax.xml.transform.TransformerFactory=net.sf.saxon.TransformerFactoryImpl