Re: Mod_webApp Configuration - Tomcat 4.01, Apache 1.3.22 (Darwin)

2002-01-21 Thread John Chan
Hi... > Where is mod_webapp supposed to get the "Local Deployment Path"? > And if it isn't right where do I set it? > And if mod_webapp is NOT looking in the server.xml file in my > $JAKARTA_HOME/config/ directory, where is it looking or how do I set it > to look elsewhere? I might be way

Re: Mod_webApp Configuration - Tomcat 4.01, Apache 1.3.22 (Darwin)

2002-01-21 Thread David Smith
Well if WebAppInfo works, then mod_webapp must be working (well... at least loading). I did notice you changed the name of your warp connection between WebAppConnection and the WebAppDeploy directives. It might be some kind if typo in the email, but if not you should start by changing that.

RE: Mod_webApp Configuration - Tomcat 4.01, Apache 1.3.22 (Darwin)

2002-01-21 Thread Anton Brazhnyk
Hi, > -Original Message- > From: Terry J Fundak [mailto:[EMAIL PROTECTED]] > Sent: Sunday, January 20, 2002 9:54 AM > To: Tomcat User List > Subject: Mod_webApp Configuration - Tomcat 4.01, Apache 1.3.22 (Darwin) > > I have attached the output from WebApp-info which is the only thing tha

Re: Mod_webApp Configuration - Tomcat 4.01, Apache 1.3.22 (Darwin)

2002-01-21 Thread Blaine Berger
If your WebApp connection is named "tomcat4" ... WebAppConnection tomcat4 warp localhost:8008 Then shouldn't your WebAppDeploy statements use "tomcat4" without the "_connect" ? WebAppDeploy WebAppDeploy examples tomcat4 /warp_examples Also, is "mod_webapp.so" located where Apac

RE: Mod_webApp Configuration - Tomcat 4.01, Apache 1.3.22 (Darwin)

2002-01-21 Thread Martin van den Bemt
>From your message I assume that you didn't get any errors when starting up apache. Since your html attachments was left out of the post, I cannot see if your webapps are deployed or not. (according to webapp info). The minimum I can suggest is to use the version of mod_webapp from cvs (which I do

Re: Mod_webapp configuration

2001-11-03 Thread Pier Fumagalli
Nikola Milutinovic at [EMAIL PROTECTED] wrote: > Parashar, Hitesh wrote: > >> What is the time-frame for this change to be in? >> >> >>> It will be supported in upcoming releases by mod_webapp, all static content >>> (so the one not associated with a filter, with a servlet, or with security >>

Re: Mod_webapp configuration

2001-11-03 Thread Nikola Milutinovic
Parashar, Hitesh wrote: > What is the time-frame for this change to be in? > > >>It will be supported in upcoming releases by mod_webapp, all static content >>(so the one not associated with a filter, with a servlet, or with security >>constraints) will be served automagically by Apache. Pier,

Re: Mod_webapp configuration

2001-11-03 Thread Adam Fowler
Hello, OK Pier - I'll take a look, but I'm not promising anything. I need to get more familiar with TC4 and its bits anyway. 8o) Cheers, Adam. On Sat, 2001-11-03 at 02:58, Pier Fumagalli wrote: > (Ok, today I _have_ to say this :) There is no time frame... Some of the > code is already there

Re: Mod_webapp configuration

2001-11-02 Thread Pier Fumagalli
(Ok, today I _have_ to say this :) There is no time frame... Some of the code is already there (like, Apache already knows whether he should serve a file or delegate its execution to the servlet container). If it itches you scratch it :) :) Meaning, you're more than welcome to figure out how it wo

RE: Mod_webapp configuration

2001-11-02 Thread Parashar, Hitesh
What is the time-frame for this change to be in? >It will be supported in upcoming releases by mod_webapp, all static content >(so the one not associated with a filter, with a servlet, or with security >constraints) will be served automagically by Apache. >pier -- To unsubscribe:

Re: Mod_webapp configuration

2001-11-02 Thread Pier Fumagalli
Cracauer, David D. at [EMAIL PROTECTED] wrote: > I was afraid of that.. > I want all of my html served by apache, and anything in /servlet to be > served from tomcat as an app.. > > I am trying to replace Jrun, and this is how it needs to work for me to be > successful. > > Is it possible? It

RE: Mod_webapp configuration

2001-11-02 Thread Cracauer, David D.
>Why not use mod_webapp??? I need to map /servlet to /servlet and *.jsp to tomcat Can't find a way with mod_webapp. -Original Message- From: Adam Fowler [mailto:[EMAIL PROTECTED]] Sent: Friday, November 02, 2001 5:14 PM To: Tomcat Users List Subject: RE: Mod_webapp confi

RE: Mod_webapp configuration

2001-11-02 Thread Adam Fowler
ok for some docs... > I assume you don't connect it to the warp connector. Is there a ajp12 or 13 > connector that I am missing? > > -Original Message- > From: Steve Brunton [mailto:[EMAIL PROTECTED]] > Sent: Friday, November 02, 2001 4:48 PM > To: Tomcat U

RE: Mod_webapp configuration

2001-11-02 Thread Cracauer, David D.
rs List Subject: Re: Mod_webapp configuration "Cracauer, David D." wrote: > > Can mod_jk be used with Tomcat 4? > I sure hope so. I've got it running with 4.0.1 -- Steve Brunton <[EMAIL PROTECTED]> Phone: 404-827-2756 Chief Engineer Enterprise Syste

Re: Mod_webapp configuration

2001-11-02 Thread Steve Brunton
"Cracauer, David D." wrote: > > Can mod_jk be used with Tomcat 4? > I sure hope so. I've got it running with 4.0.1 -- Steve Brunton <[EMAIL PROTECTED]> Phone: 404-827-2756 Chief Engineer Enterprise SystemsOne CNN Center, Atlanta GA CNN Internet Technologies ICBM: 84W 23' 45"

RE: Mod_webapp configuration

2001-11-02 Thread Cracauer, David D.
Can mod_jk be used with Tomcat 4? -Original Message- From: Steve Brunton [mailto:[EMAIL PROTECTED]] Sent: Friday, November 02, 2001 2:22 PM To: Tomcat Users List Subject: Re: Mod_webapp configuration "Cracauer, David D." wrote: > > He comes through again! > I

Re: Mod_webapp configuration

2001-11-02 Thread Steve Brunton
"Cracauer, David D." wrote: > > He comes through again! > I'll look into mod_jk. I assume I need to use ajpv13. > I'd use the Ajp13 stuff, but that's just me. You should be able to find all the latest and greates mod_jk stuff at : http://cvs.apache.org/snapshots/jakarta-tomcat-connectors/ b

RE: Mod_webapp configuration

2001-11-02 Thread Cracauer, David D.
He comes through again! I'll look into mod_jk. I assume I need to use ajpv13. -Original Message- From: Steve Brunton [mailto:[EMAIL PROTECTED]] Sent: Friday, November 02, 2001 1:58 PM To: Tomcat Users List Subject: Re: Mod_webapp configuration "Cracauer, David D." wr

Re: Mod_webapp configuration

2001-11-02 Thread Steve Brunton
"Cracauer, David D." wrote: > > I was afraid of that.. > I want all of my html served by apache, and anything in /servlet to be > served from tomcat as an app.. > > I am trying to replace Jrun, and this is how it needs to work for me to be > successful. > > Is it possible? > If you don't ru

RE: Mod_webapp configuration

2001-11-02 Thread Cracauer, David D.
PROTECTED]] Sent: Friday, November 02, 2001 1:00 PM To: 'Tomcat Users List' Subject: RE: Mod_webapp configuration Dave, Tomcat is working correctly. Just because you have mapped to a WebAppDeploy URL /servlet does not mean it will invoke a servlet class. If you want to be able to do

RE: Mod_webapp configuration

2001-11-02 Thread Weaver, Scott
Dave, Tomcat is working correctly. Just because you have mapped to a WebAppDeploy URL /servlet does not mean it will invoke a servlet class. If you want to be able to do something like this http://localhost/servlet/vue.web.core.VueWebPageServlet httpd.conf should look something like this WebA