Skip to main content
June 6, 2007
Answered

Multiserver vs server. How to tell the difference

  • June 6, 2007
  • 2 replies
  • 405 views
Another technician performed the installation of CF MX 7. I am performing installation of Updaters and Security Fixes. I do not know if the other tech installed CF as multiserver or server. How can I determine this?
    This topic has been closed for replies.
    Correct answer Newsgroup_User
    cdub77 wrote:
    > Another technician performed the installation of CF MX 7. I am performing
    > installation of Updaters and Security Fixes. I do not know if the other tech
    > installed CF as multiserver or server. How can I determine this?

    well you could simply look at the server's dir & if you see jrun4 at the root
    w/something like: c:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF then
    its multiserver. if you see a cf dir then it's probably standalone.

    2 replies

    Inspiring
    June 7, 2007
    There's also server.coldfusion.appserver, which for me (multiserver
    install) says "Jrun". I don't use the standard install, so cannot test
    this, but it probably says something like "coldfusion"? This is, I'm
    afraid, a guess (I would normally verify these things before suggesting
    them, but can't this time).

    --
    Adam
    June 7, 2007
    Thank you!
    Newsgroup_UserCorrect answer
    Inspiring
    June 7, 2007
    cdub77 wrote:
    > Another technician performed the installation of CF MX 7. I am performing
    > installation of Updaters and Security Fixes. I do not know if the other tech
    > installed CF as multiserver or server. How can I determine this?

    well you could simply look at the server's dir & if you see jrun4 at the root
    w/something like: c:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF then
    its multiserver. if you see a cf dir then it's probably standalone.
    June 7, 2007
    Thank you for your response!