Re: mod_webapp deploy

2001-09-30 Thread Manri Offermann

I have been struggling with this too. It really deserves some documentation:
- get the source of mod_webapp.so and compile it.
this is how I configured it

server.xml:

 
  

  
   
   
.
   




   
  
 


httpd.conf:
==
LoadModule webapp_module /usr/lib/apache/mod_webapp.so
AddModule mod_webapp.c

NameVirtualHost 192.168.123.33


 ServerName dell
 DocumentRoot /home/eastbeem/www
 WebAppConnection warpConnection warp localhost:8008
 WebAppDeploy /home/eastbeem/www warpConnection /
 
  AllowOverride None
  deny from all
 



hope this helps,


manri



- Original Message -
From: "Dom" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, September 29, 2001 7:28 PM
Subject: mod_webapp deploy


> I'm trying to use Tomcat 4 with Apache 1.3 and mod_webapp
> Is there somwhere some howto or doc about that subject, I think it
deserves
> more than 3 lines of rematks in server.xml.
> I try to use a web app in a virtual host, but deploy gives an error, as it
> tries to deploy it in $TOMCAT_HOME/webapps instead of the virtual host
> appBase and context docBase
>




Re: mod_webapp deploy

2001-10-01 Thread Dom

Hi Manri !!

So the answer was only to embed my virtual host and context in :



It works now !! how did you gess that ???

Dom

- Original Message -
From: "Manri Offermann" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, September 29, 2001 1:46 PM
Subject: Re: mod_webapp deploy


> I have been struggling with this too. It really deserves some
documentation:
> - get the source of mod_webapp.so and compile it.
> this is how I configured it
>
> server.xml:
> 
>  
>  port="8008" minProcessors="5" maxProcessors="75"
>   enableLookups="true"
>   acceptCount="10" debug="0"/>
>
>name="Apache" debug="0">
> prefix="apache." suffix=".txt" timestamp="true"/>
>
> .
>
>   directory="logs"  prefix="localhost_log." suffix=".txt"
>  timestamp="true"/>
>
>  reloadable="true"/>
>
>
>   
>  
>
>
> httpd.conf:
> ==
> LoadModule webapp_module /usr/lib/apache/mod_webapp.so
> AddModule mod_webapp.c
>
> NameVirtualHost 192.168.123.33
>
> 
>  ServerName dell
>  DocumentRoot /home/eastbeem/www
>  WebAppConnection warpConnection warp localhost:8008
>  WebAppDeploy /home/eastbeem/www warpConnection /
>  
>   AllowOverride None
>   deny from all
>  
> 
>
>
> hope this helps,
>
>
> manri
>
>
>
> - Original Message -
> From: "Dom" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Saturday, September 29, 2001 7:28 PM
> Subject: mod_webapp deploy
>
>
> > I'm trying to use Tomcat 4 with Apache 1.3 and mod_webapp
> > Is there somwhere some howto or doc about that subject, I think it
> deserves
> > more than 3 lines of rematks in server.xml.
> > I try to use a web app in a virtual host, but deploy gives an error, as
it
> > tries to deploy it in $TOMCAT_HOME/webapps instead of the virtual host
> > appBase and context docBase
> >
>
>