...
Code Block |
---|
http://server1:8081/phixflow/start.html |
Old GUI
...
Troubleshooting
If you experience any problems, confirm that Tomcat is running by navigating to:
Code Block |
---|
http://<server name or ip address>:<port number>/phixflow |
E.g.
Code Block |
---|
http://server1:8081/phixflow |
Troubleshooting
...
You should see the Tomcat administration page.
Start Options
Login Form
You can specify the login types available on the login form (if configured).
See Configure Login Forms for details.
Code Block |
---|
http://<server name or ip address>:<port number>/phixflow/start.html?login=<form> |
E.g.
Code Block |
---|
http://myserver.com//server1:8081 |
...
phixflow/start.html?login=full |
Anchor | ||||
---|---|---|---|---|
|
Starting an application
You can start an application directly with the URL. See applications for details of how to create applications. It is also possible to navigate to different applications within PhixFlow.
...
Code Block |
---|
http://server1:8081/phixflow/start.html?application=Operations |
Old GUI
...
Code Block |
---|
http://server1:8081/phixflow |
and the application name is Operations, then the following URL will take you directly to the Operations application:
Code Block |
---|
http://server1:8081/phixflow?application=Operation |
Importing the PhixFlow Templates Package and PhixFlow Formats Package
...
Go to the Administration Menu → Import Configuration.
Select the new Templates Formats file from {phixflow_release_folder}/install/phixflow_formats. The system will import new Date and Number Formats (as well as the US Locale).
...