Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note
titleManual Configurations

Add the following properties to the wrapper.conf file manually to avoid errors in the management console:

  • Add the following property. If this property is not added, you may come across an exception that will result in blank pages when you log in to the IS management console.

    Code Block
    languagebash
    wrapper.java.additional.26 = -Dorg.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING=false
  • Add the following classpath.

    Code Block
    languagebash
    wrapper.java.classpath.3 = ${carbon_home}\\repository\\components\\plugins\\commons-lang_2.6.0.wso2v1.jar 

...

Extract the Carbon-based product that you want to run as a Windows service, and then set the Windows environment variable CARBON_HOME to the extracted product directory location. For example, if you want to run IS 5.1.0 or  IS 5.3.0 as a Windows service, you would set CARBON_HOME to the extracted wso2is-5.1.0 or wso2is-5.3.0 directory directory.

Running the product in console mode

...