LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Internet Toolkit - The problem of using G web server in CGI programme

I've already create the CGI programme and wanna use G Web Server to run it. I use Internet Toolkit >> G Web Server Configuration and choose share LabVIEW Web Server Port. In my concept, G Web Server and LabVIEW web server can use the same port now. I start both G Web Server and LabVIEW web server but i couldn't enable LabVIEW web server. It say the Web Server port is already in use and network address is currently in use.

Could anyone know what's happen in my case?
0 Kudos
Message 1 of 3
(2,661 Views)
Hi,

A couple things for you to check:
1. Make sure you’ve configured the LabVIEW web server properly through Tools >> Options >> Web Server: Configuration. Try using port 8080 instead of the defaulted port 80 for http connections. This will make sure you’re not conflicting with another web server application that defaults to port 80.
2. Now try and see if you can do a loopback test on your own computer to the LabVIEW web server. Open up a browser and type in the url: http://localhost:8080. This should bring up the default home page for the LabVIEW web server. If this works, then you know the LabVIEW web server is running properly.
3. Now let’s configure the G web server. Go to Tools >> Internet Toolkit >> G Web Server Configuration. Choose to share a port with the LabVIEW web server and make sure that port 8080 is typed into the port number specification. Now, click Save and then Done.
4. Go back to Tools >> Internet Toolkit >> Start G Web Server. The G Web server should now start.

Hope this helps! Good luck!

Kileen
Message 2 of 3
(2,625 Views)
Thx so much, KileenC!! ^.^ Your information is very helpful. I can enable both G Web Server and LabVIEW web server now.

Could you give me some suggestions about secured login for the fieldpoint built-in web server?
0 Kudos
Message 3 of 3
(2,599 Views)