Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Help Needed to configure sites on IIS CFMX 6.1 in distributed mode

New Here ,
Mar 30, 2010 Mar 30, 2010

I have a distributed connection between my IIS 4.0 and CFMX 6.1 STANDALONE server.

I need add additional web sites.  The default site root is at c:/wwwroot/inetpub

The new site is at c:/wwwroot/iweb1_psms

The new site is created on IIS, including virtual dir JRunScripts which point to the root\runtime\lib\wsconfig\2 folder.

default site is \1,  so new site is \2,

I'm not sure what belongs in the wsconfig.properties file. ?

Can anyone provide a sample of this file using multiple sites on CFMX 6.1 Standalone server?

Thanks,

1.1K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Valorous Hero ,
Mar 30, 2010 Mar 30, 2010

Is there a reason you are manually configuring the wsconfig files rather then using the Web Server Connection Tool provided with the ColdFusion server that will create all this for you?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 31, 2010 Mar 31, 2010

Actually, I have tried to use the Connector Tool.  When I try to add a site it errors out looking for an entry point into the jvm.dll.  I've run the tool from the command line and the GUI interface.  I don't think the tool works if the configuration is distributed.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Mar 31, 2010 Mar 31, 2010

Have you tried the steps in this technote?

http://kb2.adobe.com/cps/121/121a0b29.html

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 31, 2010 Mar 31, 2010

Yes Deb,

That is the technote I've been using to set up the manual connection.

On the web server (IIS 40) I do show the up green arrow per step 6-g [MS IIS 4 and 5 configuration].

I'm not sure what the wsconfig.properties file should contain for the multiple websites configuration.  That's what I would like a sample of.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 01, 2010 Apr 01, 2010
LATEST

I found a fix for my wsconfig error and now I can use the wsconfig tool but I still can't get my sites to be recognized.

if I do a command line list:

C:\CFusionMX\runtime\bin>wsconfig -list
Internet Information Server (IIS) :
  There are 2 configured sites and 0 unconfigured sites.
  Configured Site Number and Site Name:
    0              All
    1              Default Web Site

If I try to create the connection for a web site named iweb1_psms with an IP 192.168.251.90 (that's a valid IIS web site on the IIS server)

C:\CFusionMX\runtime\bin>wsconfig -server iweb1 -ws iis -site "192.168.251.90" -
coldfusion -v
Created file C:\CFusionMX\runtime\lib\wsconfig\jrunwin32.dll
IIS web site 192.168.251.90 does not exist

I've found out from my network guys that the web server name iweb has the same IP as the default web site.  I don't know if that is standard practice or not.  My question is how do you folks that run multiple websites with CFMX 6.1 set them up?  What is the physical location of the files?

Thanks,  Jim

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources