Todd,

Yes - it DID append to the bottom of the list, but there is still only one
line invoking this module.  It did not truncate another LoadModule command.
As far as permissions - I hate to even say this but (hat in hand) .... how
do I check that?

-mk

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 19, 2002 1:41 PM
To: CF-Linux
Subject: RE: Linux Novice Installation question


#1, Make sure that there's only _1_ line invoking the mod_jrun.so (same
with the other info), just because you ran the wsconfig.jar, it might
append to the bottom of the list rather than removing the previous and
inserting a new.

#2, What's the permissions like on the /home/cfmx directory?

#3, look 'above' the error and make sure that the wsconfig didn't truncate
a </Module> directive.

~Todd


On Mon, 19 Aug 2002, Mark A. Kruger - CFG wrote:

> New info - I reconfigured the host file again and it seem to install the
> connector. But now I get an error message when trying to start apache:
>
> **************
> Syntax error on line xxx of /usr/local/apache/bin/apachectl start
> Invalid command 'LoadModule', perhaps mis-spelled or defined by a module
not
> included in the server configuration.
> ***************
>
> The line from apache.conf is as follows:
>
> LoadModule jrun_module /home/cfmx/runtime/lib/wsconfig/1/mod_jrun.so
> <IfModule mod_jrun.c>
>       JrunConfig Verbose false
>       JrunConfig Apialloc false
>       JrunConfig Ssl false
>       JrunConfg Ignoresuffixmap true
>       JrunConfig Serverstore /home/cfmx/runtime/lib/wsconfig/1/jrunserver.store
>       JRunConfig Bootstrap 127.0.0.1:51010
>       #JRunConfig Errorurl <optionally redict...>
>       AddHandler jrun-handler .cfm .cfc .jsp .cfml. jws
> </IfModule>
>
>
> *******************
>
> Looking at the documentation in the http.conf file itself, the loadmodule
> syntax seems fine to me.  any ideas?
>
> -Mk
>
>
>
>
> -----Original Message-----
> From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]]
> Sent: Monday, August 19, 2002 12:57 PM
> To: CF-Linux
> Subject: RE: Linux Novice Installation question
>
>
> Still no go guys - I've matched the http.conf file to the entry in hosts
> (/etc/hosts) and it has no affect.  I've restared Apache - I've also tried
> to "stop" cf because it says it's running (although the connector is not
> installed).  Isn't there  a java .jar file to configure the connector?
>
> -mk
>
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Monday, August 19, 2002 12:29 PM
> To: CF-Linux
> Subject: RE: Linux Novice Installation question
>
>
> What's the ServerName directive for Apache looking for?  I would make it
> whatever Apache thinks it is.
>
> ~Todd
>
>
> On Mon, 19 Aug 2002, Mark A. Kruger - CFG wrote:
>
> > Todd,
> >
> > Well - as this was actually my first try - I chose to use 1.3.x, so I
> > wouldn't have to worry about the patches just yet.  This is currently a
> > learning experience for me <g>.  As far as a name, localhost.localdomain
> > localhost doesn't work?   Should I change it to "localhost.localdomain
> > testLinux"  .... what's the syntax?
> >
> > -mk
> >
> > -----Original Message-----
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, August 19, 2002 12:08 PM
> > To: CF-Linux
> > Subject: RE: Linux Novice Installation question
> >
> >
> > Yo Dennis, looks like we're twins now. ;)  We're the same person! ;)
> > hehehe...
> >
> >
> > Anyway, Mark... it should work, but it should also have a "name" for the
> > box.  I haven't had this problem personally, so, I can't tell you what
to
> > do to solve this.
> >
> > Out of curiosity, what version of Apache did you install? If you answer
> > 2.0.39 - don't forget about the patches.
> >
> > ~Todd
> >
> > On Mon, 19 Aug 2002, Mark A. Kruger - CFG wrote:
> >
> > > Todd,
> > >
> > > Ok - but I'm using local for now.  I have:
> > >
> > > 127.0.0.1 localhost.localdomain localhost
> > >
> > >
> > >
> > > in the host file. Is that going to work?
> > >
> > > -----Original Message-----
> > > From: dennis baldwin [mailto:[EMAIL PROTECTED]]
> > > Sent: Monday, August 19, 2002 10:42 AM
> > > To: CF-Linux
> > > Subject: RE: Linux Novice Installation question
> > >
> > >
> > > I had this same problem.  Make sure your hosts file (/etc/hosts) is
> > > configured correctly with your hostname and IP.  I believe that was
the
> > fix
> > > I made to get it working.
> > >
> > > Regards,
> > > Dennis
> > >
> > > -----Original Message-----
> > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> > > Sent: Monday, August 19, 2002 12:46 PM
> > > To: CF-Linux
> > > Subject: Re: Linux Novice Installation question
> > >
> > >
> > > Have you looked in the log files (both CFMX and Apache's) for more
> > > detailed information?
> > >
> > > On Mon, 19 Aug 2002, Mark A. Kruger - CFG wrote:
> > >
> > > >
> > > > Coming from the windows world here - so be gentle. I've managed to
get
> > > > Apache installed, then I managed to get CFMX installed. However,
when
> I
> > > run
> > > > the start command, it gives me the following after some boiler
plate:
> > > >
> > > >
> > > > Running the Coldfusion MX connector wizard
> > > > ===============================
> > > > Running the connector installer (launched on the first run of CF MX
> > start
> > > > script)
> > > > Jrun is not started, will retry connector 12 more times
> > > > Jrun is not started, will retry connector 11 more times
> > > >
> > > > ....etc down to the last try.... then
> > > >
> > > > the connector wizard has not been able to contact the local JRun
> server,
> > > > connect or installation aborted...
> > > >
> > > > then....
> > > >
> > > > Coldfusion MX has been started
> > > > Coldfusion MX will write logs to /home/cfmx/logs/cfserver.log
> > > >
> > > > Does anyone have an idea on A) why Jrun isn't running and B) why the
> > > > connector is failing to start it (assuming that's it job).
> > > >
> > > > Thanks!
> > > >
> > > > Mark A. Kruger, MCSE, CFG
> > > > www.cfwebtools.com
> > > > www.necfug.com
> > > > ...no more brochures!
> > > >
> > > >
> > > >
> > >
> > >
> > >
> >
> >
>
>
>

______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-linux%40houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_linux or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to