Skip to main content
October 14, 2014
Question

Problem with adding a server in Coldfusion Builder 3

  • October 14, 2014
  • 1 reply
  • 612 views

My Coldfusion 11 server is running in a virtual machine.

When I add a server I enter following data:

Server Name: CF KOV

Application Server: CF+Tomcat

Host name: 192.168.0.100

Webserver port: 8500

Select 'Is Remote'

This will add a server which status is 'Stopped'.

When I read the manual of Coldfusion Builder 3 I see that I have to start a Admin Server Instance with adminstart.bat
This adminstart.bat isn't installed.

Where can I find this bat file?

Should I stop the service 'ColdFusion 11 Application Server' and all other Coldfusion services?

While installing COldfusion 11 I used the option 'Server configuration' and not the 'JEE configuration'

    This topic has been closed for replies.

    1 reply

    Inspiring
    October 14, 2014

    Are you using this connecting ColdFusion server either for development or production?

    If its development CF server, you can start this instance from your CF Builder3..

    October 14, 2014

    It's a development server.

    The status is 'stopped' and the server is running as a service. I can open the site running on the webserver.

    What's going wrong?

    Should I start it as a Admin Server Instance?

    The adminstart.bat is not installed.

    Inspiring
    October 15, 2014

    The best way for this would running CF server from your CF Builder 3 IDE, you can follow below steps for same:-

    -

    1. Create CF Instance RDS configuration on CB3 IDE.
    2. Make this CF instance as manual instead of automatic service in windows services.
    3. Start your CF RDS instance in IDE to use it there.
    4. While exiting IDE, stop this instance.