Ask a Question related to Coldfusion Server Administration, Design and Development.
-
tlamp #1
Coldfusion to listen only 127.0.0.1
Hi,
I made out-of-the-box installation of Coldfusion MX7. I would like
it to listening only localhost and not all the IP's/interfaces. I tried
to edit ${PREFIX}/runtime/servers/coldfusion/SERVER-INF/jrun.xml
and restart coldfusion but that did not help.
How to achieve this?
--
tlamp
tlamp Guest
-
How do I listen on several addresses?
I have a server with several multi-homed adapters. I want to listen on BOTH 80.23.54.211 and localhost. In fms.ini I have set ADAPTOR.HOSTPORT =... -
MySQL won't listen
I set up a small LAN with 2 machines (acer.loc IP:192.168.1.33 and hppav.loc IP: 192.168.1.34) for test purposes. Each client can access its own... -
Why MS Doesn't Listen To Themselves?
Go download the Windows User Experience Guidelines at www.microsoft.com/downloads and have a read. I am quite amazed at how much babbling is... -
Millionaire at 31 ... on the Internet! Listen to how he is doing it.
I have to get this off my chest before I explode. I just went from 1000 hits to 1 MILLION! ... and I haven't spent one dime in advertising!!!... -
Using Web Service to listen on certain TCP port?
Hi guys, I need to listen for incoming requests from a Java web service application (or actually JAXB) on a certain port on the server. The .NET... -
tzimmerman #2
Re: Coldfusion to listen only 127.0.0.1
What did you change? If you're using the built in web server edit the
WebService. If you're using an external web server edit the ProxyService. The
following will restrict the IP to 127.0.0.1:
<attribute name="interface">127.0.0.1</attribute>
<attribute name="bindAddress">127.0.0.1</attribute>
Ted Zimmerman
tzimmerman Guest
-
tlamp #3
Re: Coldfusion to listen only 127.0.0.1
> The following will restrict the IP to 127.0.0.1:
Thanks, that helped. Earlier I tried changing the interface but I>
> <attribute name="interface">127.0.0.1</attribute>
> <attribute name="bindAddress">127.0.0.1</attribute>
was missing the bindAddress attribute. There still seems
to be some coldfusion related upper ports listening
on * (e.g. port 2522 and 2920).
--
tlamp
tlamp Guest



Reply With Quote

