Question:
When starting the JCS from servicemix_ca.bat, JCS won't start up. How can I start my JCS using the Connector Server SDK?
Answer:
Make sure you follow these steps first:
1. Install Java Connector Server SDK
2. Edit ...\CA\Identity Manager\Connector Server SDK\set_env.bat
- set JAVA_HOME and ANT_HOME to the correct path
3. Run ant (This should copy the servicemix to ...\CA\Identity Manager\Connector Server SDK\build\apache-servicemix-4.3.1-fuse-00-00)
4. Run ...\CA\Identity Manager\Connector Server SDK\build\apache-servicemix-4.3.1-fuse-00-00\bin\servicemix_ca.bat
Step 4 will only succeed if the following steps have been taken:
The file server_osgi_common needs to be modified. This file is located under ...\CA\Identity Manager\Connector Server SDK\build\apache-servicemix-4.3.1-fuse-00-00\jcs\conf
<transportConnectors>
<transportConnector name="http" uri="http://0.0.0.0:22001" />
<transportConnector name="https" uri="https://0.0.0.0:22002" />
</transportConnectors>