In our CF environment, developers map a drive to a shared development server and develop on the server (a Windows box running CF11 on IIS.)
So we’ll have our drive set up like
M:\webserver\app1
M:\webserver\app2
etc
and the server admin sets up our urls like
app1.ourdevdomain.com
app2.ourdevdomain.com
etc
We don’t have access to CF Administrator.
I’d like to do some ColdBox development without bothering our server administrator to install anything.
I managed to create a simple app by runnning commmandbox:>create app on my harddrive and copying the resulting folder onto the remote server. It runs, but I can’t figure out how to do something like create a handler.
To install CommandBox on the server, I would need access to modify the PATHS setting on the server, correct?
I tried installing the ColdFusion Platform Utilities in CF Builder, but don’t know what the CF Server settings should look like.
Any thoughts?
Thanks,
Ron