|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
I have IIS Server running on 127.0.0.1 (localhost) port 8080. When I opened another Java application which it will setup a webserver service on same IP and same port as IIS, the IIS server will not run properly. It means my Java application will take over the IP & port (localhost:8080) from IIS Server.
I need help on how to prevent it to happen, restrict any application to access the IP and Port when IIS server is using. Is there any setting on IIS server that will allow me to do so? In this case, we are not considering change the IP and Port, just need to know to control. Thanks in advance. |
|
#2
|
|||
|
|||
|
IIS can't do anything about other programs. You'll have to look for a solution in the other app, which really should check to see if the port is in use before grabbing it.
__________________
====== Doug G ====== "Hide, hide witch! The good folk come to burn thee. Their keen enjoyment hid behind their gothic mask of duty." -Mark Clifton |
![]() |
| Viewing: Dev Shed Forums > System Administration > IIS > [HELP] How to Prevent other application to bind on IIS WebServer Port? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|