08-01-2000 05:15 PM
08-02-2000 02:38 PM
08-02-2000 03:23 PM
08-02-2000 06:10 PM
08-02-2000 06:41 PM
08-02-2000 07:29 PM
08-02-2000 07:44 PM
07-06-2010 10:55 AM
I got my to work just now.
First I created the exact same path to the www directory on the machine where I was running the executables. On the build machine that was
"C:\Program Files\National Instruments\LabVIEW 8.6\www" so I made this directory and put the html files in there.
Then I created the directory for the log files:
"D:/Program Files/National Instruments/LabVIEW 8.6/resource/webserver/logs/"
Then I edited niwebserver.conf and put the path to the www directory on the line that was
DocumentRoot "./../../www"
to
DocumentRoot "C:\Program Files\National Instruments\LabVIEW 8.6\www"
and above that line I changed the line for
CustomLog "whatever"
to
CustomLog "D:/Program Files/National Instruments/LabVIEW 8.6/resource/webserver/logs/:
Then I stoped and restarted the .exe file.
I opened IE and typed in http://machine.name.with.corporate.domine.and.all.that./Executable.htm
Shezam!