coldfusion 7.0.2 and flex

2006-08-23 Thread wolf2k5
Hi all, I've upgraded a ColdFusion 7.0.1 server installation on Linux to 7.0.2. Does it support Flex already or do I have to install anything else? How can I quickly verify that a Flex application works on it? Is there any basic sample app that I can test? Thanks. ~

Re: cfreport and report generation slowness

2006-05-14 Thread wolf2k5
On 5/13/06, Kay Smoljak <[EMAIL PROTECTED]> wrote: > Is you're using CFMX Standard, then report generation is single > threaded and yes, it is rather slow. Enterprise has what they refer to > as "high perfomance reporting". Either way, report generation is an > intensive task that uses a lot of res

cfreport and report generation slowness

2006-05-12 Thread wolf2k5
Hi, I'm trying to generate an XLS report with cfreport on ColdFusion MX 7.0.1. The db query is very fast and the recordset contains about 1000 rows, each row has about 10 text/numeric fields. The report generation takes up to 1 minute on my PowerBook, it's a bit faster on the production Linux ser

Re: cflogin and load balancing

2006-03-27 Thread wolf2k5
On 3/26/06, Adam Churvis <[EMAIL PROTECTED]> wrote: > It doesn't work that way. Since your CFLOGINUSER call is inside a CFLOGIN > call, that CFLOGIN call *won't* run when the second server sees your > authentication cookie because CFLOGIN only runs when you are *not* > authenticated. Actually,

Re: cflogin and load balancing

2006-03-27 Thread wolf2k5
On 3/26/06, Adam Churvis <[EMAIL PROTECTED]> wrote: > And one more thing... SSL really doesn't matter because you're not going to > use it everywhere on your site, only in some places, so everywhere else that > doesn't use SSL is still exposed. The whole application will use HTTPS. Regards. ~~

Re: cflogin and load balancing

2006-03-25 Thread wolf2k5
On 3/24/06, Adam Churvis <[EMAIL PROTECTED]> wrote: > If I'm not mistaken, *authorization* (not authentication) can't work across > multiple CF servers -- clustered or not -- because there's no mechanism for > specifying *roles* on any computer other than the one on which CFLOGINUSER > was execu

Re: cflogin and load balancing

2006-03-24 Thread wolf2k5
On 3/23/06, Adam Churvis <[EMAIL PROTECTED]> wrote: > ColdFusion Server is broken with respect to the CFLOGIN security framework > working on a clustered system with failover. The reason is that the > authentication cookie contains the authentication information but not any > authorization (roles)

Re: cflogin and load balancing

2006-03-24 Thread wolf2k5
On 3/23/06, wolf2k5 <[EMAIL PROTECTED]> wrote: > But I still wonder why the cflogin cookie includes the full login info > (username/password base64 encoded), what does it need to then? I stand corrected again! I did further testing and the cflogin/cfloginuser code will automatical

coldfusion built-in security framework: get a list of all roles for an user

2006-03-24 Thread wolf2k5
Hi all, I'm using the ColdFusion built-in security framework (cflogin/cflogout) for a small application. I can check if an user has a role by using the isUserInRole function. Is there any way to get a list of all roles for an user? Thanks. ~~

Re: cflogin and load balancing

2006-03-24 Thread wolf2k5
On 3/23/06, Jochem van Dieten <[EMAIL PROTECTED]> wrote: > If you have the username and password, why don't you log him in > yourself? What do you mean? Thanks. ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:236118

Re: cflogin and load balancing

2006-03-23 Thread wolf2k5
On 3/23/06, Dave Watts <[EMAIL PROTECTED]> wrote: > Yeah, I didn't get around to testing this, but I would have really been > surprised if this were true. But I still wonder why the cflogin cookie includes the full login info (username/password base64 encoded), what does it need to then? > Build

Re: cflogin and load balancing

2006-03-23 Thread wolf2k5
On 3/22/06, wolf2k5 <[EMAIL PROTECTED]> wrote: > To reply to my own question: it looks like that the cflogin cookie > includes the username/password info (I think it's base64 encoded), > when jumping from one server to another, the user is already logged > into the second se

Re: cflogin and load balancing

2006-03-22 Thread wolf2k5
On 3/22/06, wolf2k5 <[EMAIL PROTECTED]> wrote: > Now I'm hitting a weird issue with cflogin, someontimes after using my > app for a few time, I'm logged out automatically, I cannot reproduce > the issue in a consistent way, but it happens once in a while. BTW, I'

Re: cflogin and load balancing

2006-03-22 Thread wolf2k5
On 3/21/06, wolf2k5 <[EMAIL PROTECTED]> wrote: > That's exactly what I'm wondering: does the cflogin cookie include all > the info (username/password) needed to (automatically) > (re)authenticate the user on a server if he previously authenticated > on another server?

Re: cflogin and load balancing

2006-03-21 Thread wolf2k5
On 3/21/06, Dave Watts <[EMAIL PROTECTED]> wrote: > If you use round-robin DNS, it is unlikely that the user will be sent to one > server, then another. When the user attempts to connect initially, the DNS > server will issue one IP address, and that IP address will be cached for > some time by the

cflogin and load balancing

2006-03-21 Thread wolf2k5
Hi all, I'm working on a simple ColdFusion application. The user will have to login, before being able to use any feature of the application. I was thinking to use the CF security framework (cflogin, etc.) to manage authentication and authorization for my application. Most probably the applicat

Re: Alternative Oracle JDBC Driver For Standard Edition

2006-01-27 Thread wolf2k5
On 1/27/06, Lonny Eckert <[EMAIL PROTECTED]> wrote: > What I had not bothered to mention was that this is a conversion from > Oracle Portal. So yes the client had already invested heavily into > Oracle and wanted to stick with Oracle. Had this been a "new" project I > agree that SQL server would ha

Re: [OT] negate a regex

2006-01-19 Thread wolf2k5
On 1/19/06, Ben Doom <[EMAIL PROTECTED]> wrote: > Sorry, I'm not familiar enough with whatever regex engine Apache uses to > give you good advice. I ended up with the following config directives respectively for the HTTP and HTTPS virtual hosts: # HTTP vhost RewriteEngine on RewriteRule ^/secureD

Re: [OT] negate a regex

2006-01-19 Thread wolf2k5
On 1/18/06, wolf2k5 <[EMAIL PROTECTED]> wrote: > Now I need a directive for the Apache HTTPS vhost config file to make > sure that if anyone tries to access the rest of the web site (anything > outside the secure directory) over HTTPS, he is redirected to the HTTP > URL, s

[OT] negate a regex

2006-01-18 Thread wolf2k5
Hi all, I apologize for the OT, hopefully there is someone on the list that can give me a little help me with this issue ... I have a web site with a directory that needs to be accessed only over HTTPS, HTTP access shouldn't be allowed to that directory for security reasons. The rest of the web

Re: Verity vs. sql indexing

2006-01-07 Thread wolf2k5
Hi, Is Oracle Text included in the standard edition of Oracle Database? Thanks. ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228689 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http:

Re: missing Oracle data source option

2005-12-19 Thread wolf2k5
On 12/19/05, Plunkett, Matthew <[EMAIL PROTECTED]> wrote: > This is in fact what the problem ended up to be. Just used the wrong serial > number...ugh, reinstall needed. Are you sure you need to reinstall it? I think you can just enter the Enterprise Edition serial number without reinstall ... R

how to put a timeout around a piece of CF code?

2005-12-16 Thread wolf2k5
Hi, Is there any way to put a timeout for a piece of CF code? E.g. I have a CF script with file operations and db queries, I want to make sure the file/db operations take no longer than a predefined timeout, if that happens the code should throw an error I could catch with the surrounding code.

Re: Latest Stable JVM Version?

2005-12-13 Thread wolf2k5
On 12/13/05, Nathan Strutz <[EMAIL PROTECTED]> wrote: > Well, it's stable on 1.5 (the latest), but you won't be able to take > advantage of web services. It's supported up to 1.4.2 > (http://java.sun.com/j2se/1.4.2/download.html), which is what I would > recommend. I think the CFLDAP tag is broken

Re: Web Analytics

2005-12-13 Thread wolf2k5
On 12/12/05, Kay Smoljak <[EMAIL PROTECTED]> wrote: > Regardless of whether it happens or not, version 5 (the latest > standalone) is a great solution, cheaper than either Livestats or > WebTrends (at least it was when I checked) but easily comparble to > either of those in features. Urchin Softwa

Re: qBrowser Released

2005-12-03 Thread wolf2k5
On 12/1/05, Ryan Guill <[EMAIL PROTECTED]> wrote: > Also, realize that some of the features will be limited in 6.1 over > the 7 version. That results attribute was one of the nicest things > about this. But so far it looks like the only thing you will be > missing is the execution time (although

Re: qBrowser Released

2005-12-01 Thread wolf2k5
Hi, I tried qBrowser on ColdFusion MX 6.1 (with Updater) and got the following error: The CFML compiler encountered an unexpected java.lang.NullPointerException exception. The reason for this was: Occurred at:java.lang.NullPointerException at coldfusion.compiler.NeoTranslationContext.findTagName(

coldfusion mx 7 and mysql 5

2005-11-18 Thread wolf2k5
Hi all, I installed ColdFusion MX 7.0.1 on Red Hat Enterprise Linux. I also installed MySQL 5.0.15 on the same server. I cannot get CFMX to connect reliably to MySQL, I tried the CFMX driver and also the mysql.com JDBC driver (version 3.0.x and 3.1.x). I got weird error messages: connection tim

Re: Is this a bug,... or an undocumented feature?

2005-11-14 Thread wolf2k5
On 11/14/05, Claude Schneegans <[EMAIL PROTECTED]> wrote: > > CGI.whateverYouPutHere = [#CGI.whateverYouPutHere#] > CGI.whateverYouPutHere not defined > > > Always displays > CGI.whateverYouPutHere = [] Hi, The structKeyExists function seems to work well (tested with ColdFusion MX 6.1 with

ColdFusion MX CFLDAP NullPointerException bug

2005-11-09 Thread wolf2k5
Hi all, I hit the CLDAP NullPointerException bug with ColdFusion MX 6.1 (with Updater): I am running ColdFusion for J2EE with JVM 1.4.2_09 and I cannot rever

ColdFusion Administrator bug in CFMX 7.0.1

2005-11-03 Thread wolf2k5
Hi, I think I found a bug in ColdFusion Administrator's "Java and JVM" settings for CFMX 7.0.1 on Linux (server install). I changed the "Maximum JVM Heap Size (MB)" from 512 to 768 and I restarted the CF service to have the changes take effect. It didn't come back! I checked the 'cfserver.log'

Re: error Requested resource 'null' (null) not found with ColdFusion MX 7.0.1

2005-11-03 Thread wolf2k5
On 11/2/05, wolf2k5 <[EMAIL PROTECTED]> wrote: > The new ColdFusion MX 7.0.1 installation seems to work fine, but there > are a bunch of errors in the 'cfserver.log' file: > > 11/02 07:39:34 info report > 11/02 07:39:34 error Requested resource 'null'

error Requested resource 'null' (null) not found with ColdFusion MX 7.0.1

2005-11-02 Thread wolf2k5
Hi, I installed ColdFusion MX 7.0.1 on Red Hat Enterprise Linux 3 ES (Update 6). I migrated the settings from a previous ColdFusion MX 7.0.0 installation (putting the neo-*.xml files in the 'cf6settings' directory and letting the migration wizard run whe accessing the CF Administrator for the fir

MINUS and INTERSECT support for query of queries

2005-10-28 Thread wolf2k5
Hi, It looks like you can do an UNION in a query of queries with ColdFusion MX 6.1, while MINUS and INTERSECT are not supported. Is this a known limitation? What about ColdFusion MX 7? Thanks. ~| Find out how CFTicket can incr

Re: portable SQL queries with date and time values

2005-10-27 Thread wolf2k5
On 10/27/05, Kerry <[EMAIL PROTECTED]> wrote: > dont know about best practice, but to ensure date portability I dont use > date fields in the DB, I use varchar fields and put ISO dates in them e.g. > > 20051027T161420 > > Then if needed, I convert to proper dates once the value is out of the DB. >

Re: portable SQL queries with date and time values

2005-10-27 Thread wolf2k5
On 8/17/05, wolf2k5 <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to figure out what is the best way to write SQL queries > including date and time values that will work across several Oracle > Database installations (different versions and different regional > settings

recover datasource password

2005-10-19 Thread wolf2k5
Hi, Is there any way to recover the password from a ColdFusion MX 6.1/7 datasource? Thanks. ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?b

Re: XMLTransform() failing with NoClassDefFound Error

2005-10-19 Thread wolf2k5
On 10/19/05, James Holmes <[EMAIL PROTECTED]> wrote: > OK, I call shenanigans. > > We fixed it this way; in ONE of the sandboxes (nothing to to with my > account, for example) we enabled direct access to the xalan.jar in > cfroot/lib - it then started working properly for other sandboxes > where th

Re: XMLTransform() failing with NoClassDefFound Error

2005-10-18 Thread wolf2k5
On 10/18/05, James Holmes <[EMAIL PROTECTED]> wrote: > For some reason, XMLTransform() has stopped working across all of our > servers at once, with a java.lang.NoClassDefFoundError error. Do you have Sandbox Security enabled? We hit a similar issue in the past ... Regards.

Re: ColdFusion DataDirect JDBC drivers 3.5 ETA?

2005-10-11 Thread wolf2k5
On 10/11/05, Dave Carabetta <[EMAIL PROTECTED]> wrote: > ... Stephen Dupre has been > heading a small beta program to make sure the drivers are acceptable, > and Macromedia *will* be releasing their "Macromedia-ized" version in > the near future. I'd like to know how "near" is this future! :-) Is

ColdFusion DataDirect JDBC drivers 3.5 ETA?

2005-10-11 Thread wolf2k5
Hi, We hit the stored procedure issue with ColdFusion MX 6.1/7 and Oracle Database 10g R2. Does anyone know when Macromedia is going to release the updated DataDirect JDBC drivers (version 3.5)? Thanks. ~| Find out how CFTicket

executing multiple queries

2005-10-07 Thread wolf2k5
Hi, Is there any way to execute multiple queries with ColdFusion MX 6.1 and Oracle Database 9i R2? The cfquery tag seems to support a single query only ... Thanks. ~| Find out how CFTicket can increase your company's customer s

Re: Null list bug?

2005-10-04 Thread wolf2k5
On 10/4/05, Deanna Schneider <[EMAIL PROTECTED]> wrote: > Well, you sure do. What a goofy thing. That's the whole idea of the null > attribute. Ugh. Actually, according to the docs, when you set the null attribute to yes, the value attribute is ignored:

Re: cfscript: optional arguments in function calling

2005-10-03 Thread wolf2k5
On 10/3/05, Raymond Camden <[EMAIL PROTECTED]> wrote: > Don't forget you can use argumentCollection to dynamically pass > attributes to a CFC method or UDF. That would let you use cfscript if > you want to. argumentCollection for CFCs/UDFs works the same as > attributeCollection for custom tags. T

cfscript: optional arguments in function calling

2005-10-03 Thread wolf2k5
Hi, I usually prefer CFScript over CF TAGs since it's more concise. However sometimes TAGs seem better at that, e.g.: TAGs version: CFScript version: if (structKeyExists(form,"myOptionalParam")) myCFC.myMethod( myRequiredPa

Re: [SOT] Better WDDX JavaScript serializer/deserializer functions?

2005-10-03 Thread wolf2k5
On 10/3/05, Jim Davis <[EMAIL PROTECTED]> wrote: > I've got one... I'm not sure if it's "better" tho'. > > Right now it's sort of embedded in a larger library (the full library does > WDDX, JSON, XML-RPC and YODEL) - I could split it out for you if you like. > > It may be faster, it may not but

[SOT] Better WDDX JavaScript serializer/deserializer functions?

2005-10-02 Thread wolf2k5
Hi all, I am developing a web application with ColdFusion MX 6.1. I added some AJAX features using WDDX as format for exchanging data between the browser and the server, since it's supported natively by ColdFusion (e.g. CFCs with remote access). However the WDDX JavaScript serializer/deserialize

When to use the THIS scope for a ColdFusion Component?

2005-08-29 Thread wolf2k5
Hi all, I am new to OOP, but I know CFML pretty well. I started playing with ColdFusion Components a couple of years ago and I never found a good reason to use the "This" scope. Am I missing anything? Thanks. ~| Find out how C

Fusebox 4.1 MVC and OO sample application

2005-08-25 Thread wolf2k5
Hi there, I am learning Fusebox, MVC and OO. I know it's a lot of stuff to learn at the same time, but I think I am doing pretty good. :-) I downloaded the "Wegot Widgets with OO" sample application from the fusebox.org web site and, as far as I undestand, it doesn't follow an MVC approach. Did

Re: FCKeditor & Fusebox4.1

2005-08-25 Thread wolf2k5
On 8/25/05, Andy Mcshane <[EMAIL PROTECTED]> wrote: > Has anybody had any experience using FCKeditor, Fusebox4.1 and MVC using the > CFC method of invoking the editor? Are there any examples available? In your > opinion is FCKeditor easier to use than TinyMCE? Hi, I am interested into integrati

Re: fusebox security plugin

2005-08-24 Thread wolf2k5
On 8/23/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > as well as "TheOffice" which shows a more advanced example I cannot find it, do you have an URL? Thanks. ~| Logware (www.logware.us): a new and convenient web-based time

Re: DAO, Gateway, and Manager model for Fusebox and Mach-II

2005-08-23 Thread wolf2k5
On 8/23/05, wolf2k5 wrote: > I am looking at the sample Fusebox 4.1 OOP application and I am bit > confused about the DAO, Gateway, and Manager model. Also, is it the same as the DAO, Bean and Gateway model? I found a CFC generator for such model, starting from the db tables:

DAO, Gateway, and Manager model for Fusebox and Mach-II

2005-08-23 Thread wolf2k5
Hi, I am looking at the sample Fusebox 4.1 OOP application and I am bit confused about the DAO, Gateway, and Manager model. Can anyone quicky explain what is it and/or point me in the right direction? Is the same model applicable to Mach-II? Thanks a lot. ~~

fusebox security plugin

2005-08-23 Thread wolf2k5
Hi, I am looking for a sample security plugin for Fusebox 4.1. Do you know any? Also, is it possible to use CF security framework (cflogin, IsUserInRole, etc.) with Fusebox? If so, how? Thanks. ~| Find out how CFTicket can incr

[SOT] OOP book

2005-08-17 Thread wolf2k5
Hi, I am new to Object-Oriented Programming, can anyone recommend a good book to get started? Thanks. ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/

Re: Ajax and CFCs

2005-08-17 Thread wolf2k5
On 8/17/05, Jim Davis <[EMAIL PROTECTED]> wrote: > All of the implementations are just old (and, because they don't take > advantage of any of the modern capabilities, slower than you'd expect) - but > most still work fine. > > There's also a minor issue (depending on how you feel about standards)

portable SQL queries with date and time values

2005-08-17 Thread wolf2k5
Hi, I am trying to figure out what is the best way to write SQL queries including date and time values that will work across several Oracle Database installations (different versions and different regional settings). So far I am using some code similar to this: SELECT * FROM myTable WHERE

Re: Ajax and CFCs

2005-08-17 Thread wolf2k5
Hi, I found another option for creating an AJAX interface to a CF application: calling a CFC's method with the URL parameters, it will return the result in WDDX format. Do you think it is a good solution? Someone mentioned that the WDDX format is pretty old and that the JS code is not updated si

Fusebox and CFCs

2005-08-16 Thread wolf2k5
Hi, Do you know any good resource or sample application with Fusebox and CFCs? I am new to Fusebox and I'd like to give it a try, I already have experience with CFCs. Thanks. ~| Logware (www.logware.us): a new and convenient we

Re: Ajax and CFCs

2005-08-16 Thread wolf2k5
On 8/16/05, Micha Schopman <[EMAIL PROTECTED]> wrote: > Just wondering, why would you want to communicate with SOAP envelopes in > the first place? If you are exchanging data with such complex structures > it is clearly a case of the wrong approach towards the Ajax pattern. My plan it to do as lit

How to access a CFC both locally and remotely?

2005-08-16 Thread wolf2k5
Hi, I am planning to add an AJAX interface to one on my applications, the application uses CFCs. Can I have a CFC's method with both local and remote access? How? How can I figure out when the method is accessed locally and when it is accessed remotely? I need to use different security checks, b

Re: Ajax and CFCs

2005-08-16 Thread wolf2k5
On 8/15/05, Christian Cantrell <[EMAIL PROTECTED]> wrote: > CFCs can be invoked directly through the XMLHttpRequest object as long > as the CFC support remote access. I tend to cache my components and > access them through a controller/proxy which can also be easily done via > Ajax. And finally,

Re: Ajax and CFCs

2005-08-16 Thread wolf2k5
On 8/15/05, Vince Bonfanti <[EMAIL PROTECTED]> wrote: > Once you realize it's the WebORB server that's actually invoking CFCs (on > behalf of the client), and not the client invoking CFCs directly, then it > should be clear that invoking the CFCs on BlueDragon directly makes more > sense than invok

Re: Ajax and CFCs

2005-08-16 Thread wolf2k5
On 8/15/05, Jim Davis <[EMAIL PROTECTED]> wrote: > Although I'm sure it's incredibly useful to many for current purposes there > should be no server-side footprint. CF and BD already do SOAP-based > services via CFC, .NET does them automatically as well. WebSphere has > built-in thingies. > > Th

Ajax and CFCs

2005-08-14 Thread wolf2k5
Hi, Do you know any example on how to integrate an AJAX web interface with ColdFusion Components? Do you know any good AJAX client/server library with ColdFusion support? Thanks. ~| Logware (www.logware.us): a new and convenien

Re: consuming WS from XMLHttpRequest object

2005-08-14 Thread wolf2k5
On 8/10/05, Thomas Chiverton <[EMAIL PROTECTED]> wrote: > Learn how to write SOAP XML requests, i.e. don't do that. Isn't there any Javascript library to handle SOAP calls? Why you recommend to don't do that? Performance reasons? Thanks. ~

ColdFusion and Oracle Single Sign On

2005-08-09 Thread wolf2k5
Hi, Does anyone have experience integrating Oracle Single Sign On (OSS) with ColdFusion? Do you know any good resource to get started? Thanks. ~| Logware (www.logware.us): a new and convenient web-based time tracking applicati

Re: Cannot disable JSP functionality for CFMX 7

2005-07-07 Thread wolf2k5
On 7/5/05, wolf2k5 <[EMAIL PROTECTED]> wrote: > Hi, > > I am running ColdFusion MX 7 (server configuration) on Red Hat > Enterprise Linux 3 with Apache 2. > > I was running ColdFusion MX 6.1, before the upgrade to version 7 this > week, and Tomcat was processing J

Cannot disable JSP functionality for CFMX 7

2005-07-05 Thread wolf2k5
Hi, I am running ColdFusion MX 7 (server configuration) on Red Hat Enterprise Linux 3 with Apache 2. I was running ColdFusion MX 6.1, before the upgrade to version 7 this week, and Tomcat was processing JSP files just fine (since I disabled the JSP functionality for CFMX 6.1). After the upgrade

DNS query with ColdFusion

2005-06-15 Thread wolf2k5
Hi all, I need to make a DNS query from within ColdFusion MX 6.1 to figure out the Active Directories servers for a domain name (TXT records) . I am looking for some example code to do that using the underlying Java classes. Any link? Thanks a lot. ~

web services security (WSS)

2005-06-02 Thread wolf2k5
Hi, Unfortunately ColdFusion MX doesn't support web services security (WSS): I found a few threads suggesting to use WSS4J: Did anyone try to use it with CFMX 6.1 or 7? Any luck? Thanks. ~~~

Re: ColdFusion MX 7 for J2EE and RDS with a context-root other than /CFIDE

2005-05-19 Thread wolf2k5
On 5/19/05, wolf2k5 wrote: > Is there any way to have Dreamweaver MX 2004 (7.0.1) to connect to my > CFMX7 installation via RDS using the /cfmx7 context-root (the RDS > entry point should be http://localhost/cfmx7/CFIDE/main/ide.cfm)? Apparently Homesite 5.5 can do

Re: coldfusion mx 7 for j2ee: tomcat won't stop

2005-05-19 Thread wolf2k5
On 5/17/05, Sean Corfield <[EMAIL PROTECTED]> wrote: > I don't see this problem with Tomcat 4.x (on OSX) so maybe this is a > Tomcat 5.x issue? Mind you, neither version of Tomcat is actually > supported as a deployment platform for CFMX, according to the System > Requirements pages on the MM webs

ColdFusion MX 7 for J2EE and RDS with a context-root other than /CFIDE

2005-05-19 Thread wolf2k5
Hi, I am running ColdFusion MX 7 for J2EE on Tomcat 5.0.28 on Mac OS X 10.3. I deployed the ColdFusion web application to the /cfmx7 context-root, the Coldfusion Administrator is available at the following URL: I didn't deploy the additiona

coldfusion mx 7 for j2ee: tomcat won't stop

2005-05-17 Thread wolf2k5
Hi, I am running ColdFusion MX 7 for J2EE on Tomcat 5.0.28 on Red Hat Enterprise Linux 3 with Sun JVM 1.4.2_08. When I issue the shutdown command to Tomcat, it won't stop and I have to use manually kill the process. The same Tomcat installation stops just fine when running ColdFusion MX 6.1 for

Re: ColdFusion MX 6.1 and 7 on the same server

2005-04-29 Thread wolf2k5
On 4/29/05, Thomas Chiverton <[EMAIL PROTECTED]> wrote: > You missed my point, don't use mod_jrun in Apache. > Run two jRun's with coldfusion in on two different (non 80) ports, and then > use mod_proxy/pound/whatever to expose them over port 80 for different > requested hostnames. I don't want t

Re: ColdFusion MX 6.1 and 7 on the same server

2005-04-27 Thread wolf2k5
On 4/27/05, Thomas Chiverton <[EMAIL PROTECTED]> wrote: > Yes, run it on a different port. What about the JRun module name conflict reported by Jared? Thanks. ~| Find out how CFTicket can increase your company's customer suppor

ColdFusion MX 6.1 and 7 on the same server

2005-04-26 Thread wolf2k5
Hi, I am running ColdFusion MX 6.1 Server Configuration on Red Hat Enterprise Linux 3 with Apache HTTP Server 2.0.46. Can I install CFMX 7 Server Configuration on the same Linux server and use it only for a few Apache virtual hosts, while keeping using CFMX 6.1 for the other virtual hosts? If so