Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
urlStartApplication
urlStartApplication

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

If your base URL is

Code Block
http://server1:8081/phixflow

...

Operations

...

Code Block
http://server1:8081/phixflow?application=Operation

Importing the PhixFlow Templates Package and PhixFlow Formats Package

...