Re: Apache and CF7

2008-02-09 Thread Gerald Guido
I know *exactly* what you are trying to do. Read my previous email. On Feb 9, 2008 10:04 PM, Phillip M. Vector <[EMAIL PROTECTED]> wrote: > * XAMPP for Windows > The distribution for Windows 98, NT, 2000, 2003, XP and Vista. This > version contains: Apache, MySQL, PHP + PEAR, Perl, mod_php, mod_

Re: Apache and CF7

2008-02-09 Thread Phillip M. Vector
Now, if you can find me a Virtural Machine with all the stuff with XAMPP AND CF7, then I'd be interested. :) Gerald Guido wrote: > Save yourself the hassle and get XAMPP. Seriously. ~| Adobe® ColdFusion® 8 software 8 is the most

Re: Apache and CF7

2008-02-09 Thread Phillip M. Vector
* XAMPP for Windows The distribution for Windows 98, NT, 2000, 2003, XP and Vista. This version contains: Apache, MySQL, PHP + PEAR, Perl, mod_php, mod_perl, mod_ssl, OpenSSL, phpMyAdmin, Webalizer, Mercury Mail Transport System for Win32 and NetWare Systems v3.32, Ming, JpGraph, FileZilla FTP

Re: Apache and CF7

2008-02-09 Thread Gerald Guido
Save yourself the hassle and get XAMPP. Seriously. The only time you need to do a full install of Apache is on Production and/or you need an absolute mirror of your production environment on Dev. Take 10 min and try it. On Feb 9, 2008 9:13 PM, Dave Watts <[EMAIL PROTECTED]> wrote: > > Let me r

RE: Apache and CF7

2008-02-09 Thread Dave Watts
> Let me rephrase. I used the developer internal server. It may > be using JRun, but there is no separate directory for it. Then you're using JRun. > A JVM was already installed when I installed CF7. 1.6. Right, but CF installs its own JVM. CF 7 installs 1.4. It's not uncommon to have a bunch o

Re: Apache and CF7

2008-02-09 Thread Phillip M. Vector
Dave Watts wrote: >> I manually extracted the connectors and tried refering to >> them. Same issue. Can't load them. I'm also not using JRun. > > What J2EE application server are you using, then? Unless you installed an > EAR or WAR for your CF install, you're using JRun. Let me rephrase. I used

RE: Apache and CF7

2008-02-09 Thread Dave Watts
> I manually extracted the connectors and tried refering to > them. Same issue. Can't load them. I'm also not using JRun. What J2EE application server are you using, then? Unless you installed an EAR or WAR for your CF install, you're using JRun. > and as for using a more advanced version of jav

Re: Apache and CF7

2008-02-09 Thread Phillip M. Vector
m .cfml .cfc .cfr .cfswf >>>>> >>>>> >>>>> You might need to tweak the port in the bootstrap line to match the one in >>>>> your jrun.xml >>>>> >>>>> Finally, since another thing that wsconfig does f

Re: Apache and CF7

2008-02-09 Thread James Holmes
run-handler .jsp .jws .cfm .cfml .cfc .cfr .cfswf > >>> > >>> > >>> You might need to tweak the port in the bootstrap line to match the one in > >>> your jrun.xml > >>> > >>> Finally, since another thing that wsconfig does

Re: Apache and CF7

2008-02-09 Thread Phillip M. Vector
t;> your jrun.xml >>> >>> Finally, since another thing that wsconfig does for you is activate the >>> JrunProxyService, find your jrun.xml for this cf instance, and find the >>> following line: >>> >>> >>> Underneath you will see someth

Re: Apache and CF7

2008-02-09 Thread James Holmes
at wsconfig does for you is activate the > > JrunProxyService, find your jrun.xml for this cf instance, and find the > > following line: > > > > > > Underneath you will see something like this: > > true > > 51020 > > Make sure deact

Re: Apache and CF7

2008-02-09 Thread Phillip M. Vector
something like this: > true > 51020 > Make sure deactivated is false and that the port matches the one in the > apache config. Restart CF, restart Apache and presto. > > Hope this helps, > > Russ > >> -Original Message- >> From: Phillip

RE: Apache and CF7

2008-02-09 Thread Russ
like this: true 51020 Make sure deactivated is false and that the port matches the one in the apache config. Restart CF, restart Apache and presto. Hope this helps, Russ > -Original Message- > From: Phillip M. Vector [mailto:[EMAIL PROTECTED] > Sent: Saturday, February 09, 200

Re: Apache and CF7

2008-02-09 Thread Phillip M. Vector
Yeah. It's really a pain. So now, I have apache up and running for my PHP and other language testing and learning and the dedicated CF server up for my other testing and such with CF apps I make. It's a pain, but at least it works. s. isaac dealey wrote: >> I found that is probably the issue.

Re: Apache and CF7

2008-02-09 Thread s. isaac dealey
> I found that is probably the issue. I downloaded the new file and now, > I can't load it under the current version of Java (need 1.4). *sighs* Wow, that's way more version dependency hell than I remember going through for Apache 2.2 ... I'd installed 2.2 early and then had to download a new conn

Re: Apache and CF7

2008-02-09 Thread Graham Pearson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 What version of Apache are you trying to use with CF7. I have 3 CF7 Servers running with Apache 2.0 and Apache 2.2 without any issues along with countless VMWare Images with the developers version under Apache. If running Apache 2.2 you will need t

Re: Apache and CF7

2008-02-09 Thread Andy Allan
As Adrian says, you are using Apache 2.2, but you are trying to load the web connecter for Apache 2.0. The reason for the MBean error is most likely down to the fact you have Java 5 (or upwards installed). You need to use the 1.4 JDK to run the web server connector on CF7 http://kb.adobe.com/self

Re: Apache and CF7

2008-02-09 Thread James Holmes
Surely you mean Java 1.4, and that's the highest supported JDK for CF7. Are you choosing to use an unsupported JDK? On Feb 9, 2008 1:39 PM, Phillip M. Vector <[EMAIL PROTECTED]> wrote: > Unfortunally, that only works with Javascript 1.4 or below. Otherwise, I > get a MBean error. > > > Adrian More

Re: Apache and CF7

2008-02-08 Thread Phillip M. Vector
Unfortunally, that only works with Javascript 1.4 or below. Otherwise, I get a MBean error. Adrian Moreno wrote: > You need to apply this Hot fix to use CF7 with Apache 2.2 > > http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=8001e97 > > Once you apply the hot fix, you don't have to run

Re: Apache and CF7

2008-02-08 Thread Adrian Moreno
You need to apply this Hot fix to use CF7 with Apache 2.2 http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=8001e97 Once you apply the hot fix, you don't have to run the changes by command-line, you can use the Web Server Configuration Tool that's in your CF 7 program group off the Start

Re: Apache and CF7

2008-02-08 Thread Phillip M. Vector
I found that is probably the issue. I downloaded the new file and now, I can't load it under the current version of Java (need 1.4). *sighs* I think I'm going to go back to how it was and just use the built in webserver and give up on apache ever running CF7. Dave Watts wrote: >> After trying t

Re: Apache and CF7

2008-02-08 Thread Phillip M. Vector
Yeah.. That's where it is.. I don't understand it. and it's more of getting CF to work with apache now then trying to get PHP installed (I managed to get that fixed). Josh Nathanson wrote: >> Already tried that. Didn't work either. But I'll try again. >> >> Nope still says it can't load mod_jrun

Re: Apache and CF7

2008-02-08 Thread Gerald Guido
Check out XAMPP http://www.apachefriends.org/en/xampp.html I have been using it for years. I recommend Method B: "Installation" without the Installer http://www.apachefriends.org/en/xampp-windows.html#521 Get the zip or 7 zip file follow the instructions. --- In a a

RE: Apache and CF7

2008-02-08 Thread Dave Watts
> After trying to redo my CF 7 set up with apache (because I > also want to start learning PHP to increase my marketability, > I have this error. > == > The Apache service named reported the following error: > >>> httpd.exe: Syntax error on line 485 of C:/Program > Files/Apache Sof

Re: Apache and CF7

2008-02-08 Thread Josh Nathanson
> Already tried that. Didn't work either. But I'll try again. > > Nope still says it can't load mod_jrun20.so. Well, PHP blows anyway. Time to give up. ;0) Seriously though, if the module file is really there in the right directory and everything then it should work. The path shows your CF in

RE: Apache and CF7

2008-02-08 Thread John Mason
g Now offering ColdFusion 8 Enterprise hosting FREE Subversion hosting -Original Message- From: Phillip M. Vector [mailto:[EMAIL PROTECTED] Sent: Friday, February 08, 2008 6:59 PM To: CF-Talk Subject: Re: Apache and CF7 John Mason wrote: >> learning PHP to increase my marketability

Re: Apache and CF7

2008-02-08 Thread Phillip M. Vector
John Mason wrote: >> learning PHP to increase my marketability > > Just a thought here. When there are thousands of cheap PHP programmers > running around looking for projects. I would think your return on investment > in learning PHP is going to be very small. Well, it seems that there are sever

Re: Apache and CF7

2008-02-08 Thread Phillip M. Vector
0.so" >> > > In my httpd.conf file I have the directive (note the > 20 after jrun). > > -- Josh > > > - Original Message - > From: "Phillip M. Vector" <[EMAIL PROTECTED]> > To: "CF-Talk" > Sent: Friday, February 08

Re: Apache and CF7

2008-02-08 Thread Josh Nathanson
; <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Friday, February 08, 2008 3:30 PM Subject: Apache and CF7 > After trying to redo my CF 7 set up with apache (because I also want to > start learning PHP to increase my marketability, I have this error. > == &g

RE: Apache and CF7

2008-02-08 Thread John Mason
o:[EMAIL PROTECTED] Sent: Friday, February 08, 2008 6:31 PM To: CF-Talk Subject: Apache and CF7 After trying to redo my CF 7 set up with apache (because I also want to start learning PHP to increase my marketability, I have this error. == The Apache service named reported the followi

Apache and CF7

2008-02-08 Thread Phillip M. Vector
After trying to redo my CF 7 set up with apache (because I also want to start learning PHP to increase my marketability, I have this error. == The Apache service named reported the following error: >>> httpd.exe: Syntax error on line 485 of C:/Program Files/Apache Software Foundatio