Jump to content

How To Get HyperServer Applications To Work?


Frederick

Recommended Posts

I am running HyperServer in IIS 10 and I have a site set up with an application under it. The application is called APP.EXE and is configured to run in port 8082.

There are three files for the first application; APP.CFG, APP.DLL and APP.EXE.

The following is a section of APP.CFG:-

[hyper_server]
binary_name=app.exe
initial_nodes=2
max_nodes=8
max_sessions=0
sessions_per_nodes=0
prompt_login=1
persistent_node_zero=0
port=8082
url_path=
url_referer=

To run this application, I type https://mysite.com/app and this runs OK.

Based on the documentation about HyperServer applications, I am trying to get a second application (HELLO.EXE) to run from the same directory as APP.EXE. HELLO.EXE is set up to run in port 8077.

After I added the following lines in the CFG file of the HyperServer,

[application-0]
enabled=1
alias=hello
binary_name=hello.exe
max_nodes=1

I tried to start HELLO.EXE by typing https://mysite.com/app/hello but I am getting a 404 error.

What am I missing here?

--
Frederick
(UniGUI Complete - Professional Edition 1.90.0.1566)
 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...