Re: railo getting started

2009-06-24 Thread Tom Chiverton
On Tuesday 23 Jun 2009, Don L wrote: Paul, I just figured it out, it's 8600, so, working now. NOT the documented (README file, 8080). This is bad considering such an important piece of information. The port number changes based on what else is running on the system (the J2EE app server uses

Re: Coldfusion administrator page showing unexpected constant error

2009-06-24 Thread Vamsi Pappu
HI Brad, I too have the same issue, we are on multiserver configuration, may I know which class files you are referring, can we just rename the current cfide folder to something and copy the working cfide folder? Will this work out? Thanks, Vamsi

CF8 + MySql 5 + Thai language + Macs (Paul Hastings to the resque?)

2009-06-24 Thread Azadi Saryev
Evening everyone, I have ran into a bit of a problem which I can;t really debug or replicate by myself in my dev environment or on live website... I have developed a Thai language website for a client. The app runs on CF8 + MySQL 5 and is configured for UTF-8 on both ends. All my tests of

Re: Coldfusion Glassfish Apache

2009-06-24 Thread Tom Chiverton
On Tuesday 23 Jun 2009, Duane Burke wrote: deployed at install and I'm just not sure it's necessary, so I have a few questions for those who have deployed CF8 on Glassfish (or any other J2EE app server besides Jrun) using unix/linux. Not on Glassfish, but Websphere. First, I can't find the

Re: Launching server monitor peeks out cpu memory

2009-06-24 Thread Vamsi Pappu
Hi Rother, Thanks for your reply, I will try this out and will update you soon :) Regards, Vamsi ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive:

Default Custom Tag Path

2009-06-24 Thread Dawson, Michael
When I installed CF8, the installer added C:\ColdFusion8\CustomTags in the custom tag path list. There is nothing in the directory except a generic tag that does nothing. Is it safe to remove this custom tag path? Michael Dawson Manager of Web Applications Office of Technology Services

Re: Coldfusion Glassfish Apache

2009-06-24 Thread Dirk Johnson
Dave, thanks for the info, now I can stop chasing the WSConfig unicorn. ...I can't find the wsconfig file to connect apache so we're doing ugly rewrites - can anyone tell me where it's located, if it exists for J2EE installs? That's a JRun thing, not a CF thing. If you're not using

Re: Coldfusion Glassfish Apache

2009-06-24 Thread Dirk Johnson
Thanks, Tom. Do you have a link to the Railo info or is it pretty easy to find on their documentation site? On Tuesday 23 Jun 2009, Duane Burke wrote: deployed at install and I'm just not sure it's necessary, so I have a few questions for those who have deployed CF8 on Glassfish (or any

Re: CF8 + MySql 5 + Thai language + Macs (Paul Hastings to the resque?)

2009-06-24 Thread Paul Hastings
Azadi Saryev wrote: I have developed a Thai language website for a client. The app runs on CF8 + MySQL 5 and is configured for UTF-8 on both ends. HTML or flex? All my tests of entering data via the admin area have and are working fine... However, when the client enters data it all goes

Re: CF8 + MySql 5 + Thai language + Macs (Paul Hastings to the resque?)

2009-06-24 Thread Azadi Saryev
Thanks for your comments, Paul! Here are my answers: The site is html + ajax (jquery). no flex, but lots of flash - it's a thai site after all! :) Yes, boxes only so far, no Thai text when the client tries to enter data... I have no problems entering Thai text data from my Win XP computer...

RE: Coldfusion administrator page showing unexpected constant error

2009-06-24 Thread brad
Vamsi, the class files are the Java byte code that your CFML has been compiled down to. They should be stored in the respective \WEB-INF\cfclasses folder for that instance. There is probably a large number of files all starting with cf, ending with .class and containing the names of your .cfm

RE: Default Custom Tag Path

2009-06-24 Thread brad
You'll probably want to go into the ColdFusion Administrator and remote the custom tag path for it under Extensions Custom Tag Paths, but I don't believe that folder is necessary for server harmony and world peace. ~Brad Original Message Subject: Default Custom Tag Path From:

RE: Default Custom Tag Path

2009-06-24 Thread Dawson, Michael
Thanks, Brad. I took it out and everything still seems to be working. :-) Thanks, Mike -Original Message- From: b...@bradwood.com [mailto:b...@bradwood.com] Sent: Wednesday, June 24, 2009 12:28 PM To: cf-talk Subject: RE: Default Custom Tag Path You'll probably want to go into the

RE: Default Custom Tag Path

2009-06-24 Thread Paul Alkema
Hey Michael, As was stated in previous emails, this shouldn't be a problem. I don't know the budget or the size of your company/website, but my company has a development/staging environment that both replicate our entire website; This is really helpful for cases like these where you would like

ColdExt question

2009-06-24 Thread Don L
ok, I've installed ColdExt yesterday after installing railo 3.1x. Initially ColdExt's window tag seemed to work but then, it cracked through a hole something, it failed with an err msg below, sought help with coldext.riaforge.org/forums... however, no response yet, can't wait. Sorry if it's

CF8 Uses Incorrect Component Path

2009-06-24 Thread Dawson, Michael
On a single CF8 web server, I have a legacy web site that uses Application.cfm along with a single global mapping and single global custom tag path. The server directory location for this web site is: D:\Inetpub\AceLink The mapping is: / = D:\Inetpub\AceLink The custom tag path

Re: ColdExt question

2009-06-24 Thread Paul Kukiel
I have seen this issue with FarCry on Railo. They have the method name the same an an inbuilt railo method ( dump, query ) As Railo looks like its has its own trueFalseFormat function I would try just delete that method out of _functions.cfm and see how well the inbuilt Railo method works.

RE: Default Custom Tag Path

2009-06-24 Thread Dawson, Michael
Paul, thanks for the advice. We, too, have a test/dev environment, however that server crashed and I'm waiting for the sys admin to rebuild it. Fortunately, the majority of our users are home for the summer, so we can afford a few moments of downtime. Thanks, Mike -Original Message-

Re: ColdExt question

2009-06-24 Thread Paul Kukiel
http://wiki.getrailo.org/wiki/3-1-Functions:TrueFalseFormat Best re fence I found to Railos implementation of this function. Paul On Wed, Jun 24, 2009 at 2:04 PM, Paul Kukielpkuk...@gmail.com wrote: I have seen this issue with FarCry on Railo.  They have the method name the same an an

Re: CF8 Uses Incorrect Component Path

2009-06-24 Thread Cutter (ColdFusion)
When using CustomTags, the CF server will always search the directory of the calling template first, before then moving to the app and server level defined paths. Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS

Re: ColdExt question

2009-06-24 Thread Don L
I have seen this issue with FarCry on Railo. They have the method name the same an an inbuilt railo method ( dump, query ) As Railo looks like its has its own trueFalseFormat function I would try just delete that method out of _functions.cfm and see how well the inbuilt Railo method works.

Re: CF8 Uses Incorrect Component Path

2009-06-24 Thread Ian Skinner
A final slash in the customtagpath parameter. cfset this.customTagPaths = E:\WebSites\applybeta.evansville.edu\Extensions\CustomTags,E:\WebSites\ applybeta.evansville.edu\Extensions\Components\ IIRC that is an important but easy to overlook issue.

RE: CF8 Uses Incorrect Component Path

2009-06-24 Thread Dawson, Michael
Understood and great information to know, but this directory structure is nowhere close to where it is finding the other component. Heck, they are on different drives. I'm trying to create the object in Application.cfc. In that same directory, there are only two files index.cfm and page2.cfm.

RE: CF8 Uses Incorrect Component Path

2009-06-24 Thread Dawson, Michael
As a test of this, I moved the ErrorHandler.cfc file to the same directory as the Application.cfc file. It worked. @Ian, Adding \ to the end of the path made no difference. In fact, I have another web site that works properly, and it does not have trailing slashes. Thanks, Mike

RE: CF8 Uses Incorrect Component Path

2009-06-24 Thread Dawson, Michael
Let me add that when I moved the component back to the Components directory, it broke again. Thanks, Mike -Original Message- From: Dawson, Michael [mailto:m...@evansville.edu] Sent: Wednesday, June 24, 2009 1:35 PM To: cf-talk Subject: RE: CF8 Uses Incorrect Component Path As a test

RE: CF8 Uses Incorrect Component Path

2009-06-24 Thread Dawson, Michael
One other addendum. Custom Tags are found in their expected location. It appears that this is focused only around components. Thanks, Mike ~| Want to reach the ColdFusion community with something they want? Let them know on

Re: CF8 Uses Incorrect Component Path

2009-06-24 Thread Cutter (ColdFusion)
Components are different from CustomTags, and your mapping is a customTagPaths mapping. You'll want to use a standard cf mapping: this.mapping['/Components'] = 'c:\Inetpub\componentpath\'; Then ref that path (/Components) in your code. Steve Cutter Blades Adobe Certified Professional Advanced

RE: CF8 Uses Incorrect Component Path

2009-06-24 Thread Paul Alkema
Hey Michael, It looks like your issue is where you set the component path. cfset errorHandler = createObject(component, ErrorHandler).init() Your setting up a mapping for your custom tags, but no mapping for your component. Also, you may be aware of this but you can set global

ColdExt: window again

2009-06-24 Thread Don L
I'm wondering if the ext window has an attribute to allow vertical scroll. By default cf8's cfwindow is intelligent enough to automatically make vertical scroll bar available where the window is filled but I didn't find the same ability with the ext window. It's nice though it also has an

Re: ColdExt: window again

2009-06-24 Thread Cutter (ColdFusion)
The Ext window does (autoScroll: true), but I'm not sure whether Justin's implementation supports it. Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS http://www.packtpub.com/learning-ext-js/book

Re: ColdExt: window again

2009-06-24 Thread Don L
Thanks, Cutter, yes, it does support this attribute but previously I did not know its exact name. The Ext window does (autoScroll: true), but I'm not sure whether Justin's implementation supports it. Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7

Re: ColdExt: window again

2009-06-24 Thread Cutter (ColdFusion)
There are full Ext API's available on the Ext site for 1.1 (go to the Learning Center), 2.2 (from the Product menu) and 3.0 (from the Downloads page). Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS

Re: Windows Server 2008 and CF5

2009-06-24 Thread Daisy CKUA
Is there a way to manually configure coldfusion 5 for use with IIS 7 (when installing it fails to recognise IIS 7 as a web server so I'm forced to use the default). I know this can be manually done with MX but not so sure about CF5. I've added the appropriate handlers and script mappings to

Re: Windows Server 2008 and CF5

2009-06-24 Thread Daisy CKUA
Is there a way to manually configure coldfusion 5 for use with IIS 7 (when installing it fails to recognise IIS 7 as a web server so I'm forced to use the default). I know this can be manually done with MX but not so sure about CF5. I've added the appropriate handlers and script mappings to

Re: Windows Server 2008 and CF5

2009-06-24 Thread Daisy CKUA
yes, same as your case, so waiting for you good news ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive:

RE: CF8 Uses Incorrect Component Path

2009-06-24 Thread Dawson, Michael
Alright gentlemen, I think I have it figured out now. I do remember that CF looks in custom tag paths, but that was when I was using components with application.cfm and my legacy code. http://livedocs.adobe.com/coldfusion/6.1/htmldocs/buildi12.htm #4 reads Directories specified on Custom Tag

Re: CF8 Uses Incorrect Component Path

2009-06-24 Thread Cutter (ColdFusion)
Just do a mapping to /edu cfset THIS.mapping[/edu] = E:\WebSites\applybeta.evansville.edu\Extensions\Components\edu / Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS http://www.packtpub.com/learning-ext-js/book

RE: CF8 Uses Incorrect Component Path

2009-06-24 Thread brad
Michael, what is the purpose of the applybeta.evansville.edu folder? I think you might have problems if you have periods in your mapping names. Traditionally, I would create a single folder that ALL components will be in. Let's say E:\WebSites\CFCs\ Then I create create a mapping called /CFCs

RE: CF8 Uses Incorrect Component Path

2009-06-24 Thread Dawson, Michael
Steve, I appreciate your help. I'm just not getting it to work. I've taken it back to the most-basic where I have a component in a Components directory. CF will still not find the component. I have a path at: E:\WebSites\applybeta.evansville.edu\Extensions\Components In that directory, I

RE: CF8 Uses Incorrect Component Path

2009-06-24 Thread Dawson, Michael
I'm basically doing what you are saying. I wonder if the periods in the folder name is causing my problems? I don't see how it could be an issue because I'm not referring to the part of the path that includes the periods. We have structured our web sites such as:

Re: CF8 Uses Incorrect Component Path

2009-06-24 Thread Mark Mandel
I'm not 100% sure, but if you have the createObject() call straight after the this.mappings[] code it probably won't work. I would expect that CF has yet to build those mappings into what it uses to determine mapped paths yet. Do your createObject() call inside a index.cfm or similar, and you

CFDocument, finding y position?

2009-06-24 Thread Billy Cox
I am using cfdocument to output a report that is primarily used as a print product. There are certain things like subtitles or a comment box that I might like to bump to the next page if it is going to be at the very bottom of a page. The question then... can cfdocument tell me the relative

Re: CF8 Uses Incorrect Component Path

2009-06-24 Thread Cutter (ColdFusion)
Mark is exactly right, and you would never want to instantiate components within your Application.cfc constructor like that, as they would get re-created on every page request. You really want to put this component (your errorhandler) in the APPLICATION scope, and place it there within your

Re: AW: railo getting started 3

2009-06-24 Thread Will Tomlinson
Don, I guess it's time to invite you to the Railo Google group. THANK YOU GERT! I thought you'd never offer! ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing

CF8 MS SQL Server Query Problems

2009-06-24 Thread Aaron Roberson
Hey all I recently converted a site over from ASP to ColdFusion and the backend is MS SQL Server. I have a very simple query that for some reason is returning zero records using a cfquery but when I put the same SQL directly into SQL Server Management Studio it returns over 300 results. Here is

RE: CF8 Uses Incorrect Component Path

2009-06-24 Thread Dawson, Michael
OK. I will try this tomorrow morning. I put it there as a simple test to make sure the mappings worked with a component. I figured that those variables would be ready-to-use once they were set. Originally, I had a data gateway object in the onRequestStart method, but I started reducing

Re: AW: railo getting started 3

2009-06-24 Thread Dave l
THANK YOU GERT! I thought you'd never offer! NOO ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive:

Re: CF8 MS SQL Server Query Problems

2009-06-24 Thread Jason Fisher
What do you see if you dump? cfdump var=#rs# / The metadata should at least confirm the SQL that's getting passed through. SQL Server certainly doesn't care about CF, it's just serving the request of the JDBC driver. ~|

Re: CF8 MS SQL Server Query Problems

2009-06-24 Thread Aaron Roberson
Hey Jason. Here is the url to the page I am working with: http://www.fws.gov/stockton/afrp/alldocs.cfm The SQL in cfdump looks the same On Wed, Jun 24, 2009 at 4:42 PM, Jason Fisher ja...@wanax.com wrote: What do you see if you dump? cfdump var=#rs# / The metadata should at least

autosuggest - other than cf8 solution

2009-06-24 Thread Don L
Dominic Watson has an interesting tag called better autosuggest, at a quick peek it seems quite fancy, also, it mentions it requires cf8. I'm wondering if there's any such tag out there for my railo environment. Thanks. Don

Re: AW: railo getting started 3

2009-06-24 Thread Rick Faircloth
Now he's done it...there goes the neighborhood! ;o) On Wed, Jun 24, 2009 at 7:15 PM, Dave l cfl...@jamwerx.com wrote: THANK YOU GERT! I thought you'd never offer! NOO ~| Want

Re: autosuggest - other than cf8 solution

2009-06-24 Thread Don L
Dominic Watson has an interesting tag called better autosuggest, at a quick peek it seems quite fancy, also, it mentions it requires cf8. I'm wondering if there's any such tag out there for my railo environment. Thanks. Don Alterntively, I'm not sure if one is legal to edit

RE: autosuggest - other than cf8 solution

2009-06-24 Thread Will Swain
Why not take a look at JQuery - there are a number of autosuggest/autocomplete plugins: http://plugins.jquery.com/taxonomy/term/109 Should be easy enough to use. -Original Message- From: Don L [mailto:do...@yahoo.com] Sent: 25 June 2009 01:47 To: cf-talk Subject: Re: autosuggest -

Re: autosuggest - other than cf8 solution

2009-06-24 Thread Pete Freitag
On Wed, Jun 24, 2009 at 8:39 PM, Don Ldo...@yahoo.com wrote: Dominic Watson has an interesting tag called better autosuggest, at a quick peek it seems quite fancy, also, it mentions it requires cf8.  I'm wondering if there's any such tag out there for my railo environment. Thanks. Don

Re: CFDocument, finding y position?

2009-06-24 Thread Mike Chabot
No, you can't do that using CF 8. I'm pretty sure the mid-line pagebreak issue has been discussed before if you search the archives of this list and the Adobe forums. Remember that cfdocument is a feature powered by an old version of iText, which is an active open-source project that has its own

Re: CF8 MS SQL Server Query Problems

2009-06-24 Thread Mike Chabot
The query looks good to me. Run SQL Server Profiler to see what SQL Server is trying to execute, since the command sent to SQL Server isn't the same as what you see in the source code. Is this the only query in the site with a problem? Maybe verify that the stockton datasource points to the

Re: CF8 + MySql 5 + Thai language + Macs (Paul Hastings to the resque?)

2009-06-24 Thread Paul Hastings
Azadi Saryev wrote: MS Sans Serif seems to display Thai text in the pages just fine on my Win XP... Well, actually the font specified in the site's stylesheet is Microsoft Sans Serif... I am not sure such font even exists - maybe my browser just substitutes its default unicode font for it?

Re: autosuggest - other than cf8 solution

2009-06-24 Thread Andrew Grosset
http://www.lalabird.com/?fa=JSMX.downloads scroll down the page to you see JSMXsuggest Example I really like JSMX very easy to use Andrew. ~| Want to reach the ColdFusion community with something they want? Let them know