Re: Apache and ColdFusion Trouble

2009-05-06 Thread Tom Chiverton
On Tuesday 05 May 2009, Steven Erat - Webapper Services wrote: The built-in JRun webserver is not production quality and lacks many features of a full blown web server such as Apache. From the Adobe (formerly Macromedia) article: Why was Adobe (until the last few years) selling JRun as

Re: Apache and ColdFusion Trouble

2009-05-06 Thread James Holmes
JRun and the JRun web server (JWS) are different things. JRun is the J2EE Application server; JWS is the development-quality webserver that runs inside it. mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/ 2009/5/6 Tom Chiverton tom.chiver...@halliwells.com: On

Re: Apache and ColdFusion Trouble

2009-05-06 Thread Dave Watts
JRun and the JRun web server (JWS) are different things. JRun is the J2EE Application server; JWS is the development-quality webserver that runs inside it. Well, to go a bit off-topic, you can certainly use JWS in production. I know several shops that have done this - if I recall, Macromedia

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 applesl...@gmail.com wrote: Hi Maureen, OK, so I did: [r...@server1 ~]# apachectl stop [r...@server1 ~]# /opt/coldfusion8/bin/coldfusion stop [r...@server1 ~]# nano

Re: Apache and ColdFusion Trouble

2009-05-05 Thread Tom Chiverton
On Tuesday 05 May 2009, Jason Slack wrote: I stopped apache and changed jrun.xml to use port 80 and I am broken again. You set JRun to listen on port 80, the same port as Apache ? That's not going to work :-) Everything i do it CF and cgi, so do I even need apache? JRun can't run CGI's, but

Re: Apache and ColdFusion Trouble

2009-05-05 Thread Steven Erat - Webapper Services
On Tue, May 5, 2009 at 6:06 AM, Tom Chiverton tom.chiver...@halliwells.comwrote: On Tuesday 05 May 2009, Jason Slack wrote: if I could get CF on port 80 would this nor work using the built-in web-server? Certainly - JRun is a full-on J2EE application server. The built-in JRun

Re: Apache and ColdFusion Trouble

2009-05-05 Thread Jason Slack
Hi Tom, Anyone available to ssh in and fix? As is everyone I am a bit strapped and trying to get this worming to launch my LLC live, but I can afford something... -Jason On Tuesday 05 May 2009, Jason Slack wrote: I stopped apache and changed jrun.xml to use port 80 and I am broken

Re: Apache and ColdFusion Trouble

2009-05-04 Thread Jason Slack
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

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 applesl...@gmail.com wrote: I am still not figuring this out! Does anyone have ideas? -Jason Hi Maureen, Are you

Re: Apache and ColdFusion Trouble

2009-05-04 Thread Jason Slack
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

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 applesl...@gmail.com wrote: I dont need mod_proxy or ldap. Can you tell

Re: Apache and ColdFusion Trouble

2009-05-04 Thread Dave Watts
Can you tell me how to enable CF web server? http://www.adobe.com/support/coldfusion/adv_development/config_builtin_webserver/ Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in

Re: Apache and ColdFusion Trouble

2009-05-04 Thread Jason Slack
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 chanced built-in webserver to deactivated = false saved and exited [r...@server1 ~]#

Re: Apache and ColdFusion Trouble

2009-05-04 Thread Jason Slack
OK, so I got myself to a state where I can hit :8500 with /opt/coldfusion8/wwwroot as my root I stopped apache and changed jrun.xml to use port 80 and I am broken again. Everything i do it CF and cgi, so do I even need apache? if I could get CF on port 80 would this nor work using the

Re: Apache and ColdFusion Trouble

2009-05-03 Thread Jason Slack
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

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 applesl...@gmail.com wrote: Hi Maureen, Thanks for your reply. I worked with your instructions

Re: Apache and ColdFusion Trouble

2009-05-03 Thread Jason Slack
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:

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 applesl...@gmail.com wrote: Hi Maureen, OK, I did this and both error_log and the

Re: Apache and ColdFusion Trouble

2009-05-03 Thread Jason Slack
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]

Apache and ColdFusion Trouble

2009-05-02 Thread Jason Todd Slack-Moehrle
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

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 mailingli...@mailnewsrss.com 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

Re: Apache and ColdFusion Trouble

2009-05-02 Thread Jason Slack
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

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