Re: Enterprise portal

2006-01-25 Thread Robert Munn
Check this site:

http://www.cmswatch.com/Portal/Vendors/

Portals are yesterday's news, but maybe that is because everyone has one now. 
My company uses Plumtree, and I can safely say I never go to the site unless I 
need the corporate directory or I need a link to another site like 401K 
benefits. 

I built a big intranet at my last company- an app with content management, 
directory, collaborative workspaces, etc. Even with all that functionality, 50% 
of the traffic on the site came from the corporate directory- no joke.

When you evaluate vendors, look at how well they integrate into your existing 
infrastructure- e.g. LDAP/AD authentication, corporate directory, single 
sign-on for other sites in your network.

At this point, I would proabably pick one of the open-source packages and 
implement it. I would start by looking at Apache Jetspeed 2.


HTH,

Rob
>Our new CIO wants an Enterprise portal! I have been tasked with finding
>the right one. I am in the process of reading everything I can find on
>the subject, but I thought it would be interesting the get the CF-Talk
>community perspective. If you any of you have experience you would like
>to share on this subject, I would find it most helpful.
>
> 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230464
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: I don't know if this is even possible

2006-01-25 Thread James Holmes
I finally tested this on a few platforms and it worked on all of them:

http://esc.curtin.edu.au/testreader.html

The test platforms:

1) JAWS 7.0 with FF1.5 and IE6, on WinXP SP2
2) Window-Eyes 5.5, FF1.5 and IE6, WinXP SP2
3) VoiceOver as distributed with MacOS 10.4, on Safari 2.0.3

In all, the links that get written to the screen by CFAJAX after the
initial link is clicked (well after the page loads) are all available
to the screen readers. Interestingly, it worked least-well with FF1.5
and Window-Eyes (the screen focus gets messed up).

Of course, to make it easier to use I'd add an alert() that said there
are new links to see etc, but this at least demonstrates that content
can be written to the page after it loads and that content is
available to screen readers.

On 1/11/06, Sandra Clark <[EMAIL PROTECTED]> wrote:
> I'd love to see that James, do you have a link?
>
> -Original Message-
> From: James Holmes [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, January 10, 2006 8:42 PM
> To: CF-Talk
> Subject: Re: I don't know if this is even possible
>
> Rubbish. I tested all of my stuff in FF pre 1.5 and IE 6, months ago - all
> of the new links I was writing to the screen (via AJAX) read out perfectly
> in all 3 screen readers I tested. The links were not in a form.
>
> On 1/11/06, Sandra Clark <[EMAIL PROTECTED]> wrote:
> > The problem is that up until Firefox 1.5 dHTML is not totally
> > accessible by screen readers. Most screen readers can handle some
> > javascript, but not any screen changes after a body onload(). Thus any
> > dHTML changes to the screen will not be noticeable to screen readers.
> > If a user is in a forms mode, it might work in some screen readers,
> > but its not across the board. And if you aren't talking about a form,
> > but changing the screen, thats where the problems come in.
> >
> > Ajax is not inherently inaccessible, its the way of presenting the
> > information (dHTML and Javascript changes to the client screen) that
> > are problematic.
> >
> > FireFox 1.5 has incorporated a newer version of Javascript (think Web
> > 2.0) which when combined with Window-eyes actually created accessible
> javascript.
> > I saw a demo by IBM at the CSUN accessibility conference last March.
> > Unfortunately most disabled users are using a combination of IE and
> > Jaws, neither of which supports it.

--
CFAJAX docs and other useful articles:
http://jr-holmes.coldfusionjournal.com/

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230463
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF 7.0.1 output to console on OS X

2006-01-25 Thread Barney Boisvert
Well what do you know.  And it looks like using -F instead of -f will
even handle the "file is inaccessible" issue magically, at least on
Linux.   Oh, how I love unix untilities.

"Remember kids," said the old man, "never doubt Sean."  ; )

cheers,
barneyb

On 1/25/06, Sean Corfield <[EMAIL PROTECTED]> wrote:
> On 1/25/06, Barney Boisvert <[EMAIL PROTECTED]> wrote:
> > What if you need 11 lines?  Or 50?  Easier to scroll back a terminal
> > window
>
> tail -f shows *all* continuous output, just as if you had it printing
> to the console anyway. You can scroll back in Terminal as much as you
> need.
>
> If the file doesn't exist, simply use touch to create it then tail -f
> will show *everything* that gets written into the file.
> --
> Sean A Corfield -- http://corfield.org/
> Got frameworks?

--
Barney Boisvert
[EMAIL PROTECTED]
360.319.6145
http://www.barneyb.com/

Got Gmail? I have 100 invites.

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230462
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF 7.0.1 output to console on OS X

2006-01-25 Thread Sean Corfield
On 1/25/06, Barney Boisvert <[EMAIL PROTECTED]> wrote:
> What if you need 11 lines?  Or 50?  Easier to scroll back a terminal
> window

tail -f shows *all* continuous output, just as if you had it printing
to the console anyway. You can scroll back in Terminal as much as you
need.

If the file doesn't exist, simply use touch to create it then tail -f
will show *everything* that gets written into the file.
--
Sean A Corfield -- http://corfield.org/
Got frameworks?

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230461
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: XLS Connection

2006-01-25 Thread Cutter (CF-Talk)
Not entirely sure here, you'll have to read up a little more, but I know 
that when I 'open' a file with a java call then I must remember to 
'close' the file as well, even with error trapping, or the file will 
remain open until I either a) recycle the CF server or b) recycle the 
machine itself (though it might only be 'a')

Cutter

Randy Messer wrote:
> I have an XLS mapped up. After I query it, I can not upload, delete or rename 
> the XLS file due to sharing violation. Is there a method to end the process? 
> I need to replace the xls file after the qry has run with another xls of the 
> same name.
> 
> 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230460
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Can anyone spot a problem with this query?

2006-01-25 Thread Rick Faircloth
Unbelievable...

Thanks, Rodney!

Rick


> -Original Message-
> From: Rodney Enke [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, January 25, 2006 6:10 PM
> To: CF-Talk
> Subject: Re: Can anyone spot a problem with this query?
> 
> 
> You're missing the closing parenthesis ')' after the last queryparam.
> 
> -
> Rod
> 
> 
> On 1/25/06, Rick Faircloth <[EMAIL PROTECTED]> wrote:
> >
> > MySQL is giving me an "ODBC Error Code = 23000 (Integrity
> > contraint violation)
> > and says I have an error in my SQL syntax...I can't find
> > it...data being sent
> > from form fields has been tested an appear to be in proper
> > form...I can't figure
> > out why it's getting heartburn over this query...  ???
> >
> > Thanks,
> >
> > Rick
> >
> > 
> >
> >  Insert
> >into campweeks
> >
> > (
> >  CampWeekName,
> >
> > 
> >  StartDate,
> > 
> >
> > 
> >  EndDate,
> > 
> >
> >  DeanName,
> >  DeanBio,
> >  DeanPhoto,
> >  WeekDescription,
> >  Cost,
> >  Grades,
> >
> > 
> >  RegistrationStartTime,
> > 
> >
> > 
> >  DismissalTime,
> > 
> >
> >  SpacesAvailable
> > )
> >
> >  Values (
> >   > Value="#Form.CampWeekName#">,
> >
> >  
> >   > Value="#DateFormat(CreateODBCDate(ParseDateTime(Form.StartDa
> > te)), 'M/D/')#">,
> >  
> >
> >  
> >   > Value="#DateFormat(CreateODBCDate(ParseDateTime(Form.EndDate
> > )), 'M/D/')#">,
> >  
> >
> >   > Value="#Form.DeanName#">,
> >   > Value="#Form.DeanBio#">,
> >   > Value="#Form.DeanPhoto#">,
> >   > Value="#Form.WeekDescription#">,
> >   > Value="#LSParseCurrency(Form.Cost)#">,
> >   > Value="#Form.Grades#">,
> >
> >  
> >   > Value="#TimeFormat(CreateODBCTime(Form.RegistrationStartTime
> > ), 'h:mm tt')#">,
> >  
> >
> >  
> >   > Value="#TimeFormat(CreateODBCTime(Form.DismissalTime), 'h:mm
> > tt')#">,
> >  
> >
> >   > Value="#Form.SpacesAvailable#">
> >
> >  
> >
> >
> >
> > 
> 
> 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230459
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Enterprise portal

2006-01-25 Thread Claude Schneegans
 >>The first step is to find out what he means by "Enterprise portal".

Right, but better not ask him directly, because first he probabily 
doesn't have any idea about what the &?% it can mean, (he just read in a 
magazine in a plane that big companies have "Enterprise portal").
Second, you're supposed to know what's an "Enterprise portal" is, don't 
you ? ;-))

I remember my boss some years ago who asked me to "draw him a map of our 
Intranet".
I finally understood that, in his head, an intarnet was just a bunch of 
wires joining employees offices ;-)


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230458
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Can anyone spot a problem with this query?

2006-01-25 Thread Rodney Enke
You're missing the closing parenthesis ')' after the last queryparam.

-
Rod


On 1/25/06, Rick Faircloth <[EMAIL PROTECTED]> wrote:
>
> MySQL is giving me an "ODBC Error Code = 23000 (Integrity
> contraint violation)
> and says I have an error in my SQL syntax...I can't find
> it...data being sent
> from form fields has been tested an appear to be in proper
> form...I can't figure
> out why it's getting heartburn over this query...  ???
>
> Thanks,
>
> Rick
>
> 
>
>  Insert
>into campweeks
>
> (
>  CampWeekName,
>
> 
>  StartDate,
> 
>
> 
>  EndDate,
> 
>
>  DeanName,
>  DeanBio,
>  DeanPhoto,
>  WeekDescription,
>  Cost,
>  Grades,
>
> 
>  RegistrationStartTime,
> 
>
> 
>  DismissalTime,
> 
>
>  SpacesAvailable
> )
>
>  Values (
>   Value="#Form.CampWeekName#">,
>
>  
>   Value="#DateFormat(CreateODBCDate(ParseDateTime(Form.StartDa
> te)), 'M/D/')#">,
>  
>
>  
>   Value="#DateFormat(CreateODBCDate(ParseDateTime(Form.EndDate
> )), 'M/D/')#">,
>  
>
>   Value="#Form.DeanName#">,
>   Value="#Form.DeanBio#">,
>   Value="#Form.DeanPhoto#">,
>   Value="#Form.WeekDescription#">,
>   Value="#LSParseCurrency(Form.Cost)#">,
>   Value="#Form.Grades#">,
>
>  
>   Value="#TimeFormat(CreateODBCTime(Form.RegistrationStartTime
> ), 'h:mm tt')#">,
>  
>
>  
>   Value="#TimeFormat(CreateODBCTime(Form.DismissalTime), 'h:mm
> tt')#">,
>  
>
>   Value="#Form.SpacesAvailable#">
>
>  
>
>
>
> 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230457
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


OT: New Fusion Authority Issue Out! (158)

2006-01-25 Thread Judith Dinowitz
We just put a new issue out. Here are the articles:

Test Driven Development with ColdFusion Part III: Integrate Your Tests into 
CFEclipse Using CFUnit-Ant
http://www.fusionauthority.com/Techniques/Article.cfm/ArticleID:4583

Towards Better Code Documentation
http://www.fusionauthority.com/Techniques/Article.cfm/ArticleID:4581

When Code Can't Have Errors
http://www.fusionauthority.com/Techniques/Article.cfm/ArticleID:4578

Upcoming Adobe Macrochat: Using Studio 8 to Design a Website
http://www.fusionauthority.com/Techniques/Article.cfm/ArticleID:4580

CF.Objective() Set for Mid-March
http://www.fusionauthority.com/Techniques/Article.cfm/ArticleID:4582

Developer Relations Update from Adobe
http://www.fusionauthority.com/Techniques/Article.cfm/ArticleID:4579

Internet Community Profits from Google/Yahoo War
http://www.fusionauthority.com/Techniques/Article.cfm/ArticleID:4577

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230456
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Enterprise portal

2006-01-25 Thread Jochem van Dieten
Pratte, Jeff wrote:
> Our new CIO wants an Enterprise portal! I have been tasked with finding
> the right one.

The first step is to find out what he means by "Enterprise portal".

Jochem

-- 
This message is buzzword compliant.

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230455
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF 7.0.1 output to console on OS X

2006-01-25 Thread Barney Boisvert
What if you need 11 lines?  Or 50?  Easier to scroll back a terminal
window than have to pipe repeated tails through less, especially since
you can use the scroll wheel in the terminal.

cheers,
barneyb

On 1/25/06, Sean Corfield <[EMAIL PROTECTED]> wrote:
> Why not just tail the log as stuff is written to it?
>
> tail -f cfserver.log
>
> On 1/25/06, Barney Boisvert <[EMAIL PROTECTED]> wrote:
> > Another option would be to use `tee` to send everything both places.
> > I believe this is the syntax you'd want, but don't quote me on that.
> >
> > eval $CFSTART 2>&1 | tee -a $CF_DIR/logs/cfserver.log
>

--
Barney Boisvert
[EMAIL PROTECTED]
360.319.6145
http://www.barneyb.com/

Got Gmail? I have 100 invites.

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230454
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF 7.0.1 output to console on OS X

2006-01-25 Thread Sean Corfield
Why not just tail the log as stuff is written to it?

tail -f cfserver.log

On 1/25/06, Barney Boisvert <[EMAIL PROTECTED]> wrote:
> Another option would be to use `tee` to send everything both places.
> I believe this is the syntax you'd want, but don't quote me on that.
>
> eval $CFSTART 2>&1 | tee -a $CF_DIR/logs/cfserver.log

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230453
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF 7.0.1 output to console on OS X

2006-01-25 Thread Barney Boisvert
Another option would be to use `tee` to send everything both places. 
I believe this is the syntax you'd want, but don't quote me on that.

eval $CFSTART 2>&1 | tee -a $CF_DIR/logs/cfserver.log

You could, of course, combine the two techniques so that you get
whatever you want in each place (both to console, but only erors to
the log, for example).  Tee's needed because it lets you send a single
output stream to two places.  And like all good unix utilities, can be
stacked on top of itself:

echo "hello, world!" | tee -a /var/log/messages | tee ~/log | tee /tmp/junk

cheers,
barneyb

On 1/25/06, Ken Dunnington <[EMAIL PROTECTED]> wrote:
> When I was running MX 6 and 7.0 on my OS X box, I would usually launch CF in
> a terminal window and leave that window open so I could see the various
> status messages, flash gateway notices and trace outputs in realtime. This
> saved me the effort of combing through a 5,000+ line error log  and was in
> fact the only way to see trace messages (that I knew of) if interfacing with
> Flash. Now, in 7.0.1, launching CF either though the
> ColdFusionLauncher.appor the /bin/coldfusion shell script will by
> default direct all those message
> to cfserver.log. That's all well and good, but debugging a Flash Remoting
> gateway by watching your traces as they occur is pretty handy, so I set out
> today to figure out how to get CF to send its output to console. Turns out
> it's quite easy.
>
> If you are doing development on your machine, and don't care about having a
> hard copy of your server startup and shutdown messages then edit a copy of
> /Applications/ColdFusionMX7/bin/coldfusion and change line 68 from this:
>
> eval $CFSTART >> $CF_DIR/logs/cfserver.log 2>&1
>
> To this:
>
> eval $CFSTART 2>>$CF_DIR/logs/cfserver.log
>
> This will allow the server's output to go to your screen, and send server
> error messages to cfserver.log. All other messages (trace, flash,
> application etc.) still go to their respective log files. And since the
> CFSTART variable already sets CF to run as a background process, you'll be
> handed back control in the Terminal window, so you can continue to do other
> things (as long as you don't mind CF popping up the occasional message.)
> This does technically work for the launcher app, although it confuses it
> somewhat, since it's expecting a proper exit. You won't be able to click on
> the buttons, so I wouldn't really recommend using it. I'd love to see the
> ability to use ColdFusionLauncher.app as a console monitor in the future,
> though! Also keep in mind that if you close the Terminal window, you won't
> see the messages anymore. Obviously, this is meant for development servers.
> :)
>
> Hope someone else finds this useful!
>
> - Ken

--
Barney Boisvert
[EMAIL PROTECTED]
360.319.6145
http://www.barneyb.com/

Got Gmail? I have 100 invites.

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230452
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Verity config files

2006-01-25 Thread Greg Czechowicz
Does anyone where CFMX 7 stores their verity collection information? In 
previous versions, it used to be stored in neo-verirty.xml. Any information 
would be appreciated. 



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230451
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Clustering using Win2003 Enterprise and NAS

2006-01-25 Thread Emmet McGovern
Here's one for the server geeks out there.

We have a CF app that uses a high volume of storage.  It's finally outgrown
our current storage capability within a server.  The app is basically a
delivery system for digital assets.  You request an image or images in a
specific format/size and colorspace and it converts them.  For single images
it's on demand, for entire image collections it creates a zip for download.
The original uploaded asset is never modified or rewritten.

We recently acquired a Powervault S220 SCSI NAS and 2 new servers for
failover.  The NAS has 3TB of storage available.

>From my understanding...  In order for the 2 servers to access the same
volume on the attached scsi storage we'll require Windows 2003 Enterprise in
cluster mode.  Unfortunately I'm not so familiar with Windows enterprise
cluster mode.  I'm interested in knowing if anyone else has a similar setup.
Are you using windows cluster in active/active or active/passive?

I'd love a true load balanced setup but I'm unsure if there would be file
locking issues with 2 servers accessing the same volume.  This application
does a lot of file reads.  So that would leave me with active/passive
essentially having only one server in use with a second on standby.

Then there's the question of CF.  Since this setup is only running one
site/application.  What is the best cf setup assuming were already setup in
a windows cluster?  We have CFMX 7.1 Enterprise.

Thanks for your thoughts.


Emmet



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230450
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


CF 7.0.1 output to console on OS X

2006-01-25 Thread Ken Dunnington
When I was running MX 6 and 7.0 on my OS X box, I would usually launch CF in
a terminal window and leave that window open so I could see the various
status messages, flash gateway notices and trace outputs in realtime. This
saved me the effort of combing through a 5,000+ line error log  and was in
fact the only way to see trace messages (that I knew of) if interfacing with
Flash. Now, in 7.0.1, launching CF either though the
ColdFusionLauncher.appor the /bin/coldfusion shell script will by
default direct all those message
to cfserver.log. That's all well and good, but debugging a Flash Remoting
gateway by watching your traces as they occur is pretty handy, so I set out
today to figure out how to get CF to send its output to console. Turns out
it's quite easy.

If you are doing development on your machine, and don't care about having a
hard copy of your server startup and shutdown messages then edit a copy of
/Applications/ColdFusionMX7/bin/coldfusion and change line 68 from this:

eval $CFSTART >> $CF_DIR/logs/cfserver.log 2>&1

To this:

eval $CFSTART 2>>$CF_DIR/logs/cfserver.log

This will allow the server's output to go to your screen, and send server
error messages to cfserver.log. All other messages (trace, flash,
application etc.) still go to their respective log files. And since the
CFSTART variable already sets CF to run as a background process, you'll be
handed back control in the Terminal window, so you can continue to do other
things (as long as you don't mind CF popping up the occasional message.)
This does technically work for the launcher app, although it confuses it
somewhat, since it's expecting a proper exit. You won't be able to click on
the buttons, so I wouldn't really recommend using it. I'd love to see the
ability to use ColdFusionLauncher.app as a console monitor in the future,
though! Also keep in mind that if you close the Terminal window, you won't
see the messages anymore. Obviously, this is meant for development servers.
:)

Hope someone else finds this useful!

- Ken

--
Quidquid latine dictum sit, altum sonatur.
- Whatever is said in Latin sounds profound.


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230449
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Can anyone spot a problem with this query?

2006-01-25 Thread Rick Faircloth
Thanks for the reply, Randy...

> there would be more than one records
> with the same
> Set of values.

The table is empty...I'm trying to add the first record.
The only key of any type is the CampWeekID, which
is the Primary Key...no Foreign Keys or Indexes...

Rick


> -Original Message-
> From: Adkins, Randy [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, January 25, 2006 4:27 PM
> To: CF-Talk
> Subject: RE: Can anyone spot a problem with this query?
> 
> 
> Constraint Violation beans that there would be more than one records
> with the same
> Set of values. Check your Primary Keys and Indexes.
>  
> 
> -Original Message-
> From: Rick Faircloth [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, January 25, 2006 4:17 PM
> To: CF-Talk
> Subject: Can anyone spot a problem with this query?
> 
> MySQL is giving me an "ODBC Error Code = 23000 (Integrity contraint
> violation) and says I have an error in my SQL syntax...I can't find
> it...data being sent from form fields has been tested an appear to be in
> proper form...I can't figure out why it's getting heartburn over this
> query...  ???
> 
> Thanks,
> 
> Rick
> 
> 
> 
>  Insert
>into campweeks
> 
> (
>  CampWeekName,
> 
> 
>  StartDate,
> 
> 
> 
>  EndDate,
> 
> 
>  DeanName,
>  DeanBio,
>  DeanPhoto,
>  WeekDescription,
>  Cost,
>  Grades,
> 
> 
>  RegistrationStartTime,
> 
> 
> 
>  DismissalTime,
> 
> 
>  SpacesAvailable
> )
> 
>  Values (
>   Value="#Form.CampWeekName#">,
> 
>  
>   Value="#DateFormat(CreateODBCDate(ParseDateTime(Form.StartDa
> te)), 'M/D/')#">,
>  
> 
>  
>   Value="#DateFormat(CreateODBCDate(ParseDateTime(Form.EndDate
> )), 'M/D/')#">,
>  
> 
>   Value="#Form.DeanName#">,
>   Value="#Form.DeanBio#">,
>   Value="#Form.DeanPhoto#">,
>   Value="#Form.WeekDescription#">,
>   Value="#LSParseCurrency(Form.Cost)#">,
>   Value="#Form.Grades#">,
> 
>  
>   Value="#TimeFormat(CreateODBCTime(Form.RegistrationStartTime
> ), 'h:mm tt')#">,
>  
> 
>  
>   Value="#TimeFormat(CreateODBCTime(Form.DismissalTime), 'h:mm tt')#">,
>  
> 
>   Value="#Form.SpacesAvailable#">
> 
>  
> 
> 
> 
> 
> 
> 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230448
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Maximum number of report threads limited to 10 in Websphere

2006-01-25 Thread Jim Davis
> -Original Message-
> From: Alex Hubner [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, January 25, 2006 3:23 PM
> To: CF-Talk
> Subject: Maximum number of report threads limited to 10 in Websphere
> 
> Does anyone found the same thing or can check to see if it happens too?
> We've tested on two different machines, both running Windows 2003 and WAS
> 5.1.

I'm not sure - but could this be something you could set manually in the
neo.xml file (or one of the other config files)?

Perhaps the bug is only in the admin UI not in the server itself?

Jim Davis



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230447
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Can anyone spot a problem with this query?

2006-01-25 Thread Adkins, Randy
Constraint Violation beans that there would be more than one records
with the same
Set of values. Check your Primary Keys and Indexes.
 

-Original Message-
From: Rick Faircloth [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 25, 2006 4:17 PM
To: CF-Talk
Subject: Can anyone spot a problem with this query?

MySQL is giving me an "ODBC Error Code = 23000 (Integrity contraint
violation) and says I have an error in my SQL syntax...I can't find
it...data being sent from form fields has been tested an appear to be in
proper form...I can't figure out why it's getting heartburn over this
query...  ???

Thanks,

Rick



 Insert
   into campweeks

(
 CampWeekName,


 StartDate,



 EndDate,


 DeanName,
 DeanBio,
 DeanPhoto,
 WeekDescription,
 Cost,
 Grades,


 RegistrationStartTime,



 DismissalTime,


 SpacesAvailable
)

 Values (
 ,

 
 ,
 

 
 ,
 

 ,
 ,
 ,
 ,
 ,
 ,

 
 ,
 

 
 ,
 

 

 





~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230446
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


XLS Connection

2006-01-25 Thread Randy Messer
I have an XLS mapped up. After I query it, I can not upload, delete or rename 
the XLS file due to sharing violation. Is there a method to end the process? I 
need to replace the xls file after the qry has run with another xls of the same 
name.

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230445
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Enterprise portal

2006-01-25 Thread Pratte, Jeff
Our new CIO wants an Enterprise portal! I have been tasked with finding
the right one. I am in the process of reading everything I can find on
the subject, but I thought it would be interesting the get the CF-Talk
community perspective. If you any of you have experience you would like
to share on this subject, I would find it most helpful.

 

Thanks in advance, Rehkop

Notice.  This message is intended only for use by the person or
entity to which it is addressed.  Because it may contain confidential
information intended solely for the addressee, you are notified that
any disclosing, copying, downloading, distributing or retaining of
this message, and any attached files, is prohibited and may be a
violation of state or federal law.  If you received this message in
error, please notify the sender by reply email, and delete the
message and all attached files.  Thank you.

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230444
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


CF/.Net with SQL server hosting

2006-01-25 Thread Jason Rogoz
Hello
 
This subject has probably already been beaten to death but i thought i'd check 
anyway.  Our company is looking to to get away from the hosting aspect of 
website and we are looking for potential host for newly developed client sites. 
 We would need the following requirements, coldfusion, .Net and sql server.  We 
would also require the ability to register our own CFX tags.  Does anyone have 
any suggestions or recommendations?
 
Thanks
 
Jason
 


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230443
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Maximum number of report threads limited to 10 in Websphere

2006-01-25 Thread Alex Hubner
Folks, I'm running on a wierd problem at a client and I think this is a small 
bug on CFMX 7.01. We're running CFMX 7.01 atop of Websphere 5.1 (Network 
Deployment). As you might know the maximum requests threads and also the JVM 
related setting (heap, startup arguments, etc) are configured at the Websphere 
level (remember there's no Jrun under the thing). In this particular case we 
have configured the WAS server to user more than 10 threads (10 is the 
Websphere default value). Despite of changing it to more than 10 I'm not able 
to increase the maximum number of report threads to anything above 10. I'm 
aware that report threads number can't be higher than the request threads, but 
as I said, we already have set it to more than 10 (actualy we're using 50 in a 
quad-xeon server).

Not that we're going to use that much of report threads, but we should be able 
to increase it to the same number of request threads isn't? That's how it works 
on Server Config and/or Multiserver config (with JRun).

Does anyone found the same thing or can check to see if it happens too? We've 
tested on two different machines, both running Windows 2003 and WAS 5.1.

Thanks!
Alex Hubner

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230442
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Can anyone spot a problem with this query?

2006-01-25 Thread Rick Faircloth
MySQL is giving me an "ODBC Error Code = 23000 (Integrity
contraint violation)
and says I have an error in my SQL syntax...I can't find
it...data being sent
from form fields has been tested an appear to be in proper
form...I can't figure
out why it's getting heartburn over this query...  ???

Thanks,

Rick



 Insert
   into campweeks

(
 CampWeekName,


 StartDate,



 EndDate,


 DeanName,
 DeanBio,
 DeanPhoto,
 WeekDescription,
 Cost,
 Grades,


 RegistrationStartTime,



 DismissalTime,


 SpacesAvailable
)

 Values (
 ,

 
 ,
 

 
 ,
 

 ,
 ,
 ,
 ,
 ,
 ,

 
 ,
 

 
 ,
 

 

 



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230441
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: problem

2006-01-25 Thread Charlie Hanlon
Larry,
First, this  is inside of a  and not just a  tag, 
otherwise, the 'required' attribute will not take affect.  Second, you may 
need to trim(SESSION.User.INSTITUT) the session variable before dropping 
into the 'value' attribute.

hth
Charlie Hanlon


- Original Message - 
From: "Stephens, Larry V" <[EMAIL PROTECTED]>
To: "CF-Talk" 
Sent: Wednesday, January 25, 2006 2:41 PM
Subject:  problem


>  value="#SESSION.User.INSTITUT#" maxlength="75" required="yes" message="You 
> must enter your organization.">
>
> Why is "required" not being enforced? It has worked in other pieces of 
> code.
>
> I could understand it if the variable had data in it but in an instance 
> where we have a new registrant SESSION.User.INSTITUT is set to ""  Is the 
> very fact that I have a value= statement bypassing the required statement?
>
>
>
>
> Larry V. Stephens
> Office of Risk Management
> 812-855-9758
> [EMAIL PROTECTED]
>
>
> 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230440
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Foreign Languages

2006-01-25 Thread Sebastian Mork
I just remembered that I'm using the component org.hastings.locale.utils
with the language utils .. thx :)
--
Sebastian Mork
[EMAIL PROTECTED]
--

On Wed, 25 Jan 2006 14:24:26 + (GMT)
Mark Flewellen <[EMAIL PROTECTED]> wrote:

> Can anyone recommend the best way to code in the use
> of foreign languages on a website. Is it best to store
> in a database, or include files etc. Any examples
> would be appreciated.
> 
> mark
> 
> 
>   
>   
>   
> ___ 
> Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with 
> voicemail http://uk.messenger.yahoo.com
> 
> 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230439
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: problem

2006-01-25 Thread Adrian Lynch
I'm not sure about your last question, but have you checked that it is an
empty string and doesn't contain a white space char?

Ade

-Original Message-
From: Stephens, Larry V [mailto:[EMAIL PROTECTED]
Sent: 25 January 2006 19:41
To: CF-Talk
Subject:  problem




Why is "required" not being enforced? It has worked in other pieces of code.

I could understand it if the variable had data in it but in an instance
where we have a new registrant SESSION.User.INSTITUT is set to ""  Is the
very fact that I have a value= statement bypassing the required statement?




Larry V. Stephens


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230438
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Foreign Languages

2006-01-25 Thread Sebastian Mork
Hi,

in my app, its actually running in two languages (german/engl) I just use
a db-table with key/value-pairs.. but in my app theres never a large
amount of text, I'm just translating link-title, some small teasers,
error-msgs..
thats about the text on that website...
It uses machII, so when the page-content is generated I output the keys
on that page and at last call an event 'translatepage' to translate the
keys in my content-variable (I marked these keys when generated to the
page like this: {{idx.title}} )

for my (flash-) forms I use a different table where I 've a form name, a
key and a value. A machII-filter takes the key/value pair for my forms..

And there are of course some more tables for translating some dynamic
form values that come from my db eg a user can select interest in a form..
these interest are stored in my db (just ids) and an additional matrix
determines which interest-name does belong to which id in the selected
language. (hmm is that right? it's some months ago, I created it..
anyway... something like that) site is: www.friendcom.de

regards
--
Sebastian Mork
[EMAIL PROTECTED]
--

On Wed, 25 Jan 2006 14:24:26 + (GMT)
Mark Flewellen <[EMAIL PROTECTED]> wrote:

> Can anyone recommend the best way to code in the use
> of foreign languages on a website. Is it best to store
> in a database, or include files etc. Any examples
> would be appreciated.
> 
> mark
> 
> 
>   
>   
>   
> ___ 
> Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with 
> voicemail http://uk.messenger.yahoo.com
> 
> 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230437
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Any reason to bother with SES?

2006-01-25 Thread Stan Winchester
It seems that Google will not assign page rank to pages that uses anything 
after the file name extension whether you use page.cfm?go=page or 
page.cfm/go/page it seems to make no difference. Using an ISAPI looks like the 
only way to get page rank for data driven pages.

>In today's day and age of intelligent search engines, is there any
>reason to bother with SES anymore?  Bar installing an ISAPI filter, I
>can already do http://mysite.com/?go=page which is pretty short as is.
>
>-- 
>Damien McKenna - Web Developer - [EMAIL PROTECTED]
>The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
>#include 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230436
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


problem

2006-01-25 Thread Stephens, Larry V


Why is "required" not being enforced? It has worked in other pieces of code.

I could understand it if the variable had data in it but in an instance where 
we have a new registrant SESSION.User.INSTITUT is set to ""  Is the very fact 
that I have a value= statement bypassing the required statement?




Larry V. Stephens
Office of Risk Management
812-855-9758
[EMAIL PROTECTED]


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230435
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: install problem

2006-01-25 Thread Andy Allan
I wasn't discounting it ... I know of people, like yourself, who's
problems have been sorted by it. I'm just saying that from experience
it isn't the only reason why the installer exits.

Andy

On 25/01/06, Justin D. Scott <[EMAIL PROTECTED]> wrote:
> I had a similar issue a week or so ago with the installer opening, and then
> vanishing.  Resetting the DEP setting corrected the issue for me, so I
> wouldn't discount it so lightly.
>
> -Justin
>
>
> > -Original Message-
> > From: Andy Allan [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, January 25, 2006 8:57 AM
> > To: CF-Talk
> > Subject: Re: install problem
> >
> > That won't resolve every issue with the installer exiting. As Neil
> > said, sometimes the only way to get it to work is to do a silent
> > install.
> >
> > Andy
> >
> > On 25/01/06, Jim Wright <[EMAIL PROTECTED]> wrote:
> > > From Macr...err...Adobe site
> > >
> > http://www.macromedia.com/support/coldfusion/releasenotes/mx/m
> > x61_known_problems.html#installationandconfiguration
> > >
> > > (It's down on the page, so I'll paste the section here)
> > >
> > > 60086
> > >
> > > On Windows 2003 systems with Service Pack 1 (SP1), the installer
> > > immediately exits in the "preparing to install" dialog before
> > > extracting files.  This worked previously on Windows 2003
> > without SP1.
> > >
> > > A feature of Windows 2003 Service Pack 1 is "Data Execution
> > > Prevention".   This security feature blocks the InstallAnywhere
> > > self-extractor for CF 6.1 and all JRun4 Updaters.  (CF 7.0 is not
> > > affected).  To fix this problem, do the following:
> > >
> > >1. Click Start, right click My Computer, and select Properties.
> > >2. On the Advanced tab, click the [Settings] button under the
> > > Performance section.
> > >3. Select the Data Execution Prevention Tab in the Performance
> > > Options dialog.
> > >4. Select the radio button for "Turn on DEP ... except
> > those I select:"
> > >5. Select "Add" and select the Coldfusion or JRun
> > installer.  (the
> > > entry shows up as "InstallAnywhere Self-Extractor" in the dialog)
> > >6. Select "Apply" on the "performance options" and "OK" on the
> > > "System Properties" page
> > >7. Now run the installer
> > >
> > > Here is Microsoft's description of this feature:
> > >
> > http://msdn.microsoft.com/library/default.asp?url=/library/en-
> > us/memory/base/data_execution_prevention.as
> > >
> > > On 1/25/06, Jennifer Gavin-Wear
> > <[EMAIL PROTECTED]> wrote:
> > > > Coldfusion mx6.1 install on win 2003 standard.
> > > >
> > > > I see the installation wiz kick off and then it just
> > disappears, can't see
> > > > any processes left running.
> > > >
> > > > Ideas anyone?
> > > >
> > > > Thanks, Jenny
> > > >
> > > >
> > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
> 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230434
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


CFUNITED-06 interview 3: Joe Rinehart on MVC, early bird ends 1/31/06, hotel code

2006-01-25 Thread Michael Smith
Oops! We skipped Interview 3 last week, so here it is now.
(Last week was Interview 4: Sean Corfield)

In this issue of ColdFusion conference and training news:
* Early Bird rates expire 1/31/06
* New Sponsors - including Adobe, Microsoft, TeraTech Programming, New 
Atlanta and HostMySite
* TeraTech voted top ColdFusion consulting company by CFDJ readers
* Airline Sponsor - United Airlines - plus discount code
* Hotel reservations - group discount code announced.
* Interview with Joe Rinehart "MVC for You and Me"

CFUNITED is the premier ColdFusion Conference near
Washington DC 6/28-7/1/06 (Four whole days!)
Check out speakers and topics at http://www.cfunited.com/

- Michael Smith
TeraTech, Inc

TeraTech is hiring a senior developer to join our growing team
http://www.teratech.com/index.cfm?go=About.JobDetail&JobID=7

Conference and training news

* Only 6 days left on early bird pricing! Register before Tuesday 1/31/06 to
   save $100.

* New Sponsors:
Platinum - Adobe
Gold - TeraTech Programming, New Atlanta, HostMySite, Microsoft
Silver - CFDynamics, AboutWeb, UniversalMind, Systems Alliance
Bronze - Figleaf Software, Savvy Software

* United Airline is our official airline sponsor.
If you call United's toll-free number (1-800-521-4041) to book your 
reservations, you will receive
a 10% discount off the lowest applicable discount fare, excluding First 
Class, or a 15% discount
off full coach fares, with no advance purchase. An additional 5% 
discount will apply when tickets
are purchased at least 60 days in advance of your travel. Discounts also 
apply on United Express.
Make sure you refer to Meeting ID Number 538TK.

* Hotel Reservations
To make reservations at the Bethesda North Marriott hotel, use the group 
code: CFCCFCA
You can make reservations by calling 1-800-859-8003 or going to
http://www.bethesdanorthmarriott.com/
The cost of a room per night is $179, which expires April 14th. (After 
that the price goes up to
$199 until June 5th)

* TeraTech wins CFDF awards
For the 4th year in a row TeraTech was voted the best ColdFusion 
consulting company
in the CFDJ (ColdFusion Developers Journal) readers choice awards. TeraTech
Training was runner up in the training category. If you want help
on your project, mentoring or training reply to this email.

* Upcoming classes
CF201 - Intermediate ColdFusion Jan 31 2006
CF202 - Web Accessibility and 508 Feb 21 2006
FB101 - Intro to FuseboxFeb 28 2006
MS01  - Avoiding Web Disasters  Mar 1 2006
FB201 - Intermediate FuseboxMar 7 2006
CF206 - ColdFusion SQL Skills   Mar 14 2006

Cost $199 - $349 see http://www.teratech.com/training/ for more
details and registration

**
And now our CFUNITED spotlight interview.

Michael Smith: This time we are talking with Joe Rinehart about his
CFUNITED-06 talk "MVC for You and Me". So why should a developer come to
your session Joe ?

Joe Rinehart:  If you're doing any ColdFusion Component-based
development with Fusebox, Model-Glue, or Mach-II, MVC is fundamental!
Learning a bit about MVC can help you learn how to use any of these
frameworks, Flex, Flash, Java, or .NET faster and more effectively.

MS: So what does MVC stand for?

JR:  Despite what some say, it's not "Making it Very Complicated!"
It's really Model-View-Controller, which describes three diferent
categories of code that make up an MVC application.

MS: And why would I want to use a framework in the first place?

JR:  I didn't think about it until Jeff Peters of Fusebox fame
described it this way, but frameworks are an answer to a
responsibility we have as professional programmers.  Using a framework
is an up-front investment of time and learning that pays dividends of
common structure and vocabulary, which become invaluable the moment
requirements and staff start changing.

MS: So what is a Model?

JR:  An application Model is an encapsulation of all of its entities
(such as a shopping cart), business logic (such totalling the cost of
items in the cart), and persistence logic (such as saving the cart to
a database).  It's usually a collection of ColdFusion Components, but
other services such as Web Services or Java libraries can be
considered as part of the Model as well.

The most important aspect of the Model in MVC is that it has
absolutely no knowledge of the Controller or the View.

MS: And a View?

JR:  A view is is the user interface of your application.  In an MVC
ColdFusion application, a view is usually a traditional CFM file that
produce HTML that's sent to the browser.  One application probably has
many Views.

MS: So I guess the Controller tells the Model and View what to do?

JR:  Almost;  the Controller typically takes data from the View, such
as form data, and asks the Model to do something with it.  Remember,
the Model doesn't know anything about the View, much less the form
scope, so it needs a "translator."  The Controller will then react to
the response from the Model, and s

Re: cold fusion server monitor

2006-01-25 Thread Nathan Strutz
There's the old standby, MRTG. It's made for graphing bandwidth, but
unix geeks everywhere have adapted it to monitoring cpu, memory and
any other thing you can think of.

There's a windows (not free) app called PRTG, which is pretty good,
and can publish a web site with graphs on just about every stat
available on your servers, routers, firewalls and other network
appliances.

I made this app once called CFMRTG, using cfschedule, cfchart, etc.,
and was a fun project. It umm... mostly worked :D

-nathan strutz
http://www.dopefly.com/

On 1/25/06, Brad Wood <[EMAIL PROTECTED]> wrote:
> I'm reposting this question-- I didn't get a single response last time.
> :(
>
>
> Is there any way to get processor usage on the web server.  I guess what
> I really want is a visual performance monitor for more than one server
> at a time (kind of like MS SQL server monitor) to keep track of our
> production web servers.  The problem is we run Red hat Enterprise 3.
> Our techs won't install any gui like xwindows on the servers, and I
> can't find any program that can simultaneously monitor cpu load on
> several Linux servers in some sort of constantly updating graph.
> For our SQL servers, we actually have a projector down in the
> programming area which constantly projects the SQL server monitor on the
> wall.  Kind of cool-- just wish we could get that for the web servers.
>
> Any ideas?
>
> ~Brad
>
>
> 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230432
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: install problem

2006-01-25 Thread Jennifer Gavin-Wear
errrmm  hope you didn't think i had discounted it, because it worked
excellently :-)

as a warning to anyone doing the same install, make sure the 127.0.0.1 is
included in trusted sites, and be prepared for a long long wait when the
odbc is being configured.

Jenny


-Original Message-
From: Justin D. Scott [mailto:[EMAIL PROTECTED]
Sent: 25 January 2006 16:54
To: CF-Talk
Subject: RE: install problem


I had a similar issue a week or so ago with the installer opening, and then
vanishing.  Resetting the DEP setting corrected the issue for me, so I
wouldn't discount it so lightly.

-Justin


> -Original Message-
> From: Andy Allan [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, January 25, 2006 8:57 AM
> To: CF-Talk
> Subject: Re: install problem
>
> That won't resolve every issue with the installer exiting. As Neil
> said, sometimes the only way to get it to work is to do a silent
> install.
>
> Andy
>
> On 25/01/06, Jim Wright <[EMAIL PROTECTED]> wrote:
> > From Macr...err...Adobe site
> >
> http://www.macromedia.com/support/coldfusion/releasenotes/mx/m
> x61_known_problems.html#installationandconfiguration
> >
> > (It's down on the page, so I'll paste the section here)
> >
> > 60086
> >
> > On Windows 2003 systems with Service Pack 1 (SP1), the installer
> > immediately exits in the "preparing to install" dialog before
> > extracting files.  This worked previously on Windows 2003
> without SP1.
> >
> > A feature of Windows 2003 Service Pack 1 is "Data Execution
> > Prevention".   This security feature blocks the InstallAnywhere
> > self-extractor for CF 6.1 and all JRun4 Updaters.  (CF 7.0 is not
> > affected).  To fix this problem, do the following:
> >
> >1. Click Start, right click My Computer, and select Properties.
> >2. On the Advanced tab, click the [Settings] button under the
> > Performance section.
> >3. Select the Data Execution Prevention Tab in the Performance
> > Options dialog.
> >4. Select the radio button for "Turn on DEP ... except
> those I select:"
> >5. Select "Add" and select the Coldfusion or JRun
> installer.  (the
> > entry shows up as "InstallAnywhere Self-Extractor" in the dialog)
> >6. Select "Apply" on the "performance options" and "OK" on the
> > "System Properties" page
> >7. Now run the installer
> >
> > Here is Microsoft's description of this feature:
> >
> http://msdn.microsoft.com/library/default.asp?url=/library/en-
> us/memory/base/data_execution_prevention.as
> >
> > On 1/25/06, Jennifer Gavin-Wear
> <[EMAIL PROTECTED]> wrote:
> > > Coldfusion mx6.1 install on win 2003 standard.
> > >
> > > I see the installation wiz kick off and then it just
> disappears, can't see
> > > any processes left running.
> > >
> > > Ideas anyone?
> > >
> > > Thanks, Jenny
> > >
> > >
> > >
> > >
> > >
> >
> >
>
>



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230431
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: ISAPI_Rewrite help - basic rewrite script?

2006-01-25 Thread jonese
i do this but for index.cfm. here's my rule i'm sure you can use it
for the media with a bit of work.

RewriteRule /services/(?!index.cfm)([a-zA-Z0-9_-]{1,})/?(?:.cfm)?(?:index.cfm)?
/services/show.cfm\?show=$1 [I]

The (?!index.cfm) right after services is what causes the rule to be
skipped if the url is /services/index.cfm

jonese

On 1/25/06, Barney Boisvert <[EMAIL PROTECTED]> wrote:
> With mod_rewrite, you'd use a RewriteCond (Condition) directive for
> this that only returns true for the URLs you want.  I.e. anything
> that's NOT /mysite/media.  Not sure if it's the same thing in
> ISAPI_Rewrite, but that's where I'd start.
>
> cheers,
> barneyb
>
> On 1/25/06, Damien McKenna <[EMAIL PROTECTED]> wrote:
> > I'm struggling to get a rewrite filter working for my site using
> > ISAPI_Rewrite (full edition, trial mode).  The following is basically
> > what I'm after:
> >
> > RewriteRule /mysite/(.*) /mysite/index.cfm?go=$1 [I]
> >
> > The catch is that I'd like to exclude the subdirectory "media" from the
> > rule, so that basically all my pages get processed correctly but it
> > ignores pictures etc in the media directory.
> >
> > Anyone have an idea on what I need to add?
> >
> > Thanks.
> >
> > --
> > Damien McKenna
>
> --
> Barney Boisvert
> [EMAIL PROTECTED]
> 360.319.6145
> http://www.barneyb.com/
>
> Got Gmail? I have 100 invites.
>
> 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230430
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: apache 2.2 with CF7

2006-01-25 Thread Dave Carabetta
On 1/25/06, Russ <[EMAIL PROTECTED]> wrote:
> Just wondering if anybody has had luck setting up Apache 2.2 to work with
> CF7?  Has Macrodobe released the updated connector yet?  They said they were
> working on it over a month ago, and I haven't seen anything more recent fro
> them.
>

Steven Erat posted that there are issues with Apache 2.2 and CFMX, so
it's not supported at the moment. I'm not aware of any patches being
worked on to support it, so I'll leave it to the Adobe folks to update
us.

Regards,
Dave.

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230429
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


apache 2.2 with CF7

2006-01-25 Thread Russ
Just wondering if anybody has had luck setting up Apache 2.2 to work with
CF7?  Has Macrodobe released the updated connector yet?  They said they were
working on it over a month ago, and I haven't seen anything more recent fro
them.  

 

Russ



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230428
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: install problem

2006-01-25 Thread Justin D. Scott
I had a similar issue a week or so ago with the installer opening, and then
vanishing.  Resetting the DEP setting corrected the issue for me, so I
wouldn't discount it so lightly.

-Justin
 

> -Original Message-
> From: Andy Allan [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, January 25, 2006 8:57 AM
> To: CF-Talk
> Subject: Re: install problem
> 
> That won't resolve every issue with the installer exiting. As Neil
> said, sometimes the only way to get it to work is to do a silent
> install.
> 
> Andy
> 
> On 25/01/06, Jim Wright <[EMAIL PROTECTED]> wrote:
> > From Macr...err...Adobe site
> > 
> http://www.macromedia.com/support/coldfusion/releasenotes/mx/m
> x61_known_problems.html#installationandconfiguration
> >
> > (It's down on the page, so I'll paste the section here)
> >
> > 60086
> >
> > On Windows 2003 systems with Service Pack 1 (SP1), the installer
> > immediately exits in the "preparing to install" dialog before
> > extracting files.  This worked previously on Windows 2003 
> without SP1.
> >
> > A feature of Windows 2003 Service Pack 1 is "Data Execution
> > Prevention".   This security feature blocks the InstallAnywhere
> > self-extractor for CF 6.1 and all JRun4 Updaters.  (CF 7.0 is not
> > affected).  To fix this problem, do the following:
> >
> >1. Click Start, right click My Computer, and select Properties.
> >2. On the Advanced tab, click the [Settings] button under the
> > Performance section.
> >3. Select the Data Execution Prevention Tab in the Performance
> > Options dialog.
> >4. Select the radio button for "Turn on DEP ... except 
> those I select:"
> >5. Select "Add" and select the Coldfusion or JRun 
> installer.  (the
> > entry shows up as "InstallAnywhere Self-Extractor" in the dialog)
> >6. Select "Apply" on the "performance options" and "OK" on the
> > "System Properties" page
> >7. Now run the installer
> >
> > Here is Microsoft's description of this feature:
> > 
> http://msdn.microsoft.com/library/default.asp?url=/library/en-
> us/memory/base/data_execution_prevention.as
> >
> > On 1/25/06, Jennifer Gavin-Wear 
> <[EMAIL PROTECTED]> wrote:
> > > Coldfusion mx6.1 install on win 2003 standard.
> > >
> > > I see the installation wiz kick off and then it just 
> disappears, can't see
> > > any processes left running.
> > >
> > > Ideas anyone?
> > >
> > > Thanks, Jenny
> > >
> > >
> > >
> > >
> > >
> >
> > 
> 
> 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230427
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: cold fusion server monitor

2006-01-25 Thread Brad Wood
Thanks for suggestions so far guys-- I'll look into them.

~Brad


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230426
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: ISAPI_Rewrite help - basic rewrite script?

2006-01-25 Thread Barney Boisvert
With mod_rewrite, you'd use a RewriteCond (Condition) directive for
this that only returns true for the URLs you want.  I.e. anything
that's NOT /mysite/media.  Not sure if it's the same thing in
ISAPI_Rewrite, but that's where I'd start.

cheers,
barneyb

On 1/25/06, Damien McKenna <[EMAIL PROTECTED]> wrote:
> I'm struggling to get a rewrite filter working for my site using
> ISAPI_Rewrite (full edition, trial mode).  The following is basically
> what I'm after:
>
> RewriteRule /mysite/(.*) /mysite/index.cfm?go=$1 [I]
>
> The catch is that I'd like to exclude the subdirectory "media" from the
> rule, so that basically all my pages get processed correctly but it
> ignores pictures etc in the media directory.
>
> Anyone have an idea on what I need to add?
>
> Thanks.
>
> --
> Damien McKenna

--
Barney Boisvert
[EMAIL PROTECTED]
360.319.6145
http://www.barneyb.com/

Got Gmail? I have 100 invites.

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230425
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


ISAPI_Rewrite help - basic rewrite script?

2006-01-25 Thread Damien McKenna
I'm struggling to get a rewrite filter working for my site using
ISAPI_Rewrite (full edition, trial mode).  The following is basically
what I'm after:

RewriteRule /mysite/(.*) /mysite/index.cfm?go=$1 [I]

The catch is that I'd like to exclude the subdirectory "media" from the
rule, so that basically all my pages get processed correctly but it
ignores pictures etc in the media directory.

Anyone have an idea on what I need to add?

Thanks.

-- 
Damien McKenna - Web Developer - [EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
#include 


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230424
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: cold fusion server monitor

2006-01-25 Thread Russ
You can probably also use something like 

Rsh servername1 top -n 1 -b | grep "CPU" 
Rsh servername2 top -n 1 -b | grep "CPU"

> -Original Message-
> From: Ian Tait [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, January 25, 2006 11:12 AM
> To: CF-Talk
> Subject: RE: cold fusion server monitor
> 
> Big brother has a win32 client and some plugins that can report stuff like
> processor useage.
> 
> Server best runs on linux.
> 
> http://bb4.com
> 
> HTH,
> 
> Ian
> 
> > -Original Message-
> > From: John Beynon [mailto:[EMAIL PROTECTED]
> > Sent: 25 January 2006 16:06
> > To: CF-Talk
> > Subject: Re: cold fusion server monitor
> >
> > nagios?
> >
> > On 1/25/06, Brad Wood <[EMAIL PROTECTED]> wrote:
> > > I'm reposting this question-- I didn't get a single
> > response last time.
> > > :(
> > >
> > >
> > > Is there any way to get processor usage on the web server.  I guess
> > > what I really want is a visual performance monitor for more
> > than one
> > > server at a time (kind of like MS SQL server monitor) to
> > keep track of
> > > our production web servers.  The problem is we run Red hat
> > Enterprise 3.
> > > Our techs won't install any gui like xwindows on the servers, and I
> > > can't find any program that can simultaneously monitor cpu load on
> > > several Linux servers in some sort of constantly updating graph.
> > > For our SQL servers, we actually have a projector down in the
> > > programming area which constantly projects the SQL server
> > monitor on
> > > the wall.  Kind of cool-- just wish we could get that for
> > the web servers.
> > >
> > > Any ideas?
> > >
> > > ~Brad
> > >
> > >
> > >
> >
> >
> 
> 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230423
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: cold fusion server monitor

2006-01-25 Thread Jim Priest
> Subject: cold fusion server monitor
> Is there any way to get processor usage on the web server.  I guess what
> I really want is a visual performance monitor for more than one server
> at a time (kind of like MS SQL server monitor) to keep track of our

You might want to check out Nagios?

http://www.nagios.org/

Nagio & ColdFusion:
http://www.stephencollins.org/monitoring-coldfusion-with-nagios/

Our ISP uses it to monitor our off-site boxes and at some point I'd like 
to set it up internally here to monitor development servers.

Jim


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230422
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: install problem

2006-01-25 Thread Jennifer Gavin-Wear
ok, thanks, that's cool :)

Jenny


-Original Message-
From: Jim Wright [mailto:[EMAIL PROTECTED]
Sent: 25 January 2006 15:47
To: CF-Talk
Subject: Re: install problem


> does this have to be done for the updater do you think?
>

I would assume that once you have put the "InstallAnywhere
Self-Extractor" into the exceptions, that it will work for anything
built with that...but I don't have any personal knowledge of that...I
just remembered seeing that article when I was investigating a install
issue that turned out to be the ActiveX issue that Neil talked about
(this was on Server 2000, and it was a BlueDragon install...which also
uses InstallAnywhere).
-jim



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230421
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: cold fusion server monitor

2006-01-25 Thread Ian Tait
Big brother has a win32 client and some plugins that can report stuff like
processor useage.

Server best runs on linux.

http://bb4.com 

HTH,

Ian

> -Original Message-
> From: John Beynon [mailto:[EMAIL PROTECTED] 
> Sent: 25 January 2006 16:06
> To: CF-Talk
> Subject: Re: cold fusion server monitor
> 
> nagios?
> 
> On 1/25/06, Brad Wood <[EMAIL PROTECTED]> wrote:
> > I'm reposting this question-- I didn't get a single 
> response last time.
> > :(
> >
> >
> > Is there any way to get processor usage on the web server.  I guess 
> > what I really want is a visual performance monitor for more 
> than one 
> > server at a time (kind of like MS SQL server monitor) to 
> keep track of 
> > our production web servers.  The problem is we run Red hat 
> Enterprise 3.
> > Our techs won't install any gui like xwindows on the servers, and I 
> > can't find any program that can simultaneously monitor cpu load on 
> > several Linux servers in some sort of constantly updating graph.
> > For our SQL servers, we actually have a projector down in the 
> > programming area which constantly projects the SQL server 
> monitor on 
> > the wall.  Kind of cool-- just wish we could get that for 
> the web servers.
> >
> > Any ideas?
> >
> > ~Brad
> >
> >
> > 
> 
> 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230420
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: cold fusion server monitor

2006-01-25 Thread John Beynon
nagios?

On 1/25/06, Brad Wood <[EMAIL PROTECTED]> wrote:
> I'm reposting this question-- I didn't get a single response last time.
> :(
>
>
> Is there any way to get processor usage on the web server.  I guess what
> I really want is a visual performance monitor for more than one server
> at a time (kind of like MS SQL server monitor) to keep track of our
> production web servers.  The problem is we run Red hat Enterprise 3.
> Our techs won't install any gui like xwindows on the servers, and I
> can't find any program that can simultaneously monitor cpu load on
> several Linux servers in some sort of constantly updating graph.
> For our SQL servers, we actually have a projector down in the
> programming area which constantly projects the SQL server monitor on the
> wall.  Kind of cool-- just wish we could get that for the web servers.
>
> Any ideas?
>
> ~Brad
>
>
> 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230419
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: install problem

2006-01-25 Thread Jim Wright
> does this have to be done for the updater do you think?
>

I would assume that once you have put the "InstallAnywhere
Self-Extractor" into the exceptions, that it will work for anything
built with that...but I don't have any personal knowledge of that...I
just remembered seeing that article when I was investigating a install
issue that turned out to be the ActiveX issue that Neil talked about
(this was on Server 2000, and it was a BlueDragon install...which also
uses InstallAnywhere).
-jim

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230418
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


cold fusion server monitor

2006-01-25 Thread Brad Wood
I'm reposting this question-- I didn't get a single response last time.
:(


Is there any way to get processor usage on the web server.  I guess what
I really want is a visual performance monitor for more than one server
at a time (kind of like MS SQL server monitor) to keep track of our
production web servers.  The problem is we run Red hat Enterprise 3.
Our techs won't install any gui like xwindows on the servers, and I
can't find any program that can simultaneously monitor cpu load on
several Linux servers in some sort of constantly updating graph.  
For our SQL servers, we actually have a projector down in the
programming area which constantly projects the SQL server monitor on the
wall.  Kind of cool-- just wish we could get that for the web servers.

Any ideas?

~Brad


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230417
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: install problem

2006-01-25 Thread Jennifer Gavin-Wear
brilliant, thanks Jim for all the info, installing as I type.

does this have to be done for the updater do you think?

Jenny

-Original Message-
From: Jim Wright [mailto:[EMAIL PROTECTED]
Sent: 25 January 2006 13:50
To: CF-Talk
Subject: Re: install problem


>From Macr...err...Adobe site
http://www.macromedia.com/support/coldfusion/releasenotes/mx/mx61_known_prob
lems.html#installationandconfiguration

(It's down on the page, so I'll paste the section here)

60086

On Windows 2003 systems with Service Pack 1 (SP1), the installer
immediately exits in the "preparing to install" dialog before
extracting files.  This worked previously on Windows 2003 without SP1.

A feature of Windows 2003 Service Pack 1 is "Data Execution
Prevention".   This security feature blocks the InstallAnywhere
self-extractor for CF 6.1 and all JRun4 Updaters.  (CF 7.0 is not
affected).  To fix this problem, do the following:

   1. Click Start, right click My Computer, and select Properties.
   2. On the Advanced tab, click the [Settings] button under the
Performance section.
   3. Select the Data Execution Prevention Tab in the Performance
Options dialog.
   4. Select the radio button for "Turn on DEP ... except those I select:"
   5. Select "Add" and select the Coldfusion or JRun installer.  (the
entry shows up as "InstallAnywhere Self-Extractor" in the dialog)
   6. Select "Apply" on the "performance options" and "OK" on the
"System Properties" page
   7. Now run the installer

Here is Microsoft's description of this feature:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/memory/base
/data_execution_prevention.as

On 1/25/06, Jennifer Gavin-Wear <[EMAIL PROTECTED]> wrote:
> Coldfusion mx6.1 install on win 2003 standard.
>
> I see the installation wiz kick off and then it just disappears, can't see
> any processes left running.
>
> Ideas anyone?
>
> Thanks, Jenny
>
>
>
>
>



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230416
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Question about ColdFusion and the mySQL CAST function

2006-01-25 Thread Andy Matthews
Barney...

Correct. CAST ( ... AS CHAR) does not work. BUT...the REALLY bizarre thing
that I found last night is that the query works when I remove the DISTINCT
keyword from the beginning of the SELECT statement.

The query returns binary results for each row WITH the DISTINCT keyword and
normal results without it.

Wierdest thing ever!



-Original Message-
From: Barney Boisvert [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 24, 2006 4:38 PM
To: CF-Talk
Subject: Re: Question about ColdFusion and the mySQL CAST function


CAST(.. AS CHAR) in your SQL didn't work?  I know it's an extra step
to add around computed columns, but it lets CF behave as if the JDBC
driver works as intended, which means things like CFDUMP will work as
well.

cheers,
barneyb


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230415
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Foreign Languages

2006-01-25 Thread Paul Hastings
Mark Flewellen wrote:
> side of things. Looks like one of the links you provided to the Thai/English
> translation should do the trick in getting me started. I really just wanted

which links? machine translations? if that's what you meant, everybody knows 
i'm 
"bah humbug" when it comes to that sort of gruff. get a human being.

> to find the best way of doing this, as I didn't want to find I have to redo
> it again due to scalability. So creating language library files looks like
> the way to go.

that would be resource bundles (RB).

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230414
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Foreign Languages

2006-01-25 Thread Mark Flewellen
Thanks for that, I have already been setting up locales etc, for dates and 
currencies as a bit of a start, it is now time to start on the translation side 
of things. Looks like one of the links you provided to the Thai/English 
translation should do the trick in getting me started. I really just wanted to 
find the best way of doing this, as I didn't want to find I have to redo it 
again due to scalability. So creating language library files looks like the way 
to go.

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230413
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: identifying server in load balanced env

2006-01-25 Thread Russ
Cgi.http_host is the host header that the browser uses to make the request.
Most of the time that will be different then the windows server name.  

Russ

> -Original Message-
> From: Douglas Knudsen [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, January 25, 2006 8:45 AM
> To: CF-Talk
> Subject: Re: identifying server in load balanced env
> 
> In this case  would not the CGI var HTTP_HOST hold the server name?
> curious
> 
> DK
> On 1/24/06, Duncan <[EMAIL PROTECTED]> wrote:
> > Thats a very good memory! Thanks.
> >
> > On 1/25/06, Dave Watts <[EMAIL PROTECTED]> wrote:
> > > > If I may rephrase, how do I get the windows server name on a
> > > > 6.1 standard installation?
> > >
> > > I think it's something like:
> > >
> > > java.net.InetAddress.getLocalHost().getHostName()
> > >
> > > Note that's from memory, so I could've made a mistake.
> > >
> > > Dave Watts, CTO, Fig Leaf Software
> > > http://www.figleaf.com/
> > >
> > > Fig Leaf Software provides the highest caliber vendor-authorized
> > > instruction at our training centers in Washington DC, Atlanta,
> > > Chicago, Baltimore, Northern Virginia, or on-site at your location.
> > > Visit http://training.figleaf.com/ for more information!
> > >
> > >
> > >
> >
> >
> 
> 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230412
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Foreign Languages

2006-01-25 Thread Paul Hastings
Mark Flewellen wrote:
> Can anyone recommend the best way to code in the use
> of foreign languages on a website. Is it best to store

http://www.macromedia.com/devnet/coldfusion/articles/globalize.html
http://www.sustainablegis.com/unicode/resourceBundle/javaRB.cfm

and of course, the usual i18n caveat, translations are not the end of your 
work, 
only the beginning.

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230411
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Foreign Languages

2006-01-25 Thread Mark Flewellen
Can anyone recommend the best way to code in the use
of foreign languages on a website. Is it best to store
in a database, or include files etc. Any examples
would be appreciated.

mark





___ 
Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail 
http://uk.messenger.yahoo.com

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230410
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: identifying server in load balanced env

2006-01-25 Thread Larry Lyons
>Hi all,
>
>We run a load balanced env with 6.1 standalone edition, and I was just
>setting up a cferror template and trying to identiy the server that
>the template or error occurs on.
>
>I used this:
>
>
>
>
>but it always returns 'default'. How can I change this?
>
>Thanks!
>--
>Duncan I Loxton
>[EMAIL PROTECTED]

Duncan,

This might work for you:


machineName  = createObject("java", 
"java.net.InetAddress").localhost.getHostName();
// get this instance name
instanceName = createObject("java", "jrunx.kernel.JRun").getServerName();



 Machine: #machineName#
Instance: #instanceName#
 

I can't take credit for this, I got it off someone's blog or a posting here.

hth,
larry
--
Larry C. Lyons
Web Analyst
BEI Resources
American Type Culture Collection
email: llyons(at)atcc(dot)org
tel: 703.365.2700.2678
--

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230409
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Scope Woes & Virtual Directories

2006-01-25 Thread Burns, John D
James-

Very good idea. I didn't think of that one but that would work very well
if we're understanding his needs correctly.

John Burns
Certified Advanced ColdFusion MX Developer
Wyle Laboratories, Inc. | Web Developer
 

-Original Message-
From: James Holmes [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, January 24, 2006 11:52 PM
To: CF-Talk
Subject: Re: Scope Woes & Virtual Directories

Create a common app name for all your shared application scope
variables. In each site's Application.cfm file, use a CFAPPLICATION tag
to get the variables from this scope and put them in the request scope.
Then use a second CFAPPLICATION tag to swap the application to the
unique one for that site. When you need to write to the common
application scope, swap back again with a new CFAPPLICTION tag, etc etc.
It will be far quicker that the DB calls.

On 1/24/06, jonese <[EMAIL PROTECTED]> wrote:
> Howard: Nice idea but the SQL cost is more than we want to deal with.
>
> John: Our applications have to have unique names so that we don't have

> application scoped vars over written (thinks like DSN, file paths etc 
> are stored in the application scope).
>
> Any other ideas or thoughts??

--
CFAJAX docs and other useful articles:
http://jr-holmes.coldfusionjournal.com/



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230408
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Scope Woes & Virtual Directories

2006-01-25 Thread Burns, John D
Can you set the variables that need to be shared in a scope that can be
shared? Like the server scope? The only other option would be to handle
your sessions manually in my mind. Have a table where you generate
unique session keys and assign those to the user via a cookie or url
variable. Keep track of last accessed time and that sort of thing. Then
you can save whatever variables you want into another table and
reference by the session key and variable name. It's more DB intensive
but it gives the flexibility you want as long as db datatypes can handle
the data you're wanting to shared. You can also let CF manage your
sessions, but store the vars you want to share in a table with the
session key and variable name so you can query it out from any app. 


John Burns
Certified Advanced ColdFusion MX Developer
Wyle Laboratories, Inc. | Web Developer
 

-Original Message-
From: jonese [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, January 24, 2006 2:55 PM
To: CF-Talk
Subject: Re: Scope Woes & Virtual Directories

Howard: Nice idea but the SQL cost is more than we want to deal with.

John: Our applications have to have unique names so that we don't have
application scoped vars over written (thinks like DSN, file paths etc
are stored in the application scope).

Any other ideas or thoughts??

I wish CF would just see this directory as a sub directory of each of my
sites.

Eric Jones

On 1/24/06, Burns, John D <[EMAIL PROTECTED]> wrote:
> You don't need unique application names.  Lets say you have one site 
> and at the top of it you have  then you 
> set some application variables somewhere in there.  Then, you have 
> another site on the same server, you can put  name="myApp"> in that site and it will have access to the variables 
> that are set in the first site.  However, keep in mind, you want to be

> careful about multiple sites setting and getting variables to make 
> sure that you're not relying on a variable that may not have been set.

> Especially when the server is rebooted or something like that.  Many 
> people have the misconception that the  tag has to go 
> in the Application.cfm but that's not true. It can go at the top of 
> each individual page and you could leave out the Application.cfm 
> altogether. The Application.cfm just makes it easier because it gets
called everytime.
>
>
> John Burns
> Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | 
> Web Developer
>
>
> -Original Message-
> From: jonese [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, January 24, 2006 10:59 AM
> To: CF-Talk
> Subject: Re: Scope Woes & Virtual Directories
>
> right but how can we do this and still maintain the fact that these 
> files are shared among 50 other sites, with 50 unique application
names?
>
> On 1/24/06, Burns, John D <[EMAIL PROTECTED]> wrote:
> > It depends on the scope you're using. If you're talking application 
> > and session variables, you need  to define that these

> > pages are part of the application, thus allowing it to access the 
> > scoped variables.
> >
> >
> > John Burns
> > Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. |

> > Web Developer
> >
> >
> > -Original Message-
> > From: jonese [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, January 24, 2006 9:59 AM
> > To: CF-Talk
> > Subject: Scope Woes & Virtual Directories
> >
> > Ok here's the scenario.
> >
> > We have 50 sites on a server using our CMS.
> > Each of these sites has an IIS virtual Directory called global.
> > global is a mapped directory in CF Admin.
> >
> > The problem we are having is when a person referances 
> > http://theresite.com/global/ticket/index.cfm the code doesn't have 
> > access to many of the scoped variables.
> >
> > Any ideas how we can get global to see all the scoped variables?
> >
> > jonese
> >
> >
> >
> >
>
>
>
> 



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230407
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: install problem

2006-01-25 Thread Andy Allan
That won't resolve every issue with the installer exiting. As Neil
said, sometimes the only way to get it to work is to do a silent
install.

Andy

On 25/01/06, Jim Wright <[EMAIL PROTECTED]> wrote:
> From Macr...err...Adobe site
> http://www.macromedia.com/support/coldfusion/releasenotes/mx/mx61_known_problems.html#installationandconfiguration
>
> (It's down on the page, so I'll paste the section here)
>
> 60086
>
> On Windows 2003 systems with Service Pack 1 (SP1), the installer
> immediately exits in the "preparing to install" dialog before
> extracting files.  This worked previously on Windows 2003 without SP1.
>
> A feature of Windows 2003 Service Pack 1 is "Data Execution
> Prevention".   This security feature blocks the InstallAnywhere
> self-extractor for CF 6.1 and all JRun4 Updaters.  (CF 7.0 is not
> affected).  To fix this problem, do the following:
>
>1. Click Start, right click My Computer, and select Properties.
>2. On the Advanced tab, click the [Settings] button under the
> Performance section.
>3. Select the Data Execution Prevention Tab in the Performance
> Options dialog.
>4. Select the radio button for "Turn on DEP ... except those I select:"
>5. Select "Add" and select the Coldfusion or JRun installer.  (the
> entry shows up as "InstallAnywhere Self-Extractor" in the dialog)
>6. Select "Apply" on the "performance options" and "OK" on the
> "System Properties" page
>7. Now run the installer
>
> Here is Microsoft's description of this feature:
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/memory/base/data_execution_prevention.as
>
> On 1/25/06, Jennifer Gavin-Wear <[EMAIL PROTECTED]> wrote:
> > Coldfusion mx6.1 install on win 2003 standard.
> >
> > I see the installation wiz kick off and then it just disappears, can't see
> > any processes left running.
> >
> > Ideas anyone?
> >
> > Thanks, Jenny
> >
> >
> >
> >
> >
>
> 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230406
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: install problem

2006-01-25 Thread Jim Wright
>From Macr...err...Adobe site
http://www.macromedia.com/support/coldfusion/releasenotes/mx/mx61_known_problems.html#installationandconfiguration

(It's down on the page, so I'll paste the section here)

60086

On Windows 2003 systems with Service Pack 1 (SP1), the installer
immediately exits in the "preparing to install" dialog before
extracting files.  This worked previously on Windows 2003 without SP1.

A feature of Windows 2003 Service Pack 1 is "Data Execution
Prevention".   This security feature blocks the InstallAnywhere
self-extractor for CF 6.1 and all JRun4 Updaters.  (CF 7.0 is not
affected).  To fix this problem, do the following:

   1. Click Start, right click My Computer, and select Properties.
   2. On the Advanced tab, click the [Settings] button under the
Performance section.
   3. Select the Data Execution Prevention Tab in the Performance
Options dialog.
   4. Select the radio button for "Turn on DEP ... except those I select:"
   5. Select "Add" and select the Coldfusion or JRun installer.  (the
entry shows up as "InstallAnywhere Self-Extractor" in the dialog)
   6. Select "Apply" on the "performance options" and "OK" on the
"System Properties" page
   7. Now run the installer

Here is Microsoft's description of this feature:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/memory/base/data_execution_prevention.as

On 1/25/06, Jennifer Gavin-Wear <[EMAIL PROTECTED]> wrote:
> Coldfusion mx6.1 install on win 2003 standard.
>
> I see the installation wiz kick off and then it just disappears, can't see
> any processes left running.
>
> Ideas anyone?
>
> Thanks, Jenny
>
>
>
>
> 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230405
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: ms sql query...

2006-01-25 Thread Jim Wright
you might be able to do this with patindex...unfortunately MS-SQL
doesn't have a robust regular expression engine.
perhaps something like

this_title like '%mysearchstring%'
and patindex('%[A-Z,a-z]mysearchstring%', this_title) = 0
and patindex('%mysearchstring[A-Z,a-z]%', this_title) = 0

(that is a guess at the syntax...better to google or look in books online)

-jim

On 1/25/06, Protoculture <[EMAIL PROTECTED]> wrote:
> I need to do a text search within a query , however... I need to state in the 
> query to not accept any letters from [a-z] or [A-Z] directly before and after 
> the string to be searched.
>
> example:
>
> where this_title like '%myearchstring%'
>
> where % = [ match any characters except a-z ]
>
> 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230404
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: identifying server in load balanced env

2006-01-25 Thread Douglas Knudsen
In this case  would not the CGI var HTTP_HOST hold the server name?  curious

DK
On 1/24/06, Duncan <[EMAIL PROTECTED]> wrote:
> Thats a very good memory! Thanks.
>
> On 1/25/06, Dave Watts <[EMAIL PROTECTED]> wrote:
> > > If I may rephrase, how do I get the windows server name on a
> > > 6.1 standard installation?
> >
> > I think it's something like:
> >
> > java.net.InetAddress.getLocalHost().getHostName()
> >
> > Note that's from memory, so I could've made a mistake.
> >
> > Dave Watts, CTO, Fig Leaf Software
> > http://www.figleaf.com/
> >
> > Fig Leaf Software provides the highest caliber vendor-authorized
> > instruction at our training centers in Washington DC, Atlanta,
> > Chicago, Baltimore, Northern Virginia, or on-site at your location.
> > Visit http://training.figleaf.com/ for more information!
> >
> >
> >
>
> 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230403
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: install problem

2006-01-25 Thread Robertson-Ravo, Neil (RX)
This has cropped up before.  It could be video related (old version of
DirectX) - try installing as a silent install - that should work.

N





-Original Message-
From: Jennifer Gavin-Wear [mailto:[EMAIL PROTECTED] 
Sent: 25 January 2006 13:01
To: CF-Talk
Subject: install problem

Coldfusion mx6.1 install on win 2003 standard.

I see the installation wiz kick off and then it just disappears, can't see
any processes left running.

Ideas anyone?

Thanks, Jenny






~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230402
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


install problem

2006-01-25 Thread Jennifer Gavin-Wear
Coldfusion mx6.1 install on win 2003 standard.

I see the installation wiz kick off and then it just disappears, can't see
any processes left running.

Ideas anyone?

Thanks, Jenny




~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230401
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


ms sql query...

2006-01-25 Thread Protoculture
I need to do a text search within a query , however... I need to state in the 
query to not accept any letters from [a-z] or [A-Z] directly before and after 
the string to be searched.

example:

where this_title like '%myearchstring%'

where % = [ match any characters except a-z ]

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230400
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: When CF restart?

2006-01-25 Thread Dave Watts
> Wouldn't that not function if CF crashes, which is usually 
> the condition that causes the reboot (that and a service pack 
> install)?

Probably not. I don't know if onApplicationEnd fires as the result of an
orderly shutdown, either.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230399
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFMAIL and �

2006-01-25 Thread cf
A client of mine had the same problem with Eudora. From what he found out 
through forums and support, Eudora's UTF-8 implementation is not working 
properly. (May be different with the newest version, though.)

Best,

Chris



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230398
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54