Starting a Market Data Server

A Market Data Server is started as part of a Risk Server using "<calypso home>/startRiskserver.bat" on Windows platforms, or "<calypso home>/startRiskserver.sh" on *nix platforms.

Example (this is a one-line command):

"%JBOSS_HOME%\bin\standalone.bat" -b localhost -c standalone-riskserver.xml -Denv=LAPTOP_REL14 -Djboss.server.base.dir="%JBOSS_HOME%\standalone-riskserver" -Djboss.node.name=standalone-riskserver -Dorg.jboss.as.logging.per-deployment=false -Dcalypso.console.appender=true -Djboss.socket.binding.port-offset=200 -Dcalypso.risk.config=RISKDEV %*

Note that the Risk Server name (RISKDEV in this example) is provided for the argument "-Dcalypso.risk.config" - It starts a Calculation Server, a Presentation Server, and a Market Data Server of the SAME NAME.

 

You can also start individual servers as needed.

Please refer to the Calypso Installation Guide for details.

 

What's Next?

You are now ready to use the Market Data Server.