RE: Tomcat and mod_webapp?

2004-06-28 Thread Keates, Mark
My mistake, it was Suse 8.0' Apache and an earlier version of Tomcat (4.0.1). These CDs didn't have Apache2 (and connectors) but Suse 8.2 does. -Original Message- From: Keates, Mark Sent: 25 June 2004 09:45 To: Tomcat Users List Subject: RE: Tomcat and mod_webapp? Hi, mod_

RE: Tomcat and mod_webapp?

2004-06-25 Thread Keates, Mark
Hi, mod_webapp was setup by default when I installed Suse 8.2's Apache & Tomcat. (apache-1.3.27 and jakarta-tomcat-4.1.18) Using the http://myhost:8080/examples/ reference brought up the expected tomcat page but removing the ':8080' results in nothing as Apache does not redi

Re: Tomcat and mod_webapp?

2004-06-24 Thread Bill Barker
mod_webapp has been dead for a very long time now. Use mod_jk(2). "Samuel V. Green III" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] I'm still trying to understand integrating tomcat with apache2. I came across this site looking for answers : http://develop

Tomcat and mod_webapp?

2004-06-24 Thread Samuel V . Green III
I'm still trying to understand integrating tomcat with apache2. I came across this site looking for answers : http://developer.apple.com/internet/java/tomcat1.html It make reference to the following: Using Tomcat with Apache via mod_webapp If you’d like Tomcat to run in conjunction

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, tomc

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

mod_webapp keeps resetting

2004-01-16 Thread Greg Diffor
Hi, I have been using Tomcat 4.1.18 with Apache 1.3 connected with mod_webapp (Warp) for almost a year now. It has been working flawlessly. As of this week, I see sporadic occurrences where Warp seems to be reconnecting. When this occurs, every request (servlet or jsp) sent to the

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

Re: mod_webapp connector ?

2003-10-19 Thread Nikola Milutinovic
> i am searching the "mod_webapp web connector" in order to connect tomcat 4.1.27 > LE and Apache 1.3.27. I am using solaris. > > This connector does not appear anymore under the jakarta-tomcat server. Anyone > that already downloaded it?, please send me it to this em

mod_webapp connector ?

2003-10-19 Thread Javier Sanchez Monzon
Hi all, i am searching the "mod_webapp web connector" in order to connect tomcat 4.1.27 LE and Apache 1.3.27. I am using solaris. This connector does not appear anymore under the jakarta-tomcat server. Anyone that already downloaded it?, please send me it to this emai

mod_webapp incorrectly determining SERVER_PORT

2003-09-26 Thread Phil Radden
ely, I'm currently having to use ancient versions of tomcat and the mod_webapp connector (yes I'm aware of the security issues), so apologies if this is no longer relevant or was fixed some time ago. Cheers, Phil -

Re: Where can i find mod_webapp ?

2003-07-21 Thread John Turner
Mod_jk works just fine with Apache 1.3. JK2 might be a little more difficult, but it might work. John On Mon, 21 Jul 2003 09:22:35 +0200, Nicolas Stienne <[EMAIL PROTECTED]> wrote: Does it work with Apache 1.3 (I don't think so...) ? mod_webapp is deprecated, you should use mod_j

Re: apache tomcat mod_webapp

2003-07-21 Thread Nicolas Stienne
0.0.0.0/0.0.0.0:8009 > [INFO] JkMain - -Jk running ID=0 time=29/469 > config=/home/tomcat/conf/jk2.properties > > but the result is the same : > > - www.monserveur.com:8080 works > - www.monserveur.com/examples/ doesn't work ! > > What is the problem ? > > >

Re: apache tomcat mod_webapp

2003-07-21 Thread Nicolas Stienne
tion for mod_webapp in server.xml in TC 5 has been removed. > You could try re-adding it, but it likely won't work. mod_webapp is simply > not going to be supported in TC 5 (unless, possibly, there is someone that > wants to take charge of it and get it to work ;-). > > "N

Re: Where can i find mod_webapp ?

2003-07-21 Thread Nicolas Stienne
Does it work with Apache 1.3 (I don't think so...) ? > mod_webapp is deprecated, you should use mod_jk(2): > > http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/connectors.html > > Yann > > > Hi, > > i am looking for a connector between Apache 1.3

Re: RES: Where can i find mod_webapp ?

2003-07-19 Thread Simon Pabst
, where can i find the main steps to install it? Thanks, Euclides. -Mensagem original- De: Yann Cibron [mailto:[EMAIL PROTECTED] Enviada em: sabado, 19 de julho de 2003 11:01 Para: [EMAIL PROTECTED] Assunto: Re: Where can i find mod_webapp ? mod_webapp is deprecated, you should use mod_jk(2

Re: Where can i find mod_webapp ?

2003-07-19 Thread Yann Cébron
-Mensagem original- > De: Yann Cibron [mailto:[EMAIL PROTECTED] > Enviada em: sabado, 19 de julho de 2003 11:01 > Para: [EMAIL PROTECTED] > Assunto: Re: Where can i find mod_webapp ? > > > mod_webapp is deprecated, you should use mod_jk(2): > > http://jakarta.apache.org

RES: Where can i find mod_webapp ?

2003-07-19 Thread Jose Euclides da Silva Junior - DATAPREVRJ
PROTECTED] Assunto: Re: Where can i find mod_webapp ? mod_webapp is deprecated, you should use mod_jk(2): http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/connectors.html Yann > Hi, > i am looking for a connector between Apache 1.3 and TomCat 4.1.18. Can > anybody help me?

Re: Where can i find mod_webapp ?

2003-07-19 Thread Yann Cébron
mod_webapp is deprecated, you should use mod_jk(2): http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/connectors.html Yann > Hi, > i am looking for a connector between Apache 1.3 and TomCat 4.1.18. Can > anybody help me? > Regards

Where can i find mod_webapp ?

2003-07-19 Thread Jose Euclides da Silva Junior - DATAPREVRJ
Hi, i am looking for a connector between Apache 1.3 and TomCat 4.1.18. Can anybody help me? Regards, Euclides. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: apache tomcat mod_webapp

2003-07-18 Thread Bill Barker
The configuration for mod_webapp in server.xml in TC 5 has been removed. You could try re-adding it, but it likely won't work. mod_webapp is simply not going to be supported in TC 5 (unless, possibly, there is someone that wants to take charge of it and get it to work ;-). "Nicol

apache tomcat mod_webapp

2003-07-18 Thread Nicolas Stienne
Hello I have got a problem ! I want to use Tomcat to run my jsp pages and Apache to serve other pages. My configuration : - jakarta-tomcat-5 (cvs) - apache 1.3 - j2sdk-1_4_2 What I did : (apache was installed) - install jdk - install tomcat - test it : www.monserver.com:8080/ gave

mod_webapp and jndi datasource

2003-07-10 Thread Todd Fulton
Hi All, Has anyone experience a problem getting jndi datasources to work via mod_webapp (warp connection). I've got a datasource that is accessible through the standalone tomcat (4.1.18) on port 8080 -- no problem. But, when I connect via apache and a warp connection on port 80, I ge

Re: mod_webapp or mod_jk2

2003-07-09 Thread Eric J. Pinnell
JK2 and mod_jk have load balancing and really cool stuff like that. It's more the direction things are going. It also loadbalances across different machines. mod_webapp was designed for a single machine using the WARP protocol. >From the name you can tell is was designed to be fast. A

Re: mod_webapp or mod_jk2

2003-07-09 Thread John Turner
omcat and Apache in a production environment. What is the recommended way to go as far as the connectors go? mod_webapp, mod_jk2 or mod_jk? I have used mod_webapp in the past but was told that is not being used and that mod_jk2 is the way to go. I want to hear what ever

Re: mod_webapp or mod_jk2

2003-07-08 Thread Bill Barker
I use mod_jk on my production servers. mod_jk2 has the best support for advanced features (e.g. jni-channel, uni-channel, regexp mapping). If you need them, then that is the only way to go (I don't need them, personally). There isn't much (if any) developer support currently for mod_

mod_webapp or mod_jk2

2003-07-08 Thread tom
I am getting ready to deploy Tomcat and Apache in a production environment. What is the recommended way to go as far as the connectors go? mod_webapp, mod_jk2 or mod_jk? I have used mod_webapp in the past but was told that is not being used and that mod_jk2 is the way to go. I want to

RE: Connectors mod_webapp vs mod_jk2

2003-06-07 Thread Ronnie Tartar
Is there any way of setting the appbase on the connectors for jk2? I would like to try and get away from mod_webapp, since development has ceased on it, but I want to use virtual ssl hosts without having to add the webapp @ the end of the url? I attempted mod_rewrite, but had some issues there

Connectors mod_webapp vs mod_jk2

2003-06-05 Thread Ronnie Tartar
I successfully implented the mod_webapp connector, thanks especially for the document on: http://www.codesta.com/knowledge/technical/tomcat_warp_apache/page_01.jsp But I could not successfully install the mod_jk2 connector with multiple ssl vhosts (IP Based). I did get it working with the

Re: mod_webapp to connect Apache-Tomcat

2003-04-05 Thread James Williamson
Tel: +44 208 7415453 > > Fax: + 44 208 7411615 > > > > - Original Message ----- > > From: "John Turner" <[EMAIL PROTECTED]> > > To: "Tomcat Users List" <[EMAIL PROTECTED]> > > Sent: Wednesday, April 02, 2003 8:09 PM > >

Re: mod_webapp to connect Apache-Tomcat

2003-04-03 Thread John Turner
615 - Original Message - From: "John Turner" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, April 02, 2003 8:09 PM Subject: Re: mod_webapp to connect Apache-Tomcat The webapp connector (mod_webapp) cannot separate content based

Re: mod_webapp to connect Apache-Tomcat

2003-04-03 Thread James Williamson
ase drop me an email. Regards, James Williamson www.nameonthe.net Tel: +44 208 7415453 Fax: + 44 208 7411615 - Original Message - From: "John Turner" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, April 02, 2003 8:09 PM Subjec

Re: mod_webapp to connect Apache-Tomcat

2003-04-02 Thread John Turner
The webapp connector (mod_webapp) cannot separate content based on URL. It sends EVERYTHING to Tomcat. That's one of its drawbacks, and why most people end up using JK or JK2. If you need to get particular with a URL, you will need JK or JK2. John On Wed, 2 Apr 2003 13:49:53 -0300,

RE: mod_webapp to connect Apache-Tomcat

2003-04-02 Thread JACA Hugo (Personal Externo)
ex1) Subject: RE: mod_webapp to connect Apache-Tomcat Date: Wed, 26 Mar 2003 06:45:26 -0800 Have you tried changing WebAppConnection warp warp magiccubedesa:38008 to WebAppConnection warp warp 172.16.1.102:38008 Also, sometimes but not always it is usefull to expl

JNDI and mod_webapp

2003-03-31 Thread Steve Gums
I have a situation when using mod-webapp with tomcat 4.1.18 running on Solaris 2.9. The situation is as follows. I have a JNDI resource configured (shown below) Which work fine when accessing through the standard 8080 port. However my resource is no longer available when using the apache connector

RE: mod_webapp to connect Apache-Tomcat

2003-03-26 Thread PELOQUIN,JEFFREY (HP-Boise,ex1)
ays useful advice, it never hurts to shutdown tomcat and apache, wait 30 seconds and then start tomcat, wait 30 secs and then start apache. -Original Message- From: JACA Hugo (Personal Externo) [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 26, 2003 7:00 AM To: '[EMAIL PROTECTED]'

mod_webapp to connect Apache-Tomcat

2003-03-26 Thread JACA Hugo (Personal Externo)
Hi, I need to connect Oracle Apache with Tomcat using mod_webapp and it doesn't work! We have other Apaches running with Tomcat using mod_jk and it works! I have Oracle9iAS running Oracle Portal with an intranet app http://intranet , and now we want to add an app running on Tomcat 4.0 usin

mod_webapp for Windows

2003-03-25 Thread Claus Bitten
broken sometimes, even the tomcat examples do not always work. The same servlets work with mod_jk, but since I use mod_webapp with linux a lot I would like to use it with Windows as well. I know that there were some issues regarding threads and other problems with mod_webapp for windows, and there

RE: JDBC Driver disappears when using Mod_WEBAPP

2003-03-24 Thread Madere, Colin
ur findings. Colin > -Original Message- > From: Soefara Redzuan [SMTP:[EMAIL PROTECTED] > Sent: Sunday, March 23, 2003 8:22 PM > To: [EMAIL PROTECTED] > Subject: Re: JDBC Driver disappears when using Mod_WEBAPP > > > Sorry, just realized the title should ha

Re: JDBC Driver disappears when using Mod_WEBAPP

2003-03-23 Thread Soefara Redzuan
Sorry, just realized the title should have read "JDBC driver disappears when using mod_webapp". From: "Soefara Redzuan" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: JDBC Driver disappears when using Mod_jk ! Dear Sirs, This is truly bizarre. I've been runin

Ant redeploy, Apache (mod_webapp) & Tomcat 4.1

2003-03-21 Thread Johannes Fiala
Return Receipt Your Ant redeploy, Apache (mod_webapp) & Tomcat 4.1 docu

mod_webapp connector apache 1.3.27 and tomcat 4.0.5

2003-03-11 Thread David . Vann
I'm using the mod_webapp to connect apache and tomcat. The problem I'm having is a software provider is forcing me to use http:///servlet/servletsetup--However I cannot get /servlet to work. I can get the following to work http:///lawsonweb/servlet/servletsetup Why can't I

RE: How does one get/build mod_webapp?

2003-03-09 Thread Barris, Wes (LI, Uni of Queensland)
ECTED]> wrote in message > news:[EMAIL PROTECTED] >> Where does one download binary versions of mod_webapp? This page: >> >> > http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/connectors.html >> >> says that: >> >> The binary builds of connec

Re: How does one get/build mod_webapp?

2003-03-06 Thread Bill Barker
Once you've done the CVS check-out, it would help if you actually read the README that comes with it. That will tell you how to generate the 'configure' script. "Wes Barris" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Where does one download bi

Re: How does one get/build mod_webapp?

2003-03-06 Thread Jacob Kjome
I can't tell you how to build mod-webapp, but I would recommend against bothering with it at all. It is not being developed any longer. Go with mod_jk or the new jk2.. Jake At 02:30 PM 3/7/2003 +1000, you wrote: Where does one download binary versions of mod_webapp? This page:

How does one get/build mod_webapp?

2003-03-06 Thread Wes Barris
Where does one download binary versions of mod_webapp? This page: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/connectors.html says that: The binary builds of connectors are available in http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.x.y/bin/plaform. However, I

Apache/mod_webapp, allowing symlinking

2003-02-28 Thread Tansley, Robert
Hi, it's this old symlink chestnut again. For Tomcat standalone I have 'allow symlinking' turned on like this, within the default configuration: This works, but if I put it in the 'Tomcat-Apache' service for mod_webapp, it doesn't work. The

mod_webapp config problem

2003-02-27 Thread Selvaraj N
Hi, I am experiencing problems in configuring webapp with Apache 1.3.26 and Tomcat 4.0.3. httpd.conf --- LoadModule webapp_module libexec/mod_webapp.so WebAppConnection warpConnection warp localhost:8008 WebAppDeploy examples warpConnection /examples/ Tomcat starts fine and listens

Where are mod_webapp docs??

2003-02-21 Thread Bryan Field-Elliot
It seems that every few months I have to pull up the reference on mod_webapp (Apache side), and every time, I lose all my hair trying find where the docs are, on apache.org or on jakarta.apache.org! Can someone please tell me where the docs are? Today, all I'm trying to find out, is the f

mod_webapp connection failure: any pointers?

2003-02-21 Thread Simon Brooke
' packages. What's going wrong I can't connect to any Tomcat resource through Apache. Attempting to connect to any Tomcat-served resource through Apache, I get in the browser: mod_webapp(warp) error Unable to connect (-2) to Host: gododdin.internal.jasmine.org.uk (192.168.1.69) P

RE: Apache will not load mod_webapp

2003-02-18 Thread Turner, John
mod_webapp I'm attempting to get mod_webapp to work using Apache 1.3.27 and APR-0.9.1 on Solaris 8. However, Apache generates the following error message when it tries to load mod_webapp: Syntax error on line 206 of /dspace-apps/apache/conf/httpd.conf: Cannot load /dspace-apps/apache/li

Apache will not load mod_webapp

2003-02-18 Thread Anthony Marciano
I'm attempting to get mod_webapp to work using Apache 1.3.27 and APR-0.9.1 on Solaris 8. However, Apache generates the following error message when it tries to load mod_webapp: Syntax error on line 206 of /dspace-apps/apache/conf/httpd.conf: Cannot load /dspace-apps/apache/libexec/mod_weba

RE: mod_webapp solaris 8

2003-02-12 Thread Turner, John
gt; Subject: RE: mod_webapp solaris 8 > > > Reed... > > I just completed setting up a Apache 1.3.27/Tomcat > 4.1.18/Jetspeed 1.4.1 > configuration. I went with mod_jk.so and was able to use a binary. You > may want to consider going that way if you can > > Allen >

RE: mod_webapp solaris 8

2003-02-12 Thread Wilson, Allen
: Wednesday, February 12, 2003 11:43 AM To: [EMAIL PROTECTED] Subject: mod_webapp solaris 8 I am trying to get apache-tomcat-mod_webapp running on Solaris 8. I am running J2SDK-1.4.0_003 from sun. I have downloaded the following: gcc3.2.1 tomcat-4.1.18 (source) jakarta-tomcat connectors 4.1.18 (source

mod_webapp solaris 8

2003-02-12 Thread reed crowe
I am trying to get apache-tomcat-mod_webapp running on Solaris 8. I am running J2SDK-1.4.0_003 from sun. I have downloaded the following: gcc3.2.1 tomcat-4.1.18 (source) jakarta-tomcat connectors 4.1.18 (source) apr-0.9.1 (source) automake autoconf libtool1.4.3 m4-1.4 I have been able to

RE: mod_jk2 vs. the others (was: mod_webapp random error)

2003-02-11 Thread Mike Jackson
ven't (to be completely honest) looked. Been too busy with work to play lately. --mikej -=- mike jackson [EMAIL PROTECTED] > -Original Message- > From: Turner, John [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 11, 2003 11:23 AM > To: 'Tomcat Users List

RE: mod_jk2 vs. the others (was: mod_webapp random error)

2003-02-11 Thread Turner, John
To: Tomcat Users List > Subject: RE: mod_jk2 vs. the others (was: mod_webapp random error) > > > Hmm, ok, seems like the consensus is to use mod_jk for now. > Now I'll just > have to get that to compile under unixware (not the easiest > thing in the > world). > >

RE: mod_jk2 vs. the others (was: mod_webapp random error)

2003-02-11 Thread Mike Jackson
blems from time to time. --mikej -=- mike jackson [EMAIL PROTECTED] > -Original Message- > From: Turner, John [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 11, 2003 11:13 AM > To: 'Tomcat Users List' > Subject: RE: mod_jk2 vs. the others (was: mod_web

RE: mod_jk2 vs. the others (was: mod_webapp random error)

2003-02-11 Thread Turner, John
vs. the others (was: mod_webapp random error) > > > Should I be using mod_jk with apache 2.x? I thought that mod_jk2 > was for apache 2.x mostly, and that mod_jk was geared more towards > use with apache 1.3.x. > > For that matter I've had all sorts of fun gett

Re: mod_jk2 vs. the others (was: mod_webapp random error)

2003-02-11 Thread Lajos
tting mod_jk2 to work, but mod_jk is easy... --mikej -=- mike jackson [EMAIL PROTECTED] -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 10:54 AM To: 'Tomcat Users List' Subject: RE: mod_jk2 vs. the others (was: mod_webapp ran

RE: mod_jk2 vs. the others (was: mod_webapp random error)

2003-02-11 Thread Mike Jackson
ECTED] > -Original Message- > From: Turner, John [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 11, 2003 10:54 AM > To: 'Tomcat Users List' > Subject: RE: mod_jk2 vs. the others (was: mod_webapp random error) > > > > I wouldn't use mod_webapp at

Re: mod_jk2 vs. the others (was: mod_webapp random error)

2003-02-11 Thread Diego Algorta Casamayou
Thank you!!! Really appreciate your answers... Diego - Original Message - From: "Turner, John" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Tuesday, February 11, 2003 3:54 PM Subject: RE: mod_jk2 vs. the others (was:

RE: mod_jk2 vs. the others (was: mod_webapp random error)

2003-02-11 Thread Turner, John
I wouldn't use mod_webapp at all. JK (mod_jk) has lots of features over mod_webapp: - ability to load balance - ability to separate static content from dynamic content - and more, search the archives, this is a FAQ JK2 is the "newer" version of JK. It's where the dev

Re: mod_jk2 vs. the others (was: mod_webapp random error)

2003-02-11 Thread Lajos
Simple: mod_jk is tried and true. Eventually, jk2 will become that (we hope), and will bring increased flexibility. But, unless you really need something provided by jk2, use jk. Lajos Diego Algorta Casamayou wrote: Any experience with mod_jk2? Does it everything mod_jk and mod_webapp can do

mod_jk2 vs. the others (was: mod_webapp random error)

2003-02-11 Thread Diego Algorta Casamayou
Any experience with mod_jk2? Does it everything mod_jk and mod_webapp can do? If it's newer, why should I use mod_jk or mod_webapp instead of mod_jk2? Thank you - Original Message - From: "Chris Davies" <[EMAIL PROTECTED]> To: "Tomcat Users List" &l

Re: mod_webapp random error

2003-02-11 Thread Chris Davies
Hi, I've never had this problem with mod_webapp, it sounds very strange. If you possibly can, switch to mod_jk. I think I'm right in saying that most people consider mod_webapp as hackish, and certainly inferior to jk/jk2. I find it useful because it is so well documented I can exte

Re: mod_webapp random error

2003-02-11 Thread Diego Algorta Casamayou
m: "Chris Davies" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, February 11, 2003 11:27 AM Subject: Re: mod_webapp random error > > Hi, > > What it really means by "Web Application Not Deployed" is cannot conn

Re: mod_webapp random error

2003-02-11 Thread Chris Davies
. > > I'm using apache 1.3.23, tomcat 4.0.1 and mod_webapp for connecting both > of them. All this just came in the CDs of SuSE Linux 8.0. > > The thing is, I'm having an error that I can't fix and don't know why > it's

mod_webapp random error

2003-02-11 Thread Diego Algorta Casamayou
Hi all. I've just subscribed to the list. I'm using apache 1.3.23, tomcat 4.0.1 and mod_webapp for connecting both of them. All this just came in the CDs of SuSE Linux 8.0. The thing is, I'm having an error that I can't fix and don't know why it's happening. I

Re: Ant redeploy, Apache (mod_webapp) & Tomcat 4.1

2003-01-31 Thread Martin Jacobson
Morgan Pyne wrote: Hi all, Is anybody on this list using Ant to redeploy war files to an Apache(mod_webapp)->Tomcat setup? I have several servlets already deployed, configured, and working correctly on the following setup: Apache (1.3.26), mod_webapp (machine 1) Tomcat 4.1.12 (machine 2)

Ant redeploy, Apache (mod_webapp) & Tomcat 4.1

2003-01-31 Thread Morgan Pyne
Hi all, Is anybody on this list using Ant to redeploy war files to an Apache(mod_webapp)->Tomcat setup? I have several servlets already deployed, configured, and working correctly on the following setup: Apache (1.3.26), mod_webapp (machine 1) Tomcat 4.1.12 (machine 2) The redeployment se

Apache(mod_webapp) -> Tomcat 4.1.* many-to-one connections ?

2003-01-28 Thread Morgan Pyne
-one relationship from Apache to Tomcat using mod_webapp and Warp ? For the most part, my setup seems to work but I have been experiencing some intermittant errors and problems would like confirmation that our setup is sensible before continuing to diagnose the problem. Thanks for any feedback on the i

Tomcat-Apache(mod_webapp)+Virtualhosts+Manager Help?

2003-01-27 Thread Thomas OMaley
I have a Tomcat-Apache server (RHat Linux), which uses the webapp connector, and is setup with multiple virtual hosts. I am failing to setup the manager app for each virtual host, and hope that someone can help show me the error of my ways. I have re-read the docs, scoured the archives, and h

mod_webapp causes 2 instances of the one webapp

2003-01-12 Thread Etienne Deleflie
Hello, I am using mod_webapp to connect Apache 2.0.43 to Tomcat 4.0.1 Problem is that both Tomcat AND Apache each cause an instance of the same webapp. So the one webapp is instantiated twice (this breaks all sorts of socket stuff we have in our webapp) there is a reference to this problem

compiling mod_webapp with sun cc

2002-12-31 Thread Eric Ricker
I'm presently embroiled in getting mod_webapp running on solaris with the latest tomcat and apache 1.3.x the problem i'm encountering is such... Apache must be built with sun's cc. (vendor thing. i'ld love to build it with gcc but i'm not allowed to) This means that m

make hangs for mod_webapp, Apache 2043

2002-12-09 Thread Scott Haas
I have Apache 2043 .. running - compiled in 64 bit mode .. also openssl and openldap in 64 bit OS environment .. Unix Sparc Solaris 9, gcc 3.2 Now I want to build mod_webapp but make for it hangs ? Hope someone can help .. Thanks, Scott Haas /usr/local/bin/make ... here is

Re: mod_webapp status

2002-12-05 Thread Bill Barker
day, December 04, 2002 7:30 AM > > To: [EMAIL PROTECTED] > > Subject: mod_webapp status > > > > > > > > Just a quickie - is mod_webapp supported? It seems a bit light on > > documentation on the Tomcat site, maybe I'm missing an obvious link? > > >

Re: mod_webapp status

2002-12-04 Thread Andrzej Jan Taramina
[EMAIL PROTECTED]> Just a quickie - is mod_webapp supported? It seems a bit light on > documentation on the Tomcat site, maybe I'm missing an obvious link? IMNSHO, mod_webapp is dead. The author(s) know of a serious bug on Windows platforms, but are totally unwilling to fix it, thu

RE: mod_webapp status

2002-12-04 Thread Turner, John
Deprecated. No longer actively developed, possibly not even maintained. JK2 is the preferred option going forward. John > -Original Message- > From: Rasputin [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 04, 2002 7:30 AM > To: [EMAIL PROTECTED] > Subject: mo

mod_webapp status

2002-12-04 Thread Rasputin
Just a quickie - is mod_webapp supported? It seems a bit light on documentation on the Tomcat site, maybe I'm missing an obvious link? -- Rasputin :: Jack of All Trades - Master of Nuns -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <

Re: problem with mod_webapp

2002-12-03 Thread Peng Tuck Kwok
ne has any idea about how to configure mod_webapp+apache in OS X 10.2 ? I've followed the sample given, but I always get the same error list below :- 2002-12-03 15:22:01 ContextConfig[/wai] Parse error in application web.xml org.xml.sax.SAXParseException: The content of element ty

problem with mod_webapp

2002-12-03 Thread Leong Hong Wai
Hi all, Anyone has any idea about how to configure mod_webapp+apache in OS X 10.2 ? I've followed the sample given, but I always get the same error list below :- 2002-12-03 15:22:01 ContextConfig[/wai] Parse error in application web.xml org.xml.sax.SAXParseException: The conte

RE: Compiling mod_webapp Problems

2002-11-27 Thread Arshad . Hussain
don't use mod_webapp we have already done and burnt our finger morever i dont think there is any more devp on it use mod_jk -Original Message- From: Bob Tilley [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 27, 2002 12:43 PM To: '[EMAIL PROTECTED]' Subject: Compi

Compiling mod_webapp Problems

2002-11-27 Thread Bob Tilley
I execute "./configure --with-apxs" and it runs normally. When I try a "make" or a "make install" I am told that it does not know how to make. Any ideas? -- To unsubscribe, e-mail: For additional commands, e-mail:

mod_webapp (warp) for Mac OS X

2002-11-21 Thread Ben Starr
Does anyone have a binary of mod_webapp (warp) 1.2 for Mac OS X (10.2)? I've looked on the Apache website and searched the web but can only find the binaries for mod_webapp 1.0 for OS X. I'm using mod_webapp 1.0 without problems but would like to have multiple versions of Tomcat run

mod_webapp Compile Problems on FreeBSD 4.7 -- More Info

2002-11-21 Thread Bob Tilley
I left some information out in the original posting of this message. Our shop is running FreeBSD 4.7 and we are trying to setup a Tomcat 4.0.5-Apache website. We are experiencing problems with our attempts to compile mod_webapp. The compile warnings involve several missing files, all of which

mod_webapp Compile Problems on FreeBSD 4.7

2002-11-21 Thread Bob Tilley
> Our shop is running FreeBSD 4.7 and we are experiencing some curious > problems with our attempts to compile mod_webapp. > > The compile warnings involve several missing files, all of which can be > found in the source of our Apache 1.3.27 installation. Even when the >

RES: mod_webapp: How to make it work with tomcat 4 and Apache 2.0.40 ?

2002-11-14 Thread Felipe Moreno - Realweb Soluções
: 'Tomcat Users List' Assunto: RE: mod_webapp: How to make it work with tomcat 4 and Apache 2.0.40 ? http://www.pubbitch.org/jboss.html , Step 4. Google is your friend. Apparently mod_webapp can't deal with its own port numbers if there is no Port specified for Apache. So, chang

RE: mod_webapp: How to make it work with tomcat 4 and Apache 2.0.40 ?

2002-11-13 Thread Turner, John
http://www.pubbitch.org/jboss.html , Step 4. Google is your friend. Apparently mod_webapp can't deal with its own port numbers if there is no Port specified for Apache. So, change httpd.conf to look like this: ServerName localhost:80 instead of ServerName localhost John > -

RES: mod_webapp: How to make it work with tomcat 4 and Apache 2.0.40 ?

2002-11-13 Thread Felipe Moreno - Realweb Soluções
-Mensagem original- De: Turner, John [mailto:JTurner@;AAS.com] Enviada em: quarta-feira, 13 de novembro de 2002 17:50 Para: 'Tomcat Users List' Assunto: RE: mod_webapp: How to make it work with tomcat 4 and Apache 2.0.40 ? First, vi httpd.conf. Second, go to line 67, the line

RE: mod_webapp: How to make it work with tomcat 4 and Apache 2.0.40 ?

2002-11-13 Thread Turner, John
First, vi httpd.conf. Second, go to line 67, the line cited in the error message. Third, determine what typo or other character is on that line. Looks like Apache is complaining that something is screwed up with the Apache Port directive, which has nothing to do with mod_webapp. You might want

mod_webapp: How to make it work with tomcat 4 and Apache 2.0.40 ?

2002-11-13 Thread Felipe Moreno - Realweb Soluções
.2/AJP1.3. I couldn't do it cause I didn't find the right files and in the middle of the proccess I read that mod_webapp is much easier to install than jk2. So, I started to install mod_webapp for Apache. I got the "source" package from jakarta.apache.org an read about the ins

binary for mod_webapp?

2002-11-11 Thread Chuck Williams
Can someone send me the mod_webapp.so binary for Solaris 2.8? I'm an end-user, not a developer and I keep getting dependency errors when I try to configure and build it from the source code. Thanks in advance! Charles Williams Sr. Solutions Architect Document Switch Team 703-338-5162

Replacing mod_webapp "WebApp: Error 404" page

2002-11-11 Thread Tansley, Robert
Hello, We're running a live service using Tomcat (4.0.6) and Apache 1.3, using mod_webapp. From time to time, to upgrade the software etc., we need to restart Tomcat. If people access the site while we're doing this, they get the rather unfriendly error message: WebApp: Error

RE : Unable to build mod_webapp on freebsd...

2002-11-04 Thread Robert L Sowders
cc: Subject: RE : Unable to build mod_webapp on freebsd... 11/04/2002 05

RE : Unable to build mod_webapp on freebsd...

2002-11-04 Thread Benoit Lubek
Hi. This is my feedback concerning the problem. I finally succeeded compiling the mod_webapp. The only way I could find was to modify the apr/configure script and add "CC=cc" in the beginning. (There has to be some other way!) Then something tricky: on freebsd you must use gmake! Not

Unable to build mod_webapp on freebsd...

2002-11-03 Thread BoD
Hi, I'm trying to build mod_webapp on my freebsd server. I did what is sais on the README.txt : - downloaded the last version of APR - ./support/buildconf.sh - ./configure --with-apxs It gives me this error : Apache 1.3 module compilation (APXS checks) + checking for apxs CC variable.

RE: mod_webapp and multithreading for concurrent requests

2002-10-23 Thread Andy Eastham
e bearer of bad news... Andy > -Original Message- > From: Eliot James Ormond Stock [mailto:theman@;eliotstock.com] > Sent: 23 October 2002 12:53 > To: [EMAIL PROTECTED] > Subject: mod_webapp and multithreading for concurrent requests > > > Hi all, > > I'm ru

mod_webapp and multithreading for concurrent requests

2002-10-23 Thread Eliot James Ormond Stock
Hi all, I'm running Apache 1.3.27, Tomcat 4.1.12 (both as services on Win32) with mod_webapp, and I need someone to explain to me how mod_webapp passes requests to Tomcat. The docs are a bit thin. I have a couple of test servlets: waiter and notifier. When I hit the waiter it blocks wa

RE: mod_webapp for Apache2 Tomcat4 Windows2000

2002-10-23 Thread Robert L Sowders
Glad I could help. rls Peng Annie <[EMAIL PROTECTED]> 10/23/2002 02:17 AM Please respond to "Tomcat Users List" To: 'Tomcat Users List' <[EMAIL PROTECTED]> cc: Subject:RE: mod_webapp for Apache2 Tomcat4 Windows2000 I ha

  1   2   3   4   5   6   7   8   9   10   >