Question

If I want to ESB and API Manager in the same machine to which server I should set the CARBON_HOME? IF setting CARBON_HOME for one server is enough?

Was it helpful?

Solution

No need to set CARBON_HOME. You only need to set is JAVA_HOME. When carbon server starts up it automatically assigns it to its path. If you set CARBON_HOME manually you won't be able to run multiple servers on the same machine. If you have already set, remove it.

OTHER TIPS

No need of setting CARBON_HOME but you must give different offsets inWSO2_SERVER_HOME/repository/conf/carbon.xml in each wso2 server.

 <Offset>1</Offset>

default value is 0

CARBON_HOME Term means that your current servers directory.You can think of Just like JAVA_HOME. You can have one server in one machine by changing the port offset in carbon.xml located in HOME/repository/conf/carbon.xml

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top