You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Murray Cumming <mu...@usa.net> on 2002/08/11 20:58:17 UTC

Getting mod_webapp

I'm sure this should be on an FAQ somewhere, but I have a good look all
over the place and I can't find any definitive help.

I'm using Tomcat 4.0.4 (because I've read that Cocoon 2 needs it rather
than Tomcat 3), trying to make it work though Apache2 on RedHat 7.2

To keeps things simple, I've installed from the RPM. I believe I need
the mod_webapp apache module that's provided by
tomcat-jakarta-connectors4.0.4, but I can't find any RPM of this.

Instead, I tried building tomcat-jakarta-connectors from source, but
maybe I'm not familiar enough with the ant build system:

If I run ant from the top level I get this error:

    [javac] Compiling 31 source files to
/home/murrayc/jakarta-tomcat-connectors-4.0.4-src/jk/build/classes
    [javac]
/home/murrayc/jakarta-tomcat-connectors-4.0.4-src/jk/java/org/apache/jk/common/JkInputStream.java:66: package javax.servlet does not exist
    [javac] import javax.servlet.ServletInputStream;


And if I run ant from the webapp directory, I get this error:

BUILD FAILED
file:/home/murrayc/jakarta-tomcat-connectors-4.0.4-src/webapp/build.xml:105: Cannot find Tomcat 4.0 classes


-- 
Murray Cumming
murrayc@usa.net
www.murrayc.com


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Getting mod_webapp

Posted by Murray Cumming <mu...@usa.net>.
On Wed, 2002-08-21 at 20:45, adrian wrote:
> Hey sorry it`s been a while , did you get mod_webapp working ?

No, and I've given up for now. People seem to think that we should be
using mod_jk instead, although of course I couldn't get that to work
either.

The fact that no binaries exist for either does make me less confident
that I will ever be able to build them from source myself.

> 
> Adrian
> 
> ----- Original Message -----
> From: "Murray Cumming" <mu...@usa.net>
> To: "Adrian" <at...@charter.net>
> Cc: "Tomcat Users List" <to...@jakarta.apache.org>
> Sent: Monday, August 12, 2002 9:03 AM
> Subject: Re: Getting mod_webapp
> 
> 
> > On Mon, 2002-08-12 at 13:46, Adrian wrote:
> > > Are you running apache2 ?
> >
> > Yes. It's installed by default on RedHat 7.2
> >
> > > If not you need to get the APR
> >
> > Erm, what's an APR?
> >
> > > and unzip it in the
> > > webapp dir. Keep me updated, we`ll get you through it. Going to work,
> write
> > > me back If I can help. I check my mail there too.
> > > ----- Original Message -----
> > > From: "Murray Cumming" <mu...@usa.net>
> > > To: "Adrian" <at...@charter.net>
> > > Cc: "Tomcat Users List" <to...@jakarta.apache.org>
> > > Sent: Monday, August 12, 2002 7:45 AM
> > > Subject: Re: Getting mod_webapp
> > >
> > >
> > > >
> > > > On Mon, 2002-08-12 at 12:33, Adrian wrote:
> > > > > You have to have the servlet.jar in your classpath just like when
> you
> > > build
> > > > > a connector.
> > > >
> > > > Thanks, but I'm afraid I need to have this spelled out. I don't seem
> to
> > > > have any CLASSPATH environment variable set. With ant, is there some
> > > > standard way to add a path to the classpath used while building?
> > > >
> > > >  I`ve built `em on FreeBSD,
> > > > > so I know it can be a pain. There was a site www.pubbitch.org/jboss
> that
> > > > > helped point me in the right direction.
> > > >
> > > > This page:
> > > > http://www.pubbitch.org/jboss.html
> > > > suggests building it with a manual gcc command line, but I would
> really
> > > > prefer to use the regular build system.
> > > >
> > > > There are other pages there about using mod_jk2 instead, but
> everything
> > > > I've seen so far suggests that mod_webapp is the regular choice. I
> just
> > > > want to set it up in the most standard way possible.
> > > >
> > > > > I`ve got to build a linux box today
> > > > > for a customer with James and Tomcat, write back if you still need
> help.
> > > > > ----- Original Message -----
> > > > > From: "Murray Cumming" <mu...@usa.net>
> > > > > To: "Tomcat-User" <to...@jakarta.apache.org>
> > > > > Sent: Sunday, August 11, 2002 2:58 PM
> > > > > Subject: Getting mod_webapp
> > > > >
> > > > >
> > > > > > I'm sure this should be on an FAQ somewhere, but I have a good
> look
> > > all
> > > > > > over the place and I can't find any definitive help.
> > > > > >
> > > > > > I'm using Tomcat 4.0.4 (because I've read that Cocoon 2 needs it
> > > rather
> > > > > > than Tomcat 3), trying to make it work though Apache2 on RedHat
> 7.2
> > > > > >
> > > > > > To keeps things simple, I've installed from the RPM. I believe I
> need
> > > > > > the mod_webapp apache module that's provided by
> > > > > > tomcat-jakarta-connectors4.0.4, but I can't find any RPM of this.
> > > > > >
> > > > > > Instead, I tried building tomcat-jakarta-connectors from source,
> but
> > > > > > maybe I'm not familiar enough with the ant build system:
> > > > > >
> > > > > > If I run ant from the top level I get this error:
> > > > > >
> > > > > >     [javac] Compiling 31 source files to
> > > > > > /home/murrayc/jakarta-tomcat-connectors-4.0.4-src/jk/build/classes
> > > > > >     [javac]
> > > > > >
> > > > >
> > >
> /home/murrayc/jakarta-tomcat-connectors-4.0.4-src/jk/java/org/apache/jk/comm
> > > > > on/JkInputStream.java:66: package javax.servlet does not exist
> > > > > >     [javac] import javax.servlet.ServletInputStream;
> > > > > >
> > > > > >
> > > > > > And if I run ant from the webapp directory, I get this error:
> > > > > >
> > > > > > BUILD FAILED
> > > > > >
> > > > >
> > >
> file:/home/murrayc/jakarta-tomcat-connectors-4.0.4-src/webapp/build.xml:105:
> > > > > Cannot find Tomcat 4.0 classes
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Murray Cumming
> > > > > > murrayc@usa.net
> > > > > > www.murrayc.com
> > > > > >
> > > > > >
> > > > > > --
> > > > > > To unsubscribe, e-mail:
> > > > > <ma...@jakarta.apache.org>
> > > > > > For additional commands, e-mail:
> > > > > <ma...@jakarta.apache.org>
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > --
> > > > Murray Cumming
> > > > murrayc@usa.net
> > > > www.murrayc.com
> > > >
> > > >
> > > > --
> > > > To unsubscribe, e-mail:
> > > <ma...@jakarta.apache.org>
> > > > For additional commands, e-mail:
> > > <ma...@jakarta.apache.org>
> > > >
> > > >
> > >
> > >
> > >
> > --
> > Murray Cumming
> > murrayc@usa.net
> > www.murrayc.com
> >
> 
> 
-- 
Murray Cumming
murrayc@usa.net
www.murrayc.com


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Getting mod_webapp

Posted by Murray Cumming <mu...@usa.net>.
On Mon, 2002-08-12 at 13:46, Adrian wrote:
> Are you running apache2 ?

Yes. It's installed by default on RedHat 7.2

> If not you need to get the APR

Erm, what's an APR?

> and unzip it in the
> webapp dir. Keep me updated, we`ll get you through it. Going to work, write
> me back If I can help. I check my mail there too.
> ----- Original Message -----
> From: "Murray Cumming" <mu...@usa.net>
> To: "Adrian" <at...@charter.net>
> Cc: "Tomcat Users List" <to...@jakarta.apache.org>
> Sent: Monday, August 12, 2002 7:45 AM
> Subject: Re: Getting mod_webapp
> 
> 
> >
> > On Mon, 2002-08-12 at 12:33, Adrian wrote:
> > > You have to have the servlet.jar in your classpath just like when you
> build
> > > a connector.
> >
> > Thanks, but I'm afraid I need to have this spelled out. I don't seem to
> > have any CLASSPATH environment variable set. With ant, is there some
> > standard way to add a path to the classpath used while building?
> >
> >  I`ve built `em on FreeBSD,
> > > so I know it can be a pain. There was a site www.pubbitch.org/jboss that
> > > helped point me in the right direction.
> >
> > This page:
> > http://www.pubbitch.org/jboss.html
> > suggests building it with a manual gcc command line, but I would really
> > prefer to use the regular build system.
> >
> > There are other pages there about using mod_jk2 instead, but everything
> > I've seen so far suggests that mod_webapp is the regular choice. I just
> > want to set it up in the most standard way possible.
> >
> > > I`ve got to build a linux box today
> > > for a customer with James and Tomcat, write back if you still need help.
> > > ----- Original Message -----
> > > From: "Murray Cumming" <mu...@usa.net>
> > > To: "Tomcat-User" <to...@jakarta.apache.org>
> > > Sent: Sunday, August 11, 2002 2:58 PM
> > > Subject: Getting mod_webapp
> > >
> > >
> > > > I'm sure this should be on an FAQ somewhere, but I have a good look
> all
> > > > over the place and I can't find any definitive help.
> > > >
> > > > I'm using Tomcat 4.0.4 (because I've read that Cocoon 2 needs it
> rather
> > > > than Tomcat 3), trying to make it work though Apache2 on RedHat 7.2
> > > >
> > > > To keeps things simple, I've installed from the RPM. I believe I need
> > > > the mod_webapp apache module that's provided by
> > > > tomcat-jakarta-connectors4.0.4, but I can't find any RPM of this.
> > > >
> > > > Instead, I tried building tomcat-jakarta-connectors from source, but
> > > > maybe I'm not familiar enough with the ant build system:
> > > >
> > > > If I run ant from the top level I get this error:
> > > >
> > > >     [javac] Compiling 31 source files to
> > > > /home/murrayc/jakarta-tomcat-connectors-4.0.4-src/jk/build/classes
> > > >     [javac]
> > > >
> > >
> /home/murrayc/jakarta-tomcat-connectors-4.0.4-src/jk/java/org/apache/jk/comm
> > > on/JkInputStream.java:66: package javax.servlet does not exist
> > > >     [javac] import javax.servlet.ServletInputStream;
> > > >
> > > >
> > > > And if I run ant from the webapp directory, I get this error:
> > > >
> > > > BUILD FAILED
> > > >
> > >
> file:/home/murrayc/jakarta-tomcat-connectors-4.0.4-src/webapp/build.xml:105:
> > > Cannot find Tomcat 4.0 classes
> > > >
> > > >
> > > > --
> > > > Murray Cumming
> > > > murrayc@usa.net
> > > > www.murrayc.com
> > > >
> > > >
> > > > --
> > > > To unsubscribe, e-mail:
> > > <ma...@jakarta.apache.org>
> > > > For additional commands, e-mail:
> > > <ma...@jakarta.apache.org>
> > > >
> > > >
> > >
> > >
> > --
> > Murray Cumming
> > murrayc@usa.net
> > www.murrayc.com
> >
> >
> > --
> > To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> > For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> >
> >
> 
> 
> 
-- 
Murray Cumming
murrayc@usa.net
www.murrayc.com


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Getting mod_webapp

Posted by Adrian <at...@charter.net>.
Are you running apache2 ? If not you need to get the APR and unzip it in the
webapp dir. Keep me updated, we`ll get you through it. Going to work, write
me back If I can help. I check my mail there too.
----- Original Message -----
From: "Murray Cumming" <mu...@usa.net>
To: "Adrian" <at...@charter.net>
Cc: "Tomcat Users List" <to...@jakarta.apache.org>
Sent: Monday, August 12, 2002 7:45 AM
Subject: Re: Getting mod_webapp


>
> On Mon, 2002-08-12 at 12:33, Adrian wrote:
> > You have to have the servlet.jar in your classpath just like when you
build
> > a connector.
>
> Thanks, but I'm afraid I need to have this spelled out. I don't seem to
> have any CLASSPATH environment variable set. With ant, is there some
> standard way to add a path to the classpath used while building?
>
>  I`ve built `em on FreeBSD,
> > so I know it can be a pain. There was a site www.pubbitch.org/jboss that
> > helped point me in the right direction.
>
> This page:
> http://www.pubbitch.org/jboss.html
> suggests building it with a manual gcc command line, but I would really
> prefer to use the regular build system.
>
> There are other pages there about using mod_jk2 instead, but everything
> I've seen so far suggests that mod_webapp is the regular choice. I just
> want to set it up in the most standard way possible.
>
> > I`ve got to build a linux box today
> > for a customer with James and Tomcat, write back if you still need help.
> > ----- Original Message -----
> > From: "Murray Cumming" <mu...@usa.net>
> > To: "Tomcat-User" <to...@jakarta.apache.org>
> > Sent: Sunday, August 11, 2002 2:58 PM
> > Subject: Getting mod_webapp
> >
> >
> > > I'm sure this should be on an FAQ somewhere, but I have a good look
all
> > > over the place and I can't find any definitive help.
> > >
> > > I'm using Tomcat 4.0.4 (because I've read that Cocoon 2 needs it
rather
> > > than Tomcat 3), trying to make it work though Apache2 on RedHat 7.2
> > >
> > > To keeps things simple, I've installed from the RPM. I believe I need
> > > the mod_webapp apache module that's provided by
> > > tomcat-jakarta-connectors4.0.4, but I can't find any RPM of this.
> > >
> > > Instead, I tried building tomcat-jakarta-connectors from source, but
> > > maybe I'm not familiar enough with the ant build system:
> > >
> > > If I run ant from the top level I get this error:
> > >
> > >     [javac] Compiling 31 source files to
> > > /home/murrayc/jakarta-tomcat-connectors-4.0.4-src/jk/build/classes
> > >     [javac]
> > >
> >
/home/murrayc/jakarta-tomcat-connectors-4.0.4-src/jk/java/org/apache/jk/comm
> > on/JkInputStream.java:66: package javax.servlet does not exist
> > >     [javac] import javax.servlet.ServletInputStream;
> > >
> > >
> > > And if I run ant from the webapp directory, I get this error:
> > >
> > > BUILD FAILED
> > >
> >
file:/home/murrayc/jakarta-tomcat-connectors-4.0.4-src/webapp/build.xml:105:
> > Cannot find Tomcat 4.0 classes
> > >
> > >
> > > --
> > > Murray Cumming
> > > murrayc@usa.net
> > > www.murrayc.com
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> > <ma...@jakarta.apache.org>
> > > For additional commands, e-mail:
> > <ma...@jakarta.apache.org>
> > >
> > >
> >
> >
> --
> Murray Cumming
> murrayc@usa.net
> www.murrayc.com
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>
>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Getting mod_webapp

Posted by Murray Cumming <mu...@usa.net>.
On Mon, 2002-08-12 at 12:33, Adrian wrote:
> You have to have the servlet.jar in your classpath just like when you build
> a connector.

Thanks, but I'm afraid I need to have this spelled out. I don't seem to
have any CLASSPATH environment variable set. With ant, is there some
standard way to add a path to the classpath used while building?

 I`ve built `em on FreeBSD,
> so I know it can be a pain. There was a site www.pubbitch.org/jboss that
> helped point me in the right direction.

This page:
http://www.pubbitch.org/jboss.html
suggests building it with a manual gcc command line, but I would really
prefer to use the regular build system.

There are other pages there about using mod_jk2 instead, but everything
I've seen so far suggests that mod_webapp is the regular choice. I just
want to set it up in the most standard way possible.

> I`ve got to build a linux box today
> for a customer with James and Tomcat, write back if you still need help.
> ----- Original Message -----
> From: "Murray Cumming" <mu...@usa.net>
> To: "Tomcat-User" <to...@jakarta.apache.org>
> Sent: Sunday, August 11, 2002 2:58 PM
> Subject: Getting mod_webapp
> 
> 
> > I'm sure this should be on an FAQ somewhere, but I have a good look all
> > over the place and I can't find any definitive help.
> >
> > I'm using Tomcat 4.0.4 (because I've read that Cocoon 2 needs it rather
> > than Tomcat 3), trying to make it work though Apache2 on RedHat 7.2
> >
> > To keeps things simple, I've installed from the RPM. I believe I need
> > the mod_webapp apache module that's provided by
> > tomcat-jakarta-connectors4.0.4, but I can't find any RPM of this.
> >
> > Instead, I tried building tomcat-jakarta-connectors from source, but
> > maybe I'm not familiar enough with the ant build system:
> >
> > If I run ant from the top level I get this error:
> >
> >     [javac] Compiling 31 source files to
> > /home/murrayc/jakarta-tomcat-connectors-4.0.4-src/jk/build/classes
> >     [javac]
> >
> /home/murrayc/jakarta-tomcat-connectors-4.0.4-src/jk/java/org/apache/jk/comm
> on/JkInputStream.java:66: package javax.servlet does not exist
> >     [javac] import javax.servlet.ServletInputStream;
> >
> >
> > And if I run ant from the webapp directory, I get this error:
> >
> > BUILD FAILED
> >
> file:/home/murrayc/jakarta-tomcat-connectors-4.0.4-src/webapp/build.xml:105:
> Cannot find Tomcat 4.0 classes
> >
> >
> > --
> > Murray Cumming
> > murrayc@usa.net
> > www.murrayc.com
> >
> >
> > --
> > To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> > For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> >
> >
> 
> 
-- 
Murray Cumming
murrayc@usa.net
www.murrayc.com


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Getting mod_webapp

Posted by Adrian <at...@charter.net>.
You have to have the servlet.jar in your classpath just like when you build
a connector. I`ve built `em on FreeBSD,
so I know it can be a pain. There was a site www.pubbitch.org/jboss that
helped point me in the right direction. I`ve got to build a linux box today
for a customer with James and Tomcat, write back if you still need help.
----- Original Message -----
From: "Murray Cumming" <mu...@usa.net>
To: "Tomcat-User" <to...@jakarta.apache.org>
Sent: Sunday, August 11, 2002 2:58 PM
Subject: Getting mod_webapp


> I'm sure this should be on an FAQ somewhere, but I have a good look all
> over the place and I can't find any definitive help.
>
> I'm using Tomcat 4.0.4 (because I've read that Cocoon 2 needs it rather
> than Tomcat 3), trying to make it work though Apache2 on RedHat 7.2
>
> To keeps things simple, I've installed from the RPM. I believe I need
> the mod_webapp apache module that's provided by
> tomcat-jakarta-connectors4.0.4, but I can't find any RPM of this.
>
> Instead, I tried building tomcat-jakarta-connectors from source, but
> maybe I'm not familiar enough with the ant build system:
>
> If I run ant from the top level I get this error:
>
>     [javac] Compiling 31 source files to
> /home/murrayc/jakarta-tomcat-connectors-4.0.4-src/jk/build/classes
>     [javac]
>
/home/murrayc/jakarta-tomcat-connectors-4.0.4-src/jk/java/org/apache/jk/comm
on/JkInputStream.java:66: package javax.servlet does not exist
>     [javac] import javax.servlet.ServletInputStream;
>
>
> And if I run ant from the webapp directory, I get this error:
>
> BUILD FAILED
>
file:/home/murrayc/jakarta-tomcat-connectors-4.0.4-src/webapp/build.xml:105:
Cannot find Tomcat 4.0 classes
>
>
> --
> Murray Cumming
> murrayc@usa.net
> www.murrayc.com
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Getting mod_webapp - should I give up?

Posted by Adrian <at...@charter.net>.
The best way I`ve seen to do it is still http://pubbitch.org/jboss.html ,
I`ve built it on FreeBSD , Linux etc.
If you use the ./configure --with-apxs=/usr/local/apache2/bin/apxs it builds
just fine with make.
----- Original Message -----
From: "Murray Cumming" <mu...@usa.net>
To: "Murray Cumming" <mu...@usa.net>
Cc: "Tomcat-User" <to...@jakarta.apache.org>
Sent: Thursday, August 15, 2002 5:03 AM
Subject: Getting mod_webapp - should I give up?


> So, nobody can help me to build mod_webapp, and there is no rpm of it to
> download. Does this just mean that it can't be built?
>
> I don't remember where I read that mod_webapp was the "correct" way to
> integrate Apache2 and Tomcat4. The documentation is a bit fragmented.
>
> Is mod_jk* the true way to do this? If so, could someone give me a URL
> to a definitive page that says this and how to get/build it?
>
> I just want to integrate Apache2 and tomcat4, not do anything special.
> About a year ago I did successfully integrate Apache1 and tomcat, but I
> haven't worked with tomcat since then.
>
> On Tue, 2002-08-13 at 17:20, Murray Cumming wrote:
> > OK, so if I had read README.txt properly then I would know that I need
> > to do a cvs checkout of apr into the webapp directory.
> >
> > It tells me to copy and modify a build.properties.sample file, but there
> > is no such file there, so I ignored that.
> >
> > As instructed, I then ran
> > support/buildConf.sh
> >
> > This creates a configure script, which I am tempted to run, but the next
> > step tells me to run ant. I did that, and I still this error:
> >
> > BUILD FAILED
> >
file:/home/murrayc/jakarta-tomcat-connectors-4.0.4-src/webapp/build.xml:105:
Cannot find Tomcat 4.0 classes
> >
> > So, how do I tell it where to find these tomcat classes? I have already
> > installed jakarta-tomcat-4 from here:
> > http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.4/rpms/
>
> --
> Murray Cumming
> murrayc@usa.net
> www.murrayc.com
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Getting mod_webapp - should I give up?

Posted by Murray Cumming <mu...@usa.net>.
So, nobody can help me to build mod_webapp, and there is no rpm of it to
download. Does this just mean that it can't be built?

I don't remember where I read that mod_webapp was the "correct" way to
integrate Apache2 and Tomcat4. The documentation is a bit fragmented.

Is mod_jk* the true way to do this? If so, could someone give me a URL
to a definitive page that says this and how to get/build it?

I just want to integrate Apache2 and tomcat4, not do anything special.
About a year ago I did successfully integrate Apache1 and tomcat, but I
haven't worked with tomcat since then.

On Tue, 2002-08-13 at 17:20, Murray Cumming wrote:
> OK, so if I had read README.txt properly then I would know that I need
> to do a cvs checkout of apr into the webapp directory.
> 
> It tells me to copy and modify a build.properties.sample file, but there
> is no such file there, so I ignored that.
> 
> As instructed, I then ran 
> support/buildConf.sh
> 
> This creates a configure script, which I am tempted to run, but the next
> step tells me to run ant. I did that, and I still this error:
> 
> BUILD FAILED
> file:/home/murrayc/jakarta-tomcat-connectors-4.0.4-src/webapp/build.xml:105: Cannot find Tomcat 4.0 classes
> 
> So, how do I tell it where to find these tomcat classes? I have already
> installed jakarta-tomcat-4 from here:
> http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.4/rpms/
 
-- 
Murray Cumming
murrayc@usa.net
www.murrayc.com


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Getting mod_webapp

Posted by Murray Cumming <mu...@usa.net>.
On Sun, 2002-08-11 at 19:58, Murray Cumming wrote:
> I'm sure this should be on an FAQ somewhere, but I have a good look all
> over the place and I can't find any definitive help.
> 
> I'm using Tomcat 4.0.4 (because I've read that Cocoon 2 needs it rather
> than Tomcat 3), trying to make it work though Apache2 on RedHat 7.2
> 
> To keeps things simple, I've installed from the RPM. I believe I need
> the mod_webapp apache module that's provided by
> tomcat-jakarta-connectors4.0.4, but I can't find any RPM of this.
> 
> Instead, I tried building tomcat-jakarta-connectors from source, but
> maybe I'm not familiar enough with the ant build system:

OK, so if I had read README.txt properly then I would know that I need
to do a cvs checkout of apr into the webapp directory.

It tells me to copy and modify a build.properties.sample file, but there
is no such file there, so I ignored that.

As instructed, I then ran 
support/buildConf.sh

This creates a configure script, which I am tempted to run, but the next
step tells me to run ant. I did that, and I still this error:

BUILD FAILED
file:/home/murrayc/jakarta-tomcat-connectors-4.0.4-src/webapp/build.xml:105: Cannot find Tomcat 4.0 classes

So, how do I tell it where to find these tomcat classes? I have already
installed jakarta-tomcat-4 from here:
http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.4/rpms/


-- 
Murray Cumming
murrayc@usa.net
www.murrayc.com


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>