RE: instructions for Apache webapp

2002-01-21 Thread Brian Adams

Hi Dean,
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/webapp/INSTALL.txt?r
ev=1.6content-type=text/vnd.viewcvs-markup

sorry if the URL is broken (Outlook sucks) but this doc comes with
mod_webapp.   I have given you a link to the install.txt file from the CVS
that houses mod_webapp.
If you download mod_webapp you will get this doc in it...
my advise is to get a nightly build of this module, some of the folks here
have made some changes to the module since it's formal release.
Goodluck,
Brian

-Original Message-
From: Dean Hall [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 21, 2002 2:37 AM
To: Tomcat User List
Subject: instructions for Apache  webapp


I'm a new Tomcat user trying to install Tomcat to work with Apache
1.3.22 (on RH Linux 6.2). I gave up trying to compile from source (for
the time being) because I didn't find the docs sufficient (yet) to be
sure it would work.

Now, I've installed the binary distro, and the docs seem to end before
describing how to get Tomcat to run with Apache. I read the
conf/server.xml file in the distro, and it seems to imply that some
other stuff needs to happen (like installing Apache with the mod_webapp)
for it to work properly, but I can find no documentation for this
procedure. I looked just to see if I could find any source for the
module in the apache source tree, and there is none. I looked in the
installation documentation, and there's no mod_webapp listed.

Is there something I'm missing? Some docs somewhere that I haven't seen
yet?

Dean.


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: instructions for Apache webapp

2002-01-21 Thread ???

Dear Dean Hall

This will be not correct answer, but I want to encourage you to searching tomcat forum 
in wrox site.
I found there a doc explainning about mod_webapp installation for connecting apache 
and tomcat.
I read it but nevertheless I can't connect as usual.
mod_webapp's doc, install.txt was explained the content to be added in httpd.conf.
ServerName localhost
Loadmodule ...
Addmodule ...
WebAppConnection conn warp localhost:8008
WebAppDeploy examples conn /examples

I do that.
And restart tomcat and apache.
But I can't connect.

I want to meet anyone to explain about that.

Have a good luck, Bye.
- Original Message - 
From: Dean Hall [EMAIL PROTECTED]
To: Tomcat User List [EMAIL PROTECTED]
Sent: Monday, January 21, 2002 5:36 PM
Subject: instructions for Apache  webapp


 
 I'm a new Tomcat user trying to install Tomcat to work with Apache
 1.3.22 (on RH Linux 6.2). I gave up trying to compile from source (for
 the time being) because I didn't find the docs sufficient (yet) to be
 sure it would work.
 
 Now, I've installed the binary distro, and the docs seem to end before
 describing how to get Tomcat to run with Apache. I read the
 conf/server.xml file in the distro, and it seems to imply that some
 other stuff needs to happen (like installing Apache with the mod_webapp)
 for it to work properly, but I can find no documentation for this
 procedure. I looked just to see if I could find any source for the
 module in the apache source tree, and there is none. I looked in the
 installation documentation, and there's no mod_webapp listed.
 
 Is there something I'm missing? Some docs somewhere that I haven't seen
 yet?
 
 Dean.
 
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 



Re: instructions for Apache webapp

2002-01-21 Thread David Smith

Ok... what do you mean 'can't connect'.  Please be more specific.  I have 
mod_webapp working on a Mandrake 8 i586 system.  My mod_webapp was built from 
nightly snapshot and works without a problem.

To the original poster -- Dean Hall:
There are a couple of different ways to connect Tomcat and Apache.  The first 
is mod_webapp.  It was designed to make the connection between Apache and 
Tomcat easier, but has had a rough ride over the past few months.  If you 
search the archives of this list, there should be some links to good docs on 
setup and deployment.

The other way is with mod_jk.  It's a more mature connector with a larger 
following especially with Tomcat 3.x, but works well on Tomcat 4.  Just use 
the docs for TC 3.x and the notes in server.xml (TC4) to setup TC4 and Apache 
to use it.

--David

On Monday 21 January 2002 09:23 am, you wrote:
 Dear Dean Hall
 
 This will be not correct answer, but I want to encourage you to searching
 tomcat forum in wrox site.
 I found there a doc explainning about
 mod_webapp installation for connecting apache and tomcat. I read it but
 nevertheless I can't connect as usual.
 mod_webapp's doc, install.txt was explained the content to be added in
 httpd.conf.
 ServerName localhost
 Loadmodule ...
 Addmodule ...
 WebAppConnection conn warp localhost:8008
 WebAppDeploy examples conn /examples
 
 I do that.
 And restart tomcat and apache.
 But I can't connect.
 
 I want to meet anyone to explain about that.
 
 Have a good luck, Bye.
 - Original Message - 
 From: Dean Hall [EMAIL PROTECTED]
 To: Tomcat User List [EMAIL PROTECTED]
 Sent: Monday, January 21, 2002 5:36 PM
 Subject: instructions for Apache  webapp
 
 

  
  I'm a new Tomcat user trying to install Tomcat to work with Apache
  1.3.22 (on RH Linux 6.2). I gave up trying to compile from source (for
  the time being) because I didn't find the docs sufficient (yet) to be
  sure it would work.
  
  Now, I've installed the binary distro, and the docs seem to end before
  describing how to get Tomcat to run with Apache. I read the
  conf/server.xml file in the distro, and it seems to imply that some
  other stuff needs to happen (like installing Apache with the mod_webapp)
  for it to work properly, but I can find no documentation for this
  procedure. I looked just to see if I could find any source for the
  module in the apache source tree, and there is none. I looked in the
  installation documentation, and there's no mod_webapp listed.
  
  Is there something I'm missing? Some docs somewhere that I haven't seen
  yet?
  
  Dean.
  
  
  --
  To unsubscribe:   mailto:[EMAIL PROTECTED]
  For additional commands: mailto:[EMAIL PROTECTED]
  Troubles with the list: mailto:[EMAIL PROTECTED]
  

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]