RE: WebAppDeploy Vs WebAppMount

2002-01-30 Thread Cressatti, Dominique
- From: Nikola Milutinovic [mailto:[EMAIL PROTECTED]] Sent: 30 January 2002 06:59 To: Tomcat Users List Subject: Re: WebAppDeploy Vs WebAppMount where do I get the latest source of mod_webapp? jakarta.apache.org it's there. Beside how do specify the mapping? What I want to be able to do

Re: WebAppDeploy Vs WebAppMount

2002-01-30 Thread Nikola Milutinovic
jakarta.apache.org it's there. sorry but I looked into http://jakarta.apache.org/builds/jakarta-tomcat-4.0/nightly/src/ but I couldn't find anything related to mod_webapp It usually accompanies the distribution of Tomcat. Haven't looked lately. I think you specify this in web.xml of

RE: WebAppDeploy Vs WebAppMount

2002-01-30 Thread Anton Brazhnyk
Hi, -Original Message- From: Cressatti, Dominique [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 30, 2002 1:05 PM To: Tomcat Users List Subject: RE: WebAppDeploy Vs WebAppMount jakarta.apache.org it's there. sorry but I looked into http://jakarta.apache.org/builds

RE: WebAppDeploy Vs WebAppMount

2002-01-30 Thread Cressatti, Dominique
Milutinovic [mailto:[EMAIL PROTECTED]] Sent: 30 January 2002 13:39 To: Tomcat Users List Subject: Re: WebAppDeploy Vs WebAppMount jakarta.apache.org it's there. sorry but I looked into http://jakarta.apache.org/builds/jakarta-tomcat-4.0/nightly/src/ but I couldn't find anything related to mod_webapp

RE: WebAppDeploy Vs WebAppMount

2002-01-30 Thread Cressatti, Dominique
WebAppMount Hi, -Original Message- From: Cressatti, Dominique [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 30, 2002 1:05 PM To: Tomcat Users List Subject: RE: WebAppDeploy Vs WebAppMount jakarta.apache.org it's there. sorry but I looked into http://jakarta.apache.org/builds

RE: WebAppDeploy Vs WebAppMount

2002-01-30 Thread Justin Rowles
You can just modify your server.xml to have TC listen to 80. Thanks but I still want to serve static pages hence need to have apache. NB: TC will server static pages quite happily. Now, I've *just* been discussing this for implementation at my current contract. We are wondering what the

Re: WebAppDeploy Vs WebAppMount

2002-01-29 Thread Patrick Roumanoff
WebAppConnection WarpConnection warp localhost:8008 WebAppDeploy examples WarpConnection /examples IfModule mod_webapp.c WebAppConnection warpConnection warp localhost:8008 WebAppMount examples warpConnection /examples/ WebAppMount manager warpConnection /manager/

RE: WebAppDeploy Vs WebAppMount

2002-01-29 Thread Cressatti, Dominique
/HelloWorldExmample How do I specify that in WebAppDeploy ? Thanks Dom -Original Message- From: Patrick Roumanoff [mailto:[EMAIL PROTECTED]] Sent: 29 January 2002 17:22 To: Tomcat Users List Subject: Re: WebAppDeploy Vs WebAppMount WebAppConnection WarpConnection warp localhost:8008