Application.cfm

2005-06-01 Thread Christian Watt
Is there any way to tell a page in a directory or sub directory to not run/inlcude the application.cfm Christian ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and

RE: Template Not Found

2005-04-27 Thread Christian Watt
I am sending this one more time hoping for an answer Template Not found- Option 1: use IIS to redirect all 404 errors to a cf page. I can't do this because I am using URL rewriting for Search Engine friendly urls. http://somedomain.com/newsitepage.html/r/1/f/3 Option 2: use missing template

RE: Missing template

2005-04-26 Thread Christian Watt
for missing template handler is only for missing CF templates. Go to yoursite.com/abcdefg.cfm and you should see it. To get it to catch all missing files on your web site, you will have to find your web server's equivalent and point it to your 404 page. -nathan strutz Christian Watt wrote: CFMX

RE: Missing template

2005-04-26 Thread Christian Watt
make the missing template handler work with .html files that are handle through CF. I am getting a CF error back that the template is missing. Christian -Original Message- From: Christian Watt [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 26, 2005 3:32 PM To: CF-Talk Subject: RE

RE: Missing template

2005-04-26 Thread Christian Watt
More Info... This seems to work if you are running cf on top of jrun, but it does not if you are running a CFMX standard install. Please...Anyone Christian -Original Message- From: Christian Watt [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 26, 2005 3:37 PM To: CF-Talk Subject: RE

Template Not Found

2005-04-26 Thread Christian Watt
Template Not found- Option 1: use IIS to redirect all 404 errors to a cf page. I can't do this because I am using URL rewriting for Search Engine friendly urls. Option 2: use missing template handler in cf admin. This does not work because I am not using the .cfm extension on the current site,

RE: Template Not Found

2005-04-26 Thread Christian Watt
This is not an include file. It is the original called page. http://somedomain.com/oldsitepage.html?r=1f=3 does not exist and will not execute the missing template handler http://somedomain.com/oldsitepage.cfm?r=1f=3 will pull the missing template handler Can't us IIS because this is my new

RE: CrystalTech Users Beware

2005-04-25 Thread Christian Watt
CFMX Standard, I can not get the missing template handler to work. I have one on our current site which is CFMX Enterprise, but I can't find anything that this should matter. I have tried absolute paths, relative paths and everything in between. I can get it to work by using IIS to replace the

Missing template

2005-04-25 Thread Christian Watt
CFMX Standard, I can not get the missing template handler to work. I have one on our current site which is CFMX Enterprise, but I can't find anything that this should matter. I have tried absolute paths, relative paths and everything in between. I can get it to work by using IIS to replace the

CF Server is only allowing 1 Connection

2005-04-13 Thread Christian Watt
desperate here with this being an internal server that this companies internal application runs off with flash removing Christian Thank You, Christian Watt Webmaster SkillPath Seminars [EMAIL PROTECTED] ~| Logware

RE: CF Server is only allowing 1 Connection

2005-04-13 Thread Christian Watt
: Christian Watt [mailto:[EMAIL PROTECTED] Sent: 13 April 2005 17:23 To: CF-Talk Subject: CF Server is only allowing 1 Connection This is a production that got restarted last night and this morning it is only allowing one client to connect. If I restart the services, someone else can connect, but no others

RE: Out of Memory

2004-10-22 Thread Christian Watt
Andy, Check the number of records being returned by your queries. I had this problem and no matter what you turn the JVm Heap size up to, it will not fix it. There is no good way to track this down. What I ended up doing is after every query ran, I logged the number of records returned. I

RE: CFMAIL and mass mailings: problem?

2004-09-02 Thread Christian Watt
Asim, 1) You do not need to worry about sending 25000 messages at once.I ship between 700,000-900,000 every month.The main thing is to not have cf spool the messages.As of 6.1 you can set cf to send the message directly to your mail server.I have quite a bit of logic and radius lookups, but we

RE: CFMAIL and mass mailings: problem?

2004-09-02 Thread Christian Watt
I forgot that in my last message, Yes, use a regular _expression_, and you will get past cf just fine. If you are going to continue to ship messages, I suggest that you log the bad addresses so that you don't process them every month as well. If you remove, bad email address, hard undeliverables

RE: cfmail Part 2

2004-09-02 Thread Christian Watt
Mark, I have tried most of these, and everyone one of them will fail on a particular mail server.I have looked, and can not find an RFC that stipulates a proper way.This is the only one that I have found to work about 98% of the time.I refrain from trying to use the proper name anymore though,

CFQuery

2004-08-31 Thread Christian Watt
I know you can return the execution time of a query, but how do you return what the query ran is?Just like they do when you turn on debugging. Christian [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: CFQuery

2004-08-31 Thread Christian Watt
: Tuesday, August 31, 2004 10:37 AM To: CF-Talk Subject: Re: CFQuery I guess this is what you need http://cflib.org/udf.cfm?ID=686 - Original Message - From: Christian Watt [EMAIL PROTECTED] Date: Tue, 31 Aug 2004 10:21:43 -0500 Subject: CFQuery To: CF-Talk [EMAIL PROTECTED] I

RE: CFQuery

2004-08-31 Thread Christian Watt
. the only requirement I see is that debugging must be turned on on the server for this to work. since I am not the author of this udf, I might completely be wrong - Original Message - From: Christian Watt [EMAIL PROTECTED] Date: Tue, 31 Aug 2004 12:00:39 -0500 Subject: RE: CFQuery

RE: CFQuery

2004-08-31 Thread Christian Watt
The way that Forta wrote a UDF though implies that you have to have debugging enable to use the service.factory.If this is not true, let me know please. Christian -Original Message- From: Mark A Kruger [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 31, 2004 3:37 PM To: CF-Talk

RE: CFQuery

2004-08-31 Thread Christian Watt
have not yet found a way to get this without debugging enabled. --- Ben _ From: Christian Watt [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 31, 2004 4:55 PM To: CF-Talk Subject: RE: CFQuery The way that Forta wrote a UDF though implies that you have to have debugging

RE: CFQuery

2004-08-31 Thread Christian Watt
Let me add to this one and see if anyone knows how to output the parameters passed to a stored proc as well.Without having debuggin enabled also. Christian -Original Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 31, 2004 3:50 PM To: CF-Talk

RE: Memory Issues

2004-08-20 Thread Christian Watt
-Original Message- From: Pete Freitag [mailto:[EMAIL PROTECTED] Sent: Thursday, August 19, 2004 10:53 AM To: CF-Talk Subject: Re: Memory Issues Christian Watt wrote: What is the default setting for the -XX:ParallelGCThreads and what increments should I try increasing

RE: Memory Issues

2004-08-20 Thread Christian Watt
Message- From: Pete Freitag [mailto:[EMAIL PROTECTED] Sent: Thursday, August 19, 2004 10:53 AM To: CF-Talk Subject: Re: Memory Issues Christian Watt wrote: What is the default setting for the -XX:ParallelGCThreads and what increments should I try increasing these? Look

RE: Memory Issues

2004-08-19 Thread Christian Watt
What is the default setting for the -XX:ParallelGCThreads and what increments should I try increasing these? Christian -Original Message- From: Pete Freitag [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 3:11 PM To: CF-Talk Subject: Re: Memory Issues Christian

RE: Memory Issues

2004-08-19 Thread Christian Watt
only seeing around 10-15 simultaneous users and having issues.This is really getting frustrating! Christian -Original Message- From: Pete Freitag [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 3:11 PM To: CF-Talk Subject: Re: Memory Issues Christian Watt wrote

RE: Memory Issues

2004-08-19 Thread Christian Watt
Yes and Yes.Each user is creating individual client sessions, since I have session and application turned off, and it ramps up, sustains, and they have a varying time of 30 seconds-2 minutes on a page.I could go longer, but I really wanted to push the machine. Christian -Original

RE: Memory Issues

2004-08-18 Thread Christian Watt
No, right now I have it set at 750mb.Although I have had it just over a gig, but it does not matter how high I set it, eventually it still surpasses that limit and locks up. Christian -Original Message- From: Peter Farrell [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004

RE: Memory Issues

2004-08-18 Thread Christian Watt
I have read articles much like this before.With the other log I am currently outputting, I am using JVMSTAT right now to watch garbage collection and see if I see any similarities.Is there anything else you or someone else knows of that I should be looking for??? -Original Message-

RE: Memory Issues

2004-08-18 Thread Christian Watt
Peter,the Old Generation garbage collection was over 500mb.I have a screen shot and logs with a stack trace dump, but I don't know what to do from here.Will you take a look or can you tell me who can help??? As soon as I restart the service, via command prompt right now so that I can watch gc, the

RE: Memory Issues

2004-08-17 Thread Christian Watt
Peter, thank you so much for that link.Although that does not seem to quite be my problem, it has pointed out some metrics that I have used, along with some others that I have found that have a direct correlation to my memory explosion.I am going to include an excerpt from my current post in the

RE: Memory Issues

2004-08-16 Thread Christian Watt
No.I am not using anything, as far as I can tell, that would cause memory to be held at all.Although some of the logic behind my pages is fairly extensive, there is nothing that is really that complex. CFquery, CFStoredProc, Client variables (Which I switch from session thinking that was the

Memory Issues

2004-08-13 Thread Christian Watt
, the other machine will react with the same effect.Someone please help me figure out how I can troubleshoot this. Thank You, Christian Watt Webmaster SkillPath Seminars [EMAIL PROTECTED] [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: OT- sql format question

2004-08-13 Thread Christian Watt
I don't know if you are dealing with degrees or radians, but here is my SQL code using radians. Of course this is a stored procedure where I pass the Lat and Lon. SELECT Zip FROM Zip WHERE((lat = (@TLat - (200 * 0.0005))) AND (lat = (@TLat + (200 * 0.0005 AND ((lon = (@TLon - (200 *

RE: OT- sql format question

2004-08-13 Thread Christian Watt
My last post included a 200 mile radius.Just change the 200(s) to 50 for a 50 mile radius. Christian -Original Message- From: Eric Creese [mailto:[EMAIL PROTECTED] Sent: Friday, August 13, 2004 2:02 PM To: CF-Talk Subject: RE: OT- sql format question OOOPs it looks like I

RE: Memory Issues

2004-08-13 Thread Christian Watt
Yes, I have installed all of the hot fixes and latest drivers as of about 2 1/2 months ago.That is when I set everything up as a clustered environment.Hoping that both clustering and getting all of the updates/patches installed and a clean install would help correct this issue.Same problem still

RE: Memory Issues

2004-08-13 Thread Christian Watt
I have not.I just downloaded the Microsoft JDBC Driver SQL 2000 and the SP1 for the driver.Is just an install enough, or do I need to do something in JRUN as well???Thank you for help Dave...I greatly appreciate it. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent:

RE: Memory Issues

2004-08-13 Thread Christian Watt
I just switched all of my data sources and NO CHANGE!!!I am getting peaks of over 500mb right now.Not that many users and I don't have any queries that return an extreme amount of data. arrrggg Christian Watt -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent

RE: Memory Issues

2004-08-13 Thread Christian Watt
Let me add to my last post.When the memory jumps, it stays up for 2-3 minutes, sometimes longer.It will usually drop back down to around 175mb -225mb after that period, and then take another jump down a few minutes later.This wouldn't be so bad if it never jumped over 750mb, but I can not figure

RE: SQL Query

2004-08-13 Thread Christian Watt
You need to take your Where clause out and include it on the join. I believe that since you are including the outer joined table in the where, you are not going to return any records that don't match the Where statement. FROM #request.levelTable# l RIGHT OUTER JOIN #request.levelPricingTable# p

RE: Memory Issues

2004-08-13 Thread Christian Watt
Oops, I didn't include that piece, but Yes, I am running the latest JAVA version. Christian -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Friday, August 13, 2004 5:21 PM To: CF-Talk Subject: RE: Memory Issues Let me add to my last post.When the memory

RE: SQL Query

2004-08-13 Thread Christian Watt
queries if necessary).Currently I am working in Access for this application. Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com - Original Message - From: Christian Watt To: CF-Talk Sent: Friday, August 13, 2004 5:02 PM Subject: RE: SQL Query You need to take

RE: OT- sql format question

2004-08-13 Thread Christian Watt
*(CDbl(zipCo des.Longitude)-84.53822)*Cos(39.166759/57.3))^2)))50)); -Original Message- From: Christian Watt [mailto:[EMAIL PROTECTED] Sent: Friday, August 13, 2004 2:14 PM To: CF-Talk Subject: RE: OT- sql format question I don't know if you are dealing with degrees or radians

RE: Memory Issues

2004-08-13 Thread Christian Watt
Honestly I have not idea what to look for in the stack traces, do you, or anyone else have any idea where I can find some info on what to look for and how to read the stack traces? Christian -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Friday, August 13, 2004

CF Flash Connector Urrrr!

2001-12-10 Thread Christian Watt
would greatly appreciative. You can contact me either on or off list. Code example below! Christian Watt Webmaster SkillPath Seminars [EMAIL PROTECTED] In the following example, the message never shows Searching... as soon as the search button is pressed, you see Got Data - Now populating. You can

Javascript Anyone?

2001-11-30 Thread Christian Watt
I know this is a little off topic, but does anyone know how to disable CTRL+N and F11 in IE??? I have the right click disabled, but would like to get rid of these abilities as well. Using it on an internal app only, so I don't have to worry about Netscape, but if the script someone has includes

CGLOBAL CDATA-SQL

2001-11-14 Thread Christian Watt
server. It isn't killing it, but there is definatley a performance hit there. They are not SP's already looked there, they must be hardcoded queries, that at least utilize the sp_executesql (thankgod). Any help or further info would be great. Thank you, Christian Watt Webmaster SkillPath Seminars

RE: CGLOBAL CDATA-SQL

2001-11-14 Thread Christian Watt
Message- From: Christian Watt [mailto:[EMAIL PROTECTED]] Sent: 14 November 2001 18:52 To: CF-Talk Subject: CGLOBAL CDATA-SQL Does anyone know what pages process the CDATA and CGLOBAL queries when you have these values stored in a DB. None of the select statments have NOLOCK's on them after

RE: CGLOBAL CDATA-SQL

2001-11-14 Thread Christian Watt
that it calls... -Original Message- From: Christian Watt [mailto:[EMAIL PROTECTED]] Sent: 14 November 2001 19:04 To: CF-Talk Subject: RE: CGLOBAL CDATA-SQL Yes, I realize that, that is why I see a performance hit, what I want to know is what CF Server page is called to invoke

RE: CGLOBAL CDATA-SQL

2001-11-14 Thread Christian Watt
Message- From: Christian Watt [mailto:[EMAIL PROTECTED]] Sent: 14 November 2001 19:59 To: CF-Talk Subject: RE: CGLOBAL CDATA-SQL Sure you can...It is quite simple to decrypt the server pages and update them, as long as the query is in fact called from a server cfm page (which I am willing

FW: Deleting a Query???

2001-11-01 Thread Christian Watt
-Original Message- From: Christian Watt Sent: Thursday, November 01, 2001 2:08 PM To: '[EMAIL PROTECTED]' Subject: Deleting a Query??? Does anyone know if there is a way to delete query results, before the page is done processing??? I have a couple of pages that compile info and send

RE: Email Question HELP! FOR BRUCE

2001-11-01 Thread Christian Watt
mail that does not have an account on that machine. Christian Watt Webmaster SkillPath Seminars [EMAIL PROTECTED] -Original Message- From: Koo Pai Lao [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 01, 2001 1:58 PM To: CF-Talk Subject: RE: Email Question HELP! FOR BRUCE then how