RE: TC Apache integration

2005-07-28 Thread Randy Paries
PROTECTED] Sent: Thursday, July 28, 2005 12:57 AM To: Tomcat Users List Subject: RE: TC Apache integration From: Paul Wallace [mailto:[EMAIL PROTECTED] Subject: TC Apache integration I am following the resource - http://jakarta.apache.org/tomcat/tomcat-3.2-doc/mod_jk-howto.html

RE: TC Apache integration

2005-07-28 Thread Paul Wallace
PM To: Tomcat Users List Subject: RE: TC Apache integration From: Paul Wallace [mailto:[EMAIL PROTECTED] Subject: TC Apache integration I am following the resource - http://jakarta.apache.org/tomcat/tomcat-3.2-doc/mod_jk-howto.html to try and achieve the above. I have added

RE: TC Apache integration

2005-07-28 Thread Paul Wallace
? Thanks RP -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Thursday, July 28, 2005 12:57 AM To: Tomcat Users List Subject: RE: TC Apache integration From: Paul Wallace [mailto:[EMAIL PROTECTED] Subject: TC Apache integration I am following

RE: TC Apache integration

2005-07-28 Thread Caldarale, Charles R
From: Randy Paries [mailto:[EMAIL PROTECTED] Subject: RE: TC Apache integration But are you saying that they have optimized Tomcat 5.5.9 and it does not make sense to use apache has the front end? Unless your web site consists almost entirely of static content, then adding a front end

RE: TC Apache integration

2005-07-28 Thread Caldarale, Charles R
From: Paul Wallace [mailto:[EMAIL PROTECTED] Subject: RE: TC Apache integration Unless you are saying that TC 5.5 is as robust as Apache. I have difficulty conceiving of a situation where adding non-redundant componentry can improve robustness. I suppose it's theoretically possible

RE: TC Apache integration

2005-07-28 Thread Paul Wallace
a small of amount of business logic, rather than the other way round. So, can someone point me towards Tomcat (5.5) and Apache integration documentation (or answer the few questions I posted in my original email:)). Thanks and regards Paul. Unless your web site consists almost entirely

RE: TC Apache integration

2005-07-28 Thread Caldarale, Charles R
From: Paul Wallace [mailto:[EMAIL PROTECTED] Subject: RE: TC Apache integration So, can someone point me towards Tomcat (5.5) and Apache integration documentation If you go to the main 5.5 doc page http://jakarta.apache.org/tomcat/tomcat-5.5-doc/index.html you'll see a link

RE: TC Apache integration

2005-07-28 Thread Asif Chowdhary
Apache integration From: Paul Wallace [mailto:[EMAIL PROTECTED] Subject: RE: TC Apache integration So, can someone point me towards Tomcat (5.5) and Apache integration documentation If you go to the main 5.5 doc page http://jakarta.apache.org/tomcat/tomcat-5.5-doc/index.html

RE: TC Apache integration

2005-07-28 Thread Arup Vidyerthy
Guys, just for completeness, I thought I would stick this in here. This is for Linux. http://cymulacrum.net/writings/tomcat5/c875.html -Original Message- From: Asif Chowdhary [mailto:[EMAIL PROTECTED] Sent: 28 July 2005 17:04 To: Tomcat Users List Subject: RE: TC Apache integration

TC Apache integration

2005-07-27 Thread Paul Wallace
Hi All, I am following the resource - http://jakarta.apache.org/tomcat/tomcat-3.2-doc/mod_jk-howto.html to try and achieve the above. I have a few questions as I seem to only be getting so far following the instructions. I have acquired the mod_jk-1.2.8-apache-2.0.52.so binary from the

RE: TC Apache integration

2005-07-27 Thread Caldarale, Charles R
From: Paul Wallace [mailto:[EMAIL PROTECTED] Subject: TC Apache integration I am following the resource - http://jakarta.apache.org/tomcat/tomcat-3.2-doc/mod_jk-howto.html to try and achieve the above. I have added the line Include C:\dev\tomcat5\jakarta-tomcat-5.5.9\conf\jk

RE: Apache Integration

2005-05-31 Thread luc_boudreau
After the whole day searching for answers in the Jakarta docs, I've come up with something. I made a whole howto which I'll publish right after I test it. It turns out that many docs published by people about Tomcat/Apache integration are wrong and make big mistakes. A lot of them mix-up jk

Re: Apache Integration

2005-05-30 Thread luc_boudreau
Well, things got a bit more complicated lately. Now, my bos wants me to connect both Tomcat 4 and Tomcat 5 to the httpd server. If I use mod_jk, I have to specify the path to a tomcat installation in the workers.properties in the Apache2/conf/httpd.conf file. So, there's no way to connect

Re: Apache Integration

2005-05-30 Thread delbd
If my memory is good, tomcat is also able to act as a proxy. why not have apache forward to tomcat5 which forwards when needed to tomcat 4 (looks crazy engouh?:) Le Lundi 30 Mai 2005 14:28, [EMAIL PROTECTED] a écrit : Well, things got a bit more complicated lately. Now, my bos wants me to

Re: Apache Integration

2005-05-30 Thread Viorel Dragomir
: [EMAIL PROTECTED] To: tomcat-user@jakarta.apache.org Sent: Monday, May 30, 2005 14:28 Subject: Re: Apache Integration Well, things got a bit more complicated lately. Now, my bos wants me to connect both Tomcat 4 and Tomcat 5 to the httpd server. If I use mod_jk, I have to specify the path

Re: Apache Integration

2005-05-30 Thread QM
On Mon, May 30, 2005 at 08:28:32AM -0400, [EMAIL PROTECTED] wrote: : connect both Tomcat 4 and Tomcat 5 to the httpd server. : : If I use mod_jk, I have to specify the path to a tomcat installation in the : workers.properties in the Apache2/conf/httpd.conf file. So, there's no way to : connect

Re: Apache Integration

2005-05-28 Thread Arnar Gestsson
Hi, which connector are you using? I guess you're using apache to handle port 80 and you want it to relay jsp and servlets over to the tomcat, but serve other content than jsp/servlets by the apache? You should use mod_jk, newest version probably 1.2.13. My experience is that you shouldn't

Apache Integration

2005-05-27 Thread luc_boudreau
I'm trying to setup an Apache 2.X server to relay JSP's to a Tomcat 5.5 server. So far, the information I've found is fragmented and out of date. It concerns Tomcat 3.2 and the libraries used by this « hot-to » are deprecated. For example, it says to install the mod_jserv module, which is

OSX Server and Tomcat/Apache integration

2004-03-31 Thread Ivan E. Markovic
I am hoping that someone out there will be able to help. I have spent about 20+ hours on this and am getting nowhere fast. I have OSX Server (v 10.3, Panther) installed and am trying to get Tomcat and Apache to connect. I have read the documentation but with little luck. I have it all working

RE: OSX Server and Tomcat/Apache integration

2004-03-31 Thread Shapira, Yoav
Hi, What errors are you getting? Yoav Shapira Millennium Research Informatics -Original Message- From: Ivan E. Markovic [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 31, 2004 12:09 PM To: [EMAIL PROTECTED] Subject: OSX Server and Tomcat/Apache integration I am hoping that someone

Re[2]: Tomcat/Apache integration

2004-01-13 Thread Chris Gibbons
I've got mod_jk set up and running, and it works as long as I'm on the server using http://localhost/ but if I go to a different machine, or even on the server try to access the site via the ip address, apache doesn't hand off the request to tomcat, it only hands it off if I use

Re[4]: Tomcat/Apache integration

2004-01-13 Thread Chris Gibbons
Do I need to use a virtual host? It was my understanding that virtual hosts are only if you plan on running multiple sites on this installation of apache, which I am not doing. Chrismailto:[EMAIL PROTECTED]

Re: Re[2]: Tomcat/Apache integration

2004-01-13 Thread Joaquin Corchero
To me it looks like you have a problem in the httpd.conf or in the workers.properties file, if you can send them, it will be easier to give you a hand. Joaquin Corchero Chris Gibbons [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I've got mod_jk set up and running, and it works as

Tomcat/Apache integration

2004-01-12 Thread Chris Gibbons
I'm pretty new at setting up apache and tomcat to run together, I am running apache 2.0 and tomcat 4.1. The problem is that when I try to access my site using the IP address, apache doesn't hand the request off to tomcat, but if I am on the server and use http://localhost/... it works fine. I

Re: permissions for Tomcat+Apache integration

2003-09-03 Thread Sonja Löhr
about doing it separately, you really calmed me down :-) thanks very much Sonja - Original Message - From: Eric J. Pinnell [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, September 01, 2003 4:28 PM Subject: Re: permissions for Tomcat+Apache

Re: permissions for Tomcat+Apache integration

2003-09-02 Thread John Turner
PROTECTED] Sent: Monday, September 01, 2003 4:28 PM Subject: Re: permissions for Tomcat+Apache integration Hi, The question is do you need to secure your application from the outside world or do you need to secure it from users that might be logging on to your system? Or both? Usually you want

permissions for Tomcat+Apache integration

2003-09-01 Thread Sonja Löhr
Hello! Here is my second question, now concerning Apache+Tomcat integration on Linux: Could someone tell me a reasonable users, groups and file permissions structure for apache, the tomcat-files itself and a typical webapp? - Java security aside. 1. Is it a good idea at all to place the webapps

Re: permissions for Tomcat+Apache integration

2003-09-01 Thread Eric J. Pinnell
Hi, The question is do you need to secure your application from the outside world or do you need to secure it from users that might be logging on to your system? Or both? Usually you want to go with the both scenerio. But to keep it simple, pick a user that you want tomcat to run as. Untar

Re: permissions for Tomcat+Apache integration

2003-09-01 Thread Sonja Löhr
very much Sonja - Original Message - From: Eric J. Pinnell [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, September 01, 2003 4:28 PM Subject: Re: permissions for Tomcat+Apache integration Hi, The question is do you need to secure your application from

FW: Repost Tomcat Apache integration how to's

2003-03-15 Thread Short, Dave
-Original Message- From: Robert L Sowders [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 17, 2002 6:47 PM To: Tomcat Users List Subject: Repost Tomcat Apache integration how to's Short list of Apache Tomcat integration How To's for multiple operating systems. I'm reposting

Re: Repost Tomcat Apache integration how to's

2003-03-15 Thread Chris Dodunski
] Sent: Sunday, March 16, 2003 6:38 AM Subject: FW: Repost Tomcat Apache integration how to's -Original Message- From: Robert L Sowders [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 17, 2002 6:47 PM To: Tomcat Users List Subject: Repost Tomcat Apache integration how to's Short

Re: Tomcat w/ Apache integration question

2003-03-07 Thread Matt Fury
Another question: Do I need to specify http://servername; before each image to explicitly tell Apache to load the images in a JSP? --- Matt Fury [EMAIL PROTECTED] wrote: Hi all! I am a bit confused and forgive me if I am not seeing things straight. When I integrate Apache with Tomcat

Re: Tomcat w/ Apache integration question

2003-03-07 Thread Michael Micek
Someone may want to correct me on this... On Fri, Mar 07, 2003 at 11:00:28AM -0800, Matt Fury wrote: Do I need to specify http://servername; before each image to explicitly tell Apache to load the images in a JSP? No. --- Matt Fury [EMAIL PROTECTED] wrote: I am a bit confused and forgive

Tomcat w/ Apache integration question

2003-03-05 Thread Matt Fury
Hi all! I am a bit confused and forgive me if I am not seeing things straight. When I integrate Apache with Tomcat and have workers forward JSP pages, does this mean all JSP will be served by Tomcat INCLUDING the HTML in the page? Or will the images, and html layout be served by Apache and

Still a problem with tomcat-apache integration

2003-03-05 Thread Simone Chiaretta
Dear All, please don't shoot me, but I've a problem making tomcat serve jsp for apache. My configuration is: red hat 8.0 apache 2.0.44 tomcat 4.1.18 jk_mod for 2.0.43 I followed the step by step guide provided by john turner on his site but I still have problem first I see that he references

RE: Still a problem with tomcat-apache integration

2003-03-05 Thread Filip Hanik
PROTECTED] Sent: Wednesday, March 05, 2003 3:26 PM To: Tomcat User List Subject: Still a problem with tomcat-apache integration Dear All, please don't shoot me, but I've a problem making tomcat serve jsp for apache. My configuration is: red hat 8.0 apache 2.0.44 tomcat 4.1.18 jk_mod for 2.0.43 I

RE: Still a problem with tomcat-apache integration

2003-03-05 Thread Mike Jackson
-=- mike jackson [EMAIL PROTECTED] -Original Message- From: Simone Chiaretta [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2003 3:26 PM To: Tomcat User List Subject: Still a problem with tomcat-apache integration Dear All, please don't shoot me, but I've a problem making tomcat

R: Still a problem with tomcat-apache integration

2003-03-05 Thread Simone Chiaretta
-apache integration Try going directly to tomcat, if that works then try the connector. If you can view the page from tomcat directly, but not from apache, then it's something to do with the connector. If you can't view the page from tomcat directly, well, it's a tomcat problem (or a page

RE: Still a problem with tomcat-apache integration

2003-03-05 Thread Filip Hanik
and you started tomcat before apache, not the other way around? -Original Message- From: Simone Chiaretta [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2003 3:55 PM To: Tomcat Users List Subject: R: Still a problem with tomcat-apache integration I can access the pages directly

RE: Still a problem with tomcat-apache integration

2003-03-05 Thread Mike Jackson
:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2003 3:55 PM To: Tomcat Users List Subject: R: Still a problem with tomcat-apache integration I can access the pages directly with tomcat... it's the first thing I've done... even before trying the connector Simo -Messaggio originale

R: Still a problem with tomcat-apache integration

2003-03-05 Thread Simone Chiaretta
with a foo.fakedomain.com? and then test it? simo -Messaggio originale- Da: Filip Hanik [mailto:[EMAIL PROTECTED] Inviato: giovedì 6 marzo 2003 0.29 A: Tomcat Users List Oggetto: RE: Still a problem with tomcat-apache integration 1) when I access the site from another client I get apache error 404

R: Still a problem with tomcat-apache integration

2003-03-05 Thread Simone Chiaretta
sure -Messaggio originale- Da: Filip Hanik [mailto:[EMAIL PROTECTED] Inviato: giovedì 6 marzo 2003 0.56 A: Tomcat Users List Oggetto: RE: Still a problem with tomcat-apache integration and you started tomcat before apache, not the other way around? -Original Message

R: Still a problem with tomcat-apache integration

2003-03-05 Thread Simone Chiaretta
originale- Da: Mike Jackson [mailto:[EMAIL PROTECTED] Inviato: giovedì 6 marzo 2003 0.57 A: Tomcat Users List Oggetto: RE: Still a problem with tomcat-apache integration Take a look at your mod_jk.log and see if there's anything in there that points anywhere, the next step after that would

RE: Still a problem with tomcat-apache integration

2003-03-05 Thread Mike Jackson
Users List Subject: R: Still a problem with tomcat-apache integration I'm from Italy and now I'm not at work I'll check them tomorrow at work Thank you for now anyway the workers contains this # BEGIN workers.properties worker.list=ajp13 worker.ajp13.port=8009 worker.ajp13.host=localhost

Tomcat and Apache integration

2002-12-02 Thread David Durant
Hi, This subject must come up so often I'm sure there must be an up-to-date FAQ somewhere. If there is I'd be grateful if someone could direct me to it. I'm running the following configuration: .Windows XP .Apache 2.0.43 (serving correctly on port 80) .Tomcat 4.1.12 (serving correctly on port

Re: Tomcat and Apache integration

2002-12-02 Thread Robert L Sowders
Users List To: [EMAIL PROTECTED] cc: Subject:Tomcat and Apache integration Hi, This subject must come up so often I'm sure there must be an up-to-date FAQ somewhere. If there is I'd be grateful if someone could direct me to it. I'm running the following

Re: Tomcat and Apache integration

2002-12-02 Thread Bill Barker
David Durant [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi, This subject must come up so often I'm sure there must be an up-to-date FAQ somewhere. If there is I'd be grateful if someone could direct me to it. I'm running the following configuration:

RE: jboss-tomcat and apache integration.

2002-09-23 Thread Anthony Milbourne
September 2002 21:33 To: tomcat users Subject: jboss-tomcat and apache integration. Hello: I have the jboss-3.0.0_tomcat-4.0.3 bundle which I am trying to integrate with apache2, the latest version. I followed all the steps based on one of the HOWTOs. I have placed the mod_jk2.dll

jboss-tomcat and apache integration.

2002-09-20 Thread Nani Jon
Hello: I have the jboss-3.0.0_tomcat-4.0.3 bundle which I am trying to integrate with apache2, the latest version. I followed all the steps based on one of the HOWTOs. I have placed the mod_jk2.dll in the /conf directory of apache. I have created a workers2.properties file with the following

Repost Tomcat Apache integration how to's

2002-09-17 Thread Robert L Sowders
Short list of Apache Tomcat integration How To's for multiple operating systems. I'm reposting this list for those that need it. It is getting buried to far in the list archives to turn up in a search now. First try the search at http://www.mail-archive.com/tomcat-user@jakarta.apache.org/ or

apache integration

2002-08-13 Thread michael wimmer
hi, what is the proper module for integrating tomcat 4 into apache? the documentation talks about mod_jk, but what role do mod_jserv and mod_webapp play? tia michael -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

AW: apache integration

2002-08-13 Thread Ralph Einfeldt
I see in this list the development of mod_jk is more active than mod_webapp. -Ursprüngliche Nachricht- Von: michael wimmer [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 13. August 2002 16:31 An: Tomcat Users List Betreff: apache integration hi, what is the proper

RE: apache integration

2002-08-13 Thread Turner, John
[EMAIL PROTECTED] -Original Message- From: michael wimmer [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 10:31 AM To: Tomcat Users List Subject: apache integration hi, what is the proper module for integrating tomcat 4 into apache? the documentation talks about mod_jk, but what

Re: Website for Tomcat/Apache Integration...

2002-05-18 Thread Ben Walding
The flashguides on this site are fairly good at explaining how to setup a variety of different configurations. http://www.galatea.com/flashguides/index Ben Rometsch wrote: Hi There, Is there a website out there that I have yet to find that details common setups for Tomcat/Apache/Linux ?

Re: Website for Tomcat/Apache Integration...

2002-05-17 Thread @Basebeans.com
Subject: Re: Website for Tomcat/Apache Integration... From: Bruno V [EMAIL PROTECTED] === I tried to search for guides and howto to install Tomcat and Apache WITH a WARP connector (mod_webapp) or mod_jk I will try to keep it up to date on http://bruno.vernay.free.fr/HowTo/Apache-tomcat

RE: Website for Tomcat/Apache Integration...

2002-05-16 Thread Ben Rometsch
of tomcat, 1 for each host? Ben -Original Message- From: Chris Herrmann [mailto:[EMAIL PROTECTED]] Sent: 16 May 2002 02:14 To: 'Tomcat Users List' Subject: RE: Website for Tomcat/Apache Integration... perhaps the abundance of information is confusing... in ten words or less, all you need

Website for Tomcat/Apache Integration...

2002-05-15 Thread Ben Rometsch
Hi There, Is there a website out there that I have yet to find that details common setups for Tomcat/Apache/Linux ? I cant seem to find any coherent information on this at all. I've been reading and reading and reading (especially about connectors) and I'm still confused... I'd be happy to set

RE: Website for Tomcat/Apache Integration...

2002-05-15 Thread Chris Herrmann
PROTECTED]] |Sent: Thursday, 16 May 2002 09:44 |To: [EMAIL PROTECTED] |Subject: Website for Tomcat/Apache Integration... | | |Hi There, | |Is there a website out there that I have yet to find that |details common |setups for Tomcat/Apache/Linux ? I cant seem to find any coherent |information

RE: Website for Tomcat/Apache Integration...

2002-05-15 Thread Jonathan Shipley
: Website for Tomcat/Apache Integration... perhaps the abundance of information is confusing... in ten words or less, all you need to do is: Setup apache, and get it to load mod_jk , and the mod_jk.conf Setup tomcat, edit mod_jk.conf, and a workers.properties Restart apache, and you should

Re: Questions about Tomcat and Apache Integration?

2002-04-19 Thread @Basebeans.com
Subject: Re: Questions about Tomcat and Apache Integration? From: Jack Gao [EMAIL PROTECTED] === Nobody has interests with it? Well, maybe I should give more information. I believe somebody must have interests with it also. I tried to use mod_webapp, but since I can not get apache and tomcat

Tomcat - Apache integration problem

2002-04-18 Thread Cheng Yan
My apache is 1.3.12, tomcat is 4.0.3 and OS is Solaris 8. I added following lines in my httpd.conf and certain necessary changes in server.xml. LoadModule webapp_module /usr/apache/libexec/mod_webapp.so AddModule mod_webapp.c VirtualHost 192.168.1.120 ServerName niuniu

Re: Tomcat - Apache integration problem

2002-04-18 Thread Joseph Molnar
/webapps/ Based on your config, Tomcat will only serve from 192.168.1.120/examples. Joe - Original Message - From: Cheng Yan [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, April 18, 2002 11:15 AM Subject: Tomcat - Apache integration problem My apache

Re: Tomcat - Apache integration problem

2002-04-18 Thread Joseph Molnar
://www.codesta.com/knowledge/technical/tomcat_warp_apache/page_05.jsp Have a look there. Joe - Original Message - From: Joseph Molnar [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]; Cheng Yan [EMAIL PROTECTED] Sent: Thursday, April 18, 2002 11:29 AM Subject: Re: Tomcat - Apache

Re: Tomcat - Apache integration problem

2002-04-18 Thread Joseph Molnar
2) Though I can not visit http://192.168.1.120, I can still visit http://192.168.1.120/~jyan. But I can not run jsp under $HOME/public_html. The browser simple print the jsp source code into the screen. This is because it isn't being served by Apache, as per my previous response

Re: Tomcat - Apache integration problem

2002-04-18 Thread Cheng Yan
Thank you so much, Joe. I am going to read your article now. Meanwhile, let me ask you a few more dumb questions. :) I am new to this. I have to admit that I don't quite understand your questions. :-( Here is what I want to make sure whether I can do: 1) After tomcat and apache integration, I

Re: Tomcat - Apache integration problem

2002-04-18 Thread Cheng Yan
will be served by tomcat? Thank you. Cheng - Original Message - From: Joseph Molnar [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]; Cheng Yan [EMAIL PROTECTED] Sent: Thursday, April 18, 2002 14:29 Subject: Re: Tomcat - Apache integration problem Do you want to be serving from

Re: Tomcat - Apache integration problem

2002-04-18 Thread Joseph Molnar
Under my $CATALINA_HOME/webapps, there are five subdirs: examples/ manager/ ROOT/ tomcat-docs/ webdav/, which is standard. The mode for all these subdirs are 755. Therefore, when I goto httpd://192.168.1.120, I would expect a list of these five subdirs, wouldn't I? Why should I get 403

Questions about Tomcat and Apache Integration?

2002-04-18 Thread @Basebeans.com
Subject: Questions about Tomcat and Apache Integration? From: Jack Gao [EMAIL PROTECTED] === Hi, List I have some questions about Tomcat and Apache integration. As I remember that the reason of not use Tomcat as a web server but only JSP/Servlet engine is because of performance. Tomcat

Re: Questions about Tomcat and Apache Integration?

2002-04-18 Thread Ken Anderson
(@Basebeans.com) wrote: Subject: Questions about Tomcat and Apache Integration? From: Jack Gao [EMAIL PROTECTED] === Hi, List I have some questions about Tomcat and Apache integration. As I remember that the reason of not use Tomcat as a web server but only JSP/Servlet engine is because of performance

tomcat/apache integration

2002-02-25 Thread glen
Hi, I apologize if this is not an appropriate questionfor this user list, I am uncertain if it is a Tomcat or Apache question... Are there any known changes in the way that Tomcat is integrated into Apache 1.3.22 versus Apache 1.3.23? I just upgraded my server from 1.3.22 to 1.3.23 (the

Re: tomcat/apache integration

2002-02-25 Thread Dieter Lunn
Try downloading and using the latest mod_webapp cause it may be a problem with that and not your config On February 25, 2002 04:29 pm, you wrote: Hi, I apologize if this is not an appropriate questionfor this user list, I am uncertain if it is a Tomcat or Apache question... Are there any

Tomcat3.2.3 and Apache Integration

2001-09-13 Thread Nagesh Prakashrao Deshpande
hi matt , use Mod_jk.dll to coneect Tomcat and Apache . u will get this file from http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.3/bin/win32/i386/ ( for tomcat3.2.3 and windows os. try after/bin/for other os ) then copy this file in Apache_home\modules. when u restart tomcat ,

Re: Tomcat-Apache integration

2001-07-24 Thread Arne Meyer Hansen
On Tue, 24 Jul 2001, Gurjeet Singh Osahan wrote: SNIP-SNIP First I run tomcat3.2.3 and it runs fine Next when I try running apache it gives the error message : Invalid command JkWorkersFile,perhaps mispelled or defined by a module not included in the servers cofiguration Is some command

Tomcat-Apache integration

2001-07-23 Thread Gurjeet Singh Osahan
Hi, I have Apache1.3.12 build with DSO support. First I run tomcat3.2.3 and it runs fine Next when I try running apache it gives the error message : "Invalid command JkWorkersFile,perhaps mispelled or defined by a module not included in the servers cofiguration" Is some command to be

Re: Tomcat-Apache integration

2001-07-23 Thread Dmitri Colebatch
You have loaded the module haven't you? LoadModule jk_module /packages/apache/libexec/mod_jk.so cheers dim On Tue, 24 Jul 2001, Gurjeet Singh Osahan wrote: Hi, I have Apache1.3.12 build with DSO support. First I run tomcat3.2.3 and it runs fine Next when I try running apache it

Apache Integration

2001-03-08 Thread Bryce Fischer
Hi, new user here. I have successfully installed Tomcat on my Linux Madrake (7.2) distribution. I can successfully run all the servlets and JSP pages from the /examples app that ships with Tomcat if I connect to it directly (i.e., www.mycomputer.com:8080/examples) My problem is when I try to

Apache Integration As Well

2001-03-08 Thread Ryan
This question has prolly been asked a lot but I currently have a Context Manager set up for the root directory /home/http/jsp However, I would like any page with a .jsp extension and not just located in that directory to be recognized by tomcat I have added the following to my

Tomcat and Apache integration

2001-01-30 Thread PAsarak
I'd like to use the Apache web server with Tomcat. I haven't managed to locate any documentation in this regard. Can someone point me to the URL? Thank you, Paul Asarak - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Tomcat and Apache integration

2001-01-30 Thread Jan Labanowski
Check it out... http://www.ccl.net/cca/software/UNIX/apache/ On Tue, 30 Jan 2001 [EMAIL PROTECTED] wrote: I'd like to use the Apache web server with Tomcat. I haven't managed to locate any documentation in this regard. Can someone point me to the URL? Thank you, Paul Asarak

RE: Tomcat and Apache integration

2001-01-30 Thread Gilles Laborderie
Try http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/tomcat-apache-howto. html Gilles -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 30, 2001 11:17 AM To: [EMAIL PROTECTED] Subject: Tomcat and Apache integration I'd like