Copy link to clipboard
Copied
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,
Copy link to clipboard
Copied
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?
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
Have you tried the steps in this technote?
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
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