RE: Tomcat & Apache

2002-01-30 Thread Dennis . Johnson
Rich, Mark's definitely The Man! He's been a great help to me. Let me see if I can get mine to work before I send you wrong information. Dennis -Original Message- From: rsneiderman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 30, 2002 6:10 PM To: tomcat-user Subject: RE: Tomcat

RE: Tomcat & Apache

2002-01-30 Thread Dennis . Johnson
Rich, First of all, I'm not an expert; but until one of them replies with the facts, maybe I can save you some time. I've been trying to do the same thing (with NT). Text loads right away, but it hangs loading the 3 gif's, right? What I've gleaned so far is warp (mod_webapp) is not quite ready

RE: Problems with .exe install for NT

2002-01-30 Thread Dennis . Johnson
Have you set JAVA_HOME to d:\java\JDK1.4 (assuming that's where your JDK is installed)? Just a thought. Dennis -Original Message- From: jmh.tomcat [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 30, 2002 9:13 AM To: tomcat-user Subject: Re: Problems with .exe install for NT or doe

RE: mod_jk.conf ?!?

2002-01-30 Thread Dennis . Johnson
Emerson, I'm in a similar situation/similar questions. Since TC 4.0.2-b2 won't create mod_jk.conf-auto, how do we create it manually (as the instruction say we must)? Thanks in advance. Dennis -Original Message- From: emerson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 30, 200

TC 4.0.2-b2 + NT4 + mod_jk: uriworkermap.properties?

2002-01-29 Thread Dennis . Johnson
Have given up trying to get mod_webapp to work for now and am configuring mod_jk. So far, so good. Question: Is uriworkermap.properties used and, if so, how is it configured? Can't seem to find it in the documentation, except from a reference from an earlier TC version with IIS (uriworkermap.prop

RE: Errors using warp connector

2002-01-29 Thread Dennis . Johnson
Sanity check: The site notes (e.g., http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.1/) say *Note: Using the WARP connector is recommended on platforms on which it is available.* If WARP is so unstable and/or causing so many issues (e.g., with Windows configs) and grief, why is

RE: Ap 1.3.22+TC 4.0.2b+NT4+webapp=Hangs loading graphics

2002-01-29 Thread Dennis . Johnson
Thanks bigb, Recapping current situation: - Running NT 4 Server + Apache 1.3.22 - Upgraded to Tomcat 4.0.2-b2 - Still using TC 4.0.1's mod_webapp - Loading TC's /examples/jsp/ from Apache = Still hangs loading graphics Needed for TC 4.0.2-b2: - Compiled version of mod_webapp.so (and libapr.dll ?

RE: Ap 1.3.22+TC 4.0.1+NT4+webapp=Hangs loading graphics

2002-01-28 Thread Dennis . Johnson
bigb, I tried TC 4.0.2-b2, but the same thing happened. Looks like I could use an already-built mod_webapp.c (or whatever else I might need for this version, if someone could provide it), as I'm not up to doing that yet. Thanks. Dennis -Original Message- From: Dennis.Johnson [mailto:[

RE: Ap 1.3.22+TC 4.0.1+NT4+webapp=Hangs loading graphics

2002-01-28 Thread Dennis . Johnson
Thanks. Will get right on it... -Original Message- From: bigb [mailto:[EMAIL PROTECTED]] Sent: Monday, January 28, 2002 6:30 PM To: tomcat-user Subject: RE: Ap 1.3.22+TC 4.0.1+NT4+webapp=Hangs loading graphics try just tomcat 4.0.2-2b (does not matter zip exe) by its self and see if i

RE: Ap 1.3.22+TC 4.0.1+NT4+webapp=Hangs loading graphics

2002-01-28 Thread Dennis . Johnson
bigb, Thanks for the reply. Just to clarify... You're suggesting that I install Tomcat 4.0.2-2b from http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.2-b2/bin/, correct? If so, is there a preference between the exe and zip? Also, I noticed that there's no /bin/win32 with a mod

Ap 1.3.22+TC 4.0.1+NT4+webapp=Hangs loading graphics

2002-01-28 Thread Dennis . Johnson
Running the following: - NT 4 Server - Apache 1.3.22 + Tomcat 4.0.1 using mod_webapp - Both Apache and Tomcat starting as NT services - Both Apache and Tomcat work great independently Two issues: (1) Have to Restart Apache after bootup: - Apache won't recognize Tomcat's area (e.g., /examples/) un

RE: Ap 1.3.22+TC 4.0.1+NT 4 = Web-app not yet deployed

2002-01-23 Thread Dennis . Johnson
Ashish (and dchambers), (1) Changing ServerName from SAWEBD01 to sawebd01 did not make any difference. (2) http://localhost:8080/manager/list worked OK, verifying that that webapplication is up and running (per your directions). Ashish. I would appreciate your sending me your httpd.conf file, a

RE: Connecting Apache and Tomcat

2002-01-16 Thread Dennis . Johnson
Just looked and found the 4.0.1 webapp link: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.1/bin/win32/ Dennis -Original Message- From: wentzel [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 16, 2002 1:42 PM To: tomcat-user Subject: RE: Connecting Apache and Tomca

RE: Tomcat 4.0.1 and Apache 1.3.22 on NT 4.0 Server: Install/Config

2002-01-16 Thread Dennis . Johnson
Thanks for your reply, Rosh. Further Questions: (1) If both Apache and Tomcat are both running and both configured to port 80, which will handle a request? Will Apache process html requests and Tomcat process jsp requests? (2) I have Apache configured to return a custom page for 404 Error res

Tomcat 4.0.1 and Apache 1.3.22 on NT 4.0 Server: Install/Config

2002-01-16 Thread Dennis . Johnson
(I'm a new subscriber, so please excuse this if it's a duplicate request.) Question: How to install / configure Apache and Tomcat 4.0.1 on NT 4.0 Server so that both will be started at bootup and so Apache will defer appropriate requests (e.g., jsp) to Tomcat automatically? What I've done so f