Re: Tomcat5, apache2, mod_webapp configuration issue

2004-02-21 Thread Bill Barker
mod_webapp isn't supported for Tomcat5 (and trying to copy it from Tomcat4 is unlikely to work :). You'll just have to bite the bullet and use mod_jk. "Michael L. Delaney" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] I have set up apache2, tomcat5, and mod_webapp as the connect

Tomcat5, apache2, mod_webapp configuration issue

2004-02-21 Thread Michael L. Delaney
I have set up apache2, tomcat5, and mod_webapp as the connector.  I am getting this in catalina.out.  I have all of the classpath, catalina_home, common/lib/catalina.jar set up yet I still get this.  Can anyone help out ?  If someone has server.xml configured already to deply to apache2 that wo

mod_webapp configuration

2003-10-20 Thread Javier Sanchez Monzon
Hi, has anyone setup the warp connector? for tomcat 4.1? I know that this connector is part of the tomcat 4.0, but i start my service configured with the warp connector without problems. but i do not see my application with http://localhost:portNumber. I did this: 1.-mod_webapp,

mod_webapp configuration

2002-05-23 Thread cmoon
I would like to setup mod_webapp and am having problems with the configuration. The following is a list of URL's that need to be handled by Tomcat and Apache will serve the rest. http://localhost/asperin/* http://localhost/servlet/* http://localhost/AspTC/* http://localhost/asperin.html (This

Re: issues with mod_webapp configuration

2002-05-06 Thread ANM MList 01
Additional info: My apache_log.*.txt will show java errors like: 2002-05-06 16:28:16 [org.apache.catalina.connector.warp.WarpConnector] Connection from localhost/127.0.0.1:4 140 to localhost/127.0.0.1:8008 2002-05-06 16:28:21 [org.apache.catalina.connector.warp.WarpConfigurationHandler] Invalid p

issues with mod_webapp configuration

2002-05-06 Thread ANM MList 01
Hi, I have tried to search the archives but cannot reach some servers, so I succumbed to posting my query to the mail list. I am debian apache (1.3.24-2.1) user with a tomcat4 (4.0.3-3 & tomcat4-webapps 4.0.3-3) and mod_webapp (libapache-mod-webapp 1.2.1-1) installation. I would like to configu

mod_webapp configuration question

2002-03-13 Thread Kevin HaleBoyes
In my httpd.conf file I've got: ServerName 192.168.0.147 LoadModule webapp_module modules/mod_webapp.so WebAppConnection warpConnection warp 192.168.0.147:8008 NameVirtualHost * ServerName 192.168.0.147 WebAppInfo /webap

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 wh

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
ugh. Mvgr, Martin > -Original Message- > From: Terry J Fundak [mailto:[EMAIL PROTECTED]] > Sent: Sunday, January 20, 2002 08:54 > To: Tomcat User List > Subject: Mod_webApp Configuration - Tomcat 4.01, Apache 1.3.22 (Darwin) > > > After a couple of weeks of really struggling wi

Mod_webApp Configuration - Tomcat 4.01, Apache 1.3.22 (Darwin)

2002-01-20 Thread Terry J Fundak
After a couple of weeks of really struggling with this, I need to ask some really basic questions: Tomcat standalone configuration is EZ, quick and works perfectly the first time... Using mod_webapp is a real mystery...and I'm ready to get up? I really have tried a lot of things with little prog

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
l) Subject: Mod_webapp configuration I am trying to setup mod_webapp with apache and can't figure out the config. I also cannot find any in-depth documentation. I can access my app directly at http://localhost:8080/servlet/vue.web.core.VueWebPageServlet but to get to it through apache I h

Mod_webapp configuration

2001-11-02 Thread Cracauer, David D.
I am trying to setup mod_webapp with apache and can't figure out the config. I also cannot find any in-depth documentation. I can access my app directly at http://localhost:8080/servlet/vue.web.core.VueWebPageServlet but to get to it through apache I have to use http://localhost/servlet/servlet/

mod_webapp configuration

2001-05-13 Thread Jack Lauman
Does anyone know the proper syntax for configuring mod_webapp in server.xml (tomcat 4.0dev5) and httpd.conf (apache 1.3.19)? The notes in server.xml referr to 'WebAppMount' which apparently doesn't exist. server-info provides the following: Module Name: mod_webapp.c Content handlers: webapp-ha