Re: CFMX Filters

2003-02-13 Thread Marcello Frutig
If you're using IIS, try stopping IIS and then stop/start CF. Regards, Marcello. Hi all, I was following the article about cfmx filters on CF journal (Feb 2003) but I have no luck. When I add the filter part in the web.xml file and restart cf server, I get page can not display error. Anyone

Questions about CFMXJ2EE

2003-02-04 Thread Marcello Frutig
Hello! As far as I understand: 1. CFMXJ2EE can run on multiple instances of MM JRun 4 or IBM WAS 5, on both single and multiple physical servers 2. I can cluster these local or distributed instances and use the load balancing and failover services offered by these J2EE servers 3. There is

RE: Questions about CFMXJ2EE

2003-02-04 Thread Marcello Frutig
Thanks! Please see my comments inline... At 16:33 04/02/2003 +, webguy wrote: Hi, 1. CFMXJ2EE can run on multiple instances of MM JRun 4 or IBM WAS 5, on both single and multiple physical servers Yes 2. I can cluster these local or distributed instances and use the load balancing

RE: Problemo - CFMX and Apache (reinstall)

2002-11-21 Thread Marcello Frutig
Stace, it seems that the Apache JRun connector conf is pointing to the backup directory created by the updater. It shoud be pointing to C:/CFusionMX/runtime/lib/wsconfig/..., right? Marcello. Doh forgot to say what the error was hehe...Apache won't start, saying module not compatible. Stace

RE: Problemo - CFMX and Apache (reinstall)

2002-11-21 Thread Marcello Frutig
Did you try to remove / install the connector? Not sure...thats the only place where the module exists... :\ -Original Message- From: Marcello Frutig [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 21, 2002 11:00 AM To: CF-Talk Subject: RE: Problemo - CFMX and Apache (reinstall

RE: Problemo - CFMX and Apache (reinstall)

2002-11-21 Thread Marcello Frutig
Stace, as your Apache httpd.conf file points to the backup directory created by the CFMX Updater (I don't know why), I think Apache is trying to load the original CFMX/Apache 2.0.x connector, which is not compatible with Apache 2.0.40. I would try this: - uninstall all connectors or remove

Re: CFMX: how to access a servlet?? (again)

2002-11-13 Thread Marcello Frutig
. I'm wondering if there is a config parameter for JRun/IIS connector that could change this. Maybe it's a bug, or an improvement that should be considered. Thanks, Marcello. On Tuesday, Nov 12, 2002, at 06:12 US/Pacific, Marcello Frutig wrote: there is no need to create any special mapping

Re: CFMX: how to access a servlet?? (again)

2002-11-12 Thread Marcello Frutig
, as expected. I figured out that we just need to make sure that the external web server is (re)started before CFMX. Regards, Marcello. On Monday, Nov 11, 2002, at 08:19 US/Pacific, Marcello Frutig wrote: afaik your suggestion only applies to IIS application mappings, which is based on file

Re: CFMX: how to access a servlet?? (again)

2002-11-11 Thread Marcello Frutig
: http://webforums.macromedia.com/coldfusion/messageview.cfm?catid=3threadid=344321 Thanks, Marcello. On Friday, Nov 8, 2002, at 14:01 US/Pacific, Marcello Frutig wrote: How can I configure CFMX (probably the JRun connector) in order to access a servlet using an external web server like IIS

CFMX: how to access a servlet?? (again)

2002-11-08 Thread Marcello Frutig
Hello! Using the CFMX's internal web server I can access a servlet with a URL like http://host:8500/servlet/MyServlet without problems. I can also declare a servlet mapping in the web.xml config file and access it with a URL like http://host:8500/myMapping/MySerlvet. How can I configure CFMX

CFMX - servlets and external web server

2002-11-04 Thread Marcello Frutig
Using the CFMX's internal web server I can directly access a servlet with a URL like http://host:8500/servlet/MyServlet without problems. I can even declare a servlet mapping in the web.xml config file and access it with a URL like http://host:8500/myMapping/MySerlvet. How can I configure CFMX

RE: French Accents in CF

2002-10-15 Thread Marcello Frutig
Btw, today I found a new problem with accents and CFMX, now related to external Javascript library files. If CFMX is serving pages with UTF-8 (the default behaviour) and you have external js library files saved with the ISO-8859-1 encoding, you may face problems. Code to reproduce a problem

CFMX: cfcontent/deletefile/IE - bug?

2002-10-07 Thread Marcello Frutig
Hello, I've seen today the following problem using CFMX (internal web server; updater installed; Win2k)... When accessing a page containing cfcontent type=application/pdf deletefile=yes file=c:\test.pdf the pdf file does not appear on the browser (IE6) and this message is written to

CFMX: perfmon error

2002-09-27 Thread Marcello Frutig
Any idea about this error? I'm running CFMX (updater installed) on Win2k Pro. Event ID: 1016 Description: The data buffer created for the ColdFusion MX Application Server service in the C:\WINNT\system32\cfperfmon_mx.dll library is not aligned on an 8-byte boundary. This may cause

RE: CFMX: CFLDAP x LDAP/JNDI

2002-09-18 Thread Marcello Frutig
: Marcello Frutig [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002 11:11 AM To: CF-Talk Subject: CFMX: CFLDAP x LDAP/JNDI Hi! I'm wondering if anyone has experience with CFLDAP in a high demand application and would like to share. I've been reading about using LDAP via JNDI and how

CFMX: CFLDAP x LDAP/JNDI

2002-09-17 Thread Marcello Frutig
a prototype of a CFC wrapper that uses such a Java class. My first test indicates that this approach has a better performance. I'm also expecting a better scalability. Thanks, Marcello Frutig. -- Astrolábio __ Your ad could be here

Re: CFMX: how to deal with type java.util.Hashtable$Enumerator

2002-09-11 Thread Marcello Frutig
://java.sun.com/j2se/1.4/docs/api/java/util/Enumeration.html#method_summ ary (That is a long URL and may need to be stuck back together before being used) On 9/10/02 9:27 AM, Marcello Frutig [EMAIL PROTECTED] wrote: Hello! I'm calling a Java method in CFMX that is returning an object of type

RE: CFMX: how to deal with type java.util.Hashtable$Enumerator

2002-09-11 Thread Marcello Frutig
VanOver wrote: Try nextElement(). See http://java.sun.com/j2se/1.4/docs/api/java/util/ Enumeration.html#method_summ ary (That is a long URL and may need to be stuck back together before being used) On 9/10/02 9:27 AM, Marcello Frutig [EMAIL PROTECTED] wrote: Hello! I'm calling a Java

RE: CFMX: how to deal with type java.util.Hashtable$Enumerator

2002-09-11 Thread Marcello Frutig
-0900 x901 -Original Message- From: Marcello Frutig [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 3:51 PM To: CF-Talk Subject: RE: CFMX: how to deal with type java.util.Hashtable$Enumerator Nice thread... :-) But I'm still looking for a nice suggestion to my

CFMX: how to deal with type java.util.Hashtable$Enumerator

2002-09-10 Thread Marcello Frutig
Hello! I'm calling a Java method in CFMX that is returning an object of type java.util.Hashtable$Enumerator. How could I deal with this object in CFML in order to get the elements/values? I've tried to use the methods next(), etc. without success. Thanks, Marcello Frutig. -- Astrolabio

RE: It's official: CFMX is 10% faster than CF5

2002-07-26 Thread Marcello Frutig
I see this as an opportunity to reinforce the need for better application architecture and code planning, reducing what we call here, in Portuguese, programação por atrito (friction programming??). Marcello Frutig. -- Astrolabio /takes off tinfoil hat Uh, just to throw this in, compilation

Re: site wide missing template handler not working in MX

2002-07-26 Thread Marcello Frutig
AFAIK, this path in MX is now relative to the web root directory. Did you try this? Regards, Marcello Frutig. -- Astrolábio Has ANYBODY been able to get the site wide error handler templates to work in CFMX? Everytime I try to add one in the admin it tells me the path is wrong. I've tried

CFMX: ServletContext

2002-07-26 Thread Marcello Frutig
Hi! Is it possible to access the javax.servlet.ServletContext interface and its methods from within a CFMX/CFML page? How? It'd be nice to define application-wide parameters in web.xml and read them via getInitParameter and getInitParameterNames methods. Thanks in advance, Marcello Frutig

RE: MX with CFLDAP and SSL - Bug?

2002-07-08 Thread Marcello Frutig
Stacy, I didn't have a chance to test this yet, but there are some tips here (search for Secure LDAP connections): ColdFusion MX: Documentation Additions http://www.macromedia.com/v1/handlers/index.cfm?ID=22993 Hope this helps! Regards, Marcello Frutig. -- Astrolabio - http

CFMX: help using jrun.security.NTAuth (repost)

2002-07-01 Thread Marcello Frutig
/CFMXSecurity.doc, but didn't help. Any idea? Thanks in advance, Marcello Frutig. -- Astrolabio __ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http

Re: com wddx

2001-03-03 Thread Marcello Frutig
Richard, below you'll find a VBA code that uses the component AspTear to post a WDDX packet. You cand find AspTear here: http://www.alphasierrapapa.com/ComponentCenter/AspTear Hope this helps! Regards, Marcello Frutig. -- Astrolabio -- Option Explicit Const Request_POST = 1 Const URL

Re: Application Log: trim off warnings?

2000-10-10 Thread Marcello Frutig
Patricia, take a look at this knowledge base article: How to Fix Large Application Logs Due to the "Occlude Custom Tag" Error in Spectra or ColdFusion http://www.allaire.com/Handlers/index.cfm?ID=16007Method=Full Regards, Marcello Frutig. -- Astrolábio Is there any w

RE: Reliability of CFSCHEDULE in CF 4.5.1. SP2?

2000-10-05 Thread Marcello Frutig
Damon, I'm wondering if I'm facing a similar problem. Whenever a scheduled task is submitted by CF, I got a "server busy" error message. There are no other activities on the server during the execution of the tasks. Log entries: scheduler.log

CF 4.5.1: server busy and scheduled tasks

2000-10-03 Thread Marcello Frutig
server.log: "Warning","TID=948","09/27/00","00:02:12","Template: , Ran: 32 seconds." "Information","TID=664","09/27/00","00:22:04","The ColdFusion Application Server started."

CF and SQL Server Cluster

2000-09-13 Thread Marcello Frutig
er 7.0 SP2, NT4 Thanks in advace, Marcello Frutig. -- Astrolabio -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_ta

RE: CF and SQL Server Cluster

2000-09-13 Thread Marcello Frutig
configuration issue? -Original Message- From: Marcello Frutig [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 13, 2000 4:04 PM To: [EMAIL PROTECTED] Subject: CF and SQL Server Cluster Hi! Any idea how CF Ent. 4.5.1 should deal with a failover occurring on a SQL Server cluster? It seems

cfadminsecurity tag

2000-06-01 Thread Marcello Frutig
Admin, the resource type checkbox is not ckecked as expected, and it is not available when creating a rule. Anyone willing to share some information about this? Thanks in advance, Marcello Frutig. -- Astrolabio

Re: ColdFusion and MQSeries

2000-04-28 Thread Marcello Frutig
Hi Jason, there is a new CF tag that deals with IBM MQ Series: http://www.allaire.com/developer/gallery/index.cfm?Objectid=15469 Regards, Marcello. -- Astrolabio Anyone done anything with ColdFusion and MQSeries (from IBM)? We're looking for ANYTHING you can give on this one! thanks!