 Shawnerz
		
			Shawnerz
		
		
		
		
		
		
		
		
	
			06-16-2017 06:45 PM
All,
We have an internal web server application that binds to port 8080. Our Windows server service was unable to start. After looking at the logs and using netstat -o to find the Process ID (PID), we found that NI Application Web Server service was already bound to 8080. Once I stopped the service (and changed it to Manual), our server was able to start.
Has anybody run in to problems with Labview by disabling the NI Application Web Server service?
Thanks,
-Shawn
Solved! Go to Solution.
 MilanR
		
			MilanR
		
		
		
		
		
		
		
		
	
			
			
    
	
		
		
		06-17-2017
	
		
		09:54 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 - last edited on 
    
	
		
		
		01-11-2025
	
		
		06:19 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 by 
				
		 Content Cleaner
		
			Content Cleaner
		
		
		
		
		
		
		
		
	
			
		
The NI Application Web Server is used for deploying user made LabVIEW Web Services. You can see more information about the NI Application Web Server in the Hosting Web Services help topic.
You can also change the port used by the Application Web Server.
06-19-2017 01:25 PM
Thank you very much for the info.
-Shawn