Does each Website have a JrunScripts Virtual Directory in it? Does this 
virtual directory correctly reference the 
cfmxroot/runtime/lib/wsconfig/[number].

Make sure that there is a numbered directory at this location. CFMX will 
create a number of these directories for each website, I beleive (please 
correct me if I'm wrong on this someone).

If the JrunScripts Virtual Dir does not exist or the wsconfig/1,2,3 
directories do not exist try running this from the command line:

cf_root\runtime\jre\bin\java -cp cf_root\runtime\lib -jar 
cf_root\runtime\lib\wsconfig.jar -ws IIS -site "0" -filter-prefix-only -map 
cfm,.cfc,.cfml,.jsp -v

from 
http://www.macromedia.com/support/coldfusion/releasenotes/mx/releasenotes_mx 
html#installing


If your using multiple websites you also have to update the 
cfusionmx/runtime/servers/default/SERVER-INF/jrun.xml and change the value 
of the following option from true to false.

<!-- set this to false for multi-hosted sites -->
<attribute name="cacheRealPath">true</attribute>

As for the SQL Server network login, its true, you need to use A SQL login 
and can not use Windows Authentication and the JDBC drivers. You can, 
however use the ODBC socket with windows Authentication. I think the way to 
set that up was to first create the ODBC datasource using the system ODBC 
control panel, and then use the CFMX admin to configure an ODBC Socket 
datasource, and check "UseTrusted connections."

Hope that helps a bit.....

p.s I can't get the SQL Server login to work over the network using the 
JDBC Drivers.....






At 05:20 PM 19/09/02 +0100, you wrote:
>Ok I've tried all of the below suggestions and still getting http 500
>outside of the default web site.
>
>Any other suggestions?
>
>Dave
>
>-----Original Message-----
>From: Frank Mamone [mailto:[EMAIL PROTECTED]]
>Sent: 19 September 2002 16:13
>To: CF-Talk
>Subject: Re: Installed CFMX - all cfm templates return http 500 error
>
>
>Dave,
>I've seen many posts saying that the problem can be resolved  by setting the
>Application Protection setting in IIS specific to every website to LOW.
>Default is Medium Pooled.
>
>In my case I had to completely uninstall including reg keys and CF
>directories and re-install to fix it.
>
>Good luck!
>
>----- Original Message -----
>From: "Dave Wilson" <[EMAIL PROTECTED]>
>To: "CF-Talk" <[EMAIL PROTECTED]>
>Sent: Thursday, September 19, 2002 11:00 AM
>Subject: Installed CFMX - all cfm templates return http 500 error
>
>
> > Hi all,
> >
> > I've just installed CFMX Pro trial to our dev server to check code
> > compatibility before purchasing and am getting http 500 errors on all cfm
> > templates outside of the default IIS site.
> >
> > Does this mean that CFMX Pro doesnt support multiple virtual sites on the
> > server? I've checked the MIME mapping and it is present in the other
>virtual
> > sites.
> >
> > System environment is win2k server originally running CF 4.52 Enterprise
>and
> > IIS5.0 and MS SQL 7.
> >
> > I also noticed the SQL driver doesn't support Network login to SQL server.
> > It requires sql account credentials. we'd rather stay with the network
>login
> > authentication method for SQL server.
> >
> > Can someone enlighten me to the situation? Perhaps CFMX Pro isnt the
>correct
> > version for us?
> >
> > I've always worked with Enterprise but we are moving to a hardware based
> > load balancing
> > configuration in our production environment which means we no longer
>require
> > Enterprise.
> >
> > Thanks in advance,
> > Dave
> >
> >
>
>
______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to