RE: WARP (Apache-Tomcat)

2003-01-16 Thread Turner, John

Going forward, it looks like WARP will not be supported.  There's a good
chance that Tomcat 5 or future versions won't be backwards compatible.  If
that's the case, the long-term solution would be to use JK or JK2.
Otherwise, you'll just have to go through this process again.

WARP will probably work for you, but each day that goes by there are less
people using it, and there is more chance you won't be able to get help for
it.  It's up to you.

John

 -Original Message-
 From: neal [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, January 15, 2003 5:44 PM
 To: Tomcat Users List
 Subject: RE: WARP (Apache-Tomcat)
 
 
 Is it known to be buggy on Linux or just Windows?  It sounds 
 like its fine
 and even preferred according to some docs when using Linux/Apache 1.3.
 Also, I discussed load balancing and it sounds like we're 
 using hardware
 load balancer so each instance of Apache will have a 1:1 map 
 to its own
 Tomcat instance.
 
 In this case, is using WARP for production purposes a bad idea?
 
 Thanks.
 Neal
 

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: WARP (Apache-Tomcat)

2003-01-15 Thread Turner, John

Sorry that you wasted your day, but this topic, the comparisons between
WARP, JK, and JK2, where they work, how they work, what they do, etc. is an
EXTREMELY frequently asked question.  Just about any of the frequent posters
here could have answered your question quickly, if we had had a better idea
of exactly what your question was.  Not to mention the archives - I've
answered should I use WARP or JK and why posts a couple dozen times at
least, as have others.

To clarify one of your other posts...WARP does work with multiple hosts,
that is, multiple sites, but it does not work with multiple Tomcats in a
load balancing scenario.

WARP is no longer actively developed, and has some pretty big limitations as
it currently stands anyway.  It is easy to setup, and seems to work well in
simple environments, but if you are planning to do anything major, protect
against future Tomcat upgrades, or get into a more complex environment, you
will want JK or JK2.

John

 -Original Message-
 From: neal [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, January 15, 2003 1:11 AM
 To: Tomcat Users List
 Subject: RE: WARP (Apache-Tomcat)
 
 
 For anyone interested I just confirmed via a book I bought 
 from Borders that
 WARP does not support Load balancing.  So, for the archives 
 ... WARP (Via
 the WebApp module) does not support:
 
 1. Load balancing
 2. Apache 2.0 (at least with Windows)
 
 And contrary to the Apache's own WebApp module site, Windows 
 *IS* supported
 for 1.3.27 usage ... and its downloadable from the site.  
 Man, Apache should
 really update this documentation ... I just waisted the 
 majorty of a day
 figuring this stuff out (anyone from apache listening out 
 there??).  ;-)
 
 -Original Message-
 From: neal [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, January 14, 2003 7:58 PM
 To: Tomcat Users List
 Subject: RE: WARP (Apache-Tomcat)
 
 
 Well, I re-installed an older version of Apache (1.3.27) and WARP via
 mod_webApp seems to work fine nowand that was on Windows! 
  So, I guess
 the compatability issue was with Apache 2.0.  Hmm.  That sucks.
 
 By the way, it was mentioned on this thread that mod_jk supports load
 balancing.  Is that to say that WARP won't work in a multiple-host
 scenario?!?!   :(
 
 Thanks
 Neal
 
 
 -Original Message-
 From: neal [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, January 14, 2003 4:04 PM
 To: Tomcat Users List
 Subject: RE: WARP (Apache-Tomcat)
 
 
 Really?!?!
 
 But I downloaded it from the win32 archives on the apache site
 (http://jakarta.apache.org/builds/jakarta-tomcat-4.0/archives/
v4.0.1/bin/win
32/).  It even came with the libapr.dll - the library file compile as a
windows DLL.  Perhaps its just not compatible with Apache 2?





-Original Message-
From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 14, 2003 3:50 PM
To: Tomcat Users List
Subject: RE: WARP (Apache-Tomcat)




On Tue, 14 Jan 2003, neal wrote:

 Date: Tue, 14 Jan 2003 15:38:55 -0800
 From: neal [EMAIL PROTECTED]
 Reply-To: Tomcat Users List [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Subject: RE: WARP (Apache-Tomcat)

 This is totally screwey!

 Does WARP work on Windows or not?!?!


My understanding is not.

Craig


--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: WARP (Apache-Tomcat)

2003-01-15 Thread Thom Park

On Windows, the WARP connector has threading issues - I believe that's 
the main reason why it's mentioned that on Windows it's not supported.

I wrote an IIOP module for Apache 1.3 using mod_webapp as a starting 
point and had to add quite a bit of mutex usage to stabilize the thing 
under windows. When I had to move to Apache 2.0, I re-wrote the thing - 
basing it on the architecture of mod_jk.

If you're working with apache 2.0 - most definitely go with mod_jk.

(IMHO...)
-Thom


Lajos Moczar wrote:

One more point is that webapp is just plain buggy, while 
tried-and-true mod_jk is quite reliable. If you are hosting anything 
production-quality, I'd go with mod_jk every time.

Lajos


neal wrote:

For anyone interested I just confirmed via a book I bought from 
Borders that
WARP does not support Load balancing.  So, for the archives ... WARP 
(Via
the WebApp module) does not support:

1. Load balancing
2. Apache 2.0 (at least with Windows)

And contrary to the Apache's own WebApp module site, Windows *IS* 
supported
for 1.3.27 usage ... and its downloadable from the site.  Man, Apache 
should
really update this documentation ... I just waisted the majorty of a day
figuring this stuff out (anyone from apache listening out there??).  ;-)

-Original Message-
From: neal [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 14, 2003 7:58 PM
To: Tomcat Users List
Subject: RE: WARP (Apache-Tomcat)


Well, I re-installed an older version of Apache (1.3.27) and WARP via
mod_webApp seems to work fine nowand that was on Windows!  So, I 
guess
the compatability issue was with Apache 2.0.  Hmm.  That sucks.

By the way, it was mentioned on this thread that mod_jk supports load
balancing.  Is that to say that WARP won't work in a multiple-host
scenario?!?!   :(

Thanks
Neal


-Original Message-
From: neal [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 14, 2003 4:04 PM
To: Tomcat Users List
Subject: RE: WARP (Apache-Tomcat)


Really?!?!

But I downloaded it from the win32 archives on the apache site
(http://jakarta.apache.org/builds/jakarta-tomcat-4.0/archives/v4.0.1/bin/win 

32/).  It even came with the libapr.dll - the library file compile as a
windows DLL.  Perhaps its just not compatible with Apache 2?





-Original Message-
From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 14, 2003 3:50 PM
To: Tomcat Users List
Subject: RE: WARP (Apache-Tomcat)




On Tue, 14 Jan 2003, neal wrote:


Date: Tue, 14 Jan 2003 15:38:55 -0800
From: neal [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: RE: WARP (Apache-Tomcat)

This is totally screwey!

Does WARP work on Windows or not?!?!




My understanding is not.

Craig


--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   
mailto:[EMAIL PROTECTED]
For additional commands, e-mail: 
mailto:[EMAIL PROTECTED]






--
My friend, you would not tell with such high zest
To children ardent for some desperate glory,
The old Lie: Dulce et decorum est 
Pro patria mori. -- Wilfred Owen (1893-1918)

http://www.etsu.edu/english/muse/owen.htm

--
Borland -- Enabling a new digital world where our customers
have the freedom of choice to develop, deploy, and integrate
applications across the enterprise and  the Internet.
http://www.borland.com

This e-mail, and any attachments thereto, is intended only
for use by the addressee(s) named herein and may contain
legally privileged and/or confidential information.  If you
are not the intended recipient of this e-mail, you are hereby
notified that any dissemination, distribution or copying of
this e-mail, and any attachments thereto, is strictly prohibited.
If you have received this e-mail in error, please immediately
and permanently delete the original and any copy of any e-mail
and any printout thereof.




--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]



RE: WARP (Apache-Tomcat)

2003-01-15 Thread neal
Is it known to be buggy on Linux or just Windows?  It sounds like its fine
and even preferred according to some docs when using Linux/Apache 1.3.
Also, I discussed load balancing and it sounds like we're using hardware
load balancer so each instance of Apache will have a 1:1 map to its own
Tomcat instance.

In this case, is using WARP for production purposes a bad idea?

Thanks.
Neal

-Original Message-
From: Lajos Moczar [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 15, 2003 8:08 AM
To: Tomcat Users List
Subject: Re: WARP (Apache-Tomcat)


One more point is that webapp is just plain buggy, while tried-and-true
mod_jk is quite reliable. If you are hosting anything
production-quality, I'd go with mod_jk every time.

Lajos


neal wrote:
 For anyone interested I just confirmed via a book I bought from Borders
that
 WARP does not support Load balancing.  So, for the archives ... WARP (Via
 the WebApp module) does not support:

 1. Load balancing
 2. Apache 2.0 (at least with Windows)

 And contrary to the Apache's own WebApp module site, Windows *IS*
supported
 for 1.3.27 usage ... and its downloadable from the site.  Man, Apache
should
 really update this documentation ... I just waisted the majorty of a day
 figuring this stuff out (anyone from apache listening out there??).  ;-)

 -Original Message-
 From: neal [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, January 14, 2003 7:58 PM
 To: Tomcat Users List
 Subject: RE: WARP (Apache-Tomcat)


 Well, I re-installed an older version of Apache (1.3.27) and WARP via
 mod_webApp seems to work fine nowand that was on Windows!  So, I guess
 the compatability issue was with Apache 2.0.  Hmm.  That sucks.

 By the way, it was mentioned on this thread that mod_jk supports load
 balancing.  Is that to say that WARP won't work in a multiple-host
 scenario?!?!   :(

 Thanks
 Neal


 -Original Message-
 From: neal [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, January 14, 2003 4:04 PM
 To: Tomcat Users List
 Subject: RE: WARP (Apache-Tomcat)


 Really?!?!

 But I downloaded it from the win32 archives on the apache site

(http://jakarta.apache.org/builds/jakarta-tomcat-4.0/archives/v4.0.1/bin/win
 32/).  It even came with the libapr.dll - the library file compile as a
 windows DLL.  Perhaps its just not compatible with Apache 2?





 -Original Message-
 From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, January 14, 2003 3:50 PM
 To: Tomcat Users List
 Subject: RE: WARP (Apache-Tomcat)




 On Tue, 14 Jan 2003, neal wrote:


Date: Tue, 14 Jan 2003 15:38:55 -0800
From: neal [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: RE: WARP (Apache-Tomcat)

This is totally screwey!

Does WARP work on Windows or not?!?!



 My understanding is not.

 Craig


 --
 To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]


 --
 To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]


 --
 To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]


 --
 To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
mailto:[EMAIL PROTECTED]




--
galatea.com
Cocoon training, consulting  support


--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: WARP (Apache-Tomcat)

2003-01-15 Thread Lajos Moczar
Neal -

Certainly on Windows it is. But on Linux as well, I've heard people 
complain about things like connectivity breaking after certain periods 
of time. I vaguely remember having something similar happen, but at the 
moment I can't recall what the exact issue was. Let me ask - is there a 
particular reason why you want webapp instead of jk? If you are using it 
for production, as I said before, jk simply has had more of a life and 
has had more bugs worked out of it. Consequently it is super stable. My 
own sites stay up for months on end with no problems. I have one site 
that has been continuously up for almost a year using jk.

Regards,

Lajos


neal wrote:
Is it known to be buggy on Linux or just Windows?  It sounds like its fine
and even preferred according to some docs when using Linux/Apache 1.3.
Also, I discussed load balancing and it sounds like we're using hardware
load balancer so each instance of Apache will have a 1:1 map to its own
Tomcat instance.

In this case, is using WARP for production purposes a bad idea?

Thanks.
Neal

-Original Message-
From: Lajos Moczar [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 15, 2003 8:08 AM
To: Tomcat Users List
Subject: Re: WARP (Apache-Tomcat)


One more point is that webapp is just plain buggy, while tried-and-true
mod_jk is quite reliable. If you are hosting anything
production-quality, I'd go with mod_jk every time.

Lajos


neal wrote:


For anyone interested I just confirmed via a book I bought from Borders


that


WARP does not support Load balancing.  So, for the archives ... WARP (Via
the WebApp module) does not support:

1. Load balancing
2. Apache 2.0 (at least with Windows)

And contrary to the Apache's own WebApp module site, Windows *IS*


supported


for 1.3.27 usage ... and its downloadable from the site.  Man, Apache


should


really update this documentation ... I just waisted the majorty of a day
figuring this stuff out (anyone from apache listening out there??).  ;-)

-Original Message-
From: neal [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 14, 2003 7:58 PM
To: Tomcat Users List
Subject: RE: WARP (Apache-Tomcat)


Well, I re-installed an older version of Apache (1.3.27) and WARP via
mod_webApp seems to work fine nowand that was on Windows!  So, I guess
the compatability issue was with Apache 2.0.  Hmm.  That sucks.

By the way, it was mentioned on this thread that mod_jk supports load
balancing.  Is that to say that WARP won't work in a multiple-host
scenario?!?!   :(

Thanks
Neal


-Original Message-
From: neal [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 14, 2003 4:04 PM
To: Tomcat Users List
Subject: RE: WARP (Apache-Tomcat)


Really?!?!

But I downloaded it from the win32 archives on the apache site



(http://jakarta.apache.org/builds/jakarta-tomcat-4.0/archives/v4.0.1/bin/win


32/).  It even came with the libapr.dll - the library file compile as a
windows DLL.  Perhaps its just not compatible with Apache 2?





-Original Message-
From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 14, 2003 3:50 PM
To: Tomcat Users List
Subject: RE: WARP (Apache-Tomcat)




On Tue, 14 Jan 2003, neal wrote:




Date: Tue, 14 Jan 2003 15:38:55 -0800
From: neal [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: RE: WARP (Apache-Tomcat)

This is totally screwey!

Does WARP work on Windows or not?!?!




My understanding is not.

Craig


--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:


mailto:[EMAIL PROTECTED]


For additional commands, e-mail:


mailto:[EMAIL PROTECTED]






--
galatea.com
Cocoon training, consulting  support


--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]





--
galatea.com
Cocoon training, consulting  support


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: WARP (Apache-Tomcat)

2003-01-14 Thread neal
Actually,

I found the mod_webApp module for Apache-Tomcat warp connection. But
Apache won't restart now!  Grrr.


Per the instructions I tooks the webApp.so and the dll and put the in the
modules dir (I'm on windows) and added the necesary lines to the config.
BUT, in the doc that came with the mod_webApp there is a note that

It was reported that sometimes Apache under windows doesn't like the
AddModule line in the config file.  Please, ofg you can't start  your Apache
service try commenting that line in your httpd.conf file.

Well, I did that but all that does is avoid the issue.  Any clue what the
problem is?  A hunch is telling me to run regsvr32 on the dll.  Any
thoughts?

Thanks.
Neal


-Original Message-
From: enLogica [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 14, 2003 1:58 PM
To: Tomcat
Subject: WARP (Apache-Tomcat)


I am attempting to setup Tomcat 4.1 with Apache 2.0.4.  Per the instructions
in my book I am suppose to download the Web Application Module for Apache
in order to allow these two to talk, but it is not listed on
http://modules.apache.org/search.

With v.2.0 do I still need to download this mod?

If so, where can I find it?

Thanks.
Neal


--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: WARP (Apache-Tomcat)

2003-01-14 Thread PELOQUIN,JEFFREY (HP-Boise,ex1)
there is a good chance that the warp module is not Apache2 compatiable.
Also if I recall the original author never provided any sort of guarantee
that it would work under windows. 

We have used it successfully on HP-UX for over a year without any problems
but for windows you should look into using mod_jk.

-Original Message-
From: neal [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 14, 2003 3:47 PM
To: Tomcat Users List
Subject: RE: WARP (Apache-Tomcat)


Actually,

I found the mod_webApp module for Apache-Tomcat warp connection. But
Apache won't restart now!  Grrr.


Per the instructions I tooks the webApp.so and the dll and put the in the
modules dir (I'm on windows) and added the necesary lines to the config.
BUT, in the doc that came with the mod_webApp there is a note that

It was reported that sometimes Apache under windows doesn't like the
AddModule line in the config file.  Please, ofg you can't start  your Apache
service try commenting that line in your httpd.conf file.

Well, I did that but all that does is avoid the issue.  Any clue what the
problem is?  A hunch is telling me to run regsvr32 on the dll.  Any
thoughts?

Thanks.
Neal


-Original Message-
From: enLogica [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 14, 2003 1:58 PM
To: Tomcat
Subject: WARP (Apache-Tomcat)


I am attempting to setup Tomcat 4.1 with Apache 2.0.4.  Per the instructions
in my book I am suppose to download the Web Application Module for Apache
in order to allow these two to talk, but it is not listed on
http://modules.apache.org/search.

With v.2.0 do I still need to download this mod?

If so, where can I find it?

Thanks.
Neal


--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: WARP (Apache-Tomcat)

2003-01-14 Thread neal
Hmm ... sounds like we have two seperate (possible) issues here.

1. webApp.so compatability with with Tomcat 2
2. Flakiness on Windows

I'm just trying to model the setup on my Windows workstation so I'm not too
worried about the second one ... we will eventually deploy to a linux
machine  Does anyone know about the 1st possible issue though (Apache 2
compatability)?

Thanks.
Neal


-Original Message-
From: PELOQUIN,JEFFREY (HP-Boise,ex1) [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 14, 2003 2:56 PM
To: 'Tomcat Users List'
Subject: RE: WARP (Apache-Tomcat)


there is a good chance that the warp module is not Apache2 compatiable.
Also if I recall the original author never provided any sort of guarantee
that it would work under windows.

We have used it successfully on HP-UX for over a year without any problems
but for windows you should look into using mod_jk.

-Original Message-
From: neal [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 14, 2003 3:47 PM
To: Tomcat Users List
Subject: RE: WARP (Apache-Tomcat)


Actually,

I found the mod_webApp module for Apache-Tomcat warp connection. But
Apache won't restart now!  Grrr.


Per the instructions I tooks the webApp.so and the dll and put the in the
modules dir (I'm on windows) and added the necesary lines to the config.
BUT, in the doc that came with the mod_webApp there is a note that

It was reported that sometimes Apache under windows doesn't like the
AddModule line in the config file.  Please, ofg you can't start  your Apache
service try commenting that line in your httpd.conf file.

Well, I did that but all that does is avoid the issue.  Any clue what the
problem is?  A hunch is telling me to run regsvr32 on the dll.  Any
thoughts?

Thanks.
Neal


-Original Message-
From: enLogica [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 14, 2003 1:58 PM
To: Tomcat
Subject: WARP (Apache-Tomcat)


I am attempting to setup Tomcat 4.1 with Apache 2.0.4.  Per the instructions
in my book I am suppose to download the Web Application Module for Apache
in order to allow these two to talk, but it is not listed on
http://modules.apache.org/search.

With v.2.0 do I still need to download this mod?

If so, where can I find it?

Thanks.
Neal


--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]

--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: WARP (Apache-Tomcat)

2003-01-14 Thread neal
This is totally screwey!

Does WARP work on Windows or not?!?!

On one hand I've read a tutorial wherein the user claims to have setup warp
using windos, but on the other I just read the website for webApp module
(http://jakarta.apache.org/~jfclere/webapp_docs/index.html) and it states
that it is currently not supported on Windows.

And this is aside from finding an answer to the question of where this works
with Apache 2.0 or not!

Anyone out there using WARP or is everyone using mod_JK?

Thanks.
Neal

-Original Message-
From: neal [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 14, 2003 2:47 PM
To: Tomcat Users List
Subject: RE: WARP (Apache-Tomcat)


Actually,

I found the mod_webApp module for Apache-Tomcat warp connection. But
Apache won't restart now!  Grrr.


Per the instructions I tooks the webApp.so and the dll and put the in the
modules dir (I'm on windows) and added the necesary lines to the config.
BUT, in the doc that came with the mod_webApp there is a note that

It was reported that sometimes Apache under windows doesn't like the
AddModule line in the config file.  Please, ofg you can't start  your Apache
service try commenting that line in your httpd.conf file.

Well, I did that but all that does is avoid the issue.  Any clue what the
problem is?  A hunch is telling me to run regsvr32 on the dll.  Any
thoughts?

Thanks.
Neal


-Original Message-
From: enLogica [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 14, 2003 1:58 PM
To: Tomcat
Subject: WARP (Apache-Tomcat)


I am attempting to setup Tomcat 4.1 with Apache 2.0.4.  Per the instructions
in my book I am suppose to download the Web Application Module for Apache
in order to allow these two to talk, but it is not listed on
http://modules.apache.org/search.

With v.2.0 do I still need to download this mod?

If so, where can I find it?

Thanks.
Neal


--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: WARP (Apache-Tomcat)

2003-01-14 Thread Craig R. McClanahan


On Tue, 14 Jan 2003, neal wrote:

 Date: Tue, 14 Jan 2003 15:38:55 -0800
 From: neal [EMAIL PROTECTED]
 Reply-To: Tomcat Users List [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Subject: RE: WARP (Apache-Tomcat)

 This is totally screwey!

 Does WARP work on Windows or not?!?!


My understanding is not.

Craig


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: WARP (Apache-Tomcat)

2003-01-14 Thread neal
Really?!?!

But I downloaded it from the win32 archives on the apache site
(http://jakarta.apache.org/builds/jakarta-tomcat-4.0/archives/v4.0.1/bin/win
32/).  It even came with the libapr.dll - the library file compile as a
windows DLL.  Perhaps its just not compatible with Apache 2?





-Original Message-
From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 14, 2003 3:50 PM
To: Tomcat Users List
Subject: RE: WARP (Apache-Tomcat)




On Tue, 14 Jan 2003, neal wrote:

 Date: Tue, 14 Jan 2003 15:38:55 -0800
 From: neal [EMAIL PROTECTED]
 Reply-To: Tomcat Users List [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Subject: RE: WARP (Apache-Tomcat)

 This is totally screwey!

 Does WARP work on Windows or not?!?!


My understanding is not.

Craig


--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: WARP (Apache-Tomcat)

2003-01-14 Thread Peter Harrison
On Wed, 15 Jan 2003 10:58, enLogica wrote:
 I am attempting to setup Tomcat 4.1 with Apache 2.0.4.  Per the
 instructions in my book I am suppose to download the Web Application
 Module for Apache in order to allow these two to talk, but it is not
 listed on
 http://modules.apache.org/search.

Perhaps:
http://jakarta.apache.org/builds/jakarta-tomcat-4.0/archives/v4.0.1/bin

I had problems finding it again when deploying against apache yesterday.

Regards,

Peter

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: WARP (Apache-Tomcat)

2003-01-14 Thread neal
Well, I re-installed an older version of Apache (1.3.27) and WARP via
mod_webApp seems to work fine nowand that was on Windows!  So, I guess
the compatability issue was with Apache 2.0.  Hmm.  That sucks.

By the way, it was mentioned on this thread that mod_jk supports load
balancing.  Is that to say that WARP won't work in a multiple-host
scenario?!?!   :(

Thanks
Neal


-Original Message-
From: neal [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 14, 2003 4:04 PM
To: Tomcat Users List
Subject: RE: WARP (Apache-Tomcat)


Really?!?!

But I downloaded it from the win32 archives on the apache site
(http://jakarta.apache.org/builds/jakarta-tomcat-4.0/archives/v4.0.1/bin/win
32/).  It even came with the libapr.dll - the library file compile as a
windows DLL.  Perhaps its just not compatible with Apache 2?





-Original Message-
From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 14, 2003 3:50 PM
To: Tomcat Users List
Subject: RE: WARP (Apache-Tomcat)




On Tue, 14 Jan 2003, neal wrote:

 Date: Tue, 14 Jan 2003 15:38:55 -0800
 From: neal [EMAIL PROTECTED]
 Reply-To: Tomcat Users List [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Subject: RE: WARP (Apache-Tomcat)

 This is totally screwey!

 Does WARP work on Windows or not?!?!


My understanding is not.

Craig


--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: WARP (Apache-Tomcat)

2003-01-14 Thread neal
For anyone interested I just confirmed via a book I bought from Borders that
WARP does not support Load balancing.  So, for the archives ... WARP (Via
the WebApp module) does not support:

1. Load balancing
2. Apache 2.0 (at least with Windows)

And contrary to the Apache's own WebApp module site, Windows *IS* supported
for 1.3.27 usage ... and its downloadable from the site.  Man, Apache should
really update this documentation ... I just waisted the majorty of a day
figuring this stuff out (anyone from apache listening out there??).  ;-)

-Original Message-
From: neal [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 14, 2003 7:58 PM
To: Tomcat Users List
Subject: RE: WARP (Apache-Tomcat)


Well, I re-installed an older version of Apache (1.3.27) and WARP via
mod_webApp seems to work fine nowand that was on Windows!  So, I guess
the compatability issue was with Apache 2.0.  Hmm.  That sucks.

By the way, it was mentioned on this thread that mod_jk supports load
balancing.  Is that to say that WARP won't work in a multiple-host
scenario?!?!   :(

Thanks
Neal


-Original Message-
From: neal [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 14, 2003 4:04 PM
To: Tomcat Users List
Subject: RE: WARP (Apache-Tomcat)


Really?!?!

But I downloaded it from the win32 archives on the apache site
(http://jakarta.apache.org/builds/jakarta-tomcat-4.0/archives/v4.0.1/bin/win
32/).  It even came with the libapr.dll - the library file compile as a
windows DLL.  Perhaps its just not compatible with Apache 2?





-Original Message-
From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 14, 2003 3:50 PM
To: Tomcat Users List
Subject: RE: WARP (Apache-Tomcat)




On Tue, 14 Jan 2003, neal wrote:

 Date: Tue, 14 Jan 2003 15:38:55 -0800
 From: neal [EMAIL PROTECTED]
 Reply-To: Tomcat Users List [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Subject: RE: WARP (Apache-Tomcat)

 This is totally screwey!

 Does WARP work on Windows or not?!?!


My understanding is not.

Craig


--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]