LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

share labview Webserver port with G webserver

.cfg files are the configuration files for the toolkit server.  I'm using the toolkit server for password protection of the remotepanel. 
(htacesss.txt and pwd.txt)

Does remote panel works in your application? Is the below lines not necessary in the .ini file? 

webserver.enabled=True
Internettoolkit.Installed=True

0 Kudos
Message 11 of 13
(733 Views)

Hi,

i once did exactly the same thing as you, use G web server for password protection, and I exceperienced the same thing as you.

My sol was (as I remember now) :

- build the exe, including the dynamic VI's in the builder script

- copying the entire internet folder from labview root

- keeping the ...\Labview 7.1\www as folder for the internet files (when deployed the installer creates that path)

hope it helps

cosmin

0 Kudos
Message 12 of 13
(723 Views)

Thank you for your input, but I've tried that aswell.  The toolkit server still stoppes.  Could you confirm that the lines below shall be included in the .ini file?  
Do I need to do any changes in the .cgf files?  Copied the entire Internet folder to the application folder.   

Webserver.enabled=True
Internettoolkit.Installed=True

Regards,

Terje

0 Kudos
Message 13 of 13
(710 Views)