...
Open a web browser on a client machine and navigate to:
Code Block |
---|
http://<server name or ip address>: |
...
<post number>/phixflow/start.html |
E.g.
...
Code Block |
---|
http://server1:8081/phixflow/start.html |
To start PhixFlow with the new GUI, use
Old GUI
To open the old GUI, in a browser use the following address:
Code Block |
---|
http://<server name or ip address>: |
...
<port number>/phixflow |
...
E.g.
...
Code Block |
---|
http://server1:8081/phixflow |
...
Troubleshooting
If you experience any problems, confirm that Tomcat is running by navigating to:
Code Block |
---|
http://<server name or ip address>:<port number> |
E.g.
...
Code Block |
---|
http://server1:8081 |
You should see the Tomcat administration page.
...
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.
Old GUI
If your base URL is
Code Block |
---|
http://server1:8081/phixflow |
...
/start.html |
and the application name is Operations, then the following URL will take you directly to the Operations application:
Code Block |
---|
http://server1:8081/phixflow/start.html?application=Operations |
...
Old GUI
If your base URL is
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 |