Re: JVM Heap Size

2011-10-05 Thread Maureen Barger

There's also tons of profilers out there for the Sun JVM. Rather than throw
spaghetti at the wall and see what sticks, install one and watch your app(s)
for a while. Perhaps your RMI interval could be longer, GC method be
different, heap size smaller or larger etc.
And on the other side of the coin, if you are concerned with efficiency,
code can almost always be improved too. You can have the fastest Ferrari in
the world but if the driver doesn't know how to drive stick, the ride is
going to suck.
Good luck!

On Wed, Oct 5, 2011 at 17:02, Dave Watts  wrote:

>
> > Nothing in server.log available in CFAdmin. Just the successful start
> info
> > from after I reverted the JVM version. Am I missing something?
>
> The log you're interested in is one of the JRun logs file
> (cfusion-out.log or cfusion-event.log, I forget which.). I'm not sure
> where that's located if you're using the standalone install of CF, but
> on multiserver, it's something like:
>
> c:\jrun4\logs\
>
> or
>
> /opt/jrun4/logs
>
> Alternatively, you might try running CF as an application rather than
> a service, which will pipe startup errors to your command prompt or
> terminal window.
>
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> http://training.figleaf.com/
>
> Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
> GSA Schedule, and provides the highest caliber vendor-authorized
> instruction at our training centers, online, or onsite.
>
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:347955
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: How to vary the size of the JVMs in CF8 multiserver?

2009-12-04 Thread Maureen Barger

Each instance has to use its own jvm.config. You should uniquely name
them, and inside can point to different jvms, classpaths, parameters
etc. You will have to use a wrapper script and can no longer restart
them from the web admin pages.

On Fri, Dec 4, 2009 at 12:05, Jim Martin  wrote:
>
> I'm running ColdFusion 8 multiserver on several servers where I work.  Any 
> time I vary a JVM size in the JRun management console I get the warning that 
> "This change will affect all JVMs on the server".  I need to be able to 
> change the size of a single JVM without affecting the others.  Is there a 
> work around for this?

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328857
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CF7 multiserver config with JRun and SSL = 500 errors

2009-12-03 Thread Maureen Barger

You probably have a virtual host set up for your SSL host? Are you
sure you have your  JRunConfig Bootstrap set to the port of your
instance inside the conf of that SSL vhost?

On Thu, Dec 3, 2009 at 09:24, Rob Barthle  wrote:
>
>>You can run the site via Apache with SSL without needing SSL on the
>>proxyService. The communication between Apache and CF is all local, so
>>SSL is less important at that point.
>>
>
> You would think that to be the case, but right now I cannot make that happen. 
> Commenting out all the SSL related attributes in jrun.xml for that CF server 
> does not alleviate the error. I still get the exact same message "JRun will 
> not accept request.  Check JRun web server configuration and JRun mappings on 
> JRun server.". So something does have to be set in JRun it seems, I just have 
> no idea at this point.
>
> HTTP (port 80) files run fine.


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328792
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: How to register Fonts for CF8 Enterprise installation?

2009-11-23 Thread Maureen Barger

You are running multiserver which implies you are using sandbox security?
Add your fonts directory to the instance's sandbox security.

On Sun, Nov 22, 2009 at 19:43, Dave  Hatz  wrote:
>
> We are running CF8 Enterprise, multi-server, JRun, Windows 2008 box.  This is 
> a new installation and we are getting errors trying to produce CFDocument 
> PDFs.  When I go into CF Admin, Server Settings, Font Management, there are 
> no Fonts registered.  When I try to select the windows font directory, 
> /windows/fonts, CF Admin is throwing errors:
>
> com.lowagie.text.FontFactory.getFontProperties()Ljava/util/Map; null The 
> error occurred on line 68.
>
> http://127.0.0.1/CFIDE/administrator/settings/fonts.cfm
>
> We have CF8 running on 2003 on another box and we don't have this problem.  
> Can someone point me in the right direction where to find information on how 
> to register fonts on our CF8 2008 box?
>
> Thanks,
> Dave
>
> 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328598
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: ColdFusion on Solaris Automatic Startup Scripts

2009-11-04 Thread Maureen Barger

Who are you when you run this?

On Wed, Nov 4, 2009 at 16:46, Ian Skinner  wrote:
>
> According to this technote: Workaround for ColdFusion Startup with
> System Startup on Solaris (ColdFusion 8 and 8.0.1)
> http://kb2.adobe.com/cps/403/kb403351.html, we should be able to run
> these scripts and it will create the start up and kill scripts that will
> automatically start ColdFusion when the box is powered on.
>
> It does not work for us.  We get the following errors.
>
>
> # ./cf-init.sh install
> Creating the Coldfusion 8 start script /etc/init.d/coldfusion8multi
> cp: cannot access /opt/jrun4/bin/cf-multi-startup
> Adding ColdFusion 8 start/kill links
> ln: cannot create ./STARTSCRIPT: File exists
> Install complete
>
>
> The referenced files/folders to not exist.  What can be done to get this
> to work on our multi-home enterprise edition ColdFusion server running
> on a Solaris 10 box.
>
>
> TIA
>
> Ian
>
>
> 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328051
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Determining CF8's UNIX Account

2009-09-02 Thread Maureen Barger

Yup, that's your issue. Either chmod -R 777 on the dir where you want
to save files (maybe not so good) or change that line to
RUNTIME_USER="foo" and you should be on your way!
If you do change the RUNTIME_USER ensure your other dirs have correct
permissions too or you will have bigger problems!

On Wed, Sep 2, 2009 at 19:59, Rick Root wrote:
>
> I am running Coldfusion 7 Standard under CentOS Linux
>
> This line is in /etc/init.d/coldfusionmx7
>
> RUNTIME_USER=""nobody""
>
> Rick
>
> 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:325967
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Determining CF8's UNIX Account

2009-09-02 Thread Maureen Barger

You said you are running CF under jRun - have you implemented sandbox
security as well? If so you may have to check permissions for that
directory.
If you have been starting it manually, ensure you are starting it
under the correct user. Have you grepped for the process yet? (Someone
already documented that for you. ps -ef | grep {process} or you could
even ps -ef | grep foo)
Also do your logs say anything? I would check stderr.log or what ever
you have defined.

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:325963
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Garbage collection every 20 minutes

2009-07-30 Thread Maureen Barger

What's teh jvm version?
What is your GC parameter?
What changed last month?


On Thu, Jul 30, 2009 at 17:37, Michael
Dinowitz wrote:
>
> I have it tuned:
> min heap 512
> max heap 1024
>
> permsize: 128
> maxpermsize 512
>
> Like I said, LOTS of traffic and a lot of cached txt files being
> included into a forums thread using GetPageContext().include().
> Everything was going well till recently (a month or so). I just
> noticed the 20 minute GC today. Normally I get bigger memory spikes
> but now it's small and steady. Worry's me a bit.
>
> I'm going to look over both sites for references. I know that Mike has
> taked about setting the min heap to the max heap size in the past, but
> I've avoided doing that so far.
>
> On Thu, Jul 30, 2009 at 4:54 PM, Wil Genovese wrote:
>>
>> Michael,
>>
>> That is not normal.  Sounds like you need some JVM tuning.
>>
>> I wrote a fairly decent blog piece on JVM tuning (http://www.trunkful.com
>> ).  Also Mike Brunt has some wonderful posts and expience with this. 
>> http://www.cfwhisperer.com
>>
>>
>>
>>
>> Wil Genovese
>>
>> One man with courage makes a majority.
>> -Andrew Jackson
>>
>> A fine is a tax for doing wrong. A tax is a fine for doing well.
>>
>> On Jul 30, 2009, at 2:41 PM, Michael Dinowitz wrote:
>>
>>>
>>> I've been seeing server problems every now and again where the CF
>>> server reboots due to memory issues. I've been monitoring it and while
>>> the monitor is on it looks like I have garbage collection happening
>>> every 20 minutes. Does this sound normal? For a heavily hit sight,
>>> what would be expected or optimal for garbage collection?
>>>
>>> Thanks
>>>
>>> --
>>> Michael Dinowitz (http://www.linkedin.com/in/mdinowitz)
>>> President: House of Fusion    (http://www.houseoffusion.com)
>>> Publisher: Fusion Authority    (http://www.fusionauthority.com)
>>> Adobe Community Expert / Advanced Certified ColdFusion Professional
>>> Si, soy el senor "chico malo" para todos
>>>
>>>
>>
>>
>
> 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:325132
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


CFMXE 7.x and SQL Server 2008

2009-07-29 Thread Maureen Barger

Hello - a client recently upgraded to SQL Server 2008 and we can no
longer connect from CFMXE 7.x.

I have asked them to go through the steps outlined here

but errors persist. The DSN is defined using the standard SQL Server
driver - is there an updated one that is required for 2008? I am
logging in with SQL user and its password.

The error I have now is Cannot open database "database" requested by
the login. The login failed.

Caveats - I have no access to the database server.



Suggestions?

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:325070
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: New Server CF error

2009-05-13 Thread Maureen Barger

oopsie, CFMX7.
Anyway ensure your jvm is the same. Do you get any errors in
cfserver.log at CF's startup?

On Wed, May 13, 2009 at 17:47, Maureen Barger  wrote:
> Did you install the 64-bit version of CF and use a 32-bit jvm? Or vice-versa?
>
> On Wed, May 13, 2009 at 18:26, Danny Leavitt  wrote:
>>
>>> Hi all,
>>>
>>> I cloned my Windows 2000 server and moved it to a new one.  We had
>>> Coldfusion MX7.   When I open the CF admin page on this new
>>> environment I get a strange error:
>>>
>>> unexpected constant #2 32
>>>
>>> That's it.  Any ideas?
>>
>> Here's the Stack Trace.  Please help!
>>
>>
>> java.lang.IllegalStateException: unexpected constant #2 32
>>        at coldfusion.compiler.ClassReader.readCpool(ClassReader.java:155)
>>        at 
>> coldfusion.compiler.ClassReader.findEndOfClass(ClassReader.java:224)
>>        at 
>> coldfusion.compiler.NeoTranslator.parseClasses(NeoTranslator.java:394)
>>        at 
>> coldfusion.compiler.NeoTranslator.translateJava(NeoTranslator.java:269)
>>        at 
>> coldfusion.compiler.NeoTranslator.translateJava(NeoTranslator.java:106)
>>        at 
>> coldfusion.runtime.TemplateClassLoader$1.fetch(TemplateClassLoader.java:282)
>>        at coldfusion.util.LruCache.get(LruCache.java:188)
>>        at 
>> coldfusion.runtime.TemplateClassLoader$TemplateCache.fetchSerial(TemplateClassLoader.java:223)
>>        at coldfusion.util.AbstractCache.fetch(AbstractCache.java:58)
>>        at coldfusion.util.SoftCache.get(SoftCache.java:81)
>>        at 
>> coldfusion.runtime.TemplateClassLoader.findClass(TemplateClassLoader.java:422)
>>        at coldfusion.filter.PathFilter.invoke(PathFilter.java:79)
>>        at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:69)
>>        at 
>> coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
>>        at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
>>        at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
>>        at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
>>        at 
>> coldfusion.filter.RequestThrottleFilter.invoke(RequestThrottleFilter.java:115)
>>        at coldfusion.CfmServlet.service(CfmServlet.java:107)
>>        at 
>> coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78)
>>        at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
>>        at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
>>        at 
>> jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:257)
>>        at 
>> jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:541)
>>        at 
>> jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204)
>>        at 
>> jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:318)
>>        at 
>> jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:426)
>>        at 
>> jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:264)
>>        at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
>>
>>
>> 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322482
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: New Server CF error

2009-05-13 Thread Maureen Barger

Did you install the 64-bit version of CF and use a 32-bit jvm? Or vice-versa?

On Wed, May 13, 2009 at 18:26, Danny Leavitt  wrote:
>
>> Hi all,
>>
>> I cloned my Windows 2000 server and moved it to a new one.  We had
>> Coldfusion MX7.   When I open the CF admin page on this new
>> environment I get a strange error:
>>
>> unexpected constant #2 32
>>
>> That's it.  Any ideas?
>
> Here's the Stack Trace.  Please help!
>
>
> java.lang.IllegalStateException: unexpected constant #2 32
>        at coldfusion.compiler.ClassReader.readCpool(ClassReader.java:155)
>        at coldfusion.compiler.ClassReader.findEndOfClass(ClassReader.java:224)
>        at 
> coldfusion.compiler.NeoTranslator.parseClasses(NeoTranslator.java:394)
>        at 
> coldfusion.compiler.NeoTranslator.translateJava(NeoTranslator.java:269)
>        at 
> coldfusion.compiler.NeoTranslator.translateJava(NeoTranslator.java:106)
>        at 
> coldfusion.runtime.TemplateClassLoader$1.fetch(TemplateClassLoader.java:282)
>        at coldfusion.util.LruCache.get(LruCache.java:188)
>        at 
> coldfusion.runtime.TemplateClassLoader$TemplateCache.fetchSerial(TemplateClassLoader.java:223)
>        at coldfusion.util.AbstractCache.fetch(AbstractCache.java:58)
>        at coldfusion.util.SoftCache.get(SoftCache.java:81)
>        at 
> coldfusion.runtime.TemplateClassLoader.findClass(TemplateClassLoader.java:422)
>        at coldfusion.filter.PathFilter.invoke(PathFilter.java:79)
>        at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:69)
>        at 
> coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
>        at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
>        at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
>        at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
>        at 
> coldfusion.filter.RequestThrottleFilter.invoke(RequestThrottleFilter.java:115)
>        at coldfusion.CfmServlet.service(CfmServlet.java:107)
>        at 
> coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78)
>        at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
>        at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
>        at 
> jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:257)
>        at 
> jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:541)
>        at 
> jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204)
>        at 
> jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:318)
>        at 
> jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:426)
>        at 
> jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:264)
>        at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
>
>
> 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322481
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Capturing requested URL in CFML

2009-05-06 Thread Maureen Barger

Are you using apache 2.2? set LogLevel to debug and restart, see what
apache tells you in error.log. Also you can have a rewrite_log written
that can be fun to interpret. That is I assume you are using their
suggested .htaccess rules?

On Wed, May 6, 2009 at 18:02, Ian Skinner  wrote:
>
> Scott Weikert wrote:
>> We're on IIS. So that may make a difference.
>
> Apparently it does.  I found this link talking about the diference in
> Apache not providing the original URL in the query_string variable.
> http://blog.sixsigns.com/2008/02/04/custom-404-pages-with-coldfusion-8-macos-x-and-the-difference-with-iis/
>
> Unfortunately their published solution to use modrewrite to put the path
> back into the query_string had no affect on my system.  Can any apache
> types out there guess why?
>
>
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322266
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Apache and ColdFusion Trouble

2009-05-06 Thread Maureen Barger

Jason Slack, are you still stuck? Your personal email address fails for me.

On Mon, May 4, 2009 at 19:46, Jason Slack  wrote:
>
> Hi Maureen,
>
>
> OK, so I did:
> [r...@server1 ~]# apachectl stop
> [r...@server1 ~]# /opt/coldfusion8/bin/coldfusion stop
> [r...@server1 ~]# nano 
> /opt/coldfusion8/runtime/servers/coldfusion/SERVER-INF/jrun.xml
>

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322258
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Server just.... stops?

2009-05-06 Thread Maureen Barger

Turn on the internal webserver for FR and you will bypass jrun. Make
note of its port and you can hit
http://yourserverhere.com:12345/fusionreactor/fhtml.cfm?mode=login and
get right in.

Do you have FR set up to send you alerts when values you specify (ie
requests, memory, cpu) are met? Enable crash protection logging?
I would enable jrun metrics logging.
Enable garbage collection.
What jvm are you running?

On Wed, May 6, 2009 at 14:26, Justin Scott  wrote:
>
>> What does fusion reactor say is happening on the server
>> when it "stops". How many running threads are there?  How
>> many database calls are happening?  Get a full thread dump
>> and look at everything that is running.  What are you memory
>> levels?   Hard drive usage on the box? (perfmon)
>
> Unfortunately, FusionReactor runs in conjunction with the jrun process, so
> when ColdFusion locks up, FusionReactor is not accessible.  Memory and hard
> drive use appear normal whenever the lockups occur.  We've enabled request
> logging in FusionReactor so it writes the start and end of requests to a
> file so we will have something more to reference the next time it happens.
>
> I guess what I'm looking for specifically is any advice on additional
> metrics we can/should be collecting from the JVM (tools or JVM settings) or
> the ColdFusion service that might shed some light on what the system is
> doing when the lock occurs.
>
>
> -Justin
>
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322257
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Apache and ColdFusion Trouble

2009-05-04 Thread Maureen Barger

I would disable any module in apache you don't need. poke around in
jrun.xml - it's probably the easiest way to enable http in CF. you can
double check your jrun port there too.

On Mon, May 4, 2009 at 17:46, Jason Slack  wrote:
>
> I dont need mod_proxy or ldap.
>
> Can you tell me how to enable CF web server?
>
>>can you enable web server in cf and see what happens? do you need
>>mod_proxy and ldap supprt? have you enabled sandbox security?
>>
>>On Mon, May 4, 2009 at 17:29, Jas
>>>
>

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322161
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Apache and ColdFusion Trouble

2009-05-04 Thread Maureen Barger

can you enable web server in cf and see what happens? do you need
mod_proxy and ldap supprt? have you enabled sandbox security?

On Mon, May 4, 2009 at 17:29, Jason Slack  wrote:
>
> I am still not figuring this out!
>
> Does anyone have ideas?
>
> -Jason
>
>> Hi Maureen,
>>
>> >Are you running apache 2.2x?
>>
>> Yes.
>>
>> >Can you perform a restart (apachectl restart or apachectl stop|
>> >apachectl start) and watch to see how things load and post back?
>>
>> Sure, I did an apachectl stop, tailed and did a start here is what is
>> spit back:
>>
>> [Sun May 03 23:10:19 2009] [info] removed PID file
>> /etc/httpd/run/httpd.pid (pid=4377)
>> [Sun May 03 23:10:19 2009] [notice] caught SIGTERM, shutting down
>> [Sun May 03 23:10:34 2009] [notice] suEXEC mechanism enabled (wrapper:
>> /usr/sbin/suexec)
>> [Sun May 03 23:10:34 2009] [notice] jrApache[init]  JRun 4.0 (Build
>> 108673) Apache 2.2 module - Mar 14 2008 01:19:38
>> [Sun May 03 23:10:34 2009] [notice] Digest: generating secret for
>> digest authentication ...
>> [Sun May 03 23:10:34 2009] [notice] Digest: done
>> [Sun May 03 23:10:34 2009] [debug] util_ldap.c(1949): LDAP merging
>> Shared Cache conf: shm=0x7f02f0260c48 rmm=0x7f02f0260ca0 for VHOST:
>> wikikalendar.info
>> [Sun May 03 23:10:34 2009] [debug] util_ldap.c(1949): LDAP merging
>> Shared Cache conf: shm=0x7f02f0260c48 rmm=0x7f02f0260ca0 for VHOST:
>> whatsgoodorbad.com
>> [Sun May 03 23:10:34 2009] [debug] util_ldap.c(1949): LDAP merging
>> Shared Cache conf: shm=0x7f02f0260c48 rmm=0x7f02f0260ca0 for VHOST:
>> waterfordwindowandglass.com
>> [Sun May 03 23:10:34 2009] [debug] util_ldap.c(1949): LDAP merging
>> Shared Cache conf: shm=0x7f02f0260c48 rmm=0x7f02f0260ca0 for VHOST:
>> thejasonandannettefoundation.com
>> [Sun May 03 23:10:34 2009] [debug] util_ldap.c(1949): LDAP merging
>> Shared Cache conf: shm=0x7f02f0260c48 rmm=0x7f02f0260ca0 for VHOST:
>> thejasonandannettefoundation.org
>> [Sun May 03 23:10:34 2009] [debug] util_ldap.c(1949): LDAP merging
>> Shared Cache conf: shm=0x7f02f0260c48 rmm=0x7f02f0260ca0 for VHOST:
>> sheldony.com
>> [Sun May 03 23:10:34 2009] [debug] util_ldap.c(1949): LDAP merging
>> Shared Cache conf: shm=0x7f02f0260c48 rmm=0x7f02f0260ca0 for VHOST:
>> johnandlinda.us
>> [Sun May 03 23:10:34 2009] [debug] util_ldap.c(1949): LDAP merging
>> Shared Cache conf: shm=0x7f02f0260c48 rmm=0x7f02f0260ca0 for VHOST:
>> andrew.jasonslack.name
>> [Sun May 03 23:10:34 2009] [debug] util_ldap.c(1949): LDAP merging
>> Shared Cache conf: shm=0x7f02f0260c48 rmm=0x7f02f0260ca0 for VHOST:
>> jasonslack.name
>> [Sun May 03 23:10:34 2009] [debug] util_ldap.c(1949): LDAP merging
>> Shared Cache conf: shm=0x7f02f0260c48 rmm=0x7f02f0260ca0 for VHOST:
>> 281bowl.com
>> [Sun May 03 23:10:34 2009] [debug] util_ldap.c(1949): LDAP merging
>> Shared Cache conf: shm=0x7f02f0260c48 rmm=0x7f02f0260ca0 for VHOST: 67.
>> 23.34.37
>> [Sun May 03 23:10:34 2009] [info] APR LDAP: Built with OpenLDAP LDAP
>> SDK
>> [Sun May 03 23:10:34 2009] [info] LDAP: SSL support available
>> [Sun May 03 23:10:34 2009] [notice] jrApache[init]  JRun 4.0 (Build
>> 108673) Apache 2.2 module - Mar 14 2008 01:19:38
>> [Sun May 03 23:10:34 2009] [debug] proxy_util.c(1854): proxy: grabbed
>> scoreboard slot 0 in child 24700 for worker proxy:reverse
>> [Sun May 03 23:10:34 2009] [debug] proxy_util.c(1967): proxy:
>> initialized single connection worker 0 in child 24700 for (*)
>> [Sun May 03 23:10:34 2009] [debug] proxy_util.c(1854): proxy: grabbed
>> scoreboard slot 0 in child 24703 for worker proxy:reverse
>> [Sun May 03 23:10:34 2009] [debug] proxy_util.c(1873): proxy: worker
>> proxy:reverse already initialized
>> [Sun May 03 23:10:34 2009] [debug] proxy_util.c(1967): proxy:
>> initialized single connection worker 0 in child 24703 for (*)
>> [Sun May 03 23:10:34 2009] [debug] proxy_util.c(1854): proxy: grabbed
>> scoreboard slot 0 in child 24704 for worker proxy:reverse
>> [Sun May 03 23:10:34 2009] [debug] proxy_util.c(1873): proxy: worker
>> proxy:reverse already initialized
>> [Sun May 03 23:10:34 2009] [debug] proxy_util.c(1967): proxy:
>> initialized single connection worker 0 in child 24704 for (*)
>> [Sun May 03 23:10:34 2009] [debug] proxy_util.c(1854): proxy: grabbed
>> scoreboard slot 0 in child 24705 for worker proxy:reverse
>> [Sun May 03 23:10:34 2009] [debug] proxy_util.c(1873): proxy: worker
>> proxy:reverse already initialized
>> [Sun May 03 23:10:34 2009] [debug] proxy_util.c(1967): proxy:
>> initialized single connection worker 0 in child 24705 for (*)
>> [Sun May 03 23:10:34 2009] [debug] proxy_util.c(1854): proxy: grabbed
>> scoreboard slot 0 in child 24706 for worker proxy:reverse
>> [Sun May 03 23:10:34 2009] [debug] proxy_util.c(1873): proxy: worker
>> proxy:reverse already initialized
>> [Sun May 03 23:10:34 2009] [debug] proxy_util.c(1967): proxy:
>> initialized single connection worker 0 in child 24706 for (*)
>> [Sun May 03 23:10:34 2009] [debug] proxy_util.c(1854): proxy: grabbed
>> scoreboa

Re: Apache and ColdFusion Trouble

2009-05-03 Thread Maureen Barger

Are you running apache 2.2x?
Can you perform a restart (apachectl restart or apachectl stop|
apachectl start) and watch to see how things load and post back?

On Sun, May 3, 2009 at 14:28, Jason Slack  wrote:
>
> Hi Maureen,
>
> OK, I did this and both error_log and the cfserver.log dont change.
>
> In cfserver.log I see some run client storage purge, but that is it.
>
> in /etc/httpd/logs/error_log all I see is:
>
> [r...@server1 logs]# tail -f error_log
> [Sun May 03 17:28:03 2009] [debug] proxy_util.c(1967): proxy: initialized 
> single connection worker 0 in child 23835 for (*)
> [Sun May 03 17:28:03 2009] [debug] proxy_util.c(1854): proxy: grabbed 
> scoreboard slot 0 in child 23836 for worker proxy:reverse
> [Sun May 03 17:28:03 2009] [debug] proxy_util.c(1873): proxy: worker 
> proxy:reverse already initialized
> [Sun May 03 17:28:03 2009] [debug] proxy_util.c(1967): proxy: initialized 
> single connection worker 0 in child 23836 for (*)
> [Sun May 03 17:28:03 2009] [debug] proxy_util.c(1854): proxy: grabbed 
> scoreboard slot 0 in child 23837 for worker proxy:reverse
> [Sun May 03 17:28:03 2009] [debug] proxy_util.c(1873): proxy: worker 
> proxy:reverse already initialized
> [Sun May 03 17:28:03 2009] [debug] proxy_util.c(1967): proxy: initialized 
> single connection worker 0 in child 23837 for (*)
> [Sun May 03 17:28:03 2009] [debug] proxy_util.c(1854): proxy: grabbed 
> scoreboard slot 0 in child 23838 for worker proxy:reverse
> [Sun May 03 17:28:03 2009] [debug] proxy_util.c(1873): proxy: worker 
> proxy:reverse already initialized
> [Sun May 03 17:28:03 2009] [debug] proxy_util.c(1967): proxy: initialized 
> single connection worker 0 in child 23838 for (*)
>
> -Jason
>
>
>

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322138
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Apache and ColdFusion Trouble

2009-05-03 Thread Maureen Barger

Set your LogLevel in apache to debug.
LogLevel debug

./apachectl graceful

tail -f error.log

Hit your site.
What happens?
Also tail your cfserver.log.


On Sun, May 3, 2009 at 14:09, Jason Slack  wrote:
>
> Hi Maureen,
>
> Thanks for your reply. I worked with your instructions and I not get an 
> Internal Server error, so I know I did something wrong. Here is what I did.
>
> 1. in /opt/coldfusion8/runtime/lib/ I found wsconfig.jar.
> 2. I copied it to /tmp and extracted it with jar xvf, etc,etc
> 3. After extracting it I found /connectors/apache/intel-linux64/prebuilt/
> 4. in this directory I find: mod_jrun.so, mod_jrun20.so and mod_jrun22.so
> 5. I copied mod_jrun22.so to /etc/httpd/modules/
> 6. I made the following changes to /etc/httpd/conf/httpd.conf
>
> ## needed for Cold Fusion
> 
>   LoadModule jrun_module modules/mod_jrun22.so
> 
>
> 
>        JRunConfig Verbose false
>        JRunConfig Apialloc false
>        #  JRunConfig Ssl false
>        JRunConfig Ignoresuffixmap true
>        #  JRunConfig Serverstore 
> "/path_to_yours/lib/wsconfig/1/jrunserver.store"
>        #  add this line to the vhost container
>        JRunConfig Bootstrap 127.0.0.1:51011
>        #  JRunConfig Errorurl optionally redirect to this URL on errors
>        AddHandler jrun-handler .cfm .cfc .cfml .jsp .jws
> 
>
> 7. I saved and executed apachectl restart
>
> What am i missing?
>
> -Jason
>
>
>> Your mod_jk.so can be found in the wsconfig.jar. As I recall it is
>> stored in directories named per version and build of apache. Extract
>> and copy the one that applies to a directory your apache install can
>> read.
>> Then you need to add the following (where X denotes the version of
>> jrun/apache you unpack)
>
>> 
>
>> LoadModule jrun_module path_to_yours/mod_jrunX.so
>
>> 
>>
>
>> 
>
>> JRunConfig Verbose false
>
>> JRunConfig Apialloc false
>
>> #  JRunConfig Ssl false
>
>> JRunConfig Ignoresuffixmap true
>
>> #  JRunConfig Serverstore "/path_to_yours/lib/wsconfig/1/jrunserver.
>> store"
>
>> #  add this line to the vhost container
>
>> JRunConfig Bootstrap 127.0.0.1:51011
>> #  JRunConfig Errorurl optionally redirect to this URL on errors
>
>> AddHandler jrun-handler .cfm .cfc .cfml .jsp .jws
>
>> 
>>
>> Note that included here is the default port 51011 - yours may be
>> different.
>>
>> On Sat, May 2, 2009 at 21:25, Jason Slack 
>> wrote:
>> >
>> > Hi Maureen,
>> >
>> >>There is a stanza you need to add for mod_jrun - did you add that
>> too?
>> >
>> > No, I am not sure what you are referring to. This is my first time
>> deploying on Linux.
>> >
>> >
> -Jason
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322136
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Apache and ColdFusion Trouble

2009-05-02 Thread Maureen Barger

Your mod_jk.so can be found in the wsconfig.jar. As I recall it is
stored in directories named per version and build of apache. Extract
and copy the one that applies to a directory your apache install can
read.
Then you need to add the following (where X denotes the version of
jrun/apache you unpack)
 
  LoadModule jrun_module path_to_yours/mod_jrunX.so
 

 
JRunConfig Verbose false
JRunConfig Apialloc false
 #  JRunConfig Ssl false
JRunConfig Ignoresuffixmap true
 #  JRunConfig Serverstore "/path_to_yours/lib/wsconfig/1/jrunserver.store"
 #  add this line to the vhost container
  JRunConfig Bootstrap 127.0.0.1:51011
#  JRunConfig Errorurl optionally redirect to this URL on errors
AddHandler jrun-handler .cfm .cfc .cfml .jsp .jws
 

Note that included here is the default port 51011 - yours may be different.

On Sat, May 2, 2009 at 21:25, Jason Slack  wrote:
>
> Hi Maureen,
>
>>There is a stanza you need to add for mod_jrun - did you add that too?
>
> No, I am not sure what you are referring to. This is my first time deploying 
> on Linux.
>
> -Jason

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322133
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Apache and ColdFusion Trouble

2009-05-02 Thread Maureen Barger

There is a stanza you need to add for mod_jrun - did you add that too?

On Sat, May 2, 2009 at 20:00, Jason Todd Slack-Moehrle
 wrote:
>
> Hi All,
>
> My quest is going slowly but surely and I am learning a lot.
>
> I use ColdFusion 8 Enterprise. I installed in on my CentOS 5.3
> instance and all was
> well, I specified Apache during the install, etc, etc...
>
> I added: DirectoryIndex index.html index.html.var index.php index.cfm
> index.cfml
> to httpd.conf and restarted.
>
> I put an index.cfm page in /var/www/html and removed the standard
> index.html and I can see when I hit my IP it works.
>
> I then created virtual hosts for a few coldfusion websites in
> httpd.conf and added the directories to /var/www/html
>
> When I try to hit an index.cfm page Firefox prompts me to download
> binary data.
>
> When I try to hit the CF Administrator I get the same 'binary' data
> file download.
>
> I am running CF on port 80 as I need to.
>
> Examples that works: http://67.23.34.37/
> Does not work: http://67.23.34.37/cfide/administrator
>
> Ideas?
>
> -Jason
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322131
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


cfadmin api scripting

2009-04-20 Thread Maureen Barger

Hi - I am looking for info on using the cfadmin api to copy sandbox
security from instance to instance. For once google is letting me
down. Can anyone nudge me in the right direction for some docs and/or
examples? Looking for cfmxe7 -> cfmxe7 and cfmxe7 -> cfme8. Thanks.

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321819
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Server Monitoring

2009-04-14 Thread Maureen Barger

Hi - you dono't say what db you are running - I am guessing SQL
Server? I can think of a couple of ways from the CF point of view:
1.Create a cfm file that connects to an instance on your db server.
E-mail the results of SELECT GETDATE() AS [CurrentDateTime] to you.
Set this up as a scheduled task.
2. Use an external monitoring tool (There are thousands, one we use is
host-tracker.com) to hit your test cfm file above, and skip the
scheduled task and e-mail step.
3. Use a CF tool like FusionReactor or SeeFusion or a system tool like
Nagios to monitor all layers of your setup.
4. Figure out your SQL issue! Maybe CF is causing your issue? FR or SF
above may help in that regard.
Good luck!

On Tue, Apr 14, 2009 at 10:27, Rob Parkhill  wrote:
>
> Good Day,
>
> Can't come up with a better title, so here is what I want to do.
>
> I have two servers, one DB and one web.  My DB server is having MASSIVE 
> issues at the moment. CPUs blowing up, and the server shutting down randomly, 
> at night.  I would like to use the webserver (with CF8) to monitor the status 
> of the DB server, and was wondering what everyone thought was the best 
> method? I was thinking of checking to see if the domain server (which is 
> controlled by the DB server) was in existence, although I am not sure if that 
> is possible with CF.  The other thing I could test would be the connection to 
> the database, but I can't seem to find the references to accessing the admin 
> tools in CF8, where I thought that would be possible, so any resource 
> direction would be much appreciated.
>
> Thanks,
>
> Rob
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321570
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Oracle 11G CLOBs\BLOBs yielding non-standard characters with CF7

2009-03-05 Thread Maureen Barger

You can check the version of you drivers yourself with a cfm file :)



 
 
 
 --->


 #drivername# is
#driver.getMajorVersion()
#.#driver.getMinorVersion()# 


Got that from a google search long ago.

On Thu, Mar 5, 2009 at 08:47, george.e...@ssa.gov george.e...@ssa.gov
 wrote:
>
>>Hi - the macromedia.jar file that ships with cfmxe7 is not the most current.
>>http://kb.adobe.com/selfservice/viewContent.do?externalId=42dcb10a
>
> Thanks for the link. I'm checking with our server admins to see if they have 
> already updated the DataDirect drivers.
>
>>Also have you tried Oracle's thin client? You can download it off
>>http://www.oracle.com/ This will be specific to 11g.
>
> Right. We're saving that solution. Our standard is to use the DataDirect 
> drivers. We'll go down the updated DataDirect drivers path first before we 
> try Oracle's thin client drivers.
>
>>The character set is applied at the database level. Not sure if your
>>DBAs want to change it for you, but that is also worth a shot.
>
> Yes. We are already exploring this one. The DBAs have agreed to change the 
> character set setting so we'll see what that does. It just seems strange to 
> me that with ColdFusion using UTF-8 and Oracle using UTF-8 we get these 
> non-standard characters popping up so we're going to change the setting in 
> Oracle to US7ASCII to see if that fixes the problem . . .
>
> Thanks for your input.
>
> George
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:320132
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Oracle 11G CLOBs\BLOBs yielding non-standard characters with CF7

2009-03-05 Thread Maureen Barger

Hi - the macromedia.jar file that ships with cfmxe7 is not the most current.
http://kb.adobe.com/selfservice/viewContent.do?externalId=42dcb10a

Also have you tried Oracle's thin client? You can download it off
http://www.oracle.com/ This will be specific to 11g.

The character set is applied at the database level. Not sure if your
DBAs want to change it for you, but that is also worth a shot.

On Wed, Mar 4, 2009 at 13:24, Earl, George  wrote:
>
> Our development environment was just upgraded from Oracle 10G to Oracle
> 11G (which is not officially supported by ColdFusion, but it's not our
> decision). We're on ColdFusion 7 Enterprise and we're using the supplied
> Data Direct drivers. We are getting some unexpected non-standard special
> characters spread through our output that is pulled from Oracle 11G
> CLOBs\BLOBs that we were not getting with Oracle 10G.
>
> If we run this query:
>
>        Select value from SYS.NLS_DATABASE_PARAMETERS where PARAMETER =
> 'NLS_CHARACTERSET'
>
> to determine the character sets that are being used by Oracle we find:
>
>        Oracle 10G - US7ASCII
>
>        Oracle 11G - UTF8
>
> We are accepting the ColdFusion 7 default use of UTF-8 in our
> application and we do not override it anywhere in our application.
>
> Any ideas why we wouldn't get non-standard characters in our output with
> Oracle 10G set up to use US7ASCII but we DO get these non-standard
> characters with Oracle 11G set up to use UTF-8?
>
> Thanks!
>
> George
>
>
>
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:320127
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Moving a ColdFusion server.

2009-03-04 Thread Maureen Barger

Depending on how your jvm is configured you will need to restart all
of them because of dns cache and ttl values.
Also I guess it would depend on how you are configuring your jrun
connection. If you are using something like JRunConfig Bootstrap
127.0.0.1:{port} and connecting to your localhost you're ok; if you
are using a specific IP an dport you would have to change them to
reflect your change. There are also security settings that you can
muck with internal the jrun config but I would try that first. It's in
your apache conf.

On Wed, Mar 4, 2009 at 14:29, Ian Skinner  wrote:
>
> Is there anything about moving a ColdFusion server to a new IP address
> that affects Jrun and|or ColdFusion.
>
> We just moved a new production box from within our firewall to our
> external DMZ which gives it new IP address.
>
> When we did this two or our five ColdFusion instances continued to work
> correctly.  Three others started to fail, returning 500 internal server
> errors and error messages in the Apache log about bad serverstore and
> bootstrap something or other.
>
> TIA
> Ian
>
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:320120
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Client IP changes on SSL- tricks load balancer

2009-02-25 Thread Maureen Barger

Can we back up a little, just for fun? :)
Can you talk a little bit about how your app is set up? Here is my
take on your description:
Your loadbalancer hosts your service name, www.bradsapp.com and it
routes traffic to www1.bradsapp.com www2.bradsapp.com and
www3.bradsapp.com. The LB is configured to use sticky sessions so the
client will stay with the backend it first is routed to. Your
loadbalancer is not configured to use SSL acceleration so any SSL
request is routed to a backend webserver which has the SSL
configuration. (FWIW LB do not read cookies. They manage stickiness
internally and route accordingly. Communication between server and
browser ideally has nothing to do with this.)
Your backends are each single server installs of CF with apache or IIS
in front of them. They manage sessions, set cookies and retain the SSL
conf.
When clients go to http://www.bradsapp.com, their IP is one value.
However when they make the switch to SSL, their IP address changes.
This is evidenced in your logs. Can you do an nslookup to compare
origins? Could the IP shown when SSL requests are made be that of the
LB?
Can you replicate this behavior from your machines/subnets or are your
clients limited to one group who all access the app the same way?
What LB is being used here? Who manages its config?Can you get a copy
of its config as it pertains to your app?

On Wed, Feb 25, 2009 at 16:40, Jason Fisher  wrote:
>
> @Brad,
>
> I totally understand that issue of having large / complex session blocks and 
> facing the potential of deep re-work.  One thought in that vein, especially 
> thinking forward to the potential performance shocks of running large 
> sessions in memory: you may want to consider pushing more to the database and 
> keeping very few ID elements in session as retrieval points rather than 
> persisting entire carts in memory.  I've done both, and it can work either 
> way, so just a thought ... and one that doesn't address your immediate issue 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319839
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Multiple ColdFusion AKA JRun Server port numbers.

2009-02-24 Thread Maureen Barger

Nope, you're good.

On Tue, Feb 24, 2009 at 15:06, Ian Skinner  wrote:
>
> Dave Watts wrote:
>> You can edit this in jrun.xml, or within the JRun admin console web
>> application, but you need to do this before configuring Apache of
>> course.
>
> Of course, or modify Apache accordingly I presume.  I just wanted to
> make sure that there wasn't anywhere else I need to configure things
> outside of jrun.xml to have JRun understand what servers are running on
> what ports.
>
>
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319760
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Adding new CF instances and apache VirtualHosts to our Solaris Unix server.

2009-02-24 Thread Maureen Barger

You need to determine the proxy port of your ColdFusion instance. This
is found in your jrun.xml, or you can use your jrun admin interface to
determine your port number (default is 51000 for the cfusion instance
but each subsequent instance will be assigned a new port).
In your vhost conf, load jrun conf. (If you are running Apache 2.x you
can do a lot with includes. For example, we have a generic jrun
include that defines the module path, error path and loads mod_jrun if
not loaded (ifmodule))
Then we can specify ports and serverstores per vhost.
Hope this helps!


On Mon, Feb 23, 2009 at 15:39, Ian Skinner  wrote:
>
> What are the proper steps to connect a new Apache VirturHost to a newly
> created ColdFusion instance on the server.
>
> I'm a little confused about the current VirturalHosts as there does not
> seem to be much rhyme or reason to the modules that I presume connect
> the hosts to the CF instances.
>
> I previously only had the default 'cfusion' instance that should not
> have been connected to any web hosts and a 'general' instance that
> should have ran the existing virtual hosts.  I just added a 'calpip'
> instance that I want to connect to some new virtual hosts I plan to add
> to the server.
>
> So looking at my existing  directive in the current
> httpd.conf file I find these relevant lines of code.  I was expecting to
> see /wsconfig/1/... but I am getting other combinations that I did not
> expect.  Also how do I determine what port to put into the Bootstrap
> line for a new instance?
>
>   
>     JRunConfig Verbose true
>     JRunConfig Serverstore
> /opt/jrun4/lib/wsconfig/calpip-devsite/jrunserver.store
>     JRunConfig Bootstrap 127.0.0.1:51000
>   
>
>   
>       JRunConfig Verbose true
>       JRunConfig Serverstore /opt/jrun4/lib/wsconfig/site/jrunserver.store
>       JRunConfig Bootstrap 127.0.0.1:51000
>   
>
>   
>   JRunConfig Verbose true
>   JRunConfig Serverstore /opt/jrun4/lib/wsconfig/1/jrunserver.store
>   JRunConfig Bootstrap 127.0.0.1:51020
> 
>
>   
>   JRunConfig Verbose true
>   JRunConfig Serverstore /opt/jrun4/lib/wsconfig/site/jrunserver.store
>   JRunConfig Bootstrap 127

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319735
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Apache and subversion issue

2009-02-18 Thread Maureen Barger

Alias /svn "C:\Program Files\Apache Software Foundation\Apache2.2\htdocs"

On Wed, Feb 18, 2009 at 12:07, Chad McCue  wrote:
> C:\Program Files\Apache Software
> Foundation\Apache2.2\htdocs

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319487
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: JVM Tuning and Garbage Collection

2009-02-05 Thread Maureen Barger

Depending on how your app handles things you can address the frequency
of GC but also change the _method_ of GC as well.

Pete Freitag gives a great explanation on the different methods of GC:
 It's for 1.42 but it
gets the general definitions across.

Here is the low down dirty from Sun:


Also be advised that GC can become more tedious when you throw more
memory to the jvm itself. Unless you are sure you need to allocate 1GB
to your jvm annd have an incredible heap, you might be shooting
yourself in the foot there too. :(

JVM tuning: an art and a science! :)

On Thu, Feb 5, 2009 at 14:55, Wil Genovese  wrote:
>
> What is running your GC?  Nothing in the JVM settings you posted shows how
> often your GC is running therefore to me it looks like your using the
> default values which is one minute.
>
> So the settings I posted are for 10 minute intervals.  We've had great
> results with that interval.  There are other items in you JVM settings you
> should look at also.
>
> Such as -Xmx1024m -Xms768m
>
> The min and max should be set to the same levels.  The overhead to auto
> increase the size to the max when needed is not good and on Windows it's
> worse.
>
> We and others have also found that increase the perm size can help and you
> should be setting the min and max to be the same.
>
> Take the time to read what I wrote about tuning the JVM.  It is based on the
> experience we had with our servers and many have found it usful in fixing
> there servers.
>
> Settings values are not set in stone - each server environment and
> application needs to be custom tuned.  I simply provide some guide posts
> along the way.
>
> Wil Genovese
> Sr. Web Application Developer
>

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318945
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: ColdFusion 8.0.1 Kills our Apache

2009-01-13 Thread Maureen Barger
Aw darn - you wasted a lot of time! If you unpack the wsconfig.jar you
will find the so files already there! You just match up the so with
the version of apache you are running.
As far as connecting each instance to a virtual host, you need to
include the port number of the jRun instance in your vhost conf
respective to the vhost itself. And you might want to include a
ServerStore location per host as well.
We use a common include for all hosts that includes the more generic
jRun conf info like
 
  LoadModule jrun_module /path/to/mod_jrun2x.so
 

 
JRunConfig Verbose false
JRunConfig Apialloc false
#JRunConfig Ssl false
JRunConfig Ignoresuffixmap false
AddHandler jrun-handler .cfm .cfc .cfml .jsp .jws
stuff


HTH! Not too many folks run Solaris, Apache and ColdFusion so we have
to stick together :D

On Tue, Jan 13, 2009 at 09:33, Tom Chiverton
 wrote:
> On Monday 12 Jan 2009, Ian Skinner wrote:
>> Our only remaining issue is how to configure Apache so that different
>> VirturalHosts use different ColdFusion instances in our multi-home
>> configuration.  It does not work the same as I am familiar with from the
>> Windows flavors.
>
> I think it's as easy as giving each virtual host it's own JRunConfig Bootstrap
> parameter.
> I certainly did something like that to run CF7 and CF8 side-by-side with a
> common Apache front end.
>
> --
> Tom Chiverton
> Helping to biannually participate fourth-generation bleeding-edge user-centric
> markets
>

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:317849
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Size of session data

2008-11-24 Thread Maureen barger
We are running CF7. I know how to monitor memory usage in the jvm but I need to 
know how much data is passed per request in the session scope. I suspect we 
have an app that throws too much up there and want to quantify my hunch. 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315853
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Size of session data

2008-11-24 Thread Maureen barger
Hi - is there a way to determine the amount of data stored in session scope, 
both overall and per object?
Thanks. 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315848
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Oracle 11g

2008-10-28 Thread Maureen Barger
The ironic drawback is that the Oracle drivers don't support stored
procedures which the DD drivers do. And we need that. The current
delivered drivers support just 10g.

On Tue, Oct 28, 2008 at 18:29, AJ Mercer <[EMAIL PROTECTED]> wrote:
> you can do a JDBC connect then use the drivers from your Oracle client
>
> Here are a couple of blog posts to get your started
>http://www.talkingtree.com/blog/index.cfm/2005/11/14/Oracle10gJDBCHowTo
>
> http://blog.sixsigns.com/2008/01/25/configure-the-jdbc-driver-for-oracle-on-coldfusion-8-standard-edition/
>
>
>
>
> On Tue, Oct 28, 2008 at 9:45 PM, Maureen Barger <[EMAIL PROTECTED]> wrote:
>
>> Hi - does anyone know of any plans to push out free DataDirect drivers
>> (an updated macromedia.jar) in support of Oracle 11g?
>>
>>
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:314513
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Oracle 11g

2008-10-28 Thread Maureen Barger
Hi - does anyone know of any plans to push out free DataDirect drivers
(an updated macromedia.jar) in support of Oracle 11g?

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:314427
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: ColdFusion 8 with Oracle 10g R2 Issue

2008-10-07 Thread Maureen Barger
I noticed differences when we moved as well. I am betting when you connected
to non-RAC instances, you used the Oracle driver from the pulldown in the
DSN section. When you connect to RAC instances, you have downloaded Oracle's
thin client and are using Oracle jdbc string.

You have 3 options in my experience:
- change your code to manipulate the date strings
- change mask on date columns in database
- change driver. If you use Macromedia's (DataDirect's) jdbc connection to
your RAC instances your date issues will disappear. However if you use OID,
this driver does not support it. If you use stored procs, this is the only
driver you can use.

On Mon, Oct 6, 2008 at 12:20, Boysie Tupaz <[EMAIL PROTECTED]> wrote:

> Hi everyone,
>
> I have an application that uses ColdFusion 8 and Oracle 10g R2. Both CF8
> and 10g are working very well but the problem that I'm having is that the
> cursor never gets drop every time a query runs. All cursors never get
> release.
>
> Does anyone experienced this problem before?
> Any suggestions, ideas, answers are welcome.
>
> Thanks in advance.
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313526
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Coldfusion restarting itself

2008-07-04 Thread Maureen Barger
Also try to find the files hs_err_pid*.log on your disk. Not sure where they
get stored on windows boxes (your java dir I would expect; on unix it's in
the holding id's user directory). There is usually a good dump there that
tells you what was going on.

On Fri, Jul 4, 2008 at 7:40 AM, Rick Root <[EMAIL PROTECTED]> wrote:

> James, that looks like a very distinct possibility.
>
> I'll give that a try and report back in a day or so...
>
> If it works.. I owe ya!
>
> Rick
>
> --
> Rick Root
> New Brian Vander Ark Album, songs in the music player and cool behind
> the scenes video at www.myspace.com/brianvanderark
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:308597
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Determing what version of jrun from -info string

2008-05-14 Thread Maureen Barger
I know some time ago I found a table that matched up hot fixes with the code
that is returned from issuing jrun -info.
Can anyone point me to it?
thanks!


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:305232
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


chroot and ColdFusion multiserver

2008-05-11 Thread Maureen Barger
Has anyone implemented chroot in their multiserver installation? I am
wondering how sandbox security is affected.


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:305061
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: cfquery options and connection pooling

2008-04-21 Thread Maureen Barger
thanks, we are using Oracle driver provided in the macromedia.jar, 3.5 since
Oracle's own driver does not support stored procedures.

On Mon, Apr 21, 2008 at 1:56 PM, Dave Watts <[EMAIL PROTECTED]> wrote:

> > I am trying to figure out the technical ramifications of
> > defining the username and password for a specific DSN in a
> > separate text file and how it may relate to connection
> > pooling v. supplying the user/pass directly in the DSN. Once
> > the file is loaded, user and password are passed to cfqueries
> > using application variables.
> >
> > If the user/pass is defined externally, can connections in
> > the same pool be re-used?
>
> Yes.
>
> > If the user/pass is added to the DSN, the user/pass removed
> > from the external text file and the cfquery strings still
> > contain the Application variables for them, what happens to
> > the connection pool?
>
> I'm pretty sure that if you define username and password parameters for
> CFQUERY, and don't provide useful values, the query will fail. If that
> doesn't happen, then you can safely assume that CF is using the DSN values
> for authentication, and those will be in a single connection pool.
>
> > The reason I am trying to wrap my head around this is that
> > our datasource (Oracle) has an increasing number of connections
> > that are never released. Over time, the application becomes
> > sluggish. It also uses stored procs.
>
> If you're using a single username and password for all your CFQUERY tags,
> it
> doesn't matter whether this originally came from a text file or from the
> datasource. They'll all share the same connection pool. It's certainly
> possible that connections are never being closed. You might check for a
> newer version of database drivers - if you're using CF Enterprise, you'd
> get
> those from http://www.adobe.com/support/coldfusion/, otherwise, you'd get
> them from your database vendor. You might also set a connection limit,
> which
> might help force CF to reuse connections rather than creating new ones.
>
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
>
> Fig Leaf Training: Adobe/Google/Paperthin Certified Partners
> http://training.figleaf.com/
>
> WebManiacs 2008: the ultimate conference for CF/Flex/AIR developers!
> http://www.webmaniacsconference.com/
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303902
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


cfquery options and connection pooling

2008-04-21 Thread Maureen Barger
I am trying to figure out the technical ramifications of defining the
username and password for a specific DSN in a separate text file and how it
may relate to connection pooling v. supplying the user/pass directly in the
DSN. Once the file is loaded, user and password are passed to cfqueries
using application variables.

If the user/pass is defined externally, can connections in the same pool be
re-used?
If the user/pass is added to the DSN, the user/pass removed from the
external text file and the cfquery strings still contain the Application
variables for them, what happens to the connection pool?

The reason I am trying to wrap my head around this is that our datasource
(Oracle) has an increasing number of connections that are never released.
Over time, the application becomes sluggish. It also uses stored procs.


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303895
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: ColdFusion 8.0 clustering - quick question.

2008-04-20 Thread Maureen Barger
I think one requirement for session replication is to turn on J2EE
sessions - do you have that on?


On Sat, April 19, 2008 13:30, WebSite CFtalk wrote:
> Hello,
>
> I'm struggling with a cluster setup. (IIS6/CF8, 2 servers with 2
> instances each)
>
> The problem is session replication - tons of errors regarding "session
> replication failed" in the logs:
>
> " 19/04 19:01:40 error Setup of session replication failed.
> [2]java.io.StreamCorruptedException: unexpected end of block data
> "
>
> And a lot of these:
>
> "
> 19/04 19:01:40 error unexpected end of block data
> java.io.StreamCorruptedException: unexpected end of block data"
>
> As soon as I turn off session replication the errors disappear.
>
> This also happens when running a cluster with 2 instances on one server
> - i.e. no network trouble.
>
> One thing is unclear (or obvious?..) in the references I've found:
>
> Should the jndi ports and proxy ports be different on each server
> instance, or should they be the same all over?
>
> Anyone?
>
> Thanks,
> Helge
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303815
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: wsconfig.jar v. Apache 2.0.59 solaris

2008-04-16 Thread Maureen Barger
that's what I thought, but it is not showing up. I searched underlying xml
files as well.

On Wed, Apr 16, 2008 at 12:48 PM, Dave Watts <[EMAIL PROTECTED]> wrote:

> > thanks, but what I am really trying to do is mount a cluster
> > def to apache and cannot find its port. Do I instead mount
> > the ports of the instances defined in the cluster?
>
> No, the cluster has its own port, which can be found in the Jrun Admin
> Console (http://localhost:8000/).
>
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
>
> Fig Leaf Training: Adobe/Google/Paperthin Certified Partners
> http://training.figleaf.com/
>
> WebManiacs 2008: the ultimate conference for CF/Flex/AIR developers!
> http://www.webmaniacsconference.com/
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303575
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: wsconfig.jar v. Apache 2.0.59 solaris

2008-04-16 Thread Maureen Barger
thanks, but what I am really trying to do is mount a cluster def to apache
and cannot find its port. Do I instead mount the ports of the instances
defined in the cluster?

On Wed, Apr 16, 2008 at 10:36 AM, Cutter (CFRelated) <
[EMAIL PROTECTED]> wrote:

> Last I checked, and especially with Apache 2.0.59, the Web Server config
> utility is useless with Apache configurations, you must handle it all
> manually. Maybe this tutorial series can help you a little:
>
>
> http://blog.cutterscrossing.com/index.cfm/2007/7/23/Local-Development-Setup-Pt-1-Apache-and-ColdFusion-7-or-8
>
> Steve "Cutter" Blades
> Adobe Certified Professional
> Advanced Macromedia ColdFusion MX 7 Developer
> _________
> http://blog.cutterscrossing.com
>
> Maureen Barger wrote:
> > Hi - I am running Apache 2.0.59 on Solaris sparc with ColdFusion
> > multiserver 7.02.
> > I have downloaded the latest wsconfig.jar from Adobe. However when
> trying
> > to use it to set up connector for ColdFusion cluster, I receive the
> > following error:
> >
> > info Macromedia JRun 4.0 (Build 107948)
> > info Version  is installed.  Supported versions are 1.3.12 or
> highe
> > r and 2.0.43 or higher, if not Red Hat 8 or 9, or 2.0.40 or higher, if
> Red
> > Hat 8 or 9
> >
> >
> > Has anyone encountered this and more importantly, how do I get around
> it?
> >
> > Thanks.
> >
> >
> >
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303565
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


wsconfig.jar v. Apache 2.0.59 solaris

2008-04-16 Thread Maureen Barger
Hi - I am running Apache 2.0.59 on Solaris sparc with ColdFusion
multiserver 7.02.
I have downloaded the latest wsconfig.jar from Adobe. However when trying
to use it to set up connector for ColdFusion cluster, I receive the
following error:

info Macromedia JRun 4.0 (Build 107948)
info Version  is installed.  Supported versions are 1.3.12 or highe
r and 2.0.43 or higher, if not Red Hat 8 or 9, or 2.0.40 or higher, if Red
Hat 8 or 9


Has anyone encountered this and more importantly, how do I get around it?

Thanks.


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303551
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


cftransaction and user/pass in DSN

2008-04-15 Thread Maureen Barger
I cannot find this documented anywhere
although I see mention of it on blogs and forums.

A developer here uses the macromedia driver for stored proc support. In
her application she also uses cftransaction. I have asked that she supply
the database username and password in either her cftransaction tags or in
the dsn since I have read that cftransaction bypasses the username and
password stored there. Although the transaction appears to commit and
rollback, errors occur repeatedly in her logs:
application.log:"Warning","jrpp-14881","04/09/08","18:20:37",,"[Macromedia][Oracle
JDBC Driver]OS Authentication was requested, but is not supported by this
Oracle Server."

Do any of you know of other implications caused by not supplying username and
pass in the DSN as far as cftransaction goes? I am thinking it could
increase response time in her application if it does not. Also can anyone
point me to any official documentation that states this is the case since
all I can find is on blogs and message boards?




~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303420
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Defining a cf cluster in apache

2008-04-15 Thread Maureen Barger
How do I find the jrun port to mount the defined coldfusion cluster
instance to apache?


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303419
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cfcexplorer.cfc requires RDS password

2007-12-07 Thread Maureen barger
>On one of our servers, the /CFIDE/componentutils/cfcexplorer.cfc is
>requiring an RDS password to access. Of all the ColdFusion (7.x) instances
>we have, I have never seen this happen. How can I remove this requirement?
>Thanks! 

~|
Check out the new features and enhancements in the
latest product release - download the "What's New PDF" now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294373
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cfcexplorer.cfc requires RDS password

2007-12-07 Thread Maureen barger
Never mind - found my answer and renamed Application.cfm in 
CFIDE/componentutils.

>On one of our servers, the /CFIDE/componentutils/cfcexplorer.cfc is
>requiring an RDS password to access. Of all the ColdFusion (7.x) instances
>we have, I have never seen this happen. How can I remove this requirement?
>Thanks! 

~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294374
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


cfcexplorer.cfc requires RDS password

2007-12-07 Thread Maureen Barger
On one of our servers, the /CFIDE/componentutils/cfcexplorer.cfc is
requiring an RDS password to access. Of all the ColdFusion (7.x) instances
we have, I have never seen this happen. How can I remove this requirement?
Thanks!



~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294370
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: multiserver and Verity collections

2007-12-01 Thread Maureen Barger
I do not want to share verity. I want to create a collection that cannot
be seen or used by other instances. So far I have not been able to achieve
that.
>From the little documentation I have found, it seems I need to install
Verity outside of ColdFusion and enable it from the instance, instead of
firing it up from the ColdFusion tree.
Good tip about localhost; I hadn't caught that.


On Fri, November 30, 2007 20:22, Matthew Williams wrote:
> You're only licensed for one verity server per machine for the CF
> version of verity.  At least, that's my understanding.  Even worse is
> the fact that the CF version of verity only listens to localhost.  You
> cannot share one verity CF instance amongst a cluster.  That requires
> buying the full blown verity package.



~|
Check out the new features and enhancements in the
latest product release - download the "What's New PDF" now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294041
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: multiserver and Verity collections

2007-11-30 Thread Maureen Barger
That is not what I am seeing. But since I am new to verity the problem
could be mine alone. :-/
Verity is started from the cfusion instance. I do not see a way to start
it from others.

On Fri, November 30, 2007 13:36, Dave Watts wrote:
>> Hi - I am just getting started with Verity. Is it possible to
>> create a collection and not have it be accessible via cfadmin
>> from other instances?
>
> No, I don't think so, unless you run multiple instances of the Verity
> server
> as well.
>
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/



~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294026
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


multiserver and Verity collections

2007-11-30 Thread Maureen Barger
Hi - I am just getting started with Verity. Is it possible to create a
collection and not have it be accessible via cfadmin from other instances?


~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294018
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Understanding the relationship btwn instances in multiserver

2007-11-20 Thread Maureen Barger
no

On Tue, November 20, 2007 12:13, Dave Watts wrote:
>> We run 7.01 under Solaris with an apache front end. Each
>> instance is then set up as an apache virtual host attached to
>> its respective jrun.

>
> Are these instances using the same database server?



~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293629
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Understanding the relationship btwn instances in multiserver

2007-11-20 Thread Maureen Barger
We run 7.01 under Solaris with an apache front end. Each instance is then
set up as an apache virtual host attached to its respective jrun.
ColdFusion instances are not clustered.
I have noticed at times when one instance is having traffic issues (for
example, a database issue which allows requests to back up and overrun the
number of threads allowed to jrun) every instance is affected and
performance is severely degraded. This is not a hardware or memory issue
as the box is sitting idle. Each instance is in its own jvm.
How are other instances affected in a multiserver instance when one of
those instances is under load?
Thanks.


~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293617
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


anyone using Cisco css?

2007-10-16 Thread Maureen Barger
We are using a cisco css as an edge device for one of our ColdFusion
sites. The dns for the site is pointed there, and routes back to another
dns on the backend. We have recently discovered that cfhttp calls to the
dns defined on the css timeout and never make it back to the server.
However if we replace the cfhttp URL with the backend dns entry it works.

Has anyone ever encountered this and have some insight as to what is
happening? I don't have direct access to the css since it is managed by
another group.
-- 
Maureen Barger CIT Information Systems
120 Maple Ave. Cornell University
[EMAIL PROTECTED]





~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:291191
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CF8, JBoss and Apache

2007-10-05 Thread Maureen Barger
Hi - Not familiar with jboss, but as with any other container why wouldn't
you load up mod_jrun.so and mount jrun's port in your apache conf?
http://livedocs.adobe.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=ColdFusion_Documentation&file=0049.htm

I don't do windows, but seems to me you might be better off mapping the
drive. Easier on you anyway.

I hope this helps, just a little.
-- 
Maureen Barger CIT Information Systems
120 Maple Ave. Cornell University
[EMAIL PROTECTED]


On Fri, October 5, 2007 16:36, austen rustrum wrote:
> I'm looking for some advice here...  I currently have CF8 installed as an
> (extracted) EAR on JBoss 4.2.1.GA.  This is running on a server that is
> separate from my web server, which is Apache 2.2.4.  Also, my application
> code is hosted on network drive where it is (or will be, anyhow) shared
> between multiple CF instances.  Whether or not this is an ideal
> infrastructure or not, it is a constraint imposed upon me by my IT
> department, so I am looking for solutions within this framework, not an
> alternative setup.  Here are my questions:
>
> 1) How should I setup Apache so I can access my pages like so
> http://mydomain/index.cfm?  Do I need to use the mod_proxy or something
> similar?  I admit, I'm an IIS weenie, so I don't have much experience
> here.  JBoss is running on port 8080 if that matters...
>
> 2) Is it possible to host my application code on a separate network drive?
>  How do I configure JBoss or CF to handle that?  Do I just need to add a
> mapping?  Again, my experience in J2EE deployments of CF is very limited.
>
> Thanks!
> Austen
>



~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:290418
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Apache virtual hosts and single jrun

2007-09-20 Thread Maureen Barger
Setup: cfmxe 7.01 multiserver instance.
Apache 2.059 front end
Solaris

Virtual hosts point to same jrun instance. For example, there is main host
www.splot.com with applications appone.splot.com and apptwo.splot.com
where appone and apptwo can also be accessed as www.splot.com/appone/ and
www.splot.com/apptwo/

Problem: occasionally jrun will appear unresponsive on appone.splot.com
but respond if hit using www.splot.com/appone/
Apache cannot connect and gives a 500 error.

Nothing is jumping out from the logs. Any ideas?


~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288909
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


default for Jrunconfig Ssl false

2007-09-14 Thread Maureen Barger
If the entry for JRunConfig Ssl {value} is commented out, what is the
default?


~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288484
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


displaying jvm version from cfm

2007-09-01 Thread Maureen Barger
How do I display the java version of current environment in a cfm page?
Thanks.



~|
Check out the new features and enhancements in the
latest product release - download the "What's New PDF" now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287587
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: In depth Solaris Unix CF install questions

2007-09-01 Thread Maureen Barger
In my experience we have installed the product as root then gone back to
chown and chgrp to reflect the holding id who will run ColdFusion.
Typically the holding id and those with accounts on the system are in the
same group.
James Holmes brings up a good point about sudo as well. Different shell
accounts can be defined to execute certain scripts as root.
As far as zones go, is ColdFusion certified for Solaris 10?

On Sat, September 1, 2007 00:18, Dinner wrote:
> What about Zones?  chroot type stuff?
>
> On 8/31/07, James Holmes <[EMAIL PROTECTED]> wrote:
>> Sudo is your friend here. You can give sudo rights to vi the
>> appropriate files to certain users, thus allowing them to change only
>> the relevant configs.
>>
>> On 8/31/07, Ian Skinner <[EMAIL PROTECTED]> wrote:
>> > A question for all the experienced ColdFusion on Unix administrators
>> out
>> > there from a recent Windows to Unix convert newbie.
>> >
>> > We are getting ready to build a new server on Solaris Unix, hopefully
>> > with CF 8, otherwise with CF 7.  Our desire is to separate the roles
>> of
>> > the CF server administration from the larger Unix administration.  In
>> > the past the Unix administrator has done the CF installation as root
>> and
>> > from then on all the ColdFusion configuration files are owned by root
>> > and only the Unix administrator could change them.  Is this the only
>> way
>> > CF can be set up?  Or can this somehow be configured so that a
>> separate
>> > CF administrator, without complete root access, can control the CF
>> > configuration after the install.  If so, what needs to be done to make
>> > sure the CF installation correctly runs under this option.
>>
>>
>> --
>> mxAjax / CFAjax docs and other useful articles:
>> http://www.bifrost.com.au/blog/
>>
>>
>
> 

~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287585
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Curious items in cfserver.log

2007-05-02 Thread Maureen Barger
Check your permissions. This is typically a read-only file under Solaris
at least.

-- 
Maureen Barger CIT Information Systems
120 Maple Ave. Cornell University
[EMAIL PROTECTED]


On Tue, May 1, 2007 12:23, Rick Root wrote:
> Anyone seen this before?
>
> May 1, 2007 10:23:42 AM java.util.prefs.FileSystemPreferences syncWorld
> WARNING: Couldn't flush system prefs:
> java.util.prefs.BackingStoreException: /etc/.java/.systemPrefs/com
> create failed.
>
> It's showing up in my cfserver.log (CFMX 7.0.2 on Linux) every 30
> seconds.. don't know why.
>
> Rick



~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:276732
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


More questions on RSS

2007-04-22 Thread Maureen Barger
We are about to migrate a server that generates RSS feeds. The path to the
feed and the linked files will change. Will this affect subscribers at
all, making old links look new again? Thanks.




~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275987
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Dreamweaver and ssh keys

2007-03-28 Thread Maureen Barger
It notices when you move hosts, trust me :) This is ssh, and not SSL
(which would be the cert requirement).

On Wed, March 28, 2007 14:19, Dinner wrote:
> On 3/28/07, Maureen Barger wrote:
>> I meant ssh keys and sftp :)
>
> Depends on the version of Dreamweaver, IIRC.
>
> It used to use plink (for windows boxes- platform also makes a
> difference),
> so you could research plink/putty and find out all manner of things.
>
> Not sure about the newer versions of DW... and now that I think of it,
> I don't remember DW ever asking me about "this is a self signed cert"
> and whatnot when connecting...
>
> Hmmm



~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:274040
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Dreamweaver and ssh keys

2007-03-28 Thread Maureen Barger
I meant ssh keys and sftp :)
We recently moved services to new hardware and thus, have new ssh keys.
One person is having trouble with his connections and its my thought to
replace keys locally on his system first before moving old keys to new
system and affect everyone.
He tried recreating the connection to no avail.

On Wed, March 28, 2007 09:49, Mark Drew wrote:
> I dont know where DW stores them, but yeah, in every system if you
> are connecting via SFTP it will ask you to accept a key (was an issue
> I had with the CFEclipse SFTP)
>
> Sorry,I can help, but can only barely enlighten
>
> MD
>
> On 28 Mar 2007, at 14:04, Tom Chiverton wrote:
>
>> On Wednesday 28 Mar 2007, Maureen Barger wrote:
>>> sftp
>>> connections?
>>
>> What has SSH got to do with SFTP ? Did you mean SCP ? DW doesn't
>> support that
>> does it ?
>


~|
Create Web Applications With ColdFusion MX7 & Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273985
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Dreamweaver and ssh keys

2007-03-28 Thread Maureen Barger
Does anyone know where Dreamweaver stores keys associated with sftp
connections?




~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273962
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Fusionreactor 2.0 question

2007-02-20 Thread Maureen Barger
FR 2.0 under Solaris 9

In a multi-server but shared environment, we want to offer FR in each
instance but disallow the ability to add instances. We want the ability to
add instances only available to a single (admin) instance.

Basically we want to the customers to monitor their own CF instance and
not be able to add others' instances to their dashboard.

Is this possible?


-- 
Maureen Barger CIT Information Systems
120 Maple Ave. Cornell University
[EMAIL PROTECTED]




~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270186
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: JVM / JRE update

2007-02-08 Thread Maureen Barger
FWIW for Solaris, I renamed the jre directory to jre_default and created a
jre symlink in same directory that points to 1.4.2_11.
I had to modify some sandbox settings to reflect the real location of the
jre, but it has worked well.


-- 
Maureen Barger CIT Information Systems
120 Maple Ave. Cornell University
[EMAIL PROTECTED]






~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:269124
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


CFMXE7: controlling Verity

2006-10-23 Thread Maureen Barger
Hi - We seem to be having trouble with the Verity engine. Do we need to
write a wrapper script to start and stop it at the same time cf is started
and stopped? I am finding that it continues to run when cf is stopped, and
loses its connection to cf once cf is restarted, and has to be restarted
as well.
Thanks.




~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:257748
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


cfflush behavior

2006-10-19 Thread Maureen Barger
Does cfflush depend on any server settings? Out of 3 servers, it behaves
as expected on 2, and does not work at all on 1.
CFMXE 7.01 running on Solaris.
Thanks.




~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:257325
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CFMX7 Search Service Won't Start

2006-09-29 Thread Maureen Barger
You don't say what platform you are on but I can share what happened to me
last weekend. I upgraded a couple servers from cfmxe6-7 running on solaris
boxes. As I tri ed to migrate the settings from 6 to 7 I would get
failures. It turned out to be permissions-related. So while the installer
will go through and set permissions on the directory correctly per the
holding id you enter as part of the install, the correct mask is never set
on the verity directory.
I also found some notes pertaining to a wrong rename of a binary or 2 when
applying the 7.01
patch.http://www.talkingtree.com/blog/index.cfm/2006/6/20/CFMX701-Solaris-SystemV-Verity

HTH.


On Thu, September 28, 2006 14:10, Rob Wilkerson wrote:

>>=
>>The ColdFusion MX 7 Search Server service failed to start due to the
>>following error:
>>The pipe state is invalid.



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:254717
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Rather big log

2006-09-26 Thread Maureen Barger
On Tue, September 26, 2006 06:47, Tom Chiverton wrote:
> You really want to sort out rotating log files too.

I am curious how folks rotate cfserver.log in a single server CFMXE7
environment without restarting cfmxe.

-- 
Maureen Barger CIT Information Systems
120 Maple Ave. Cornell University
[EMAIL PROTECTED]









~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:254230
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Fusion Reactor issues

2006-09-06 Thread Maureen Barger
Can you:
-adjust your jvm memory settings so you have more available memory for CF?
-adjust your FR settings so it doesn't kill threads, or at least allow
more threads until it starts killing them off?

Unfortunately FR is within the CF container, so if CF is unresponsive, FR
will be too. :(

-- 
Maureen Barger CIT Information Systems
120 Maple Ave. Cornell University
[EMAIL PROTECTED]





On Tue, September 5, 2006 22:19, Rick Root wrote:
> Sometimes, someone will do something on my server, because of poorly
> written code by yours truly, that will suck up huge amounts of memory
> and fusion reactor will start killing requests.
> However, sometimes, during this time, I can't even get into Fusion
> Reactor - or if I can, it's only because it's lost it's connection to my
> (one) instance and that doesn't do me much good.
> I couldn't figure out how to "reconnect" fusion reactor to my coldfusion
> instance... seems like restarting coldfusion is a bit overkill since
> eventually it returned to normal function.
> Also, it seems to me that not being able to access Fusion Reactor when
> Codlfusion is experiencing an overload situation.. well, that makes
> Fusion Reactor a lot less valuable, because I can't go in and see what
> requests are being processed, and kill them if necessary.



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:252180
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: storing registry in a datastore

2006-08-24 Thread Maureen Barger
I did, thanks. realized that after hitting send ;)


On Thu, August 24, 2006 13:28, Everett, Al \(NIH/NIGMS\) [C] wrote:
> Do you mean storing CLIENT variables?
>
> -Original Message-
> From: Maureen Barger
> Sent: Thursday, August 24, 2006 1:15 PM
> To: CF-Talk
> Subject: storing registry in a datastore
>
> When doing this, do I need to define any tables or columns? Or simply
> create the instance and let ColdFusion do its thing? cfmxe 7.01 under
> solaris.
>
> 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:250919
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


storing registry in a datastore

2006-08-24 Thread Maureen Barger
When doing this, do I need to define any tables or columns? Or simply
create the instance and let ColdFusion do its thing? cfmxe 7.01 under
solaris.
Thanks.





~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:250890
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Tools for determining bottlenecks

2006-08-22 Thread Maureen Barger
On Tue, August 22, 2006 15:41, Russ wrote:
> I've only tried the trial fusionreactor, but had no trouble setting it up
> using the docs.  It was the latest fusionreactor.
>
> Seefusion also lets you see the currently executing query and the slowest
> one, so you can use that as well.

FR does this as well, and very well -- but I need to find out why slow
requests are slow.


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:250655
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Tools for determining bottlenecks

2006-08-22 Thread Maureen Barger
That's in 2.0, I am runing 1.07 on this particular setup. :-/ Impetus for
upgrading!



On Tue, August 22, 2006 15:01, Russ wrote:
> FusionReactor or SeeFusion, and make sure you set up the jdbc passthrough
> so
> that you can see all the queries and how long they take to run.
> FusionReactor allows you to see all the queries that were on that page
> along
> with the execution time for each.
>
> Russ
>
>> -Original Message-
>> From: Maureen Barger [mailto:[EMAIL PROTECTED]
>> Sent: Tuesday, August 22, 2006 2:54 PM
>> To: CF-Talk
>> Subject: Tools for determining bottlenecks
>>
>> We just started hosting an *extremely* busy site on a solaris box
>> running
>> CFMXE 7.x with an Oracle 10g backend along with 2 MySQL 3.x databases.
>> There is a bottleneck somewhere and I am trying to determine where; I am
>> wondering if it is even the database drivers. I have Fusion Reactor
>> running and while it can tell me  the slow requests, I am trying to
>> determine why they are slow. Are there any tools to monitor the
>> throughput
>> of the jdbc or MySQL driver, especially the MySQL instance? The database
>> servers are relatively idle yet something is the bottleneck.
>> Thanks.
>>
>>
>>
>>
>>
>>
>>
>>
>
> 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:250647
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Tools for determining bottlenecks

2006-08-22 Thread Maureen Barger
We just started hosting an *extremely* busy site on a solaris box running
CFMXE 7.x with an Oracle 10g backend along with 2 MySQL 3.x databases.
There is a bottleneck somewhere and I am trying to determine where; I am
wondering if it is even the database drivers. I have Fusion Reactor
running and while it can tell me  the slow requests, I am trying to
determine why they are slow. Are there any tools to monitor the throughput
of the jdbc or MySQL driver, especially the MySQL instance? The database
servers are relatively idle yet something is the bottleneck.
Thanks.







~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:250638
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Blog CFC for Oracle?

2006-08-22 Thread Maureen Barger
This has been on my todo list for a while now. I was planning on using the
Oracle Workbench tool to migrate my MySQL instance to 10g and see what
datatypes it "suggested," and then tackling the code from there. Just
haven't gotten to that part of my todo list yet ;)
-- 
Maureen Barger
CIT, Cornell University
[EMAIL PROTECTED]





On Tue, August 22, 2006 08:46, Raymond Camden wrote:
> The sourceforge site is extremely old. Please go to www.blogcfc.com
> for Subversion access. Yes, I'd use a blogtype type check. If you want
> to take this offlist, just email me at ray at camdenfamily dot com.
>
> On 8/22/06, Deanna Schneider <[EMAIL PROTECTED]> wrote:
>> Ah, didn't realize you had it out on sourceforge. I'll grab it from
>> there. There are a few issues I know of already - like that I can't
>> name a column "comment" in Oracle. That being said - which you rather
>> I mod all the code to include "if blogdbtype = "ORACLE" then or
>> just make a separate Oracle version?
>


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:250635
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: parsing css files

2006-05-31 Thread Maureen Barger
oh right - I was missing the addition of the handler to the web.xml. Thanks!



On Wed, May 31, 2006 15:39, Jerry Johnson wrote:
> I needed to make the change in two places on my setup.
>
> 1. In IIS, I needed to associate the .css extension with the cf server.
>
> 2. In the web.xml file (cfusion\wwwroot\web-inf) I needed to create a
> new mapping
>
> Here is the one I added for rss:
> 
> CfmServlet
> *.rss
> 



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241867
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


parsing css files

2006-05-31 Thread Maureen Barger
Hi - how do we get Cold Fusion to parse css files? We are in the process
of migrating a site off IIS to Solaris/Apache and their current set up
uses css files with cfoutput included. I have tried adding .css to the
jrun handler without success (error: JRun will not accept request.  Check
JRun web server configuration and JRun mappings on JRun server).
Is renaming the css files to cfm our only option?

-- 
Maureen Barger
CIT, Cornell University
[EMAIL PROTECTED]








~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241856
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