Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OaaS/HeuristicLab.Services.Optimization/ServiceDefinition.build.csdef @ 8235

Last change on this file since 8235 was 8235, checked in by spimming, 12 years ago

#1888: hive server web role initial commit

File size: 1.4 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<!--
3  **********************************************************************************************
4
5  This file was generated by a tool from the project file: ServiceDefinition.csdef
6
7  Changes to this file may cause incorrect behavior and will be lost if the file is regenerated.
8
9  **********************************************************************************************
10-->
11<ServiceDefinition name="HeuristicLab.Services.Optimization" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceDefinition" schemaVersion="2012-05.1.7">
12  <WebRole name="HeuristicLab.Services.Hive.WebRole" vmsize="Small">
13    <Sites>
14      <Site name="Web">
15        <Bindings>
16          <Binding name="HttpIn" endpointName="HttpIn" />
17        </Bindings>
18      </Site>
19    </Sites>
20    <Endpoints>
21      <InputEndpoint name="HttpIn" protocol="http" port="80" localPort="80" />
22    </Endpoints>
23    <Imports>
24      <Import moduleName="Diagnostics" />
25      <Import moduleName="RemoteAccess" />
26      <Import moduleName="RemoteForwarder" />
27    </Imports>
28    <LocalResources>
29      <LocalStorage name="HeuristicLab.Services.Hive.WebRole.svclog" sizeInMB="1000" cleanOnRoleRecycle="false" />
30    </LocalResources>
31    <Certificates>
32      <Certificate name="localhost" storeLocation="LocalMachine" storeName="My" />
33    </Certificates>
34  </WebRole>
35</ServiceDefinition>
Note: See TracBrowser for help on using the repository browser.