Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Open a web browser on a client machine and navigate to:

http://<server name or ip address>:<port number>/phixflow

E.g.: http://server1:8081/phixflow

If you experience any problems, confirm that Tomcat is running by navigating to:

http://<server name or ip address>:<port number>

E.g.: http://server1:8081

You should see the Tomcat administration page.

In case of problems, check the tomcat log in $TOMCAT\logs.

Starting an application

You can start an application directly with the URL. See *** 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 http://server1:8081/phixflow, and the application name is Operations, then the following URL will take you directly to the Operations application:

http://server1:8081/phixflow#Operations

New GUI

If your base URL is http://server1:8081/phixflow, and the application name is Operations, then the following URL will take you directly to the Operations application:

http://server1:8081/phixflow?gui=new&application=Operations

  • No labels