uddi.properties
############################################################ # # UDDI Properties # # This properties file should have been placed in the # WebSphere Application Server properties subdirectory # by the installation of the IBM WebSphere UDDI Registry # # Note that colon (:) and backslash (\) are special characters # # ############################################################ #----------------------------------------------------------# # # DATABASE SETTINGS # ############################################################ ############################################################ # Database Maximum Result Count to return # # dbMaxResultCount=int # ############################################################ dbMaxResultCount=100 ############################################################ # Persister implementation. # # The persistence store for the UDDI Registry. # # Valid values are currently # for DB2: # persister=DB2 # for Cloudscape: # persister=Cloudscape # # persister=string ############################################################ persister=Cloudscape # persister=DB2 #----------------------------------------------------------# # # END OF DATABASE SETTINGS # #----------------------------------------------------------# ############################################################ # The default language to be used as the xml:lang when one # is not specified explicitly. # # defaultLanguage=string # the string must be one of the valid xml:lang values # such as # en for English # en-US for US English, en-GB for British English, # en-scouse for Liverpudlian # la for Latin # fr for French, # fr-CA for Canadian French # ############################################################ defaultLanguage=en-US ############################################################ # UDDI site operator name # # operatorName=string # ############################################################ operatorName=www.mycompany.com/uddi ############################################################ # max. search keys for find API # # maxSearchKeys=int # ############################################################ maxSearchKeys=5 ############################################################ # The prefix to use when prepending the default # discovery URL for entities, and the alias name for the # discoveryURL servlet. # # getServletURLPrefix=string # getServletName= string # # You must change localhost:9080 in the getServletURLPrefix # to the hostname on which your UDDI Registry is installed. ############################################################ getServletURLPrefix=http://localhost:9080/uddisoap/ getServletName=get
WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.
IBM is a trademark of the IBM Corporation in the United States, other countries, or both.