|
This topic explains the steps to start and shut down QEngine.
QEngine can be started by any of the following methods:
Execute the StartWebTestServer.bat/.sh file in <QEngine_Home>/bin directory. The QEngine will be started in the default server port 7001.
From the Start menu, using the 'Start->Programs->AdventNet QEngine->Start QEngine' option (windows only).
During startup, QEngine automatically detects which ports are free and starts from those ports. By default, the web server starts at port 7001 and the server starts at port 5001. To change the default ports in windows machines, right click the QEngine tray icon and select 'Options' menu. Here you can change the Webserver port and QEngine port numbers.
To change the mysql port, edit the value for the url variable in <QEngine_Home>/conf/database_params.conf file as follows:
|
|
QEngine can be shut down by any of the following ways:
Execute the ShutDownWebTestServer.bat/.sh file in <QEngine_Home>/bin directory.
From Windows Start menu, use the 'Start->Programs->AdventNet QEngine->Stop QEngine' option.
Right click the tray icon and choose 'Stop QEngine' option (Windows only)
When you start the QEngine server, the client also gets launched automatically. You can also start the client from the QEngine tray icon in Windows. Just right click the tray icon and select Start Web Client. Another method would be to directly browse to the web client url in the address bar of your browser.
In Linux systems, you need to open a browser and browse to the
URL mentioned in the 'QEngine Started' prompt (Default
http://localhost:7001).
In Windows machines, the client gets started in Internet Explorer browser by default. In Linux machines, the client gets started in the default browser, Mozilla or Firefox.
To change the browser settings, right click the QEngine tray icon (in windows) and select 'Options' menu. Here you can specify the browser in which QEngine client will be launched.
|