Before deploy the TIBCO GI application on tomat, you must make sure that your tomcat have be installed on your computer! Then i will give you the tutorial step by step;
Step 1: Select Deployment Utility from the Project menu.You shold see the deployment utility dialog appears;
Step 2:Create a new folder in ROOT where location in the Tomcat.Now i will make its name GI
Step 3:Type in a name for the file index.jsp and click Save button.
Step 4: Click on the Create button in the Deployment Utility to Generate the HTML file containing the application
Step 5: Open the file index.jsp in a text editor,Note that it's a small HTML file with script that contains a relative reference to the application in the GI Workspace as below
- <script type ="text/javascript" src="../tibco/gi/jsx/js/jsx30.js"
- jsxapppath="..TibcoGI/JSXAPPS/Contact/Login"></script>
Then we will change the script to below:
- <script type ="text/javascript" src="jsx/js/jsx30.js"
- jsxapppath="JSXAPPS/Contact/Login"></script>
Step 6:Now assemble other compontents of the application into this newly folder(.../ROOT/GI)
a:Copy the JSX folder form the GI installation folder into this new folder
b:Copy logger.xml from GI installation folder into this folder
c:Copy JSXAPPS folder form GI Workspace into this folder.Note:Delete the application that you don't need such as sample application.
Step 7:Run the tomcat and type the
http://localhost:8080 to the Browser address bar to make sure the tomcat running.Then type the
http://localhost:8080/GI/index.jsp! You will see the TIBCO GI application in your tomcat!
本文详细介绍了如何将TIBCO GI应用程序部署到Tomcat服务器的步骤。包括安装验证、创建文件夹、生成HTML文件、配置index.jsp文件等关键环节。
406

被折叠的 条评论
为什么被折叠?



