Re: tomcat 4.1.12, apache SSL on rh 7.2 - most stable configuration?

2002-11-14 Thread Bill Barker
Tomcat doesn't redistribute JSSE because of Licensing restrictions. However, this is mostly irrelevant if you are using Apache2+mod_jk. When I download Apache2, it comes with a full mod_ssl. And certainly, the restrictions shouldn't be on the jakarta.apache.org site (please provide a URL, so

RE: Tomcat from Apache Connectors

2002-11-08 Thread Turner, John
Check the log files for the connectors. Sounds to me like you don't have any URI mappings set...this is done via JkMount in httpd.conf if you are using JK, and in workers2.properties if you are using JK2. If you want to post back with more specific info, someone should be able to help. Which

RE: Tomcat from Apache Connectors : More Info

2002-11-08 Thread Richard Johnstone
Here is somemore info if anyone can help Connector is mod_jk-1.3-eapi.so HTTPD.CONF Include /opt/tomcat-4.0.6/conf/auto/mod_jk.conf # Load mod_jk # LoadModule jk_module libexec/mod_jk.so AddModule mod_jk.c # Configure mod_jk # JkWorkersFile /opt/tomcat-4.0.6/conf/jk/workers.properties

RE: Tomcat from Apache Connectors : More Info

2002-11-08 Thread Turner, John
PROTECTED] Subject: RE: Tomcat from Apache Connectors : More Info Here is somemore info if anyone can help Connector is mod_jk-1.3-eapi.so HTTPD.CONF Include /opt/tomcat-4.0.6/conf/auto/mod_jk.conf # Load mod_jk # LoadModule jk_module libexec/mod_jk.so AddModule mod_jk.c # Configure

RE: Tomcat from Apache Connectors : More Info

2002-11-08 Thread Richard Johnstone
[mailto:Richard.Johnstone;appleyard-contracts.co.uk] Sent: Friday, November 08, 2002 9:07 AM To: [EMAIL PROTECTED] Subject: RE: Tomcat from Apache Connectors : More Info Here is somemore info if anyone can help Connector is mod_jk-1.3-eapi.so HTTPD.CONF Include /opt/tomcat-4.0.6/conf/auto/mod_jk.conf

Re: Tomcat 4.1.12, Apache 2.0.43, Win/2K

2002-11-04 Thread Robert L Sowders
Thanks, I'll verify this and if it pans out then I'll, add it to my how to. I've been using Active State perl on the win2k boxes, there is no problem with it. rls

Re: Tomcat 4.1.12, Apache 2.0.43, Win/2K

2002-11-04 Thread Aryeh Katz
snip The order of the LoadModule statements is important. This works: I wonder if you set the load order (as per the following document http://httpd.apache.org/docs-2.0/developer/hooks.html - the part about controlling the hook order at the end) if you get any different behavior. Apache 2

Re: Tomcat/4 Apache/2 Mod_jk and SSL

2002-10-23 Thread Milt Epstein
On Wed, 23 Oct 2002, Jim Urban wrote: Ok, I got Tomcat (4.0.4) and Apache (2.0.43) talking to each other via mod_jk on W2K with JDK 1.3.0. Now I have set up Apache to handle SSL requests (mod_ssl.so). If I enter https://localhost https://localhost/ I get a secure connection to the Apache

RE: tomcat and apache vs tomcat standalone

2002-10-16 Thread Turner, John
Search the archives. This topic comes up regularly. Basic questions usually do. ;) Quickly: yes, there are all sorts of advantages to using Apache with Tomcat: - don't have to run Tomcat as root on port 80 - can use all Apache modules - can use other dynamic technologies (PHP, etc) - Apache

RE: Tomcat 4.0.2, Apache 1.3.24, mod_jk, OpenBSDP 3.1 - eratic behaviour

2002-09-27 Thread Robert L Sowders
: Tomcat 4.0.2, Apache 1.3.24, mod_jk, OpenBSDP 3.1 - eratic behaviour Thanks for your response. here is my mod_jk.conf file. looks to me like the log directives are ok: ## Auto generated on Mon Sep 23 13:17:20 EST 2002## IfModule !mod_jk.c LoadModule jk_module libexec/mod_jk.so

RE: Tomcat 4.0.2, Apache 1.3.24, mod_jk, OpenBSDP 3.1 - eraticbehaviour

2002-09-27 Thread Milt Epstein
On Fri, 27 Sep 2002, danox wrote: Thanks for your response. here is my mod_jk.conf file. looks to me like the log directives are ok: You might try setting your JkLogLevel to a lower level, so more information gets output to it. I think other allowable values are warn, info, debug. Also

RE: Tomcat 4.0.2, Apache 1.3.24, mod_jk, OpenBSDP 3.1 - eratic behaviour

2002-09-26 Thread danox
Thanks for your response. here is my mod_jk.conf file. looks to me like the log directives are ok: ## Auto generated on Mon Sep 23 13:17:20 EST 2002## IfModule !mod_jk.c LoadModule jk_module libexec/mod_jk.so /IfModule JkWorkersFile

Re: Tomcat 4.0.2, Apache 1.3.24, mod_jk, OpenBSD 3.1 - erratic behaviour

2002-09-25 Thread MTimpe
Hi, I have the same problem (problem 2) on Windows NT. I am using Tomcat 4.0.3, Apache 1.3.26, mod_jk. Tomcat standalone is working fine. I can work with my application. After an idle time (but smaller than the defined Timeouts) I get the same message as you got. After clicking reload in the

Re: Tomcat 4.0.2, Apache 1.3.24, mod_jk, OpenBSD 3.1 - erraticbehaviour

2002-09-25 Thread Milt Epstein
On Wed, 25 Sep 2002, danox wrote: I have set up tomcat 4.0.2 to run with apache 1.3.24 on an OpenBSD platform. I used mod_jk to provide the connection, which I managed to compile from source on OpenBSD. I am having 2 problems, believe if I resolved the first it would help me someways to

Re: tomcat 4.0.4 apache ssl 1.3.26 and mod_jk

2002-09-11 Thread Glenn Nielsen
It would help if you also set debug=10 or so for your Tomcat Connector in server.xml. And captured the Connector debug output. Regards, Glenn Habibak haAlbek wrote: Hello, I have installed and configured Apache 1.3.26 with modssl and openssl + tomcat 4.0.4 with the corresponding Apache

RE: tomcat-4.0.4/Apache-1.3.26 and mod_jk

2002-09-09 Thread Turner, John
Can you post your mod_jk.conf file? John -Original Message- From: damar thapa [mailto:[EMAIL PROTECTED]] Sent: Monday, September 09, 2002 7:14 PM To: Tomcat Users List Subject: tomcat-4.0.4/Apache-1.3.26 and mod_jk Hi, I followed John Turner's Apache1.3.26 version of

Re: tomcat-4.0.4/Apache-1.3.26 and mod_jk

2002-09-09 Thread damar thapa
Hi, I would like to add one more query here. I created one servlet called AddDispServlet.class, which I copied to /webapps/examples/WEB-INF/classes directory. And to deploy that, I added the following lines in /WEB-INF/web.xml file: servlet servlet-nameAddDispServlet/servlet-name

Re: tomcat-4.0.4/Apache-1.3.26 and mod_jk

2002-09-09 Thread Milt Epstein
On Tue, 10 Sep 2002, damar thapa wrote: Hi, I would like to add one more query here. I created one servlet called AddDispServlet.class, which I copied to /webapps/examples/WEB-INF/classes directory. And to deploy that, I added the following lines in /WEB-INF/web.xml file: servlet

Re: Tomcat and Apache

2002-09-09 Thread Milt Epstein
On Mon, 9 Sep 2002, Ravindra K. Bhat wrote: It seems to me that Tomcat 4.0.4 is already set up to connect with Apache..is this correct? Well, it may be that everything on the Tomcat side is set up. But you'll still need to do stuff on the Apache side -- like get the module you need for the

RE: TOMCAT AND APACHE

2002-08-22 Thread Turner, John
That configuration is known to work (though perhaps you would consider using tomcat 4.0.4 instead, but that wouldn't have an effect on your problem). Right off the bat, I would move both apache and tomcat to directories without spaces in the names. No hard and fast proof that that is what is

RE: TOMCAT AND APACHE

2002-08-22 Thread Patrick Codere
emerg Thanks, Pat. -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: August 22, 2002 9:31 AM To: 'Tomcat Users List' Subject: RE: TOMCAT AND APACHE That configuration is known to work (though perhaps you would consider using tomcat 4.0.4 instead, but that wouldn't

RE: TOMCAT AND APACHE

2002-08-22 Thread Turner, John
-Original Message- From: Patrick Codere [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 22, 2002 10:33 AM To: 'Tomcat Users List' Subject: RE: TOMCAT AND APACHE Hi John, So I just tried changing the Tomcat and Apache directories removing the spaces. Now I get a new error message

RE: Tomcat 4 + Apache 2.39

2002-07-17 Thread Koes, Derrick
Check the port you configured in tomcat server.xml. You probably already have something running there. -Original Message- From: Alexandre [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 17, 2002 12:37 PM To: Tomcat Users List Subject: Tomcat 4 + Apache 2.39 hi all im a newbe

Re: Tomcat 4 + Apache 2.39

2002-07-17 Thread Alexandre
hi Koes this is my server.xml and my nmap result any more ?? server.xml !-- Define an Apache-Connector Service --> Service name="Tomcat-Apache"> Connector className="org.apache.catalina.connector.warp.WarpConnector" port="8008" minProcessors="5" maxProcessors="75" enableLookups="true"

RE: Tomcat 4 + Apache 2.39

2002-07-17 Thread Koes, Derrick
Subject: Re: Tomcat 4 + Apache 2.39 hi Koes this is my server.xml and my nmap result any more ?? server.xml !-- Define an Apache-Connector Service -- Service name=Tomcat-Apache Connector className=org.apache.catalina.connector.warp.WarpConnector port=8008 minProcessors=5

Re: Tomcat 4 + Apache 2.39

2002-07-17 Thread Alexandre
- From: Alexandre [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 17, 2002 1:03 PM To: Tomcat Users List Subject: Re: Tomcat 4 + Apache 2.39 hi Koes this is my server.xml and my nmap result any more ?? server.xml !-- Define an Apache-Connector Service -- Service name=Tomcat-Apache

RE: Tomcat w/ Apache Configuration Issues == Please Help

2002-07-15 Thread John Burgess
I've just read through your httpd.conf file and as far as I can see you haven't integrated tomcat and apache at all. You will need to load either mod_webapp or mod_jk to connect them together. These will associate tomcat with one or more virtual directories in just the way you want. You can then

Re: Tomcat w/ Apache Configuration Issues == Please Help

2002-07-14 Thread Nikolas A. Rathert
I am having two major problems: 1) Although our JSPs run correctly, neither the list nor the manager contexts do. You have to define a user and a role in tomcat-users.conf like this: 2) Tomcat is apparently intercepting ALL httpd requests. For example, the address

Re: Tomcat w/ Apache Configuration Issues == Please Help

2002-07-14 Thread Nikolas A. Rathert
Hi, my first was to fast (CRTL+Enter). :) I am having two major problems: 1) Although our JSPs run correctly, neither the list nor the manager contexts do. You have to define a user and role like this: user name=administrator password=adminpass roles=manager/ 2) Tomcat is

RE: Tomcat 4.1.7b / Apache httpd 2.0.39 connection how-to

2002-07-12 Thread Andrew Conrad
I have this configuration working, but that doesn't mean I did it correctly. Here goes: 1) Downloaded the mod_jk2.dll from http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/nightly/w in32/ and placed it in ${APACHE2_HOME}/modules 2) Added 1 line to my httpd.conf file.

RE: TOMCAT 4.0 + apache 2.0.39

2002-07-03 Thread Andrew Conrad
You need to get a mod_jk.dll and so you can load it. You COULD build your own (from your connectors source) but why? Just D/L the binary from here: http://www.acg-gmbh.de/mod_jk/ BTW, if you would have read your helpfile (www.galatea.com) it gives you this link. -Andrew -Original

RE: tomcat 4.0.4 apache 2.0.39 integration

2002-07-02 Thread Turner, John
http://www.galatea.com/flashguides/apache-tomcat-24-win32.xml John Turner [EMAIL PROTECTED] -Original Message- From: Paul Ung [mailto:[EMAIL PROTECTED]] Sent: Monday, July 01, 2002 8:14 PM To: '[EMAIL PROTECTED]' Subject: tomcat 4.0.4 apache 2.0.39 integration Hi, Does anybody know

RE: tomcat 4.0.4 apache 2.0.39 integration

2002-07-02 Thread Koes, Derrick
http://www.galatea.com/flashguides/index -Original Message- From: Paul Ung [mailto:[EMAIL PROTECTED]] Sent: Monday, July 01, 2002 8:23 PM To: '[EMAIL PROTECTED]' Subject: tomcat 4.0.4 apache 2.0.39 integration Hi, Does anybody know of any good websites/pages that explains

RE: tomcat 4.0.4 apache 2.0.39 integration

2002-07-02 Thread Charles Baker
--- Koes, Derrick [EMAIL PROTECTED] wrote: http://www.galatea.com/flashguides/index snip Really nice useful link. Thanks = [EMAIL PROTECTED] Hacking is a Good Thing! See http://www.tuxedo.org/~esr/faqs/hacker-howto.html __ Do You

RE: tomcat 4.0.4 apache 2.0.39 integration

2002-07-02 Thread Lu . Jian-An
PROTECTED] cc: Subject:RE: tomcat 4.0.4 apache 2.0.39 integration http://www.galatea.com/flashguides/index -Original Message- From: Paul Ung [mailto:[EMAIL PROTECTED]] Sent: Monday, July 01, 2002 8:23 PM To: '[EMAIL PROTECTED]' Subject: tomcat 4.0.4 apache

Re: Tomcat v. Apache

2002-06-30 Thread Joel Rees
but I was wondering if you would kindly send me some guidance on using the various directives for the Apache Server?! Just a thought, but have you read through the comments in httpd.conf? I find they are easier to understand after having read through them once or twice. (Kept falling asleep

RE: Tomcat 3.3.1/Apache Virtual Host and Alias

2002-06-11 Thread Laurent Michenaud
PROTECTED]] Envoyé : lundi 10 juin 2002 19:53 À : 'Tomcat Users List' Objet : RE: Tomcat 3.3.1/Apache Virtual Host and Alias It looks like the only way for things not to be working is if the www.test.net isn't being added as a host alias on the Tomcat side. Try Alias .../ with a capital

RE: Tomcat/mod_jk/Apache error

2002-06-11 Thread Mark Annal
Do you start Tomcat and Apache at the same time? If so it is likely that Tomcat has not fully started up when Apache tries to connect to the connector socket. I found this with mod_webapp and a five second pause in my startup script solved it.

Re: Tomcat/mod_jk/Apache error

2002-06-11 Thread PJ Crump
Yeah, I did that (actually I waited about 30 seconds to ensure it was up and functioning).. Any other tips? - Original Message - From: Mark Annal [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, June 11, 2002 6:12 AM Subject: RE: Tomcat/mod_jk/Apache error Do

RE: Tomcat 3.3.1/Apache Virtual Host and Alias

2002-06-10 Thread Larry Isaacs
Check the mod_jk log and make sure the www.test.net requests are being forwarded to Tomcat. If so, set the debug level on SimpleMapper1 in server.xml to 1 and examine the Tomcat log to see how the www.test.net requests are being handled differently from www.test.com requests. I currently don't

RE: Tomcat 3.3.1/Apache Virtual Host and Alias

2002-06-10 Thread Laurent Michenaud
- De : Larry Isaacs [mailto:[EMAIL PROTECTED]] Envoyé : lundi 10 juin 2002 18:47 À : 'Tomcat Users List' Objet : RE: Tomcat 3.3.1/Apache Virtual Host and Alias Check the mod_jk log and make sure the www.test.net requests are being forwarded to Tomcat. If so, set the debug level

RE: Tomcat 3.3.1/Apache Virtual Host and Alias

2002-06-10 Thread Larry Isaacs
: Laurent Michenaud [mailto:[EMAIL PROTECTED]] Sent: Monday, June 10, 2002 1:06 PM To: Tomcat Users List Subject: RE: Tomcat 3.3.1/Apache Virtual Host and Alias Requesting www.test.net/index.jsp logs : * In mod_jk.log : [Mon Jun 10 18:51:00 2002] [jk_uri_worker_map.c (351

Re: Tomcat 4.0.3 Apache 1.3.x and Mod_WebApp on MacOSX (unpackWAR mod_webapp)

2002-06-08 Thread Alexander Hartner
Thanks. I played with this a little bit, and i got it working with Context path=/XyloWeb.war docBase=XyloWeb.war debug=0 reloadable=true/ and WebAppDeploy XyloWeb.war conn /XyloWeb Thanks Alex On Thursday, June 6, 2002, at 08:34 PM, Pier Fumagalli wrote: Alexander Hartner [EMAIL

Re: Tomcat 4.0.3 Apache 1.3.x and Mod_WebApp on MacOSX

2002-06-06 Thread Alexander Hartner
Apologies. I have added the following to httpd.conf #Adding Web application in Tomcat 4.0.3 WebAppConnection conn warp localhost:8008 WebAppDeploy ROOT conn /tomcat WebAppDeploy examples conn /tomcat/examples WebAppDeploy manager conn /tomcat/manager WebAppDeploy

Re: Tomcat 4.0.3 Apache 1.3.x and Mod_WebApp on MacOSX

2002-06-06 Thread Pier Fumagalli
Alexander Hartner [EMAIL PROTECTED] wrote: Apologies. I have added the following to httpd.conf #Adding Web application in Tomcat 4.0.3 WebAppConnection conn warp localhost:8008 WebAppDeploy ROOT conn /tomcat WebAppDeploy examples conn /tomcat/examples WebAppDeploy

Re: Tomcat 4.0.3 Apache 1.3.x and Mod_WebApp on MacOSX

2002-06-05 Thread Pier Fumagalli
Should I guess your configuration files? (Ok, a SEGV is not good, but at least include all relevant data). Pier Alexander Hartner [EMAIL PROTECTED] wrote: I am having such problems running tomcat 4.0.3 on my ibook. I can get tomcat started, and I can access it via port 8080. I can also

Re: tomcat and apache

2002-05-31 Thread Andreas Boeyer
Hello, I have a problem with apache and tomcat. Everything is working fine, as long I stay on the same computer. If I call the servelet examples or jsp from an other computer it only work if I typ the IP-address and the port 8080. If I call the page normal like  http://ip-address/examples the

RE: tomcat and apache

2002-05-31 Thread Rajesh Mishra
: Andreas Boeyer [mailto:[EMAIL PROTECTED]] Sent: Saturday, June 01, 2002 3:48 AM To: Tomcat Users List Subject: Re: tomcat and apache Hello, I have a problem with apache and tomcat. Everything is working fine, as long I stay on the same computer. If I call the servelet examples or jsp from an other

Re: tomcat 4.0 + apache 1.3 + mod_ssl

2002-05-23 Thread Jason Barr
Damn, these are GREAT!! Thanks, Jakarta Tomcat Newsgroup (@Basebeans.com) wrote: Subject: Re: tomcat 4.0 + apache 1.3 + mod_ssl From: Bruno V [EMAIL PROTECTED] === Here are some SSL explanations http://www.codesta.com/knowledge/technical/tomcat_warp_apache/page_01.jsp and in http

Re: tomcat 4.0 + apache 1.3 + mod_ssl

2002-05-22 Thread @Basebeans.com
Subject: Re: tomcat 4.0 + apache 1.3 + mod_ssl From: Bruno V [EMAIL PROTECTED] === Here are some SSL explanations http://www.codesta.com/knowledge/technical/tomcat_warp_apache/page_01.jsp and in http://www.galatea.com/flashguides/ too I will try to keep it up to date on http

tomcat/java advocacy (was Re: Tomcat and Apache Server - Instalation and Performance)

2002-04-29 Thread Joel Rees
Sexton, George commented I can give you some good reasons not to use PHP. Take a look at the Horde/IMP project. It's nice stuff. But my goodness, some of the problems they have For example, it is impossible in PHP to open an IMAP connection and save it on the session so that it can be

RE: Tomcat and Apache Server - Instalation and Performance

2002-04-26 Thread Sexton, George
I can give you some good reasons not to use PHP. Take a look at the Horde/IMP project. It's nice stuff. But my goodness, some of the problems they have For example, it is impossible in PHP to open an IMAP connection and save it on the session so that it can be used multiple times. They

Re: Tomcat and Apache Server - Instalation and Performance

2002-04-26 Thread Oktay Altunergil
On Fri, 26 Apr 2002 17:39:45 -0600 Sexton, George [EMAIL PROTECTED] wrote: [ snip ] Are you writing software or are you writing scripts? PHP is a scripting language. Java is a programming language. There is a difference. If you are writing software, you need the professional language features

Re: Tomcat 4 + Apache 2 + mod_webapp HOWTO

2002-04-22 Thread Alex Potter
Jeff Many thanks - followed your directions and it works (after a week of banging my head on the wall!) Alex - Original Message - From: Jeffrey Bonevich [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, April 22, 2002 4:20 AM Subject: Tomcat 4 + Apache 2 + mod_webapp HOWTO Hey

Re: Tomcat and Apache 2

2002-04-22 Thread Alex Potter
Simon an excellent document, however, the location of the mod_webapp connector source is given incorrectly on the web page, I guess the jakarta guys moved it? The correct location is http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.3/src/jakar

Re: Tomcat and Apache 2

2002-04-22 Thread Simon Stewart
Something had to slip through the net, didn't it ;) Thanks for pointing that out; I've updated the HOWTO with your suggested URL. On Mon, Apr 22, 2002 at 03:44:07PM +0100, Alex Potter wrote: Simon an excellent document, however, the location of the mod_webapp connector source is given

RE: Tomcat and Apache 2

2002-04-22 Thread Collins, Jim
Why couldn't you have posted this three weeks earlier :) -Original Message- From: Simon Stewart [mailto:[EMAIL PROTECTED]] Sent: 22 April 2002 16:03 To: Tomcat Users List Subject: Re: Tomcat and Apache 2 Something had to slip through the net, didn't it ;) Thanks for pointing

RE: Tomcat and Apache 2

2002-04-22 Thread Tim Cronin
Under w2k I was unable to use mod_webapp http://www.tek-tips.com/gfaqs.cfm/lev2/3/lev3/22/spid/65/sfid/1552 -Original Message- From: Collins, Jim [mailto:[EMAIL PROTECTED]] Sent: Monday, April 22, 2002 10:13 AM To: 'Tomcat Users List' Subject: RE: Tomcat and Apache 2 Why couldn't you

Re: Tomcat and Apache 2

2002-04-22 Thread Simon Stewart
/3/lev3/22/spid/65/sfid/1552 -Original Message- From: Collins, Jim [mailto:[EMAIL PROTECTED]] Sent: Monday, April 22, 2002 10:13 AM To: 'Tomcat Users List' Subject: RE: Tomcat and Apache 2 Why couldn't you have posted this three weeks earlier :) -Original Message

RE: Tomcat and Apache 2

2002-04-22 Thread Tim Cronin
Message- From: Simon Stewart [mailto:[EMAIL PROTECTED]] Sent: Monday, April 22, 2002 11:51 AM To: Tomcat Users List Subject: Re: Tomcat and Apache 2 Can you be a little more specific? From a quick look at the page, the obvious flaw is that it mentions AddModule; with Apache 2, you only need

Re: Tomcat and Apache 2

2002-04-22 Thread Michael Delamere
help, bye Michael Delamere - Original Message - From: Alex Potter [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, April 22, 2002 4:44 PM Subject: Re: Tomcat and Apache 2 Simon an excellent document, however, the location of the mod_webapp connector

Re: Tomcat and Apache 2

2002-04-22 Thread Michael Delamere
, 2002 8:55 PM Subject: Re: Tomcat and Apache 2 Simon, first of all, thank you very much for taking up your time in producing such an excellent how-to!! Secondly, I´m having problems. Although your information is very clear I appear to have problems during the last compile process (or maybe

Re: Tomcat and Apache 2

2002-04-22 Thread Michael Delamere
: Re: Tomcat and Apache 2 Sorry, it does work! However when I add the following lines in my virtual host directive like so: VirtualHost 192.168.10.1:80 ServerAdmin [EMAIL PROTECTED] DocumentRoot /www/servtest/java ServerName servtest.intern.delamere.de WebAppConnection

Re: Tomcat 4 + Apache 2 + mod_webapp HOWTO

2002-04-21 Thread bwinders
What is the attachment part 1.3 suppose to contain? All I'm seeing in the file is unsubscribe information: -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED] If there is suppose to be something in

Re: Tomcat 4.0.3 + Apache 2.0.32

2002-04-16 Thread Pascal Forget
Bhide, Atul wrote: The problem is solved. I compiled the latest version 4.0.4.b1 version of the tomcat-connectors and it works now. You did succeed, that's fantastic! My name is Pascal Forget and I wrote a little howto on how to setup Apache 1.3.23 + mod_jk + tomcat + load balancer a while

RE: Tomcat 4.0.3 + Apache 2.0.32

2002-04-16 Thread Donald Lee
Subject: Re: Tomcat 4.0.3 + Apache 2.0.32 Bhide, Atul wrote: The problem is solved. I compiled the latest version 4.0.4.b1 version of the tomcat-connectors and it works now. You did succeed, that's fantastic! My name is Pascal Forget and I wrote a little howto on how to setup Apache 1.3.23 + mod_jk

RE: Tomcat 4.0.3 + Apache 2.0.32

2002-04-16 Thread Brett Porter
, 17 April 2002 10:22 AM To: Tomcat Users List Subject: RE: Tomcat 4.0.3 + Apache 2.0.32 I thank you very much Pascal for the write-up it allowed me to get my mod_jk configured a few months ago. AFAIK, jk for Apache 2 is still not available. -Original Message- From: Pascal Forget

RE: Tomcat, Webapp, Apache and mod_ssl, Protocol is switching

2002-04-02 Thread Barris, Wes (LI, Uni of Queensland)
-Original Message- From: Schulze Christian [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 26 March 2002 11:13 PM To: '[EMAIL PROTECTED]' Subject: Tomcat, Webapp, Apache and mod_ssl, Protocol is switching Hi I have a problem with my configuration of tomcat connected to apache

Re: Tomcat and Apache please

2002-03-24 Thread Morten Bhmer
Setup the webapp_module (for WARP protocol) or mod_jk (for AJP protocol) to communicate with the tomcat server, from the apache server. Download the Tomcat-Connectors package from the release directory over at jakarta. Best Regards Morten Bøhmer On Sunday 24 March 2002 19:38, you wrote: I

RE: Tomcat 4.0 / Apache

2002-03-21 Thread Chris Pheby
Here are my notes on Tomcat 4 / Apache / MySQL / Netbeans / Mozilla... Perhaps someone wants to tell me of a suitable place (on Jakarta?) to host documents like this. Chris - 1) Install Apache Install Apache_1.3.22-win32-x86.exe (Windows Installer of latest stable release) to

RE: Tomcat 4.0.3 + Apache 2.0.32

2002-03-06 Thread Bhide, Atul
or nothing which I personally do not like. Regards, Atul -Original Message- From: chad kellerman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 06, 2002 4:52 AM To: Tomcat Users List Subject: Re: Tomcat 4.0.3 + Apache 2.0.32 I am not sure about mod jk, but in order to get webapp module

RE: Tomcat x Apache

2002-02-27 Thread Ion Larranaga
Does your apache user (nobody by default) have access to the physical directory? Perhaps that directory belongs to the user you start Tomcat with (maybe root?) and nobody has no read access to it. Hope it helps, Ion -Mensaje original- De: Cleber Hostalacio de Melo [mailto:[EMAIL

Re: Tomcat x Apache

2002-02-27 Thread Cleber Hostalácio de Melo
My webapps directory and all its directories are read and execute free for all users. So I don´t think this is the problem. Any way, I think Apache should pass all the /examples requests to Tomcat and not trying to read the directly from the file system. It looks more that Apache is not

RE: Tomcat x Apache

2002-02-27 Thread John Wadkin
Your interpretation of the problem seems accurate. catalina.out and apache's error log should tell you more. Does engine in Service name=Tomcat_Apache in server.xml have a host nested within it and the examples context defined within the host? John -Original Message- From: Cleber

Re: Tomcat x Apache

2002-02-27 Thread Cleber Hostalácio de Melo
When I start the Tomcat (first) and Apache, the logs entries became: myServ_examples_log.2002-02-27.txt (Tomcat) 2002-02-27 15:49:14 WebappLoader[/examples]: Deploying class repositories to work directory /var/tomcat4/work/myServer/examples 2002-02-27 15:49:14 WebappLoader[/examples]: Reloading

RE: tomcat 4 apache mod_webapp welcome-file-list

2002-02-24 Thread Kendal L. Montgomery
Did anyone ever come up with an answer for this? I've searched exhaustively about this with no luck. Maybe I'm just missing something, but... I am experiencing the same thing with Tomcat 4.0.2-LE / JVM 1.4.0 / Apache 1.3.23. This is REALLY annoying, but if someone could tell me what I'm doing

Re: Tomcat and Apache default context

2002-02-19 Thread rsequeira
Try mapping the ROOT (webapps/Root) context with a virtual host RS nathan phillips [EMAIL PROTECTED] on 02/19/2002 11:01:44 AM Please respond to Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Tomcat and Apache default context I've been trying to get multiple

Re: Tomcat and Apache default context

2002-02-19 Thread nathan phillips
I have and any other permutation I can think of. Thanks though. From: [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Tomcat and Apache default context Date: Tue, 19 Feb 2002 11:33:01 -0600 MIME-Version: 1.0 Received: from

RE: Tomcat 3.3a + Apache 1.3 on Linux 7.2: Problems with mod_jk

2002-02-18 Thread Larry Isaacs
I don't do a lot of testing on Linux but I don't know why this wouldn't work. I assume you looked for the mod_jk.conf under the conf/auto directory? Are you using the RPM or the tar.gz? To diagnose why Apache and Tomcat 3.3a aren't communicating, more information than I didn't get tomcat will

Re: Tomcat 3.3a + Apache 1.3 on Linux 7.2: Problems with mod_jk

2002-02-18 Thread Miguel Paulino Gómez Herrero
know what is. Cheers, Miguel - Original Message - From: Larry Isaacs [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Monday, February 18, 2002 2:36 PM Subject: RE: Tomcat 3.3a + Apache 1.3 on Linux 7.2: Problems with mod_jk I don't do a lot of testing on Linux but I

RE: Tomcat 3.3a + Apache 1.3 on Linux 7.2: Problems with mod_jk

2002-02-18 Thread Larry Isaacs
9:59 AM To: Tomcat Users List Subject: Re: Tomcat 3.3a + Apache 1.3 on Linux 7.2: Problems with mod_jk Hello, I've the same problem using tomcat 3.3a + Apache 1.3 on Linux Slackware 8.0, it seem that tomcat don't work well because apache http server forwards all request

Re: Tomcat 3.3a + Apache 1.3 on Linux 7.2: Problems with mod_jk

2002-02-18 Thread Miguel Paulino Gómez Herrero
)]: jk_uri_worker_map_t::map_uri_to_worker, Found an exact match ajp13 - /forcap/informes2002 Thanks in advance - Original Message - From: Larry Isaacs [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Monday, February 18, 2002 4:14 PM Subject: RE: Tomcat 3.3a + Apache 1.3 on Linux 7.2

RE: Tomcat 3.3a + Apache 1.3 on Linux 7.2: Problems with mod_jk

2002-02-18 Thread Larry Isaacs
to send it to a logs/tomcat.log file, if that would help. Cheers, Larry -Original Message- From: Miguel Paulino Gómez Herrero [mailto:[EMAIL PROTECTED]] Sent: Monday, February 18, 2002 11:12 AM To: Tomcat Users List Subject: Re: Tomcat 3.3a + Apache 1.3 on Linux 7.2: Problems

Re: Tomcat and Apache load-balancing ?

2002-02-14 Thread David Cassidy
: - Original Message - From: [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, February 13, 2002 9:28 PM Subject: Re: Tomcat and Apache load-balancing ? On Wed, Feb 13, 2002 at 01:00:31PM +0100, Vjeran Marcinko wrote: It should work as long as the load-balancer

RE: tomcat 4 + apache 1.3 + WarpConnection

2002-02-13 Thread John Wadkin
-Original Message- From: Domenico Piol [mailto:[EMAIL PROTECTED]] Sent: 12 February 2002 08:29 To: tomcat-user Subject: RE: tomcat 4 + apache 1.3 + WarpConnection well, on my opinion i would need that when i would use virtual hosts, but i don't is my opinion wrong ? Your server.xml

RE: tomcat 4 + apache 1.3 + WarpConnection

2002-02-13 Thread Mike Millson
' Subject: RE: tomcat 4 + apache 1.3 + WarpConnection AFAIK, in TomCat 4, every engine needs at least one host. Set engine's defaultHost attribute to match the name attribute of the host element. I assume that earlier versions of TomCat will follow the same logic. Have a read of the TomCat

RE: tomcat 4 + apache 1.3 + WarpConnection

2002-02-13 Thread John Wadkin
:50 To: Tomcat Users List Subject: RE: tomcat 4 + apache 1.3 + WarpConnection I'm running Tomcat 4.0.1 w/o any hosts in my engine. If you connect by ip address, I don't think you need any hosts. This is contrary to the Tomcat documentation, which says you have to have at least 1 host, but all

Re: tomcat 4 + apache 1.3 + WarpConnection

2002-02-13 Thread Frank
To: Tomcat Users List Subject: RE: tomcat 4 + apache 1.3 + WarpConnection I'm running Tomcat 4.0.1 w/o any hosts in my engine. If you connect by ip address, I don't think you need any hosts. This is contrary to the Tomcat documentation, which says you have to have at least 1 host, but all

RE: tomcat 4 + apache 1.3 + WarpConnection

2002-02-13 Thread John Wadkin
(i.e. name) but different meanings. Try http://localhost/examples/ i.e. put a slash on the end. Thanks, John -Original Message- From: Frank [mailto:[EMAIL PROTECTED]] Sent: 13 February 2002 13:47 To: Tomcat Users List Subject: Re: tomcat 4 + apache 1.3 + WarpConnection I'm also stuck

RE: tomcat 4 + apache 1.3 + WarpConnection

2002-02-13 Thread Mike Millson
PROTECTED]] Sent: Wednesday, February 13, 2002 8:14 AM To: 'Tomcat Users List' Subject: RE: tomcat 4 + apache 1.3 + WarpConnection It would be nice if the developers provided a complete TomCat-Apache Service example - one without the misleading comments :) I read the documentation (more than most

Re: tomcat 4 + apache 1.3 + WarpConnection

2002-02-13 Thread Andrzej Jan Taramina
Frank said: I'm also stuck in this information warp. I've tried the documented solutions as well as those proposed here and and I still can't access examples Yup.and 4.0.2 seems to have broken debug tracing to a log file as well. I have not managed to find any combo of config

RE: tomcat 4 + apache 1.3 + WarpConnection

2002-02-13 Thread John Wadkin
[mailto:[EMAIL PROTECTED]] Sent: 13 February 2002 14:07 To: Tomcat Users List Subject: RE: tomcat 4 + apache 1.3 + WarpConnection I don't have a defaultHost attribute in my Engine tag, and Tomcat 4.0.1 seems to be working fine. I'm finding the same challenges w/ the documentation that you

RE: tomcat 4 + apache 1.3 + WarpConnection

2002-02-13 Thread Mike Millson
id. Mike -Original Message- From: John Wadkin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 13, 2002 9:06 AM To: 'Tomcat Users List' Subject: RE: tomcat 4 + apache 1.3 + WarpConnection I've managed to get TomCat 4.0.1 and Apache 1.3 working with mod_WebApp/WARP on Solaris 8. I

Re: tomcat 4 + apache 1.3 + WarpConnection

2002-02-13 Thread Frank
]] Sent: Wednesday, February 13, 2002 9:06 AM To: 'Tomcat Users List' Subject: RE: tomcat 4 + apache 1.3 + WarpConnection I've managed to get TomCat 4.0.1 and Apache 1.3 working with mod_WebApp/WARP on Solaris 8. I didn't run into that many difficulties either! Does strike me as odd that TC

RE: tomcat 4 + apache 1.3 + WarpConnection

2002-02-13 Thread John Wadkin
[mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 13, 2002 9:06 AM To: 'Tomcat Users List' Subject: RE: tomcat 4 + apache 1.3 + WarpConnection I've managed to get TomCat 4.0.1 and Apache 1.3 working with mod_WebApp/WARP on Solaris 8. I didn't run into that many difficulties either! Does

RE: tomcat 4 + apache 1.3 + WarpConnection

2002-02-13 Thread John Wadkin
a good indication that everything is setup ok and that your own servlets/jsp app's should work. Sorry I can't be of more help! John -Original Message- From: Frank [mailto:[EMAIL PROTECTED]] Sent: 13 February 2002 15:50 To: Tomcat Users List Subject: Re: tomcat 4 + apache 1.3

Solution RE: tomcat 4 + apache 1.3 + WarpConnection

2002-02-13 Thread Diego Zuluaga
! John -Original Message- From: Frank [mailto:[EMAIL PROTECTED]] Sent: 13 February 2002 15:50 To: Tomcat Users List Subject: Re: tomcat 4 + apache 1.3 + WarpConnection http://host/examples/servlets/index.html works, but it won't actually execute a servlet (HelloWorld

Re: tomcat 4 + apache 1.3 + WarpConnection

2002-02-13 Thread Frank
-Original Message- From: Frank [mailto:[EMAIL PROTECTED]] Sent: 13 February 2002 15:50 To: Tomcat Users List Subject: Re: tomcat 4 + apache 1.3 + WarpConnection http://host/examples/servlets/index.html works, but it won't actually execute a servlet (HelloWorld for example). what

Re: Tomcat and Apache load-balancing ?

2002-02-13 Thread jonathan
On Wed, Feb 13, 2002 at 01:00:31PM +0100, Vjeran Marcinko wrote: Hi people of good will. I am currently working on load-balance-enabling my web-app, and I noticed that session balancing is solved in Tomcat in such way that Apache's module redirects request to the Tomcat instance which created

Re: Tomcat and Apache load-balancing ?

2002-02-13 Thread Vjeran Marcinko
- Original Message - From: [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, February 13, 2002 9:28 PM Subject: Re: Tomcat and Apache load-balancing ? On Wed, Feb 13, 2002 at 01:00:31PM +0100, Vjeran Marcinko wrote: It should work as long as the load

<    1   2   3   4   5   >