Re: ColdFusion TechNote Notification: ColdFusion MX: RemoveOnExcepti on errors in serverlog

2004-07-21 Thread Deanna Schneider
We don't use stored procs extensively. We're moving towards using them more,
but they're certainly not the norm.

I don't actually see the server logs, but that's what we were told would
clear up the strange db-related errors and that's what we did. I'm
_assuming_ that it did clear it up, as I haven't heard complaints from the
server admins since we did that.

Of course, it could have been a different strange db-related error that was
showing up in the server logs...

- Original Message - 
From: Dave Carabetta Sent:

 That cleared it up for you? We don't use usernames/passwords for our
 datasources anywhere *but* the Administrator and still have the
 cftransaction problems. Then again, I inherited an environment where
 nothing is in stored procs, and I believe you've mentioned in the past
 that you use them extensively, so that might be the difference.

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




ColdFusion TechNote Notification: ColdFusion MX: RemoveOnExcepti on errors in serverlog

2004-07-20 Thread Debbie Dickerson
Check out the new TechNote at:
http://www.macromedia.com/support/coldfusion/ts/documents/removeonexception_
error.htm
http://www.macromedia.com/support/coldfusion/ts/documents/removeonexception
_error.htm 

Intro: 
Occasionally RemoveOnException errors may appear in the ColdFusion logs,
masking a real database issue. RemoveOnException is a data source level
setting used to determine whether to throw away broken data source
connection from the JDBC pool.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: ColdFusion TechNote Notification: ColdFusion MX: RemoveOnExcepti on errors in serverlog

2004-07-20 Thread Dave Carabetta
On Tue, 20 Jul 2004 15:53:49 -0400, Debbie Dickerson
[EMAIL PROTECTED] wrote:
 Check out the new TechNote at:
 http://www.macromedia.com/support/coldfusion/ts/documents/removeonexception_
 error.htm
 http://www.macromedia.com/support/coldfusion/ts/documents/removeonexception
 _error.htm
 
 Intro:
 Occasionally RemoveOnException errors may appear in the ColdFusion logs,
 masking a real database issue. RemoveOnException is a data source level
 setting used to determine whether to throw away broken data source
 connection from the JDBC pool.
 

Debbie,

Who can I get in touch with to get more information about this
particular TechNote? Specifically, I have these questions:

1) This problem never occurred until the Red Sky release, which is why
all our production sites continue to use the 6.0 Updater 3+ drivers
(connecting to an Oracle 8.1.7 database) even though we're using MX
6.1.

2) The TechNote refers to Occasionally whereas we only see it when
we run a page that has a cftransaction on it. Have your engineers been
able to replicate this in other areas? Occasionally is an awfully
vague description of the frequency.

3) Another workaround would be to have the 6.0 Updater 3+ drivers
available for download again. The clearing of the Maintain Connectons
box is a ridiculous workaround, as it introduces a lot of additional
overhead (CF has to re-instantiate a connection to the DB on every
request). As I said before, we do not see this issue on the U3+
drivers, only with the version released with the 6.1 updater.

4) Will there be a fix for this in the drivers that will be bundled in
the 6.1 Service Pack slated for the fall?

If you can't answer these questions, any guidance as to who to contact
is appreciated.

Regards,
Dave.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: ColdFusion TechNote Notification: ColdFusion MX: RemoveOnExcepti on errors in serverlog

2004-07-20 Thread Deanna Schneider
Dave,
Good questions. We see the similar problmes here. It's ironic that I keep
hearing how the 3.1 drivers were tested up the wazoo, but it only took a few
minutes of using them on our configuration (with Oracle 8.1.7) for our
server to come to a screeching halt.

The other workaround to the errors showing up with cftransaction is to use
usernames and passwords in the cfadministrator instead of in the cfqueries.
That fixed it for those apps that couldn't move all transactional logic to
stored procs.

- Original Message - 
From: Dave Carabetta

 1) This problem never occurred until the Red Sky release, which is why
 all our production sites continue to use the 6.0 Updater 3+ drivers
 (connecting to an Oracle 8.1.7 database) even though we're using MX
 6.1.

 2) The TechNote refers to Occasionally whereas we only see it when
 we run a page that has a cftransaction on it. Have your engineers been
 able to replicate this in other areas? Occasionally is an awfully
 vague description of the frequency.

 3) Another workaround would be to have the 6.0 Updater 3+ drivers
 available for download again. The clearing of the Maintain Connectons
 box is a ridiculous workaround, as it introduces a lot of additional
 overhead (CF has to re-instantiate a connection to the DB on every
 request). As I said before, we do not see this issue on the U3+
 drivers, only with the version released with the 6.1 updater.

 4) Will there be a fix for this in the drivers that will be bundled in
 the 6.1 Service Pack slated for the fall?

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: ColdFusion TechNote Notification: ColdFusion MX: RemoveOnExcepti on errors in serverlog

2004-07-20 Thread Dave Carabetta
On Tue, 20 Jul 2004 15:39:35 -0500, Deanna Schneider
[EMAIL PROTECTED] wrote:
 Dave,
 Good questions. We see the similar problmes here. It's ironic that I keep
 hearing how the 3.1 drivers were tested up the wazoo, but it only took a few
 minutes of using them on our configuration (with Oracle 8.1.7) for our
 server to come to a screeching halt.
 
 The other workaround to the errors showing up with cftransaction is to use
 usernames and passwords in the cfadministrator instead of in the cfqueries.
 That fixed it for those apps that couldn't move all transactional logic to
 stored procs.
 

That cleared it up for you? We don't use usernames/passwords for our
datasources anywhere *but* the Administrator and still have the
cftransaction problems. Then again, I inherited an environment where
nothing is in stored procs, and I believe you've mentioned in the past
that you use them extensively, so that might be the difference.

Regards,
Dave.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




ColdFusion TechNote Notification: ColdFusion MX configuration wi zard fails when configuring RDS

2004-07-19 Thread Debbie Dickerson
Check out the new TechNote at:
http://www.macromedia.com/support/coldfusion/ts/documents/cfmx_config_wizard
_rds.htm
http://www.macromedia.com/support/coldfusion/ts/documents/cfmx_config_wizar
d_rds.htm 

Intro:
The Macromedia ColdFusion MX Configuration Wizard fails during the RDS phase
when it does not have proper file system access.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




ColdFusion TechNote Notification: ColdFusion MX: Explanation of Request Timeout and threadWaitTimeout settings

2004-07-15 Thread Debbie Dickerson
Check out the new TechNote at:

http://www.macromedia.com/support/coldfusion/ts/documents/request_threadwait
timeout.htm
http://www.macromedia.com/support/coldfusion/ts/documents/request_threadwai
ttimeout.htm 

Intro: 
This TechNote explains what the Request timeout and threadWaitTimeout
settings are and how they work.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




ColdFusion TechNote Notification: cfreport tag throws an 'Error number 599'

2004-07-12 Thread Debbie Dickerson
Check out the new TechNote at:
http://www.macromedia.com/support/coldfusion/ts/documents/crystal_error_599.
htm
http://www.macromedia.com/support/coldfusion/ts/documents/crystal_error_599
.htm 

Intro:
When using the cfreport tag in a ColdFusion application, you may encounter
the following error:

An unexpected error occurred while using the Crystal Engine.

Error number 599 ocurred (Cannot open SQL server.).
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: ColdFusion TechNote Notification: cfreport tag throws an 'Error number 599'

2004-07-12 Thread Micha Schopman
Debbie,

 
Are you sure it is a CF error :P, .. if there is a most buggiest
software award, it would go to Crystal ;)

 
Micha Schopman 
Software Engineer 
Modern Media, Databankweg 12 M, 3821 ALAmersfoort 
Tel 033-4535377, Fax 033-4535388 
KvK Amersfoort 39081679, Rabo 39.48.05.380
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




ColdFusion TechNote Notification: ColdFusion MX 6.1 J2EE Configu ration on JRun: Automatically starting multiple instances

2004-07-08 Thread Debbie Dickerson
Check out the new TechNote at:
http://www.macromedia.com/support/coldfusion/ts/documents/autostart_multiple
_instance.htm
http://www.macromedia.com/support/coldfusion/ts/documents/autostart_multipl
e_instance.htm 

 
Intro:

When installing the 'ColdFusion MX with JRun4' option, Windows services will
be created for the cfusion, admin, and default servers. In a simple JRun
install, Windows services will be installed for the default and admin
servers if the option to install as a Windows service was chosen. JRun does
not automatically define Windows services for new servers.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




ColdFusion TechNote Notification: ColdFusion MX: Java objects us ing HttpsUrlConnection causes a ClassCastException

2004-07-06 Thread Debbie Dickerson
Check out the new TechNote at:
http://www.macromedia.com/support/coldfusion/ts/documents/ssl_classcastexcep
tion.htm
BLOCKED::http://www.macromedia.com/support/coldfusion/ts/documents/ssl_clas
scastexception.htm 

Intro:
Creating Java objects that use HttpsUrlConnection to create SSL connections
fails with a ClassCastException in Macromedia ColdFusion MX.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




ColdFusion TechNote Notification: ColdFusion MX 6.1 (Windows onl y): Hot fix for Crystal Reports

2004-06-30 Thread Debbie Dickerson
Check out theupdated TechNote at:

http://www.macromedia.com/support/coldfusion/ts/documents/crystal_hotfix.htm
http://www.macromedia.com/support/coldfusion/ts/documents/crystal_hotfix.ht
m 

 
The hot fix for Crystal Reports has been updated to include an additional
fix for cases where cfreport fails when connecting to a data source that
requires a username and password.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




ColdFusion TechNote Notification: Behavior of cached queries whe n maximum number is set to 0

2004-06-28 Thread Debbie Dickerson
Check out the new TechNote at:
http://www.macromedia.com/support/coldfusion/ts/documents/cached_queries_max
_zero.htm
http://www.macromedia.com/support/coldfusion/ts/documents/cached_queries_ma
x_zero.htm 

Intro: 
Cached queries within Macromedia ColdFusion MX are used to retrieve data
result sets from server memory rather than through a database transaction.
Because cached queries are stored in server memory, the ColdFusion
Administrator allows a user imposed limit to the number of queries that are
cached.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: ColdFusion TechNote Notification: Behavior of cached queries whe n maximum number is set to 0

2004-06-28 Thread Barney Boisvert
Can these emails be set up to use short URLs, that will fit in a email
message?Surely setting up a single RewriteRule in the apache config could
turn them into links like this:

http://www.macromedia.com/cftn/cached_queries_max_zero

Not to say I don't appreaciate them, just it's a pain having to manually
assemble the URL every time.

Cheers,
barneyb

 -Original Message-
 From: Debbie Dickerson [mailto:[EMAIL PROTECTED] 
 Sent: Monday, June 28, 2004 11:58 AM
 To: CF-Talk
 Subject: ColdFusion TechNote Notification: Behavior of 
 cached queries whe n maximum number is set to 0
 
 Check out the new TechNote at:
 http://www.macromedia.com/support/coldfusion/ts/documents/cach
 ed_queries_max
 _zero.htm
 http://www.macromedia.com/support/coldfusion/ts/documents/cac
 hed_queries_ma
 x_zero.htm 
 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




ColdFusion TechNote Notification: Changing the web root in JRun 4 and ColdFusion MX J2EE Configuration on JRun 4 when using JWS

2004-06-22 Thread Debbie Dickerson
Check out the new TechNote at:
http://www.macromedia.com/support/coldfusion/ts/documents/change_web_root_jw
s.htm
http://www.macromedia.com/support/coldfusion/ts/documents/change_web_root_j
ws.htm 

Intro: 
Changing the web root from the default web application root is a common
practice in J2EE server configuration. This TechNote provides the steps to
change the web root for the JRun internal web server (JWS).
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




ColdFusion TechNote Notification: ColdFusion MX 6.1: Oracle Stor ed Procedure errors

2004-06-21 Thread Debbie Dickerson
Check out the new TechNote at:
http://www.macromedia.com/support/coldfusion/ts/documents/oracle_storedproc_
errors.htm
http://www.macromedia.com/support/coldfusion/ts/documents/oracle_storedproc
_errors.htm 

Intro:
Errors may be encountered when running Oracle Stored Procedures with the
cfstoredproc tag. This TechNote describes two of those errors and how to
avoid them.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: ColdFusion TechNote notification

2004-06-17 Thread Thomas Chiverton
On Wednesday 16 Jun 2004 22:23 pm, Debbie Dickerson wrote:
 The following TechNotes have been updated:

Could you include at least the titles in future, as now I have to go to each 
one in turn to see if it is relevent.

-- 
Tom Chiverton 
Advanced ColdFusion Programmer

Tel: +44(0)1749 834997
email: [EMAIL PROTECTED]
BlueFinger Limited
Underwood Business Park
Wookey Hole Road, WELLS. BA5 1AF
Tel: +44 (0)1749 834900
Fax: +44 (0)1749 834901
web: www.bluefinger.com
Company Reg No: 4209395 Registered Office: 2 Temple Back East, Temple
Quay, BRISTOL. BS1 6EG.
*** This E-mail contains confidential information for the addressee
only. If you are not the intended recipient, please notify us
immediately. You should not use, disclose, distribute or copy this
communication if received in error. No binding contract will result from
this e-mail until such time as a written document is signed on behalf of
the company. BlueFinger Limited cannot accept responsibility for the
completeness or accuracy of this message as it has been transmitted over
public networks.***
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




ColdFusion TechNote Notification: How to prevent ColdFusion MX f rom answering /servlet/* URL requests

2004-06-16 Thread Debbie Dickerson
Check out the new TechNote at:
http://www.macromedia.com/support/coldfusion/ts/documents/servlet_mapping.ht
m
http://www.macromedia.com/support/coldfusion/ts/documents/servlet_mapping.h
tm 

Intro: 
By default, ColdFusion MX will try to answer any URL request for /servlet/*,
which may cause an error or unexpected result. The workaround is to disable
the ServletInvoker mapping in default-web.xml.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




ColdFusion TechNote Notification: Behavior of cflock when the 't imeout' attribute is set to 0

2004-06-16 Thread Debbie Dickerson
Check out the new TechNote at:
http://www.macromedia.com/support/coldfusion/ts/documents/cflock_timeout_zer
o.htm
http://www.macromedia.com/support/coldfusion/ts/documents/cflock_timeout_ze
ro.htm 

Intro: 
When using the cflock tag, timeout is a required attribute that is used to
specify the amount of time in seconds that ColdFusion should wait to obtain
a lock on a segment of code. If access to this locked segment of code cannot
be obtained within the time specified in the timeout attribute, either an
error is thrown (if the throwOnTimeout attribute is set to Yes or not
present), or processing will continue without executing the code contained
within the cflock block (if throwOnTimeout is set to No).
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




ColdFusion TechNote notification

2004-06-16 Thread Debbie Dickerson
The following TechNotes have been updated:

http://www.macromedia.com/support/coldfusion/ts/documents/tn17998.htm (new
version of hot fix included)

http://www.macromedia.com/support/coldfusion/ts/documents/tn18352.htm(new
version of hot fix included) 

http://www.macromedia.com/support/coldfusion/ts/documents/tn17883.htm
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




ColdFusion TechNote Notification: ColdFusion MX 6.1: Hot fix iss ued for expired certificate on cfform controls

2004-06-16 Thread Debbie Dickerson
Check out the new TechNote at:
http://www.macromedia.com/support/coldfusion/ts/documents/cfmx61_cfapplets_h
otfix.htm
http://www.macromedia.com/support/coldfusion/ts/documents/cfmx61_cfapplets_
hotfix.htm 

Intro: 
Macromedia has created a hot fix to address the expired certificate error
with the cfform applets in ColdFusion MX 6.1.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




ColdFusion TechNote Notification: Rerunning the ColdFusion MX 6. 1 Configuration and Settings Wizard

2004-06-10 Thread Debbie Dickerson
Check out the new TechNote at:
http://www.macromedia.com/support/coldfusion/ts/documents/rerun_install_wiza
rds.htm
http://www.macromedia.com/support/coldfusion/ts/documents/rerun_install_wiz
ards.htm 

Intro:
The Migration/Configuration portion of the ColdFusion MX 6.1 installation,
which normally is only run the first time the ColdFusion Administrator is
opened, can be run again after the install has been completed. Enabling RDS,
re-installing the ODBC services, or migrating settings from a previous
version of ColdFusion are reasons why you may want to run it again.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




ColdFusion TechNote Notification: ColdFusion MX: NullPointerExce ption error when using cfmailparam

2004-06-10 Thread Debbie Dickerson
Check out the new TechNote at:
http://www.macromedia.com/support/coldfusion/ts/documents/type_cfmailparam.h
tm
http://www.macromedia.com/support/coldfusion/ts/documents/type_cfmailparam.
htm 

Intro:
ColdFusion MX 6.1 throws a NullPointerException error if the keyword type
is used as part of the value parameter within a cfmailparam tag. Beginning
in ColdFusion 6.1, a new attribute named type was added to the cfmailparam
tag. This causes an error when both a 'Content-type' header and a keyword
type in the value parameter are used within the same cfmailparam tag.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




ColdFusion TechNote Notification: ColdFusion MX data source conf iguration causes 'port out of range' error

2004-06-10 Thread Debbie Dickerson
Check out the new TechNote at:
http://www.macromedia.com/support/coldfusion/ts/documents/jdbc_port_range.ht
m
http://www.macromedia.com/support/coldfusion/ts/documents/jdbc_port_range.h
tm 

Intro: 
When submitting a JDBC data source in the Macromedia ColdFusion MX
Administrator, an error is reported that indicates the chosen port is out of
range.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: ColdFusion TechNote Notification: Rerunning the ColdFusion MX 6. 1 Configuration and Settings Wizard

2004-06-10 Thread Tony Weeg
not that I don't like them, but whats with the new flurry of technotes
making their way to THE LIST :)

just wondrin' deb.

thanks.
tony 

-Original Message-
From: Debbie Dickerson [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 10, 2004 8:09 AM
To: CF-Talk
Subject: ColdFusion TechNote Notification: Rerunning the ColdFusion MX 6. 1
Configuration and Settings Wizard

Check out the new TechNote at:
http://www.macromedia.com/support/coldfusion/ts/documents/rerun_install_wiza
rds.htm
http://www.macromedia.com/support/coldfusion/ts/documents/rerun_install_wiz
ards.htm 

Intro:
The Migration/Configuration portion of the ColdFusion MX 6.1 installation,
which normally is only run the first time the ColdFusion Administrator is
opened, can be run again after the install has been completed. Enabling RDS,
re-installing the ODBC services, or migrating settings from a previous
version of ColdFusion are reasons why you may want to run it again.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: ColdFusion TechNote Notification: Rerunning the ColdFusion MX 6. 1 Configuration and Settings Wizard

2004-06-10 Thread Dave Carabetta
not that I don't like them, but whats with the new flurry of technotes
making their way to THE LIST :)

just wondrin' deb.


I would surmise that it's in response to the posters who usually flame MM 
for not informing the community of these sorts of releases. I love it -- 
especially the new RSS feeds. The only thing I'm wondering is if Debbie 
actually ever goes home!!

Regards,
Dave.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: ColdFusion TechNote Notification: Rerunning the ColdFusion MX 6. 1 Configuration and Settings Wizard

2004-06-10 Thread Paul Hastings
 not that I don't like them, but whats with the new flurry of technotes
 making their way to THE LIST :)

geez louise, now compliants of too much info? these are fairly important
bits of info  the more that know the merrier.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: ColdFusion TechNote Notification: Rerunning the ColdFusion MX 6. 1 Configuration and Settings Wizard

2004-06-10 Thread Paul Hastings
 not that I don't like them, but whats with the new flurry of technotes
 making their way to THE LIST :)

geez louise, now compliants of too much info? these are fairly important
bits of info  the more that know the merrier.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: ColdFusion TechNote Notification: Rerunning the ColdFusion MX 6. 1 Configuration and Settings Wizard

2004-06-10 Thread Tony Weeg
you took it wrong, IM HAPPY, just wondering what happened to spark it,
that's all, was it our feedback and complaints, or just an o'duh we should
do this kinda thing

Happy happy geek, happy happy geek.

:) tony 

-Original Message-
From: Paul Hastings [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 10, 2004 9:12 AM
To: CF-Talk
Subject: Re: ColdFusion TechNote Notification: Rerunning the ColdFusion MX
6. 1 Configuration and Settings Wizard

 not that I don't like them, but whats with the new flurry of technotes
 making their way to THE LIST :)

geez louise, now compliants of too much info? these are fairly important
bits of info  the more that know the merrier.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: ColdFusion TechNote Notification: Rerunning the ColdFusion MX 6. 1 Configuration and Settings Wizard

2004-06-10 Thread Thomas Chiverton
On Thursday 10 Jun 2004 14:03 pm, Dave Carabetta wrote:
 especially the new RSS feeds. The only thing I'm wondering is if Debbie
 actually ever goes home!!

Do you think maybe MM might have automated the process :-) ?

-- 
Tom Chiverton 
Advanced ColdFusion Programmer

Tel: +44(0)1749 834997
email: [EMAIL PROTECTED]
BlueFinger Limited
Underwood Business Park
Wookey Hole Road, WELLS. BA5 1AF
Tel: +44 (0)1749 834900
Fax: +44 (0)1749 834901
web: www.bluefinger.com
Company Reg No: 4209395 Registered Office: 2 Temple Back East, Temple
Quay, BRISTOL. BS1 6EG.
*** This E-mail contains confidential information for the addressee
only. If you are not the intended recipient, please notify us
immediately. You should not use, disclose, distribute or copy this
communication if received in error. No binding contract will result from
this e-mail until such time as a written document is signed on behalf of
the company. BlueFinger Limited cannot accept responsibility for the
completeness or accuracy of this message as it has been transmitted over
public networks.***
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: ColdFusion TechNote Notification: Rerunning the ColdFusion MX 6. 1 Configuration and Settings Wizard

2004-06-10 Thread Dave Carabetta
On Thursday 10 Jun 2004 14:03 pm, Dave Carabetta wrote:
  especially the new RSS feeds. The only thing I'm wondering is if Debbie
  actually ever goes home!!

Do you think maybe MM might have automated the process :-) ?


Of actually writing the TechNotes? If so, let me know where to find that 
software, as I have some documentation the needs writing! ;P

Regards,
Dave.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: ColdFusion TechNote Notification: Rerunning the ColdFusion M X 6. 1 Configuration and Settings Wizard

2004-06-10 Thread Debbie Dickerson
Sorry to disappoint you, but neither the writing of the TechNotes nor the
posting of the notifications has been automated. :-)

 
Debbie

_

From: Dave Carabetta [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 10, 2004 10:03 AM
To: CF-Talk
Subject: Re: ColdFusion TechNote Notification: Rerunning the ColdFusion MX
6. 1 Configuration and Settings Wizard

On Thursday 10 Jun 2004 14:03 pm, Dave Carabetta wrote:
  especially the new RSS feeds. The only thing I'm wondering is if Debbie
  actually ever goes home!!

Do you think maybe MM might have automated the process :-) ?


Of actually writing the TechNotes? If so, let me know where to find that 
software, as I have some documentation the needs writing! ;P

Regards,
Dave. 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: ColdFusion TechNote Notification: Rerunning the ColdFusion M X 6. 1 Configuration and Settings Wizard

2004-06-10 Thread Kenneth Wilson
So when we ask to get rss feeds for Hotfixes, Security Patches and
Updaters, are we basically asking to add to your workload?:)

So what's the chance of getting them? Would really help us internally in
automating some tracking/notification systems rather than having to
manually track them.

Ken

-Original Message-
From: Debbie Dickerson [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 10, 2004 11:27 AM
To: CF-Talk
Subject: RE: ColdFusion TechNote Notification: Rerunning the ColdFusion
M X 6. 1 Configuration and Settings Wizard

Sorry to disappoint you, but neither the writing of the TechNotes nor
the posting of the notifications has been automated. :-)

 
Debbie

_

From: Dave Carabetta [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 10, 2004 10:03 AM
To: CF-Talk
Subject: Re: ColdFusion TechNote Notification: Rerunning the ColdFusion
MX 6. 1 Configuration and Settings Wizard

On Thursday 10 Jun 2004 14:03 pm, Dave Carabetta wrote:
  especially the new RSS feeds. The only thing I'm wondering is if
Debbie
  actually ever goes home!!

Do you think maybe MM might have automated the process :-) ?


Of actually writing the TechNotes? If so, let me know where to find that

software, as I have some documentation the needs writing! ;P

Regards,
Dave. 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: ColdFusion TechNote Notification: Rerunning the ColdFusion M X 6. 1 Configuration and Settings Wizard

2004-06-10 Thread Barney Boisvert
I'm 100% with Ken here.Notifications of that sort of thing would be
enormously valuable, even more than the tech notes, though hearing about the
technotes is definitely appreciated.

Cheers,
barneyb

 -Original Message-
 From: Kenneth Wilson [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, June 10, 2004 10:09 AM
 To: CF-Talk
 Subject: RE: ColdFusion TechNote Notification: Rerunning the 
 ColdFusion M X 6. 1 Configuration and Settings Wizard
 
 So when we ask to get rss feeds for Hotfixes, Security Patches and
 Updaters, are we basically asking to add to your workload?:)
 
 So what's the chance of getting them? Would really help us 
 internally in
 automating some tracking/notification systems rather than having to
 manually track them.
 
 Ken
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: ColdFusion TechNote Notification: Rerunning the ColdFusion M X 6. 1 Configuration and Settings Wizard

2004-06-10 Thread Tony Weeg
either way, debbie, thanks, good stuff...

tw 

-Original Message-
From: Debbie Dickerson [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 10, 2004 11:27 AM
To: CF-Talk
Subject: RE: ColdFusion TechNote Notification: Rerunning the ColdFusion M X
6. 1 Configuration and Settings Wizard

Sorry to disappoint you, but neither the writing of the TechNotes nor the
posting of the notifications has been automated. :-)

 
Debbie

_

From: Dave Carabetta [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 10, 2004 10:03 AM
To: CF-Talk
Subject: Re: ColdFusion TechNote Notification: Rerunning the ColdFusion MX
6. 1 Configuration and Settings Wizard

On Thursday 10 Jun 2004 14:03 pm, Dave Carabetta wrote:
  especially the new RSS feeds. The only thing I'm wondering is if Debbie
  actually ever goes home!!

Do you think maybe MM might have automated the process :-) ?


Of actually writing the TechNotes? If so, let me know where to find that 
software, as I have some documentation the needs writing! ;P

Regards,
Dave. 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: ColdFusion TechNote Notification: Rerunning the ColdFusion M X 6. 1 Configuration and Settings Wizard

2004-06-10 Thread Christine Lawson
I have entered enhancement request # 6,000,000,000,000 for this issue ;-)
Kidding... But seriously, we are working on this internally. Sorry a
solution has not been delivered sooner, but the demand for these types of
feeds *is* being addressed internally and once I have more info I will let
all of you know. For now, we're just going to tie Debbie to her chair and
make her manually send them to you ;-).

Christine

_

From: Barney Boisvert [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 10, 2004 1:45 PM
To: CF-Talk
Subject: RE: ColdFusion TechNote Notification: Rerunning the ColdFusion M X
6. 1 Configuration and Settings Wizard

I'm 100% with Ken here.Notifications of that sort of thing would be
enormously valuable, even more than the tech notes, though hearing about the
technotes is definitely appreciated.

Cheers,
barneyb

 -Original Message-
 From: Kenneth Wilson [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, June 10, 2004 10:09 AM
 To: CF-Talk
 Subject: RE: ColdFusion TechNote Notification: Rerunning the 
 ColdFusion M X 6. 1 Configuration and Settings Wizard
 
 So when we ask to get rss feeds for Hotfixes, Security Patches and
 Updaters, are we basically asking to add to your workload?:)
 
 So what's the chance of getting them? Would really help us 
 internally in
 automating some tracking/notification systems rather than having to
 manually track them.
 
 Ken

_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: ColdFusion TechNote Notification: Rerunning the ColdFusion M X 6. 1 Configuration and Settings Wizard

2004-06-10 Thread Kenneth Wilson
For now, we're just going to tie Debbie to her chair and make her
manually send them to you ;-).

That's entirely unconscionable. You should tie her to a cot or roll-away
bed next to her desk so when she passes out from exhaustion she can
slump over comfortably.:)

Ken
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




ColdFusion TechNote Notification: ColdFusion MX: Resolving insta llation issues with Web Server Connector Scripts

2004-06-09 Thread Debbie Dickerson
Check out the new TechNote at:
http://www.macromedia.com/support/coldfusion/ts/documents/install_builtin.ht
m
http://www.macromedia.com/support/coldfusion/ts/documents/install_builtin.h
tm 

Intro: 
Issues where the ColdFusion MX installer hangs sometimes occur when the web
server is being configured. One of the last steps during install is the
setup of the web server connectors. If there is an issue with this setup, it
can cause the installer to hang or report errors during the installation. An
unavailable ColdFusion Administrator after installation can also indicate
there was a problem with the web server configuration.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




ColdFusion TechNote Notification: ColdFusion MX: Enabling verbos e web server connector logging

2004-06-08 Thread Debbie Dickerson
Check out the new TechNote at:
http://www.macromedia.com/support/coldfusion/ts/documents/verbose_conn_loggi
ng.htm

Intro:
When using an external web server with Macromedia ColdFusion MX, it's
possible to enable verbose web server connector logging. The information
that is logged with this feature can be useful when troubleshooting issues
with the web server connector. This logging is available for ColdFusion MX
Server configuration or ColdFusion MX in the J2EE configuration on JRun.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




ColdFusion TechNote Notification: Content length error posting f orms with ColdFusion MX on WebSphere

2004-06-08 Thread Debbie Dickerson
Check out the new TechNote at:
http://www.macromedia.com/support/coldfusion/ts/documents/content_length_web
sphere.htm
http://www.macromedia.com/support/coldfusion/ts/documents/content_length_we
bsphere.htm 

Intro:
When submitting a form with Macromedia ColdFusion MX 6.1 running on IBM
WebSphere version 5.0.2.2, 5.0.2.3, or 5.0.2.4, the following error will
occur:

post body contains less bytes than specified by content-length
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




FW: ColdFusion TechNote Notification: GIOP version supported by ColdFusion MX

2004-06-08 Thread Debbie Dickerson
Check out the new TechNote at:
http://www.macromedia.com/support/coldfusion/ts/documents/giop_cfmx.htm
http://www.macromedia.com/support/coldfusion/ts/documents/giop_cfmx.htm

 
Intro:
GIOP (General Inter-ORB Protocol) is the protocol that is used for
communicating between CORBA ORBs. GIOP specifies the syntax and message
format for communicating between ORBs.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




ColdFusion TechNote Notification: ColdFusion MX: Returning large character data record sets causes server instability and Out of Memory e rrors

2004-06-07 Thread Debbie Dickerson
Check out the new TechNote at:

http://www.macromedia.com/support/coldfusion/ts/documents/large_record_sets_
oom.htm
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: ColdFusion TechNote Notification: ColdFusion MX: Returning large character data record sets causes server instability and Out of Memory e rrors

2004-06-07 Thread Tony Weeg
debbie...

you can now use...

http://www.antiwrap.com to send messages like this...so that the url wont
truncate.

:) tony 

-Original Message-
From: Debbie Dickerson [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 07, 2004 9:35 AM
To: CF-Talk
Subject: ColdFusion TechNote Notification: ColdFusion MX: Returning large
character data record sets causes server instability and Out of Memory e
rrors

Check out the new TechNote at:

http://www.macromedia.com/support/coldfusion/ts/documents/large_record_sets_
oom.htm
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




ColdFusion TechNote Notification: Determining which class files are loaded by ColdFusion MX

2004-06-07 Thread Debbie Dickerson
Check out the new TechNote at:

http://www.macromedia.com/support/coldfusion/ts/documents/class_files_loaded
.htm
http://www.macromedia.com/support/coldfusion/ts/documents/class_files_loade
d.htm
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: ColdFusion TechNote Notification: ColdFusion MX: Returning large character data record sets causes server instability and Out of Memory e rrors

2004-06-07 Thread Philip Arnold
 From: Tony Weeg
 
 debbie...
 
 you can now use...
 http://www.antiwrap.com to send messages like this...so 
 that the url wont truncate.

Or if you're signed in to the HoF site, then you can use
http://www.houseoffusion.com/tinyurl.cfm
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: ColdFusion TechNote Notification: ColdFusion MX: Returning large character data record sets causes server instability and Out of Memory e rrors

2004-06-07 Thread Damien McKenna
They need to do something internally for this, it isn't a good idea 
PR-wise for a company that large to use an outside service for 
something so simple.

On Jun 7, 2004, at 9:46 AM, Tony Weeg wrote:
 you can now use...
 http://www.antiwrap.com to send messages like this...so that the url 
 wont
 truncate.
-- 
Damien McKenna - Web Developer - [EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: ColdFusion TechNote Notification: ColdFusion MX: Returning large character data record sets causes server instability and Out of Memory e rrors

2004-06-07 Thread Jochem van Dieten
Damien McKenna wrote:

 They need to do something internally for this

Change to a decent email client that doesn't wrap halfway words?

Jochem
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: ColdFusion TechNote Notification: ColdFusion MX: Returning large character data record sets causes server instability and Out of Memory e rrors

2004-06-07 Thread Michael Dinowitz
MM did have an internal rewrite on certain URLs but this may have been removed
or just not known.

To bring this over to a technical topic, this is why I reject the use of UUIDs
as unique identifiers for data. A sequential number may get large (10) but
it is almost always shorter than a UUID and better looking.

 They need to do something internally for this, it isn't a good idea
 PR-wise for a company that large to use an outside service for
 something so simple.

 On Jun 7, 2004, at 9:46 AM, Tony Weeg wrote:
  you can now use...
  http://www.antiwrap.com to send messages like this...so that the url
  wont
  truncate.
 -- 
 Damien McKenna - Web Developer - [EMAIL PROTECTED]
 The Limu Company - http://www.thelimucompany.com/ - 407-804-1014



 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




OT: MacOSX email clients (was Re: ColdFusion TechNote Notification: ColdFusion MX: Returning large character data record sets causes server instability and Out of Memory e rrors)

2004-06-07 Thread Damien McKenna
On Jun 7, 2004, at 10:42 AM, Jochem van Dieten wrote:
 Change to a decent email client that doesn't wrap halfway words?

I tried thunderbird for a month, or rather put up with the pile of 
steaming monkey code, but in the end wanted something that would 
actually _work_.The Linux and Windows builds are great, I use it at 
home, but for OSX they need to spend a few months fixing the major bugs 
to make it useable.
-- 
Damien McKenna - Web Developer - [EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: MacOSX email clients (was Re: ColdFusion TechNote Notification: ColdFusion MX: Returning large character data record sets causes server instability and Out of Memory e rrors)

2004-06-07 Thread Josh Remus
I love Thunderbird on OSX, so I'm wondering what sort of issues you've had
w/ this??
-Original Message-
From: Damien McKenna [mailto:[EMAIL PROTECTED]
Sent: Monday, June 07, 2004 11:01 AM
To: CF-Talk
Subject: OT: MacOSX email clients (was Re: ColdFusion TechNote
Notification: ColdFusion MX: Returning large character data record sets
causes server instability and Out of Memory e rrors)

On Jun 7, 2004, at 10:42 AM, Jochem van Dieten wrote:
 Change to a decent email client that doesn't wrap halfway words?

I tried thunderbird for a month, or rather put up with the pile of
steaming monkey code, but in the end wanted something that would
actually _work_.The Linux and Windows builds are great, I use it at
home, but for OSX they need to spend a few months fixing the major bugs
to make it useable.
--
Damien McKenna - Web Developer - [EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: MacOSX email clients (was Re: ColdFusion TechNote Notification: ColdFusion MX: Returning large character data record sets causes server instability and Out of Memory e rrors)

2004-06-07 Thread Damien McKenna
On Jun 7, 2004, at 11:13 AM, Josh Remus wrote:
 I love Thunderbird on OSX, so I'm wondering what sort of issues you've 
 had
 w/ this??

_Constant_ crashes when sending email.99% of the time it would crash 
after writing an email.I couldn't live with that and shouldn't have 
put up with it for so long (a month) before dumping that zero and 
getting myself a, uh, Mail client ;)
-- 
Damien McKenna - Web Developer - [EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




ColdFusion TechNote Notification: Maximum JVM heap size greater than 1.8GB will prevent ColdFusion MX from starting

2004-06-07 Thread Debbie Dickerson
Check out the new TechNote at:

http://www.macromedia.com/support/coldfusion/ts/documents/max_jvm_heap.htm
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: MacOSX email clients (was Re: ColdFusion TechNote Notification: ColdFusion MX: Returning large character data record sets causes server instability and Out of Memory e rrors)

2004-06-07 Thread Josh Remus
very strange.Experiences may vary I suppose.Only problem I have very
occasionally is having to force it to quit.But that's like 1-2% of the
time.
-Original Message-
From: Damien McKenna [mailto:[EMAIL PROTECTED]
Sent: Monday, June 07, 2004 11:18 AM
To: CF-Talk
Subject: Re: MacOSX email clients (was Re: ColdFusion TechNote
Notification: ColdFusion MX: Returning large character data record sets
causes server instability and Out of Memory e rrors)

On Jun 7, 2004, at 11:13 AM, Josh Remus wrote:
 I love Thunderbird on OSX, so I'm wondering what sort of issues you've
 had
 w/ this??

_Constant_ crashes when sending email.99% of the time it would crash
after writing an email.I couldn't live with that and shouldn't have
put up with it for so long (a month) before dumping that zero and
getting myself a, uh, Mail client ;)
--
Damien McKenna - Web Developer - [EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: MacOSX email clients (was Re: ColdFusion TechNote Notification: ColdFusion MX: Returning large character data record sets causes server instability and Out of Memory e rrors)

2004-06-07 Thread Barney Boisvert
Weird.I switched to Thunderbird after Mail started crashing every time it
filtered junk mail, and haven't had any problems.I even went back and
tried Mail again a couple months ago, and same issue.To each his own, I
guess.

Cheers,
barneyb

 -Original Message-
 From: Damien McKenna [mailto:[EMAIL PROTECTED] 
 Sent: Monday, June 07, 2004 8:18 AM
 To: CF-Talk
 Subject: Re: MacOSX email clients (was Re: ColdFusion 
 TechNote Notification: ColdFusion MX: Returning large 
 character data record sets causes server instability and Out 
 of Memory e rrors)
 
 On Jun 7, 2004, at 11:13 AM, Josh Remus wrote:
  I love Thunderbird on OSX, so I'm wondering what sort of 
 issues you've 
  had
  w/ this??
 
 _Constant_ crashes when sending email.99% of the time it 
 would crash 
 after writing an email.I couldn't live with that and shouldn't have 
 put up with it for so long (a month) before dumping that zero and 
 getting myself a, uh, Mail client ;)
 -- 
 Damien McKenna - Web Developer - [EMAIL PROTECTED]
 The Limu Company - http://www.thelimucompany.com/ - 407-804-1014

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: ColdFusion TechNote Notification: ColdFusion MX: Monitoring HTTP and SOAP traffic

2004-05-28 Thread Thomas Chiverton
On Thursday 27 May 2004 18:28 pm, Debbie Dickerson wrote:
 Check out the new TechNote at:
 http://www.macromedia.com/support/coldfusion/ts/documents/tcpmonitor.htm

If you are intrested in this, can I suggest
http://portswigger.net/proxy/
instead ?
It supports HTTP and HTTPS, as well as allowing you to alter the contents of 
the request and response, if you wish.
It's run-anywhere Java too.
-- 
Tom Chiverton 
Advanced ColdFusion Programmer

Tel: +44(0)1749 834997
email: [EMAIL PROTECTED]
BlueFinger Limited
Underwood Business Park
Wookey Hole Road, WELLS. BA5 1AF
Tel: +44 (0)1749 834900
Fax: +44 (0)1749 834901
web: www.bluefinger.com
Company Reg No: 4209395 Registered Office: 2 Temple Back East, Temple
Quay, BRISTOL. BS1 6EG.
*** This E-mail contains confidential information for the addressee
only. If you are not the intended recipient, please notify us
immediately. You should not use, disclose, distribute or copy this
communication if received in error. No binding contract will result from
this e-mail until such time as a written document is signed on behalf of
the company. BlueFinger Limited cannot accept responsibility for the
completeness or accuracy of this message as it has been transmitted over
public networks.***
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




ColdFusion TechNote Notification: ColdFusion MX 6.1: 'Request ti med out waiting for an available thread to run' error

2004-05-27 Thread Debbie Dickerson
Check out the new TechNote at:
http://www.macromedia.com/support/coldfusion/ts/documents/request_timed_out.
htm

Intro:
ColdFusion MX 6.1 customers with high volume sites or long running templates
may receive the following error in their default-error logs:
java.lang.RuntimeException: Request timed out waiting for an available
thread to run.
You may want to consider increasing the number of active threads in the
thread pool.
at jrunx.scheduler.ThreadPool$Throttle.enter(ThreadPool.java:125)
at
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:448
)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




ColdFusion TechNote Notification: ColdFusion MX: Monitoring HTTP and SOAP traffic

2004-05-27 Thread Debbie Dickerson
Check out the new TechNote at:
http://www.macromedia.com/support/coldfusion/ts/documents/tcpmonitor.htm

Intro:
ColdFusion MX ships with the Apache Axis TCPMonitor (tcpmon) utility. This
utility lets you monitor the request and response flow of HTTP and SOAP
traffic.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: ColdFusion TechNote Notification: ColdFusion MX: Monitoring HTTP and SOAP traffic

2004-05-27 Thread Dave Carabetta
Check out the new TechNote at:
http://www.macromedia.com/support/coldfusion/ts/documents/tcpmonitor.htm


Intro:
ColdFusion MX ships with the Apache Axis TCPMonitor (tcpmon) utility. This
utility lets you monitor the request and response flow of HTTP and SOAP
traffic.


Debbie,

Perhaps this TechNote can be updated to reflect the fact that the J2EE 
versions of MX do *not* ship with this utility (at least, not on JRun that I 
can find)? While Step 1's reference to cf_root/runtime/bin is sort of a 
giveaway (there's no runtime directory in J2EE versions), clearly 
specifying ColdFusion MX Standard (or whatever it's called) in the opening 
sentence would clarify the target audience.

Regards,
Dave.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: ColdFusion TechNote Notification: ColdFusion MX: Monitoring HTTP and SOAP traffic

2004-05-27 Thread Dave Watts
 Perhaps this TechNote can be updated to reflect the fact that 
 the J2EE versions of MX do *not* ship with this utility (at 
 least, not on JRun that I can find)? While Step 1's reference 
 to cf_root/runtime/bin is sort of a giveaway (there's no 
 runtime directory in J2EE versions), clearly specifying 
 ColdFusion MX Standard (or whatever it's called) in the 
 opening sentence would clarify the target audience.

It's on my JRun install: \jrun4\bin\sniffer.exe (which is just a loader for
\jrun4\lib\sniffer.jar, I suspect).

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: ColdFusion TechNote Notification: ColdFusion MX: Monitoring HTTP and SOAP traffic

2004-05-27 Thread Whittingham, P
Would be nice if MM had 1 single page of ALL of these 'utilities' in cfmx with the appropriate documentation in separate pages.

 
TIA,
Patrick Whittingham
United Space Alliance
AES - Data Warehouse

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 27, 2004 3:07 PM
To: CF-Talk
Subject: RE: ColdFusion TechNote Notification: ColdFusion MX: Monitoring HTTP and SOAP traffic

 Perhaps this TechNote can be updated to reflect the fact that 
 the J2EE versions of MX do *not* ship with this utility (at 
 least, not on JRun that I can find)? While Step 1's reference 
 to cf_root/runtime/bin is sort of a giveaway (there's no 
 runtime directory in J2EE versions), clearly specifying 
 ColdFusion MX Standard (or whatever it's called) in the 
 opening sentence would clarify the target audience.

It's on my JRun install: \jrun4\bin\sniffer.exe (which is just a loader for
\jrun4\lib\sniffer.jar, I suspect).

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: ColdFusion TechNote Notification: ColdFusion MX: Monitoring HTTP and SOAP traffic

2004-05-27 Thread Dave Carabetta
  Perhaps this TechNote can be updated to reflect the fact that
  the J2EE versions of MX do *not* ship with this utility (at
  least, not on JRun that I can find)? While Step 1's reference
  to cf_root/runtime/bin is sort of a giveaway (there's no
  runtime directory in J2EE versions), clearly specifying
  ColdFusion MX Standard (or whatever it's called) in the
  opening sentence would clarify the target audience.

It's on my JRun install: \jrun4\bin\sniffer.exe (which is just a loader for
\jrun4\lib\sniffer.jar, I suspect).


Doh!! I read the first sentence and was looking for a file called tcpmon 
in the bin directory instead of sniffer. Thanks Dave.

Regards,
Dave.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




ColdFusion TechNote Notification: ColdFusion MX 6.1: IBM WebSphe re 5.1 support

2004-05-21 Thread Debbie Dickerson
Check out the new TechNote at:
http://www.macromedia.com/support/coldfusion/ts/documents/was51_support.htm

Intro:
IBM WebSphere Application Server (WAS) 5.1 is generally supported with
ColdFusion MX 6.1; however, there are certain configurations that are not.
WAS 5.1 Base Edition is supported with ColdFusion MX 6.1. WAS 5.1 Network
Deployment clusters are not supported with ColdFusion MX 6.1.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




ColdFusion TechNote Notification: ColdFusion MX 6.1: Verity supp ort for Linux

2004-05-20 Thread Debbie Dickerson
Check out the new TechNote at:
http://www.macromedia.com/support/coldfusion/ts/documents/hotfix_verity_linu
x.htm
http://www.macromedia.com/support/coldfusion/ts/documents/hotfix_verity_lin
ux.htm 

Macromedia has created a hot fix for Verity to support additional versions
of Linux.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: ColdFusion TechNote Notification: ColdFusion MX 6.1: Hot Fix for duplicate, GetHTTPRequestData and DateDiff functions

2004-05-10 Thread John Beynon
You'd of thought RSS would be kinda easy for them to implement since they're
using the new version of Fusetalk which has this built into it!

jb

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: 07 May 2004 18:50
To: CF-Talk
Subject: Re: ColdFusion TechNote Notification: ColdFusion MX 6.1: Hot Fix
for duplicate, GetHTTPRequestData and DateDiff functions

Technotes, technote changes, security released, the tag gallery, new article
names/summaries. RSS feeds for these would be a nice start. An RSS feed for
the
MM forums would be great. As is, I have an agent collecting all the new CF
posts
and sending them out to TMM members. RSS would save time and energy for all.

--
Michael Dinowitz
House of Fusion
http://www.houseoffusion.com
Finding technical solutions to the problems you didn't know you had yet


 Hi Bryan,

 We've had discussions about this internally and I'll be sure to pass on
this
 request for you!



 Christine


 It's funny how many people are looking for an easy way to be notified
 about Technotes! Too bad MM is not interested in provided a mechanism
 for us to do so. It would be beyond cool if MM would provide the
 Technotes and Security Updates via RSS IMHO.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




ColdFusion TechNote Notification: ColdFusion MX 6.1: Hot Fix for duplicate, GetHTTPRequestData and DateDiff functions

2004-05-07 Thread Michael Dinowitz
Check out theupdatedTechNote at:

http://www.macromedia.com/support/coldfusion/ts/documents/duplicate_hotfix.htm *

http://www.macromedia.com/support/coldfusion/ts/documents/tn17883.htm

*Added bugs 55054 and 55306 to list, and replaced download with new version of
hot fix
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: ColdFusion TechNote Notification: ColdFusion MX 6.1: Hot Fix for duplicate, GetHTTPRequestData and DateDiff functions

2004-05-07 Thread Bryan F. Hogan
Hey Mike, did you make this automatic? That would be neeto! ;-)
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: ColdFusion TechNote Notification: ColdFusion MX 6.1: Hot Fix for duplicate, GetHTTPRequestData and DateDiff functions

2004-05-07 Thread Michael Dinowitz
I'll do it. I'll set up an announcements list and have the tech notes, security
fixes and such posted to it automatically. This will allow people to get the
important stuff without having it buried under other CF-Talk posts.

 Hey Mike, did you make this automatic? That would be neeto! ;-)


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: ColdFusion TechNote Notification: ColdFusion MX 6.1: Hot Fix for duplicate, GetHTTPRequestData and DateDiff functions

2004-05-07 Thread Bryan F. Hogan
Who da man? Mike? Yep!

Michael Dinowitz wrote:

 I'll do it.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: ColdFusion TechNote Notification: ColdFusion MX 6.1: Hot Fix for duplicate, GetHTTPRequestData and DateDiff functions

2004-05-07 Thread Mark W. Breneman
Mike that would be awesome!!!

Would that list work just like any other semi - open list on HOF?Or
would you be the only one to post to it?

Mark W. Breneman
-Cold Fusion Developer
-Network Administrator
Vivid Media
[EMAIL PROTECTED]
www.vividmedia.com
608.270.9770

_

From: Michael Dinowitz [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 07, 2004 11:32 AM
To: CF-Talk
Subject: Re: ColdFusion TechNote Notification: ColdFusion MX 6.1: Hot Fix
for duplicate, GetHTTPRequestData and DateDiff functions

I'll do it. I'll set up an announcements list and have the tech notes,
security
fixes and such posted to it automatically. This will allow people to get the
important stuff without having it buried under other CF-Talk posts.

 Hey Mike, did you make this automatic? That would be neeto! ;-)



_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: ColdFusion TechNote Notification: ColdFusion MX 6.1: Hot Fix for duplicate, GetHTTPRequestData and DateDiff functions

2004-05-07 Thread Barney Boisvert
Can you set it up to send to CF-Talk as well?Seems like that's definitely
on-topic.

Cheers,
barneyb

 -Original Message-
 From: Michael Dinowitz [mailto:[EMAIL PROTECTED] 
 Sent: Friday, May 07, 2004 9:32 AM
 To: CF-Talk
 Subject: Re: ColdFusion TechNote Notification: ColdFusion MX 
 6.1: Hot Fix for duplicate, GetHTTPRequestData and DateDiff functions
 
 I'll do it. I'll set up an announcements list and have the 
 tech notes, security
 fixes and such posted to it automatically. This will allow 
 people to get the
 important stuff without having it buried under other CF-Talk posts.
 
 
  Hey Mike, did you make this automatic? That would be neeto! ;-)
 
  
 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: ColdFusion TechNote Notification: ColdFusion MX 6.1: Hot Fix for duplicate, GetHTTPRequestData and DateDiff functions

2004-05-07 Thread Michael Dinowitz
I would think that having it read only with a limited range of posters would be
best. If you have a reason for something different, let me know.
--
Michael Dinowitz
House of Fusion
http://www.houseoffusion.com
Finding technical solutions to the problems you didn't know you had yet

 Mike that would be awesome!!!



 Would that list work just like any other semi - open list on HOF?Or
 would you be the only one to post to it?

 I'll do it. I'll set up an announcements list and have the tech notes,
 security
 fixes and such posted to it automatically. This will allow people to get the
 important stuff without having it buried under other CF-Talk posts.

  Hey Mike, did you make this automatic? That would be neeto! ;-)
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: ColdFusion TechNote Notification: ColdFusion MX 6.1: Hot Fix for duplicate, GetHTTPRequestData and DateDiff functions

2004-05-07 Thread Mark W. Breneman
I assume that the announcements would be CF only and not M$ or *nix related
security / technotes.

(I would love to see a list for server and all security / technote issues
related to CF server,IIS, apache, SQL, Win OS, *nix OS. ) 

Mark W. Breneman
-Cold Fusion Developer
-Network Administrator
Vivid Media
[EMAIL PROTECTED]
www.vividmedia.com
608.270.9770

_

From: Mark W. Breneman [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 07, 2004 11:48 AM
To: CF-Talk
Subject: RE: ColdFusion TechNote Notification: ColdFusion MX 6.1: Hot Fix
for duplicate, GetHTTPRequestData and DateDiff functions

Mike that would be awesome!!!

Would that list work just like any other semi - open list on HOF?Or
would you be the only one to post to it?

Mark W. Breneman
-Cold Fusion Developer
-Network Administrator
Vivid Media
[EMAIL PROTECTED]
www.vividmedia.com
608.270.9770

_

From: Michael Dinowitz [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 07, 2004 11:32 AM
To: CF-Talk
Subject: Re: ColdFusion TechNote Notification: ColdFusion MX 6.1: Hot Fix
for duplicate, GetHTTPRequestData and DateDiff functions

I'll do it. I'll set up an announcements list and have the tech notes,
security
fixes and such posted to it automatically. This will allow people to get the
important stuff without having it buried under other CF-Talk posts.

 Hey Mike, did you make this automatic? That would be neeto! ;-)



_

_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: ColdFusion TechNote Notification: ColdFusion MX 6.1: Hot Fix for duplicate, GetHTTPRequestData and DateDiff functions

2004-05-07 Thread Mark W. Breneman
Let me rephrase that a little bit.

I would love to see a list for security / technote issues *directly* related
to CF servers. i.e.IIS, apache, SQL, Win OS, *nix OS.



Mark W. Breneman
-Cold Fusion Developer
-Network Administrator
Vivid Media
[EMAIL PROTECTED]
www.vividmedia.com
608.270.9770

_

From: Mark W. Breneman [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 07, 2004 12:04 PM
To: CF-Talk
Subject: RE: ColdFusion TechNote Notification: ColdFusion MX 6.1: Hot Fix
for duplicate, GetHTTPRequestData and DateDiff functions

I assume that the announcements would be CF only and not M$ or *nix related
security / technotes.

(I would love to see a list for server and all security / technote issues
related to CF server,IIS, apache, SQL, Win OS, *nix OS. ) 

Mark W. Breneman
-Cold Fusion Developer
-Network Administrator
Vivid Media
[EMAIL PROTECTED]
www.vividmedia.com
608.270.9770

_

From: Mark W. Breneman [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 07, 2004 11:48 AM
To: CF-Talk
Subject: RE: ColdFusion TechNote Notification: ColdFusion MX 6.1: Hot Fix
for duplicate, GetHTTPRequestData and DateDiff functions

Mike that would be awesome!!!

Would that list work just like any other semi - open list on HOF?Or
would you be the only one to post to it?

Mark W. Breneman
-Cold Fusion Developer
-Network Administrator
Vivid Media
[EMAIL PROTECTED]
www.vividmedia.com
608.270.9770

_

From: Michael Dinowitz [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 07, 2004 11:32 AM
To: CF-Talk
Subject: Re: ColdFusion TechNote Notification: ColdFusion MX 6.1: Hot Fix
for duplicate, GetHTTPRequestData and DateDiff functions

I'll do it. I'll set up an announcements list and have the tech notes,
security
fixes and such posted to it automatically. This will allow people to get the
important stuff without having it buried under other CF-Talk posts.

 Hey Mike, did you make this automatic? That would be neeto! ;-)



_

_

_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: ColdFusion TechNote Notification: ColdFusion MX 6.1: Hot Fix for duplicate, GetHTTPRequestData and DateDiff functions

2004-05-07 Thread Bryan F. Hogan
It's funny how many people are looking for an easy way to be notified 
about Technotes! Too bad MM is not interested in provided a mechanism 
for us to do so. It would be beyond cool if MM would provide the 
Technotes and Security Updates via RSS IMHO.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: ColdFusion TechNote Notification: ColdFusion MX 6.1: Hot Fix for duplicate, GetHTTPRequestData and DateDiff functions

2004-05-07 Thread Dave Carabetta
It's funny how many people are looking for an easy way to be notified
about Technotes! Too bad MM is not interested in provided a mechanism
for us to do so. It would be beyond cool if MM would provide the
Technotes and Security Updates via RSS IMHO.


Um:

http://www.markme.com/mxna/blogview.cfm?blogid=23

The problem with the feed is that it doesn't get re-published if a TechNote 
is updated (such as this Duplicate() note).

Regards,
Dave.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: ColdFusion TechNote Notification: ColdFusion MX 6.1: Hot Fix for duplicate, GetHTTPRequestData and DateDiff functions

2004-05-07 Thread Christine Lawson
Hi Bryan,

We've had discussions about this internally and I'll be sure to pass on this
request for you!

Christine

-Original Message-
From: Bryan F. Hogan [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 07, 2004 1:11 PM
To: CF-Talk
Subject: Re: ColdFusion TechNote Notification: ColdFusion MX 6.1: Hot Fix
for duplicate, GetHTTPRequestData and DateDiff functions

It's funny how many people are looking for an easy way to be notified 
about Technotes! Too bad MM is not interested in provided a mechanism 
for us to do so. It would be beyond cool if MM would provide the 
Technotes and Security Updates via RSS IMHO.

_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: ColdFusion TechNote Notification: ColdFusion MX 6.1: Hot Fix for duplicate, GetHTTPRequestData and DateDiff functions

2004-05-07 Thread Michael Dinowitz
Sean just said that MM's MXNA blog aggregator probably has the tech notes and
security updates on it. As I really don't do the blog thing much, I missed it.

--
Michael Dinowitz
House of Fusion
http://www.houseoffusion.com
Finding technical solutions to the problems you didn't know you had yet

 It's funny how many people are looking for an easy way to be notified
 about Technotes! Too bad MM is not interested in provided a mechanism
 for us to do so. It would be beyond cool if MM would provide the
 Technotes and Security Updates via RSS IMHO.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: ColdFusion TechNote Notification: ColdFusion MX 6.1: Hot Fix for duplicate, GetHTTPRequestData and DateDiff functions

2004-05-07 Thread Bryan F. Hogan
That's not our problem is it? That's an implementation problem with the 
their aggregator.

By the way, having it on MXNA is ok, but I want the RSS. And I also want 
the Security Patches to be included. MM thinks the security patches and 
the technote patches are like the Red Sea when Moses crossed through it 
for some reason.

Dave Carabetta wrote:

 The problem with the feed is that it doesn't get re-published if a TechNote
 is updated (such as this Duplicate() note).
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: ColdFusion TechNote Notification: ColdFusion MX 6.1: Hot Fix for duplicate, GetHTTPRequestData and DateDiff functions

2004-05-07 Thread Bryan F. Hogan
Thank you!

Christine Lawson wrote:

 We've had discussions about this internally and I'll be sure to pass on this
 request for you!
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: ColdFusion TechNote Notification: ColdFusion MX 6.1: Hot Fix for duplicate, GetHTTPRequestData and DateDiff functions

2004-05-07 Thread Mike Chambers
FYI, MXNA has a web service API that will allow you to do whatever you want
with the data.

http://www.markme.com/mxna/tools.cfm

mike chambers

[EMAIL PROTECTED]

- Original Message - 
From: Bryan F. Hogan [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, May 07, 2004 10:32 AM
Subject: Re: ColdFusion TechNote Notification: ColdFusion MX 6.1: Hot Fix
for duplicate, GetHTTPRequestData and DateDiff functions

 That's not our problem is it? That's an implementation problem with the
 their aggregator.

 By the way, having it on MXNA is ok, but I want the RSS. And I also want

 the Security Patches to be included. MM thinks the security patches and
 the technote patches are like the Red Sea when Moses crossed through it
 for some reason.

 Dave Carabetta wrote:

  The problem with the feed is that it doesn't get re-published if a
 TechNote
  is updated (such as this Duplicate() note).
_


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: ColdFusion TechNote Notification: ColdFusion MX 6.1: Hot Fix for duplicate, GetHTTPRequestData and DateDiff functions

2004-05-07 Thread Bryan F. Hogan
Great! Now all we need is for it to include the Security Patches and 
notifications when a previous technote has been updated.

Thank You!

Mike Chambers wrote:

 FYI, MXNA has a web service API that will allow you to do whatever you want
 with the data.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: ColdFusion TechNote Notification: ColdFusion MX 6.1: Hot Fix for duplicate, GetHTTPRequestData and DateDiff functions

2004-05-07 Thread Michael Dinowitz
Technotes, technote changes, security released, the tag gallery, new article
names/summaries. RSS feeds for these would be a nice start. An RSS feed for the
MM forums would be great. As is, I have an agent collecting all the new CF posts
and sending them out to TMM members. RSS would save time and energy for all.

--
Michael Dinowitz
House of Fusion
http://www.houseoffusion.com
Finding technical solutions to the problems you didn't know you had yet


 Hi Bryan,

 We've had discussions about this internally and I'll be sure to pass on this
 request for you!



 Christine


 It's funny how many people are looking for an easy way to be notified
 about Technotes! Too bad MM is not interested in provided a mechanism
 for us to do so. It would be beyond cool if MM would provide the
 Technotes and Security Updates via RSS IMHO.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: ColdFusion TechNote Notification:

2004-05-07 Thread Roger Benningfield
An RSS feed for the
MM forums would be great.

I've got a set of feeds for the CF part of Macromedia's forums, but like my Fusebox forum feeds, they're just titles and links... no content. So they're super-handy if you just want to keep a casual eye on the flow of conversation, but completely useless if you're wanting to read things offline.

http://admin.mxblogspace.journurl.com/?mode=articleentry=1741

--
Roger Benningfield
work: http://journurl.com/
blog: http://admin.support.journurl.com/
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: ColdFusion TechNote Notification:

2004-05-07 Thread Mike Chambers
fyi, If you want to read posts offline, then you can use a news reader and
have it download the bodies when it syncs headers.

mike chambers

[EMAIL PROTECTED]

- Original Message - 
From: Roger Benningfield [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, May 07, 2004 12:28 PM
Subject: Re: ColdFusion TechNote Notification:

 An RSS feed for the
 MM forums would be great.

 I've got a set of feeds for the CF part of Macromedia's forums, but like
 my Fusebox forum feeds, they're just titles and links... no content. So
 they're super-handy if you just want to keep a casual eye on the flow of
 conversation, but completely useless if you're wanting to read things
 offline.

 http://admin.mxblogspace.journurl.com/?mode=articleentry=1741

 --
 Roger Benningfield
 work: http://journurl.com/
 blog: http://admin.support.journurl.com/
_


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: ColdFusion TechNote Notification: Installing ColdFusion on W indows 2003 with IIS 6

2003-06-06 Thread Che Vilnonis
About the updating process...

Step #6. states: Configure IIS for ColdFusion MX. Run the following command
as a single (long) line:
c:\cfusionmx\runtime\jre\bin\java -cp c:\cfusionmx\runtime\lib
-jar c:\cfusionmx\runtime\lib\wsconfig.jar
-ws IIS -site 0 -filter-prefix-only -map .cfm,.cfc,.cfml,.jsp -v

From the command line, how do you enter all of this information in one line?
I understand that the line wraps in the command window, but I can only enter
so many characters before my server starts to beep. What am I doing wrong???

TIA...Ché

-Original Message-
From: Debbie Dickerson [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 05, 2003 7:46 AM
To: CF-Talk
Subject: FW: ColdFusion TechNote Notification: Installing ColdFusion on
W indows 2003 with IIS 6


FYI - Testing has been completed for CF MX/5 support on Win2003/IIS 6.
Details are in the new TechNote at:
http://www.macromedia.com/support/coldfusion/ts/documents/install_cf_win2003
.htm
http://www.macromedia.com/support/coldfusion/ts/documents/install_cf_win200
3.htm





~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Host with the leader in ColdFusion hosting. 
Voted #1 ColdFusion host by CF Developers. 
Offering shared and dedicated hosting options. 
www.cfxhosting.com/default.cfm?redirect=10481

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



FW: ColdFusion TechNote Notification: Installing ColdFusion on W indows 2003 with IIS 6

2003-06-05 Thread Debbie Dickerson
FYI - Testing has been completed for CF MX/5 support on Win2003/IIS 6. Details are in 
the new TechNote at:
http://www.macromedia.com/support/coldfusion/ts/documents/install_cf_win2003.htm 
http://www.macromedia.com/support/coldfusion/ts/documents/install_cf_win2003.htm 




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4