I think I've seen this mentioned somewhere before...just not sure where...doing some digging...
With 1.3.1 the CFC explorer works, but only on the internal web server. With 1.4.1 it doesn't work on either... Not a show stopper I guess considering it's really only used in development...just wondering if there are other side effects... Either that or I've got a config amuck somewhere... Stace -----Original Message----- From: Stacy Young [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002 9:04 AM To: CF-Talk Subject: RE: JRE 1.4.1 ? This is the error I get when invoking the explorer from the external Apache server: ---------------------------------------------- Component not found The component definition file for component 'CFIDE.componentutils.cfcexplorer' cannot be found on this server. ---------------------------------------------- Here are my mappings in the conf: Alias /cfide/ "C:/CFusionMX/wwwroot/CFIDE/" <Directory "C:/CFusionMX/wwwroot/CFIDE"> Options Indexes FollowSymlinks MultiViews AllowOverride None Order allow,deny Allow from all </Directory> Alias /CFIDE/ "C:/CFusionMX/wwwroot/CFIDE/" <Directory "C:/CFusionMX/wwwroot/CFIDE"> Options Indexes FollowSymlinks MultiViews AllowOverride None Order allow,deny Allow from all </Directory> -----Original Message----- From: Stacy Young [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002 8:48 AM To: CF-Talk Subject: RE: JRE 1.4.1 ? Hold up I just tried viewing the same CFC thru the internal web server (as opposed to Apache 2 and it works fine...HHhmmm... I've got CFIDE mapped in my conf file for Apache 2...and the administrator works fine...wondering why the explorer doesn't... Any ideas? -----Original Message----- From: Stacy Young [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002 8:41 AM To: CF-Talk Subject: RE: JRE 1.4.1 ? That's good news...but I've been having problems with the CFC explorer...it throws an error when attempting to introspect a CFC... That happen to you? -----Original Message----- From: Alex Hubner [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002 8:38 AM To: CF-Talk Subject: RE: JRE 1.4.1 ? No problems at all. People here in Brazil are just facing a bug (it happens also in 1.3) regarding Locales. <CFSET SetLocale("Portuguese (Brazilian)")> <cfoutput>#lsCurrencyFormat(977,9)#</cfoutput> The output should be R$ 977,90 (note the two digits in the cents). But its bug in the JVM, not in the CFMX. People are using a UDF to solve this situation till Sun solve the bug. []'s Alex ::::| alex h�bner ::::| [EMAIL PROTECTED] ::::| www.cfgigolo.com > -----Original Message----- > From: Stacy Young [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 24, 2002 9:14 AM > To: CF-Talk > Subject: JRE 1.4.1 ? > > > Has anyone been using this JRE for CFMX? Wondering if you've > run into any incompatibility problems... > > Stace > > > AVIS IMPORTANT: > ------------------------------- > Les informations contenues dans le present document et ses > pieces jointes sont strictement confidentielles et reservees > a l'usage de la (des) personne(s) a qui il est adresse. Si > vous n'etes pas le destinataire, soyez avise que toute > divulgation, distribution, copie, ou autre utilisation de ces > informations est strictement prohibee. Si vous avez recu ce > document par erreur, veuillez s'il vous plait communiquer > immediatement avec l'expediteur et detruire ce document sans > en faire de copie sous quelque forme. > > WARNING: > ------------------------------- > The information contained in this document and attachments is > confidential and intended only for the person(s) named above. > If you are not the intended recipient you are hereby > notified that any disclosure, copying, distribution, or any > other use of the information is strictly prohibited. If you > have received this document by mistake, please notify the > sender immediately and destroy this document and attachments > without making any copy of any kind. > > > ______________________________________________________________________ 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 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

