<?xml version="1.0"?>
<!-- Configuration for SDTServer -->
<SDTServerConfiguration version="1.6">
	<!-- General Settings -->
	<OperatingSystemSettings>
		<OSName vm="Windows NT">       WindowsNT                                         </OSName>
		<OSName vm="Windows 2000">     Windows2000                                       </OSName>
		<OSName vm="Windows XP">       WindowsXP                                         </OSName>
        <OSName vm="Windows 2003">     Windows2003                                       </OSName>
		<OSName vm="OS/400">           OS400                                             </OSName>
		<OSName vm="OS/390">           OS390                                             </OSName>
		<OSName vm="z/OS">             zOS                                               </OSName>
	</OperatingSystemSettings>
    <ServerSettings>
		<ServerPort>                   5$(INSTNR)18                                      </ServerPort>
		<UseSSL>                       on                                                </UseSSL>
		<UseNative>                    on                                                </UseNative>
	</ServerSettings>
	<LogSettings>
		<LogProperties>                file:logging.properties                           </LogProperties>
	</LogSettings>
	<FileSystemSettings/>
	<SecuritySettings>
		<MasterPwdSource>              localcfgmgr                                           </MasterPwdSource>
		<Jar4RemoteConfigManager>      $(LIB_DIR)/connector.jar                          </Jar4RemoteConfigManager> 
		<Jar4RemoteConfigManager>      $(LIB_DIR)/sap.com~tc~exception~impl.jar          </Jar4RemoteConfigManager>
		<Jar4RemoteConfigManager>      $(LIB_DIR)/sap.com~tc~je~clientlib~impl.jar       </Jar4RemoteConfigManager>
	</SecuritySettings>
	<KeyStoreSettings>
		<KeyStoreMode>                 random                                            </KeyStoreMode>
		<KeyStorePath>                 $(DATA_DIR)                                       </KeyStorePath>
		<KeyStoreFile>                 .sdt_keystore                                     </KeyStoreFile>
		<KeyAlias>                     sdtkey                                            </KeyAlias>
		<KeyGenMode>                   generic                                           </KeyGenMode>
		<KeyGenMode os="WindowsNT">    sun                                               </KeyGenMode>
		<KeyGenMode os="Windows2000">  sun                                               </KeyGenMode>
		<KeyGenMode os="WindowsXP">    sun                                               </KeyGenMode>
		<KeyGenMode os="Windows2003">  sun                                               </KeyGenMode>
	</KeyStoreSettings>
	<GuiSettings>
		<GuiMainClass>                 SDTGui                                            </GuiMainClass>
		<GuiService>                   SDTExecutionService                               </GuiService>
		<GuiJar>                       $(LIB_DIR)/sdt_compatibility.jar                  </GuiJar>
		<GuiJar>                       $(LIB_DIR)/sdt_engine.jar                         </GuiJar>
		<GuiJar>                       $(LIB_DIR)/sdt_gui.jar                            </GuiJar>
		<GuiJar>                       $(LIB_DIR)/sdt_util.jar                           </GuiJar>
		<GuiJar>                       $(LIB_DIR)/sdt_trace.jar                          </GuiJar>
		<GuiAutoStart>                 off                                               </GuiAutoStart>
	</GuiSettings>
	<HTTPSettings>
		<HTTPMode>                     on                                                </HTTPMode>
		<HTTPPort>                     5$(INSTNR)19                                      </HTTPPort>
		<HTTPRoot>                     $(ROOT_DIR)                                       </HTTPRoot>
		<HTTPIndexFile>                index.html                                        </HTTPIndexFile>
		<HTTPWorkers>                  3                                                 </HTTPWorkers>
		<HTTPUseHostAddress>           off                                               </HTTPUseHostAddress>
		<HTTPEncoding os="OS390">      8859_1                                            </HTTPEncoding>
		<HTTPEncoding os="zOS">        8859_1                                            </HTTPEncoding>
	</HTTPSettings>
	<StorageService>                       on                                                </StorageService>
	<WebstartService>                      on                                                </WebstartService>
	<ProcessService>                       on                                                </ProcessService>
	<MIDService>                           on                                                </MIDService>
	<FileService>                          on                                                </FileService>
	<MailService>                          on                                                </MailService>
	<!-- Services -->
	<Service>
		<ServiceName>                  SDTExecutionService                               </ServiceName>
		<ServiceClass>                 com.sap.sdt.lup.service.LupService                </ServiceClass>
		<ServiceConfiguration>         file:$(CONFIG_DIR)/sdtexec.xml                    </ServiceConfiguration>
		<ServiceJar>                   $(LIB_DIR)/sdt_execsrv.jar                        </ServiceJar>
		<ServiceJar>                   $(LIB_DIR)/sdt_lupsrv.jar                         </ServiceJar>
		<ServiceJar>                   $(LIB_DIR)/jms.jar                                </ServiceJar>
		<ServiceJar>                   $(LIB_DIR)/connector.jar                          </ServiceJar>
		<ServiceJar>                   $(LIB_DIR)/sap.com~tc~exception~impl.jar          </ServiceJar>
		<ServiceJar>                   $(LIB_DIR)/sap.com~tc~je~clientlib~impl.jar       </ServiceJar>
	</Service>
</SDTServerConfiguration>
