Re: JRun has closed connection

2004-02-25 Thread adrocknatalk
Crit, It can be a number of issues, usually when JRUN craps out its because the system has crapped out. Next time this happens check your processes and see what the CPU and RAM usage is like. If you are running multiple instances, you may have one too many. -Adam -Original Message-

Re: New Book

2004-02-24 Thread adrocknatalk
I'll def be checking it out. Your FB3 book was a good read, you've got a very casual wirting style that makes it easy to go cover to cover. Although, not to offend, I found that last chapter to be the funniest thing I've read in a techbook in awhile. hehehe. Nuthin' but net. -Original

Re: Can you parameterize instantiation of a CFC?

2004-02-23 Thread adrocknatalk
Stick with cfscript and it will make your life a little eaier: myObj = createObject(component, com.mydomain.mycomponent).init(myArgs); have your init() return then component itself using 'return this'. -Adam -Original Message- From: Craig Earls [mailto:[EMAIL PROTECTED] Sent:

Re: CFC Packages...

2004-02-23 Thread adrocknatalk
yeah, thats the way i do it and it's pretty simple to move enviornments. just update a line or two in the application.cfm. I keep all my path settings there. -Adam -Original Message- From: Rob Rohan [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 24, 2004 03:28 AM To: 'CF-Talk'

Re: CSS in CFM pages

2004-02-23 Thread adrocknatalk
Of course you can. You can use CSS exactly as you would in a static HTML page. You can include the css through link rel.. @import, or inline with style tags. -Adam -Original Message- From: face mann [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 24, 2004 02:38 AM To: 'CF-Talk'

Re: CSS in CFM pages

2004-02-23 Thread adrocknatalk
View source of the generated page and copy it to the list. -Original Message- From: face mann [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 24, 2004 03:01 AM To: 'CF-Talk' Subject: Re: CSS in CFM pages Sorry, here is the code: cfsetting enablecfoutputonly=1 LINK