You can use Cloud Cruiser with a Microsoft SQL Server system set for Windows authentication. There are two parts to this configuration: the database connection information and the local account used by Cloud Cruiser’s application server.
<install_dir>/apache-tomcat-7.0.35/webapps/ROOT/WEB-INF/classes/database.properties
in a text editor. jdbc.url
property, append ;domain=<ccServerName>
where <ccServerName>
is the local name of this machine.jdbc.username
and jdbc.password
in the file and instead attempt to log in to SQL Server as the user account on this machine that is running the Cloud Cruiser service. For example, if your SQL Server machine is named dbserver5
and your Cloud Cruiser machine is named cloudfinance
, your jdbc.url
property would be:
jdbc.url=jdbc:jtds:sqlserver://dbserver5:1433/ccdb;socketKeepAlive=true;domain=cloudfinance
Cloud Cruiser
service to open its properties, then click the Log On tab.The application server is started and connects to SQL Server with Windows authentication.
Continue to the next section, Registering the REST API endpoint with Windows Azure Pack.