![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
After installing TIBCO ActiveMatrix Runtime UDDI Server, the configuration commands must be run before deployment. See TIBCO ActiveMatrix Runtime UDDI Server Installation for information about installing the TIBCO ActiveMatrix Runtime UDDI Server.
−
− To use the silent mode, provide a build.properties file in the TIBCO_HOME/RuntimeUDDIServer/3.1/template directory.
• This allows you to decide whether to create database schema automatically. The options are update or none.
•
− For HSQLDB, use PUBLIC.
−
− For DB2, use the value of the database currentSchema.
• This allows you to set the web container type for TIBCO ActiveMatrix Runtime UDDI Server.
−
−
•
• serverHost=XXX
• adminLogin=XXXThis allows you to enter the default administrator’s login name. If you do not set the value for the adminLogin property, admin is the default login name.
• This allows you to enter the default administrator’s password. If you do not set the value for the password property, admin is the default password. Both clear-text passwords and encrypted passwords are accepted.
• smtpHost=XXX
• smtpPort=XXX
• smtpAuth=XXX
• smtpAccount=XXXIf you set smtpAuth=true, then you need to set up your email account in the SMTP server.
• If you set smtpAuth=true, then you need to set up the password for your email account to access the SMTP server.This allows you to set the email address from which the subscription notification will be sent.
• If you do not specify the log output folder here, the two log files are created in the default log output folder.
−
−
This allows you to customize JAAS (Java Authentication and Authorization Service). The options are yes or no.XXX is the location of the JAAS module implementation .jar file.XXX is the location of the JAAS module definition file.
• XXX is the location of the file where UI messages are saved.
• XXX is the location of the UI logo file. The file type must be the .gif file.
• XXX is the location of the UDDI Service Console logo file. The file type must be the .gif file.srvconfig -Dhbm2ddl.auto=[update|none] -Dhibernate.dialect=yourDialect
-Dis.default.schema.set=[yes|no] {-Ddefault.schema=yourSchema}
-Dcontainer.type=[Tomcat|JBoss|WebSphere] -DserverDomain=yourServerDomain -DserverHost=yourServerHost -DadminLogin=yourAdminLoginName -DadminPassword=yourAdminPassword -DsmtpHost=yourSMTPHost -DsmtpPort=yourSMTPPort -DsmtpAccount=yourSMTPAccount -DsmtpPassword=yourSMTPPassword -DsmtpAuth=[true|false] -DsubscriptionNotifierFromAddress=yourEmailAddress -Dlog4j_folder=yourLog4jDirectory
-Dcustomize_jaas_authen=[yes|no]
{-Djaas_authen_mod_impl=yourJARFileLocation -Djaas_authen_mod_def=yourDefinitionLocation} -Dcustomize_ui_msg=[yes|no]
-Dcustomize_ui_msg_def=yourUIMsgLocation
-Dcustomize_ui_logo=[yes|no]
-Dcustomize_ui_logo_def=yourUILogLocation
-Dcustomize_sc_logo=[yes|no]
-Dcustomize_sc_logo_def=yourUILogLocation
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |