>As others have mentioned, when you install CFMX, it includes a JVM for its
>own use. This JVM won't be used by the browser, though; it sounds to me
like
>your browser lacked its own JVM and you had to install one for it.

The JVM was installed on the Server, not my desktop client.  Also all this
code is running fine to development boxes and a staging box.  It's just the
new production box that caused the problems.

>This doesn't have anything to do with mappings, though, and I suspect
>there's something else going on.

>> The filename, directory name, or volume label syntax is incorrect 
>> The error occurred in 
>> D:\Inetpub\websites\bloodsource\includes\Templates\Tier1.cfm:
>> line 17
>>
>> 17 : <cfinclude template="/SMF/includes/JavaScript/init.js">

>Is there a reason why the file you're including has a .js extension? In the
>past, I've included files with various extensions without difficulty, but I
>haven't tried to use CFINCLUDE to include a file with a .js extension with
>CFMX 6.1. I don't think this has anything to do with your problem either,
>but it's a shot in the dark.

Basically self documentation.  The template contains JavaScript, but there
is CFML mixed to creating some dynamic JavaScript functions.  Couldn't just
<script src> the file, because otherwise the CFML is not processed.  It
could have used a .cfm extension, but since the end result is JavaScript, I
gave it a js extension.

Again, the code was working on three other boxes, and is not working on the
new production box once a JVM from Sun was installed on that box.

--------------
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137589
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

Reply via email to