Error Occurred While Processing Request String index out of range: -1 The error occurred in E:\Inetpub\wwwroot\CustomTags\cfc\tmt_java_img.cfc: line 102 100 : <cfset jspURL="#jspPath#tmt_java_jpg.jspinfile=#imgPath#&outfile=#thumPath#&thu mbW=#arguments.thumbWidth#&quality=#arguments.quality#"> 101 : <!--- Include the jsp file in order to create the thumbnail ---> ERROR ON THIS LINE 102 : <cfset GetPageContext().include(jspURL)> 103 : <cfelse> 104 : <cfthrow message="Argument imgURL point to a non existing file!" type="tmt_java_img">
----------------- Here is the error ! But like I say it's working on the other solution (default web site) The error is the call to JSP <cfset GetPageContext().include(jspURL)> So that's why I think that something of my configuration is not OK for nothing ! Roger -----Original Message----- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: mercredi, 26. f�vrier 2003 16:53 To: CF-Server Subject: Re: CFMX & IIS config with a JSP call !!! Roger Locatelli (mailing-list) wrote: > > Everything is working well in our production server also if I'm > calling my site with the IP of the server... (I let the default web > site open "until now" in the IIS 5) For example : > http://xxx.xxx.xxx.xxx/mywebsite/test.cfm everything OK! But not with > : http://www.mywesite.com/test.cfm > > I map the CFC directory in the Custom Tag Paths ! > I also made the remove_all_connectors.bat & iis_connector.bat !!! What is the error? Jochem ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm ------------------------------------------------------------------------------ To unsubscribe, send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body or visit the list page at www.houseoffusion.com
