Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
StoKia #1
adminapi cfc remote access
I would like to be able to configure the ColdFusion server from a remote server.
I need to be able to call administrator.cfc, datasource.cfc, runtime.cfc,
security.cfc from a remote cf server.
Does anyone know if these cfc's can be called remotely, using cfinvoke or any
other method?
The wsdl seems incomplete (to me at least).
[url]http://67.29.153.208/cfide/adminapi/administrator.cfc?WSDL[/url]
To start, I would just like to be able to call the Login method.
Thanks in advance for any help or examples.
StoKia Guest
-
Remote Access
Ben, I'm also assuming you can connect via VPN to your router. "Ben" <benross7@hotmail.com> wrote in message... -
Using setDisabledCFFunction adminapi, MX 7
How I can call setDisabledCFFunction to disable CreateObject(com) or CreateObject(Java)? I'm calling sec.setDisabledCFFunction("#dir#",... -
adminapi setDisabledCFFunction Problem
How I can call setDisabledCFFunction to disable CreateObject(com) or CreateObject(Java)? I'm calling sec.setDisabledCFFunction("#dir#",... -
adminapi security.cfm setDisabledCFFunction
How I can call setDisabledCFFunction to disable CreateObject(com) or CreateObject(Java)? I'm calling sec.setDisabledCFFunction("#dir#",... -
adminapi and j2ee packaging
I want to access the j2ee packaging area of the CF Administrator programatically so that we can automate the building of CFapps into .war files. I... -
Brian Hogue #2
Re: adminapi cfc remote access
Sounds like you should review and possibly change the access mode (if that
is possible). How do you plan on "securing" remote access to these CFCs?
-brian
"StoKia" <webforumsuser@macromedia.com> wrote in message
news:d6apms$mae$1@forums.macromedia.com...server.> I would like to be able to configure the ColdFusion server from a remoteany> I need to be able to call administrator.cfc, datasource.cfc, runtime.cfc,
> security.cfc from a remote cf server.
>
> Does anyone know if these cfc's can be called remotely, using cfinvoke or> other method?
>
> The wsdl seems incomplete (to me at least).
> [url]http://67.29.153.208/cfide/adminapi/administrator.cfc?WSDL[/url]
>
> To start, I would just like to be able to call the Login method.
>
> Thanks in advance for any help or examples.
>
>
Brian Hogue Guest



Reply With Quote

