hi richard,

I think this is a path issue. see below:

> -----Ursprüngliche Nachricht-----
> Von: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]Im
> Auftrag von Richard Cunliffe
> Gesendet: Donnerstag, 30. Januar 2003 11:34
> An: [EMAIL PROTECTED]
> Betreff: RE: Apache error on startup
>
>
> Hussayn,
>
> I have read that the mod_jk.so is for Unix and mod_jk.dll is for
> windows. I am running windows, and I have the following line already in
> my auto mod_jk:
>
> <IfModule !mod_jk.c>
>
>   LoadModule jk_module c:/Program Files/Apache
Group/Apache2/modules/mod_jk.dll
                                                ^^^

I guess this line makes it 3 arguments because of the space. maybe try
quoting it:

   LoadModule jk_module "c:/Program Files/Apache
Group/Apache2/modules/mod_jk.dll"

or maybe use a relative path:

   LoadModule jk_module modules/mod_jk.dll

>
> </IfModule>
>
>
> Is there anything that could wrong?
>
> Richard.
>
>
>
>
> -----Original Message-----
> From: SAXESS - Hussayn Dabbous [mailto:[EMAIL PROTECTED]]
> Sent: 30 January 2003 10:12
> To: [EMAIL PROTECTED]
> Subject: Re: Apache error on startup
>
> The error message says, you are missing one parameter.
> Check, that on your line 4 you have the following
> content. If you have, check that you are looking at
> the right file ;-)
>
>
> LoadModule jk_module  modules/mod_jk.so
>
>
>
>
> regards, hussayn
>
>
> Richard Cunliffe wrote:
> > Hi,
> >
> > I have installed Apache 2.0.43 and tomcat 4.0.6, using mod_jk 2.0.43.
> I
> > am following the flash guide produced by Lajos.
> >
> > I am getting the following error after I have started tomcat and then
> > try and start Apache:
> >
> >
> > Sntax error on line 4 of c:/tomcat/conf/auto/mod_jk.conf:
> > LoadModule takes two arguments, a module name and the name of a shared
> > object file to load it from
> >
> >
> > How should I go about fixing this?
> >
> >
> > Thanks,
> >
> >
> > Richard.
> >
> >
> >
> >
> >
> >
> >
> > -----Original Message-----
> > From: SAXESS - Hussayn Dabbous [mailto:[EMAIL PROTECTED]]
> > Sent: 29 January 2003 21:53
> > To: [EMAIL PROTECTED]
> > Subject: Re: WARP, Jserv or mod_jk?
> >
> > just one tip.
> >
> > As far as i see, you dont need to build the java components for mod_jk
> > if
> > you are planning to run a binary distribution of tomcat-4.*.*.
> > The java components are already included in these tomcat
> distributions.
> > You would only have to build the apache mod_jk module ...
> > Therefor you may simply skip all the java and ant related topics...
> >
> > maybe that helps you getting faster to your goal.
> >
> > regards, hussayn
> >
> > Richard Cunliffe wrote:
> >
> >
> >>Lajos,
> >>
> >>I have reached point 6, where you build ant, but it is coming up with
> >>the following error:
> >>
> >>        Warning: JAVA_HOME environment variable not set.
> >>                If build fails because sun.* classes could not not be
> >>found
> >>                You will need to set the JAVA_HOME environment
> >
> > variable
> >
> >>                To the installation directory of java.
> >>
> >>        Bulidfile: build.xml does not exist!
> >>        Build failed
> >>
> >>So,
> >>        1. How do you set the JAVA_HOME?
> >>                (I have java 1.3 installed)
> >>
> >>        2. I checked if build.xml exsits and it does. Is it not
> >
> > finding
> >
> >>it
> >>                because it cant find the JAVA_HOME?
> >>
> >>Thanks,
> >>
> >>Richard
> >>
> >>-----Original Message-----
> >>From: Lajos [mailto:[EMAIL PROTECTED]]
> >>Sent: 29 January 2003 15:17
> >>To: [EMAIL PROTECTED]
> >>Subject: Re: WARP, Jserv or mod_jk?
> >>
> >>Is that a link off my guide? Sorry, if it is - I have to update the
> >
> > damn
> >
> >>things every couple of weeks 'cause they change so often. Anyhow, if
> >
> > you
> >
> >>are using 4.0.6, you need the attached zip file. But you can also
> >
> > check
> >
> >>for binaries at
> >>
> >
> >
> http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1
> >
> >>.2.2/bin/
> >>and save yourself some time.
> >>
> >>Regards,
> >>
> >>Lajos
> >>
> >>Richard Cunliffe wrote:
> >>
> >>>Lajos,
> >>>
> >>>The following link is not working
> >>>
> >>
> >
> http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.3/src/j
> >
> >>>akarta-tomcat-connectors-4.0.2-01-src.zip.
> >>>
> >>>If you have the zip file could you e-mail it to me at
> >>>[EMAIL PROTECTED]
> >>>
> >>>Thanks for the advice
> >>>
> >>>Richard.
> >>>
> >>>
> >>>
> >>>
> >>>-----Original Message-----
> >>>From: Lajos [mailto:[EMAIL PROTECTED]]
> >>>Sent: 29 January 2003 14:46
> >>>To: [EMAIL PROTECTED]
> >>>Subject: Re: WARP, Jserv or mod_jk?
> >>>
> >>>Hi Richard -
> >>>
> >>>mod_jk by far is the best. WARP is buggy and is may not even be
> >>
> >>actively
> >>
> >>>developed any more. mod_jk is stable, widely used, and generally has
> >>
> >>few
> >>
> >>>bugs reported. If you need help with the integration, my FlashGuides
> >>>(www.galatea.com/flashguides) have instructions on connecting Apache
> >>
> >>2.x
> >>
> >>>with Tomcat 4.x using Jk.
> >>>
> >>>Regards,
> >>>
> >>>Lajos
> >>>
> >>>
> >>>Richard Cunliffe wrote:
> >>>
> >>>
> >>>>Hi,
> >>>>
> >>>>
> >>>>
> >>>>I?m upgrading! Can anyone suggest the best way to connect Apache
> >>>
> >>>2.0.42
> >>>
> >>>
> >>>>and Tomcat 4.0.6. I will be using Cocoon 2.0.4. I have read that the
> >>>>WARP connecter is the best, but I used Jserv on my older version.
> >>>
> >>>There
> >>>
> >>>
> >>>>is also the mod_jk. Which is the most reliable etc.
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>Thanks
> >>>>
> >>>>
> >>>>
> >>>>Richard.
> >>>>
> >>>>
> >>>>--
> >>>>This message has been scanned for viruses and dangerous content by
> >>>>MailScanner <http://www.mailscanner.info/>, and is believed to be
> >>>
> >>>clean.
> >>>
> >>>
> >>>>"The CSIR exercises no editorial control over E-mail messages and/or
> >>>>attachments thereto/links referred to therein originating in the
> >>>>organisation and the views in this message/attachments thereto are
> >>>>therefore not necessarily those of the CSIR and/or its employees.
> >>>>The sender of this e-mail is, moreover, in terms of the CSIR's
> >>>
> >>>Conditions
> >>>
> >>>
> >>>>of Service, subject to compliance with the CSIR's internal E-mail
> >>>
> > and
> >
> >>>>Internet Policy."
> >>>
> >>>
> >>>
> >>--
> >>
> >>                    Lajos Moczar
> >>       ----------------------------------------
> >>     Open Source Support, Consulting and Training
> >>       ----------------------------------------
> >>             Cocoon Developer's Handbook
> >>  (www.amazon.com/exec/obidos/tg/detail/-/0672322579)
> >>
> >>                    _      _____
> >>                   / \         /
> >>                  /___\      /
> >>                 /     \   /____
> >>
> >>      http://www.galatea.com -- powered by AzSSL
> >>
> >>---------------------------------------------------------------------
> >>Please check that your question  has not already been answered in the
> >>FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>
> >>
> >>To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
> >>For additional commands, e-mail:   <[EMAIL PROTECTED]>
> >
> >
> > --
> > Dr. Hussayn Dabbous
> > SAXESS Software Design GmbH
> > Neuenhöfer Allee 125
> > D-50935 Köln
> > tel.:+49 221 56011 0
> > fax.:+49 221-56011 20
> > email:[EMAIL PROTECTED]
> >
> >
> >
> > ---------------------------------------------------------------------
> > Please check that your question  has not already been answered in the
> > FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>
> >
> > To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
> > For additional commands, e-mail:   <[EMAIL PROTECTED]>
> >
> >
> >
> >
> > ---------------------------------------------------------------------
> > Please check that your question  has not already been answered in the
> > FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>
> >
> > To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
> > For additional commands, e-mail:   <[EMAIL PROTECTED]>
> >
>
> --
> Dr. Hussayn Dabbous
> SAXESS Software Design GmbH
> Neuenhöfer Allee 125
> 50935 Köln
> Telefon: +49-221-56011-0
> Fax:     +49-221-56011-20
> E-Mail:  [EMAIL PROTECTED]
>
>
> ---------------------------------------------------------------------
> Please check that your question  has not already been answered in the
> FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>
>
> To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
> For additional commands, e-mail:   <[EMAIL PROTECTED]>
>
>
>
>
> ---------------------------------------------------------------------
> Please check that your question  has not already been answered in the
> FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>
>
> To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
> For additional commands, e-mail:   <[EMAIL PROTECTED]>
>


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to