weird problem with tomcat 4.0 & Apache mod_proxy -- how to diagnose

2002-10-02 Thread Sundar Narasimhan
Hi, All; First of, thanks much for tomcat (I suspect you here that often). I have a web app that works fine in an intranet and internet setting where tomcat is directly accessible to the browser(s). But I need to deploy it in a configuration that is fronted by mod_proxy on Apache. (i.e. users wi

RE: TOMCAT 4.0 + apache 2.0.39

2002-07-03 Thread Andrew Conrad
Message- From: Joey Kovacs [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 02, 2002 3:44 PM To: [EMAIL PROTECTED] Subject: TOMCAT 4.0 + apache 2.0.39 I am using Apache 2.0.39 + tomcat 4 + Java 2 SDK 1.3.1_03 I also installed ANT in c:/ant I also installed Download the tomcat connectors

TOMCAT 4.0 + apache 2.0.39

2002-07-02 Thread Joey Kovacs
I am using Apache 2.0.39 + tomcat 4 + Java 2 SDK 1.3.1_03 I also installed ANT in c:/ant I also installed Download the tomcat connectors source from http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.3/src/jakarta-tomcat-connectors-4.0.2-01-src.zip. all from this site http

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_war

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

tomcat 4.0 + apache 1.3 + mod_ssl

2002-05-22 Thread Johnny
Hi all, Does anyone of you has the detail documentation or experience in integration of Tomcat 4.0 with Apache 1.3 and mod_ssl? I just found the brief note in "working with mod_jk" at http://jakarta.apache.org, but I still facing the problem to build the mod_jk(EAPI) in my Redhat 7.2 machine.

RE: unable to serve static pages through apache web server (Tomcat 4.0 - Apache using AJP connector)

2002-05-21 Thread Paresh Deshpande
nt: Monday, May 20, 2002 08:47 PM To: [EMAIL PROTECTED] Subject: unable to serve static pages through apache web server (Tomcat 4.0 - Apache using AJP connector) Hello, I have installed Apache web server (Apache/1.3.24 (Win32) mod_jk/1.1.0) with Tomcat as servlet engine (Apache Tomcat/4.0.3) t

unable to serve static pages through apache web server (Tomcat 4.0 - Apache using AJP connector)

2002-05-20 Thread Paresh Deshpande
Hello, I have installed Apache web server (Apache/1.3.24 (Win32) mod_jk/1.1.0) with Tomcat as servlet engine (Apache Tomcat/4.0.3) to serve my application. I am using AJP connector to integrate tomcat with apache installation. Now regarding my problem, all my requests for static conte

XML/XSL japanese double-byte character problem with Tomcat 4.0 Apache

2002-04-11 Thread Evan Child
I'm using Apache and mod_webapp to go to Tomcat 4.0.1, which generates xml, and then using a filter transforms that using an xml stylesheet into html. My problem is that when the style sheet has Japanese in it, the characters get corrupted when it's passed back to Apache. If I write the transforme

RE: Tomcat 4.0 / Apache

2002-03-21 Thread Chris Pheby
1 March 2002 08:08 To: Tomcat Users List Subject: Tomcat 4.0 / Apache I've been playing for several months with tomcat as a standalone server and it works fine but i'd like now to make it work with apache. I've heard a lot about difficulties using mod_webapp, mod_jk, mod_jserv

Tomcat 4.0 / Apache

2002-03-21 Thread l.marot
I've been playing for several months with tomcat as a standalone server and it works fine but i'd like now to make it work with apache. I've heard a lot about difficulties using mod_webapp, mod_jk, mod_jserv could someone show me the right way ? my conf : Apache 1.3.23 / tomacat 4.0 / Win2K

tomcat 4.0 + apache 1.3.12 + mod_jk

2002-02-06 Thread Gearoid Coughlan
Hi I am getting the following error reported in mod_jk.log when executing servlets -- [Wed Feb 06 23:14:56 2002] [jk_connect.c (143)]: jk_open_socket, connect() failed errno = 146 [Wed Feb 06 23:14:56 2002] [jk_ajp13_worker.c (196)]: In jk_endpoint_t::connect_to_tomcat, failed errno = 146 [We

Tomcat 4.0 & Apache 2.0

2002-02-06 Thread Lajos Moczar
Hi all - Has anyone been successful in getting Tomcat 4.0 to work with Apache 2.0? I downloaded the mod_webapp source code (the 1.0.1 tarball as well as the latest from cvs) and compiled it, but libtool would not build a dynamic library. I have no idea why - it complains about something not b

RE: Tomcat 4.0, + apache 1.3.22 + web_mod configuration

2002-01-22 Thread Tamim, Samir
must be in webapps, which is a built-in in tomcat -Original Message- From: Ashish kulkarni [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 22, 2002 14:33 To: [EMAIL PROTECTED] Subject: Tomcat 4.0, + apache 1.3.22 + web_mod configuration Hi, If i have to configure tomcat4.0 with

Tomcat 4.0, + apache 1.3.22 + web_mod configuration

2002-01-22 Thread Ashish kulkarni
Hi, If i have to configure tomcat4.0 with apache1.3.22 using web_mod 1 . I have to add these lines in httpd.conf of apache WebAppConnection conn warp pfizer-maps:8018 WebAppDeploy examples conn /examples does examples have to be in webapps directory of apache tomcat4.0, or can be any

RE: Tomcat 4.0, + apache 1.3.22 + web_mod

2002-01-21 Thread Anton Brazhnyk
Hi, > -Original Message- > From: Ashish kulkarni [mailto:[EMAIL PROTECTED]] > Sent: Saturday, January 19, 2002 1:38 AM > To: [EMAIL PROTECTED] > Subject: Tomcat 4.0, + apache 1.3.22 + web_mod > > > Hi, > I was trying to integrate tomcat4.0 with apache 1.3.22

Re: HELP! VAJ 4.0, Tomcat 4.0 & Apache SOAP - How to Debug in IDE

2002-01-19 Thread Sriram Narayanan
1/17/02 2:38:43 AM, Thomas Thornbury <[EMAIL PROTECTED]> wrote: >Does anyone know how to get the Tomcat class loader to load a class from >the VisualAge workspace. I'm already loading Tomcat from within >VisualAge? Is this possible? > Here's what I do to debug servlets and the classes that th

Tomcat 4.0, + apache 1.3.22 + web_mod

2002-01-18 Thread Ashish kulkarni
Hi, I was trying to integrate tomcat4.0 with apache 1.3.22 using web_mod, and i was able to do it, but now i am having a problem of multiple instance of tomcat and apache, I am able to forward all the request that come for servlet and jsp for the web applications defined in my webapp directory of

HELP! VAJ 4.0, Tomcat 4.0 & Apache SOAP - How to Debug in IDE

2002-01-16 Thread Thomas Thornbury
Does anyone know how to get the Tomcat class loader to load a class from the VisualAge workspace. I'm already loading Tomcat from within VisualAge? Is this possible? -- To unsubscribe: For additional commands: Troubles with the list:

VAJ 4.0, Tomcat 4.0 & Apache SOAP - How to Debug in IDE

2002-01-13 Thread Thomas Thornbury
I've searched the archives and the Net on this one with no luck, and I'm hoping perhaps someone on this list may be able to help. I'm running Tomcat 4.0 and Apache SOAP. I would like to debug the target class in my IDE, VisualAge 4.0. So I now have a running Tomcat server up and running and all

Re: TOMCAT 4.0 + APACHE + AJP 1.3 : look at this.

2001-12-06 Thread vendo
Thanks a lot for this page, I'll keep you informed on how it works for me Vendo - Original Message - From: "Mike Kelley" <[EMAIL PROTECTED]> To: "Markus Baertschi" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, December 04, 2001 11:3

FW: TOMCAT 4.0 + APACHE + AJP 1.3 : look at this.

2001-12-04 Thread Mike Kelley
version of 1.3.22 + 4.0.1 + mod_jk + jdk1.3.1 working on a w2k platform -Original Message- From: Arnaud Héritier [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 11, 2001 4:31 AM To: '[EMAIL PROTECTED]' Subject: RE: TOMCAT 4.0 + APACHE + AJP 1.3 : look at this. >

Re: Tomcat 4.0/Apache 1.3.22/WebApp problem

2001-11-03 Thread Ilic Aleksandar
Hi, I found some solution that works for me. I make link in apache document dir that points to dir of some tomcat app and it works fantasticly:)) ln -s $TOMCAT_HOME/webapps/examples /var/www/html/examples Ilic Aleksandar > [org.apache.catalina.

Re: Tomcat 4.0/Apache 1.3.22/WebApp problem

2001-11-03 Thread Ilic Aleksandar
HI, I have posted several days ago the same question with same problem. I try today again to connect apache and tomcat and everything I got are errors in tomcat'log for Service Tocmat-Apache : 2001-11-03 15:22:46 [org.apache.catalina.connector.warp.WarpConnector] Connection from localho

RE: Tomcat 4.0/Apache 1.3.22/WebApp problem

2001-11-02 Thread Doina Popa
To: 'Tomcat Users List' > Subject: AW: Tomcat 4.0/Apache 1.3.22/WebApp problem > > > No, not yet, I hope the nightly build of webapp would do it. > Where can I > find it ? > > > AXA eSolutions GmbH > > AXA Konzern AG Germany > > Oliver Lauer

Tomcat 4.0/Apache 1.3.22/WebApp problem

2001-11-02 Thread Doina Popa
Hello, I have a problem connecting Tomcat 4.0.1 and Appache HTTP Server 1.3.22 through WebApp module. They however seem to connect but the HTTP server doesn't seem to redirect the servlet calls to the Tomcat Engine. I have loaded the WebbApp module and added it in the httpd.conf. Here is also ho

Re: Tomcat 4.0 & Apache with Client Certs

2001-09-26 Thread jean-frederic clere
ED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, September 25, 2001 10:13 PM > Subject: Re: Tomcat 4.0 & Apache with Client Certs > > On Tue, 25 Sep 2001, Ricardo wrote: > > > Date: Tue, 25 Sep 2001 12:54:45 +0200 > > From: Ricardo <[EMAIL PROTECTED]&g

Re: Tomcat 4.0 & Apache with Client Certs

2001-09-25 Thread Ricardo
AIL PROTECTED]> Sent: Tuesday, September 25, 2001 10:13 PM Subject: Re: Tomcat 4.0 & Apache with Client Certs On Tue, 25 Sep 2001, Ricardo wrote: > Date: Tue, 25 Sep 2001 12:54:45 +0200 > From: Ricardo <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PRO

Re: Tomcat 4.0 & Apache with Client Certs

2001-09-25 Thread Craig R. McClanahan
On Tue, 25 Sep 2001, Ricardo wrote: > Date: Tue, 25 Sep 2001 12:54:45 +0200 > From: Ricardo <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Re: Tomcat 4.0 & Apache with Client Certs > > I'm using Tomcat 4.0 b5 standal

Re: Tomcat 4.0 & Apache with Client Certs

2001-09-25 Thread Ricardo
nformàtica Universitat Jaume I - Original Message - From: "Matias Bahlenberg" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 25, 2001 10:23 AM Subject: Re: Tomcat 4.0 & Apache with Client Certs Hi, I have tried to get the client certificate informa

Re: Tomcat 4.0 & Apache with Client Certs

2001-09-25 Thread Matias Bahlenberg
connector. I have not get it worked yet. If someone makes it work, please let me (us) knowan how!!! // Matias - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 24, 2001 5:58 PM Subject: Tomcat 4.0 & Apache with Client Cert

Re: Tomcat 4.0 & Apache with Client Certs

2001-09-25 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: > > Scenario > > I have apache passing any calls to servlets through to Tomcat 4 via > the mod_webapp connector. > My Server certificate and my client certificates work fine to allow > specific users onto the system. > > ProblemProblemProblemProblemProbl

Tomcat 4.0 & Apache with Client Certs

2001-09-24 Thread Lee . Lovell
Scenario I have apache passing any calls to servlets through to Tomcat 4 via the mod_webapp connector. My Server certificate and my client certificates work fine to allow specific users onto the system. ProblemProblemProblemProblemProblem In Tomcat 3.2.3 it was possible usin

Re: apr-utils source? (Tomcat 4.0, Apache 1.3, NT, mod_webapp)

2001-08-03 Thread Pier P. Fumagalli
I need to fix a couple of late bugs, and fix the build for Windows, once I'm thru all those, I'll cut a release... I'll keep you (the Mailing List) posted. Pier Andrew Cooke at [EMAIL PROTECTED] wrote: > > Thanks! > > At 11:26 AM 8/3/01 +0100, you wrote: >> Andrew Cooke at [EMAIL PROTECTED

Re: apr-utils source? (Tomcat 4.0, Apache 1.3, NT, mod_webapp)

2001-08-03 Thread Andrew Cooke
OK. Sorry if I've confused things, but to an end-user like me, with the requirement "JSP on Apache", it's not clear where Tomcat stops and something else starts (although as a software engineer I understand why the design is so modular). Andrew At 12:17 PM 8/3/01 +0100, you wrote: >Andrew C

Re: apr-utils source? (Tomcat 4.0, Apache 1.3, NT, mod_webapp)

2001-08-03 Thread Jacek Prucia
[...] > Is there a tarball for apr-utils anywhere that I've missed? Probably no, see below. > Background: It seems that mod_webapp is used rather than mod_jserv for > Apache<->Tomcat comms. However, there doesn't seem to be a precompiled > binary for this. The instructions in server.xml for

Re: apr-utils source? (Tomcat 4.0, Apache 1.3, NT, mod_webapp)

2001-08-03 Thread Pier P. Fumagalli
Andrew Cooke at [EMAIL PROTECTED] wrote: > > Hi, > > I'm trying to get Tomcat 4.0 working on NT with Apache 1.3. It doesn't work - Don't even bother right now... Pier

apr-utils source? (Tomcat 4.0, Apache 1.3, NT, mod_webapp)

2001-08-03 Thread Andrew Cooke
Hi, I'm trying to get Tomcat 4.0 working on NT with Apache 1.3. Is there a tarball for apr-utils anywhere that I've missed? Background: It seems that mod_webapp is used rather than mod_jserv for Apache<->Tomcat comms. However, there doesn't seem to be a precompiled binary for this. The in

Re: apr-utils source? (Tomcat 4.0, Apache 1.3, NT, mod_webapp)

2001-08-03 Thread Pier P. Fumagalli
Jacek Prucia at [EMAIL PROTECTED] wrote: > >> - Tomcat 4.0b6 does not work with Apache out of the box > > That is why (among other things) it is beta. Not true... Tomcat is beta because the 2.3 spec is still not final. Despite the status of mod_webapp, when the spec will be final, TC4.0 too wil

Re: apr-utils source? (Tomcat 4.0, Apache 1.3, NT, mod_webapp)

2001-08-03 Thread Andrew Cooke
Thanks! At 11:26 AM 8/3/01 +0100, you wrote: >Andrew Cooke at [EMAIL PROTECTED] wrote: > > > > > Hi, > > > > I'm trying to get Tomcat 4.0 working on NT with Apache 1.3. > >It doesn't work - Don't even bother right now... > > Pier

RE: Tomcat 4.0 Apache Connector

2001-06-10 Thread ryan.roemmich
I followed your instructions and now I get this message upon Apache startup: undefined symbol: mm_create -Original Message- From: James Williamson [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 10, 2001 1:29 PM To: [EMAIL PROTECTED] Subject: Re: Tomcat 4.0 Apache Connector Hi Ryan

Re: Tomcat 4.0 Apache Connector

2001-06-10 Thread James Williamson
I'm on my laptop.. Do a search on the tomcat-dev archives if you need it. Regards, James - Original Message - From: ryan.roemmich <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 07, 2001 8:19 PM Subject: Tomcat 4.0 Apache Connector > I've had

RE: Tomcat 4.0 Apache Connector

2001-06-08 Thread GOMEZ Henri
>-Original Message- >From: Bernhard Wraase [mailto:[EMAIL PROTECTED]] >Sent: Friday, June 08, 2001 5:20 PM >To: [EMAIL PROTECTED] >Subject: Re: Tomcat 4.0 Apache Connector > > >> Take a look at jakarta-tomcat-connectors. > >I'd like to, > >> Th

Re: Tomcat 4.0 Apache Connector

2001-06-08 Thread Bernhard Wraase
> Take a look at jakarta-tomcat-connectors. I'd like to, > There is a ajp13 port to Tomcat 4.0 which > will let you use Apache/NES/IIS with TC 4.0 :) but where can I find it? -- Regards, Bernhard

RE: Tomcat 4.0 Apache Connector

2001-06-07 Thread GOMEZ Henri
: 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 >-Original Message- >From: ryan.roemmich [mailto:[EMAIL PROTECTED]] >Sent: Thursday, June 07, 2001 9:19 PM >To: [EMAIL PROTECTED] >Subject: Tomcat 4.0 Apache Connector > > >I've had problems building the new mod_webapp

RE: Tomcat 4.0 Apache Connector

2001-06-07 Thread Winer, Matthew
OK well nevermind my last post. I have given up with IIS. I have no use for it. (I hope) I got everything work except... I am trying to get tomcat to respond to a different IP other then localhost or the localhost address. I know this can be done in IIS but I am looking for a way to get b

Tomcat 4.0 Apache Connector

2001-06-07 Thread ryan.roemmich
I've had problems building the new mod_webapp connector. After installing APR which I believe is required, I build the connector with apxs from 1.3.19. When I try to start Apache I get a mod_webapp error about pthread_create. So I go back and recompile APR with threads (??). Now at Apache start

Tomcat-4.0-Apache-WARP/Tomcat-4.0-Apache-AJP13

2001-05-29 Thread SongDongsheng
Hi,   Who Can Provide Me server.xml & httpd.conf examples with Tomcat-4.0-Apache-WARP/Tomcat-4.0-Apache-AJP13 connectors ?   Thanks In Advance.

HOWTO: Tomcat 4.0 + Apache

2001-03-09 Thread Didier Dubois
Hi all, I would like to find information to install Tomcat 4.0 with apache! It seems that I should use mod_webapp but it seems there is a bug when I use TDK (NO RID error) - Should I use mod_tk or mod_jserv? - Where can I find information about that? Thanks for your help! Didier. -- mailto:

Tomcat 4.0 + Apache ?

2001-02-19 Thread D.Lion
Hi to all.I have used Tomcat 3.2 with Apache web server (not as a standalone server) during some time.But now I'm looking at Tomcat 4 and I can not understand how to "intergrate" it with Apache?In previous versions that was available with ajpv12 protocol, and what shell I do now if I wish To