Adding an HTTP Connection
For this example project, you will add an HTTP connection.
- Procedure
- Select the
SharedResourcesfolder and press Ctrl+N.You will see the Select a Wizard dialog. You could also get here y selecting . - Select and click Next.
- In the New HTTP Connection Wizard, name the connection
HTTPConnection and click
Finish.
In a real world situation you would probably give the connection a more meaningful name. You will see the HTTP Connection dialog.Note: Resource names and directory names in the path to a resource cannot be any of the keywords or other words listed in Rule Language Grammar in TIBCO BusinessEvents Developer’s Guide, and they cannot contain spaces.
- In the Host field, enter localhost.
- In the Port field, enter
8108. This is the port used in the
readme.htmlfor this example. - Save the resource (click the
Save button in the toolbar) and close it.
Note: If you change the port here, change the readme port too. If port
8108is not free, use an available port in the 8000 range. You must also edit thereadme.htmlthat goes with the project.