NetTalk Central

Author Topic: Using the HOST app for multiple web servers  (Read 4049 times)

Devan

  • Full Member
  • ***
  • Posts: 230
    • View Profile
    • Email
Using the HOST app for multiple web servers
« on: February 26, 2012, 08:29:14 PM »
Hi all,

We are looking to use the HOST example app with NetTalk for one of our clients who wishes to use multiple similar web sites on his server.

I haven't gone done this path before, and just before we converted our EXE files into DLLs to use within the HOST app, I just wanted to check one thing.

The NetTalk web server apps in question are pretty much 'out of the box', however, on the WebServer procedure, we have added another tab to that window with a Win32 Browse/Form to handle the creation and management of users on the site - that way the user management is not exposed to the web, and the site admins can do all that management themselves.

I am just wondering if this will work if the app is converted into a DLL to work within HOST.EXE?  I am gathering from the limited documentation that we won't actually SEE the individual WEBSERVER.EXE's running any more, as they will be all running silently within HOST, and thus we cannot get the the user management tabs on the individual sites?

Thanks,
Devan

DonRidley

  • Don Ridley
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 729
  • donaldridley2011@gmail.com
    • View Profile
    • Email
Re: Using the HOST app for multiple web servers
« Reply #1 on: February 26, 2012, 08:36:53 PM »
Hey Devan,

No, you will not be able to access the web servers' windows anymore because they will be DLL's at that point. 

Don
"Eliminate the impossible, whatever remains, however unlikely, must be the truth."

NetTalk 12.55
Clarion 11

Devan

  • Full Member
  • ***
  • Posts: 230
    • View Profile
    • Email
Re: Using the HOST app for multiple web servers
« Reply #2 on: February 26, 2012, 09:07:59 PM »
Hi Don,

Thanks for the clarification... Looks like I will have to code up WebServer windows for the user management then...  :D

Cheers,
Devan

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Using the HOST app for multiple web servers
« Reply #3 on: February 26, 2012, 11:34:09 PM »
or offer them a separate Exe to do the user management.
(Frankly though, the web-pages approach is better - you'll find it a lot simpler in the long run, because they'll be able to do the user management from their machine, not have to go to the server to do it.)

cheers
Bruce

DonRidley

  • Don Ridley
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 729
  • donaldridley2011@gmail.com
    • View Profile
    • Email
Re: Using the HOST app for multiple web servers
« Reply #4 on: February 27, 2012, 03:22:48 AM »
or offer them a separate Exe to do the user management.
(Frankly though, the web-pages approach is better - you'll find it a lot simpler in the long run, because they'll be able to do the user management from their machine, not have to go to the server to do it.)

cheers
Bruce


and..it is VERY cool to be able to whip out your smart phone and add / change / delete users from there.. ;D  (Thanks Bruce!)

Don
"Eliminate the impossible, whatever remains, however unlikely, must be the truth."

NetTalk 12.55
Clarion 11