Owner's Manual
Starting The Application 149
This disables the HTTP connector thereby securing the server. To use HTTPS, then, use a URL like
this:
https://MyAppserver:443
To force the client to use HTTPS (secure) for web connections to the server (such as opening the
toner ordering pages) add the following line to
owareapps/installprops/lib/
installed.properties
(this will be the same file as above when addressing this issue with the
client when running locally on the server).
appserver.enable.https=true
You may also start the Application Server with a
-e
parameter, to initiate the secure connection.
The command line is
startappserver -e.
Doing so disables the HTTP connection. Without
the
-e
option, OpenManage Network Manager supports both HTTP and HTTPS connections.