|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |
FormBuilder Desktop is a web application that provides user access to forms. It runs inside a servlet container, serving content that end users can view in a browser. Like other web applications, FormBuilder Desktop must be deployed to a container before it can run.Unlike other web applications, however, FormBuilder Desktop does not need to be explicitly deployed. When you deploy a formflow application, such as an archive that contains a formflow, FormBuilder Desktop is automatically deployed at the same time.To start or stop FormBuilder Desktop, start or stop the associated servlet engine. For instructions, see Running a Servlet Engine.FormBuilder Desktop is specified as the resource name in the TIBCO Designer project. If the URL is not customized as described in the Changing FormBuilder Desktop's URL, the URL isWhen the servlet engine is running, users can log into FormBuilder Desktop by accessing a URL. The URL is in the following format: http://host_name:port/TIBCOpps_context_name/TIBCOpps_servlet_Name/site_name/site.
•
•
• host_name This is the name of the machine where the servlet engine is running
• port This is the port number the servlet engine uses to communicate with web applications. For example, the port number for Tomcat is specified in the server.xml file. This value is typically modified after Tomcat installation.
Before accessing this URL, you must first deploy a formflow. Deploying a FormBuilder Desktop automatically deploys all Formflows associated with this Desktop.
1. If FormBuilder Desktop has been customized to change either the context name of the PageService (default is TIBCOpps) or the Servlet name of the PageService (default is tibco), the following RequestParameters must be added from the Request Parameters tab of the Get Formflow URL activity:
The values will have no effect if the Get Formflow URL activity is used to generate a URL for a TIBCO BusinessWorks Collaborator desktop.Any user that exists in the TIBCO Domain can log in FormBuilder Desktop. The users can be seen in the TIBCO Admin console by selecting User Management > Users.
|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |