Re: Cf 7 Clustering Failover

2006-04-22 Thread Cathy Taylor
Well, I have a totally different setup (BEA Weblogic clustered on Solaris servers), so I probably can't help much more. The only other thing I've had to do is create a weblogic.xml file under the WEB-INF directory that specifies in memory session replication to make it work. Maybe IIS has a

Re: Cf 7 Clustering Failover

2006-04-21 Thread Cathy Taylor
The only thing I can think of - did you check Use J2EE sessions in the CF administrator? Cathy I've been trying and trying to install cf enterprise multi-server on two Windows 2003 server boxes and create a cluster between the two and then configure IIS on a third Windows 2003 box to connect

CFMX JNDI datasources in BEA Weblogic 9.1

2006-04-19 Thread Cathy Taylor
We're having a recurring problem with CFMX 7.01 JNDI datasources deployed on BEA WebLogic 9.1. For no apparent reason, ColdFusion seems to think the datasources are failing (won't verify) even though BEA says the connection pools are perfectly healthy. We did not have this problem deployed on

Re: Unable to initialize Graphing service jdk1.5.0_04

2006-04-07 Thread Cathy Taylor
Nevermind and thanks anyway :-) I took out the workaround used under JDK 1.42 from the start script so that it was only: CF_GRAPHING_JVM_OPTIONS=-Djava.awt.headless=true And it started up just fine and now I can login to the administrator. -Cathy I have a slight emergency, of course. We just

Unable to initialize Graphing service jdk1.5.0_04

2006-04-06 Thread Cathy Taylor
I have a slight emergency, of course. We just upgraded our BEA Weblogic server to version 9.1 running on Solaris, which came bundled with JDK 1.5.0_04. Using the same CFMX (7.01) workaround as previously used in the WLS 8.1 (running on JDK1.4.1) environment no longer works to allow the graphing

Max 2003 Conference Photo

2004-04-22 Thread Cathy Taylor
This is OT, but I just got accused of trying to humiliate someone who won a photo contest and the photo is the picture (at least I'm fairly certain) that was all over the Max 2003 conference. http://www.theparentperspective.com/boards/thread-view.asp?threadid=200412posts=15#0 Can someone clarify

Re: Max 2003 Conference Photo

2004-04-22 Thread Cathy Taylor
Thanks all! I don't mind being wrong - that's why I asked :-) But the reaction to the question really miffed me. Thanks for the clarification and LOL Thanks for nearly jumping to my defense. Yep, definitely not a place to hang around :-) Cathy No, it looks like you were in the wrong:

Re:CFHTTP url rewriting

2003-11-26 Thread Cathy Taylor
Maybe this will be helpful. This was code I used to rewrite bulletin boards stripped down to just messages and made local using variables. I used the rereplace function: cfhttp URL=""> method=get resolveurl=true/cfhttp cfscript // Modify all links to local second agent page with variable links =

Re:CFHTTP url rewriting

2003-11-26 Thread Cathy Taylor
It can also be done without using cfscript: It can also be done without using cfscript cfhttp URL=""> method=get resolveurl=true/cfhttp CFSET color = ReReplace(#cfhttp.filecontent#, 800854, 99, All) CFSET links = ReReplaceNoCase(#Variables.color#, http://www.domain.com/d

Ports with Multiple Instances on SunONE AS 7

2003-09-10 Thread Cathy Taylor
That's not really Apache is it ? No, it's the old Netscape iPlanet (upgraded a bit). ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe:

Anyone going to MAX in November?

2003-09-09 Thread Cathy Taylor
I'm probably going too, though it sure is far away (when will they have it in DC again??). I'm waiting for my time to be approved by my client (I'll pony up the rest). I'm also hoping there's snow so I can fit in some skiing without the fam along (one advantage to traveling to the conference -

Ports with Multiple Instances on SunONE AS 7

2003-09-09 Thread Cathy Taylor
Run apache as your front end host, and use mod_proxy/mod_rewrite to draw all the app server together. That's not an option. My options are the built-in web server (in SunONE AS7) or iPlanet 4.1. There's not a chance in the world my client will go with Apache. I may be able to convince them

Timeout/restart

2003-03-24 Thread Cathy Taylor
Hi all! I just want to make sure I'm not missing something here. We have our server (CF 5.0 on Solaris) set to timeout requests at 30 seconds and restart the server after 3 long-running requests. We've found this to be optimal if the server hangs due to one application losing a datasource (and we

unix exec function to return abnormally

2003-01-24 Thread Cathy Taylor
I sent this problem around the holidays and didn't get much response other than I was told restarting the server was the only way to solve it. I don't know how things work in other places, but that's not an option here. We can't have someone monitoring for that error and then restarting the CF

certification experiences/plans?

2003-01-07 Thread Cathy Taylor
Crud, my email server is down, so hopefully this will post through the website! Anyway, here's what I tried sending this morning. Ok, in my experience (cynical as well)... I've never been turned down due to a lack of degree or lack or certifications - I've always been hired/promoted based on

Re: Alternative to cert -- MIS/MBA/MSCS/etc (WAS Re: certification experiences/plans?)

2003-01-07 Thread Cathy Taylor
I agree - this has been a great thread. It's a debate topic near and dear to my heart. I was one of those who watched friends graduate from college to become waitresses and wondered what the point was. I also rebelled against my father who swore I would never amount to anything without it. But

CFMX DW MX

2003-01-07 Thread Cathy Taylor
It's not one of the menu options - you have to browse the CD to find it, but it should be there as a folder. ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

SMTP AUTH revisited

2002-12-27 Thread Cathy Taylor
Sorry, I know it's pretty slow around here because of the holidays (and I'll be gone next week)... But I'd like to revisit this if possible... I've been fumbling my way through java and made some vast improvements from yesterday. Using two java ext packages (javamail and jaf something), this

CFEXECUTE aborting on Solaris

2002-12-19 Thread Cathy Taylor
We have a really odd problem I hope somebody else has come across (and solved!). One of our applications allows users to upload a zip file and then does a CFEXECUTE to run the /usr/bin/unzip function. After a while it just stops working with the following error: The process /usr/bin/unzip

Macromedia Contribute

2002-12-10 Thread Cathy Taylor
Is it not using anything else? Because we can FTP to the servers here and I even tried setting my home directory as where to publish/view and it still gave an error. Yet it worked instantly the first time on my personal server. I can browse the directory structure down to where the web root is,

Re: Macromedia Contribute

2002-12-09 Thread Cathy Taylor
Speaking of, does anyone know what it's using to connect to the server (ie RPC)? I got it to try out and I managed to get it working fine to my home server, but it does not work with any of the servers at work (all of which are Solaris). The only thing I can think of is that it's using some

Flash MX with CFMX - is this possible?

2002-12-04 Thread Cathy Taylor
Is anyone a wiz at Flash MX yet? Particularly Flash remoting and how it integrates with CFMX? I posted on the Allaire forum under Flash MX and didn't get any responses, so maybe I'll try here. I have a CF page that does a cfhttp to pull back bulletin board threads. It changes the text and link

Stripping end of cfhttp.filecontent

2002-12-02 Thread Cathy Taylor
This is probably a really easy and dumb question. I have a page that grabs another page and strips most of the ads, images, and unnecessary information. Then it displays the bulk of the page. At the end are more ads and unnecessary junk I'd also like to stip off, but I'm not sure how to do

Re: Stripping end of cfhttp.filecontent

2002-12-02 Thread Cathy Taylor
Thanks! That did the trick! Cathy Date: 12/02/2002 12:03 PM Author: Steve Reich Try this ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

Re: PreserveSingleQuotes and Oracle Issues

2002-11-21 Thread Cathy Taylor
I don't know if this helps, but I ran into the same 'issue' quite a while back and found a solution on the forum http://webforums.macromedia.com/coldfusion/messageview.cfm?catid=3threadid=236485highlight_key=y This worked like a charm. Hope it fits your situation. Cathy

Re: OT: Dreamweaver MX saves slowwwly

2002-10-25 Thread Cathy Taylor
I've found the same thing using RDS with DWMX where CF Studio 5 saved instantly over RDS (it seemed). However, after setting up another RDS instance, it didn't seem as bad. Go figure. I'm not sure what changed, if anything. How is Christchurch these days? We have a house in Lyttleton I'm missing

Re: Oracle 8 Native Drivers Failing

2002-10-22 Thread Cathy Taylor
Try creating a test page doing a basic query using the datasource set up to connect using 8i. It will give you a more detailed error than the verification in the administrator. That might help you pinpoint it. - Original Message - From: David Hannum [EMAIL PROTECTED] To: CF-Talk [EMAIL

Re: 2nd question - Run MX as nobody? - Solution

2002-10-18 Thread Cathy Taylor
Macromedia -Original Message- From: Cathy Taylor To: CF-Talk Sent: 10/10/2002 9:26 AM Subject: Re: 2nd question - Run MX as nobody? - Solution This is not an option. I don't know how many times I have to say that. We have been using ColdFusion for years and have systems in place

Re: Documentum

2002-10-18 Thread Cathy Taylor
My husband is the Documentum expert around here and I forwarded your question to him. Here's what he said: Yes, no, maybe. You can do stuff via the RDBMS backend but that defeats the purpose - Documentum is a content management server. I don't know about Cold Fusion but JRun is a big yes so

Re: CFLOCK timeout

2002-10-18 Thread Cathy Taylor
I've had that error when there's actually something wrong with the database. Check your tempdb and try running the sql manually to see what happens. If I recall, it was something obscure, but it did have to do with the database. Connections used up or a thread locked in the DB? Sorry - don't

Re: Connecting to Oracle 7.3.4 database via Oracle server using CFMX

2002-10-11 Thread Cathy Taylor
If you're using CFMX on Unix (btw, which flavor because I'm guessing you're at another gov't facility and if Solaris, you may run itno the same problems I've been with 'nobody'?) you just specify the type of database and the proxy port number to connect to. It does the rest. I haven't connected

RE: 2nd question - Run MX as nobody? - Solution

2002-10-10 Thread Cathy Taylor
No, that's not a viable solution. I cannot give 'nobody' a shell. That defeats the purpose of nobody. I posted in the forum (hey Troy, that was probably me!) and am not receiving a response and have also submitted a bug report. I have narrowed it down to this: CFMX will run as nobody if no

Re: 2nd question - Run MX as nobody?

2002-10-10 Thread Cathy Taylor
more to do with how it is doing the suid function. Cathy Taylor - Original Message - From: Jesse Noller [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, October 10, 2002 11:58 AM Subject: RE: 2nd question - Run MX as nobody? Look in the coldfusion start script

Re: 2nd question - Run MX as nobody? - Solution

2002-10-10 Thread Cathy Taylor
issue. Cathy Taylor - Original Message - From: Jesse Noller [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, October 10, 2002 12:00 PM Subject: RE: 2nd question - Run MX as nobody? - Solution Cathy- Do *not* run coldfusion as the nobody user then. CFMX requires

Re: Visual Source Safe and CF Studio

2002-10-10 Thread Cathy Taylor
I'd like to know this as well. We used PVCS client with CF Studio and have found it just won't even hook into DW as far as we can tell. Cathy - Original Message - From: Ken Wilson [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, October 10, 2002 3:10 PM Subject: RE:

Re: 2nd question - Run MX as nobody? - Solution

2002-10-10 Thread Cathy Taylor
: Cathy Taylor To: CF-Talk Sent: 10/10/2002 9:26 AM Subject: Re: 2nd question - Run MX as nobody? - Solution This is not an option. I don't know how many times I have to say that. We have been using ColdFusion for years and have systems in place on it. We're forward thinking and trying to get

Re: copying db info with cf

2002-10-10 Thread Cathy Taylor
Login to the servers as the oracle user and do an 'exp' command (look it up for help, but I think that command alone will prompt you for the user/database you want to export). It'll create a binary file you can then 'imp' on the other servers after ftping them over. Well, this is how you do it on

Re: Wiki

2002-10-10 Thread Cathy Taylor
I don't know about a CF one, but thought I'd pass this on in case it can be of use. One of our guys did some in JSPs. I think he downloaded the source from somewhere and just set it up to share info on a programming project. Here's what they're using. It may not be what you're looking for (well,

Re: CFFILE PDF to Sybase?

2002-09-26 Thread Cathy Taylor
Deanna, Thanks for the reply. Actually, unfortunately that's not an option (that is, however, how I manage a photo album site elsewhere). My client is a government agency and their rules dictate that the files not be stored on the web server (it is *strictly* an application server) unless

CFFILE PDF to Sybase?

2002-09-25 Thread Cathy Taylor
Hi all! I've been a semi-lurker for a while and try to read all the threads, but admittedly don't. So I apologize if this has been gone over and over before. We'd like to give our users the ability to upload a PDF file (as well as text files) directly into Sybase. We're running CF 5 on

2nd question - Run MX as nobody?

2002-09-25 Thread Cathy Taylor
I'm trying to evaluate our CF MX upgrade on Solaris before I turn our masses loose on it. I can't run it as root and our security regulations forbid me from creating a new user to run it as (that wouldn't work anyway since our web server runs as nobody). I've read the docs and modified the

Why am I now getting this

2002-09-01 Thread Cathy Taylor
Every hour with a lot of undeliverable error messages? It kind of defeats the purpose of subscribing to the digest. Did the list options change? Thanks! Catherine Taylor __ Signup for the Fusion Authority news alert and keep

Re: CFMAIL differences from 4.5 to 5.0 (Was CFMAIL SOLVED)

2002-01-11 Thread Cathy Taylor
We're having the same problem with output from CFSTOREDPROC statements to o. I was about to report it as a bug. We have javascript in a database. Each line is a line of javascript code that goes to a custom tag. So the cfoutput is just #script# /cfoutput. There is a carriage return at th e end of

Oracle ODBC on Solaris

2002-01-11 Thread Cathy Taylor
This may be more of an Oracle question, but maybe someone else has suffered through this and can help before I roll back to CF 4.5.1 server. My server is a SPARCStation 5 (Not UltraSparc) with Solaris 5.8 and Oracle 8.1.7. I just realized that CF Server 5 will not run with the Oracle native