Re: Apache/Tomcat integration - What am I doing wrong?

2005-08-16 Thread Darryl L. Miles
Kyle wrote: I have Apache serving multiple VHosts. I want to (eventually) integrate different versions of Tomcat into different VHosts, but for now, I'd settle for just 5.5.9 working with my default Apache VHost. Apache works dandy alone on :80. Tomcat works just fine on :8080. I have the

Re: Apache/Tomcat integration - What am I doing wrong?

2005-08-16 Thread Kyle
Darryl, thanks the reply. Responses inline Darryl L. Miles wrote: Kyle wrote: I have Apache serving multiple VHosts. I want to (eventually) integrate different versions of Tomcat into different VHosts, but for now, I'd settle for just 5.5.9 working with my default Apache VHost. Apache

Re: Apache/Tomcat integration - What am I doing wrong?

2005-08-16 Thread Darryl L. Miles
Kyle wrote: But I have not yet managed to get www.host.domain.com/prefix-examples/this_or_that_example to work without returning a 500 Error. First is it apache or tomcat that is returning the 500 ? I'll leave the 500 question till I can be certain of the answer. I thought it could

Re: Apache/Tomcat integration - Update

2005-08-16 Thread Kyle
Ok, One step at a time. Thanks so far Darryl. I now have it working across the internal network, but not externally. The next step is what do I now need to do so that I can see the jsp/servlets-examples pages externally?? Also, as I understand it, this format means that TC 5.5.9 will be the

Re: Apache/Tomcat integration - Update

2005-08-16 Thread Darryl L. Miles
Do you have a line in Apache: NameVirtualHost *:80 I dont think ServerName should have the port number after it. This and ServerAlias are Host: header matching values. I suspect your only remaining problem now is to get Apache and Tomcat to see the same website document roots for the

Re: Apache/Tomcat integration - Update

2005-08-16 Thread Kyle
Darryl L. Miles wrote: Do you have a line in Apache: NameVirtualHost *:80 I dont think ServerName should have the port number after it. This and ServerAlias are Host: header matching values. Darryl, yes I do. However the ServerName directive I have been referring to in all msgs is

Re: Apache Tomcat integration

2004-11-20 Thread vimal krishna
roger there is step by step instruction http://www.sitepoint.com/article/quick-start-guide-windows HIH vimal - Original Message - From: Roger Mori-Tuesta [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, November 20, 2004 5:19 AM Subject: Apache Tomcat integration Dear Partners:

Re: Apache/Tomcat Integration. Urgent!!

2004-01-25 Thread rohit chugh
Hi There, Can any body help please. Thanks --- rohit chugh [EMAIL PROTECTED] wrote: Thanks again. I tried that however , the problem persists. Following are the excerpts from the log files, if they can help ---Apache log. [Fri Jan 23 16:32:49 2004] [error]File does not exist:

Re: Apache/Tomcat Integration. Urgent!!

2004-01-23 Thread Jeff Tulley
What are the contents of your auto-generated mod_jk.conf, and how do they match the web application you are trying to access? Also, it would be helpful to post the (relevant) contents of your workers.properties file. [EMAIL PROTECTED] 1/23/04 11:05:42 AM Hi, I am trying to integrate Apache 1.3

Re: Apache/Tomcat Integration. Urgent!!

2004-01-23 Thread rohit chugh
Hi, Thanks for the reply. The contents of the workers.properties are given below, which i copied of the net. worker.list=testWorker worker.testWorker.port=8009 worker.testWorker.host=localhost worker.testWorker.type=ajp13 - The contents of

Re: Apache/Tomcat Integration. Urgent!!

2004-01-23 Thread Jeff Tulley
Your worker name does not match the name in the generated mod_jk.conf. That file wants the worker name to be ajp13, whereas yours is named testWorker. Change that and restart apache and see what happens. [EMAIL PROTECTED] 1/23/04 12:00:40 PM Hi, Thanks for the reply. The contents of the

Re: Apache/Tomcat Integration. Urgent!!

2004-01-23 Thread rohit chugh
Thanks again. I tried that however , the problem persists. Following are the excerpts from the log files, if they can help ---Apache log. [Fri Jan 23 16:32:49 2004] [error]File does not exist: /opt/htdocs/examples/ --mod_jk log jk_uri_worker_map.c (185)]: In

Re: Apache-Tomcat integration vs Direct Tomcat

2004-01-21 Thread jerome moliere
Hi Everybody, We can deploy a web application directly into Tomcat and use itself as web server.In second case we can integrate Tomcat with any web server(Apache or Tomcat) using AJP connector. there are many others available using the in-process approach for exemple (tomcat

Re: Apache-Tomcat integration vs Direct Tomcat

2004-01-21 Thread Ben Souther
Which approach is best under which circumstances? We don't know your circumstances. Can i get any documentation which contains comparison of both approaches ? This issue has been discussed many times on this list so a search of the archives should give you plenty to read. There have

RE: Apache-Tomcat integration vs Direct Tomcat

2004-01-21 Thread Yiannis Mavroukakis
No easy answer on this one..There are proponents of the httpd-Tomcat approach who say that since Apache httpd has been developed to excel at static content delivery then you should use that. On the other hand, there are people that say that Tomcat can perform equally well at serving static

Re: Apache-Tomcat integration vs Direct Tomcat

2004-01-21 Thread Tim Funk
http://jakarta.apache.org/tomcat/faq/connectors.html#integrate -Tim Gurlal Brar wrote: Hi Everybody, We can deploy a web application directly into Tomcat and use itself as web server.In second case we can integrate Tomcat with any web server(Apache or Tomcat) using AJP connector.

RE: Apache-Tomcat integration vs Direct Tomcat

2004-01-21 Thread Shapira, Yoav
Howdy, I was nearly brought to tears of joy by the responses in this thread... Excellent... Yoav Shapira Millennium ChemInformatics -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 21, 2004 7:33 AM To: Tomcat Users List Subject: Re: Apache-Tomcat

RE: Apache-Tomcat integration vs Direct Tomcat

2004-01-21 Thread Yiannis Mavroukakis
ROFLMAO! Why did I miss the joy part on my first read of your response?:) -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 21 January 2004 13:58 To: Tomcat Users List Subject: RE: Apache-Tomcat integration vs Direct Tomcat Howdy, I was nearly brought to tears

Re: apache-tomcat integration

2002-12-11 Thread Kaustuv Sharma
Hi Manish, pls detail the steps u had gone through to connect apache and tomcat..did u set the worker's file?...what platform r u using? Regards, Kaustuv Sharma S.S.NetCom Pvt. Ltd. Dhankheti, Shillong - 3 Ph: 0361-502355 Visit us at www.neline.com

Re: apache-tomcat integration

2002-12-11 Thread Boris Folgmann
Manish Sharma wrote: there is no error log generated by both apache tomcat. i have included auto generated mod_jk.conf into httpd.conf file. i have I've used mod_webapp instead of mod_jk2. It's really hard to find out on the web if mod_webapp has some severe disadvantages in comparision to

Re: apache tomcat integration

2002-12-09 Thread Robert L Sowders
Apache is telling you that there is something wrong with the loading of the mod_jk.so, either the LoadModule line in the httpd.conf is wrong or the .so file is bogus in some way. run the apachectl configtest to check the syntax of the httpd.conf. You should get the same error. Now double

Re: apache tomcat integration

2002-12-09 Thread Vikram Dham
] Cc: [EMAIL PROTECTED] Sent: Monday, December 09, 2002 4:03 AM Subject: Re: apache tomcat integration Apache is telling you that there is something wrong with the loading of the mod_jk.so, either the LoadModule line in the httpd.conf is wrong or the .so file is bogus in some way. run

RE: apache tomcat integration

2002-12-09 Thread Turner, John
mode_jk.conf is incorrect. If you are using the auto-generation feature of Tomcat for generating Apache configuration, the file name would be called mod_jk.conf without the e. John -Original Message- From: Manish Sharma [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 08, 2002

Re: Apache-tomcat integration

2002-08-03 Thread rsequeira
AJP is configured in Service name=Tomcat-Standalone. But you could move this Connector element to Tomcat-Apache. Also remember to disable the Warp connector under Tomcat-Apache. Have you configured Apache to send requests containing examples to Tomcat? You might need something like this:

RE: Apache-tomcat integration

2002-08-02 Thread Turner, John
Cherry [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 01, 2002 10:30 PM To: Tomcat Users List Subject: RE: Apache-tomcat integration I don't get it. The comments is the file say that 8109 is the default. What I want to use is AJP. This is in my server.xml: Service name=Tomcat-Apache

RE: Apache-tomcat integration

2002-08-01 Thread Thomas Cherry
, at 09:39 PM, tomcat-user-digest- [EMAIL PROTECTED] wrote: From: Turner, John [EMAIL PROTECTED] Date: Fri Jul 26, 2002 04:24:52 PM US/Eastern To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: Apache-tomcat integration It would help if you could give us more information, such as target

RE: Apache-tomcat integration

2002-08-01 Thread Turner, John
-tomcat-howto.html John Turner [EMAIL PROTECTED] -Original Message- From: Thomas Cherry [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 01, 2002 6:05 AM To: [EMAIL PROTECTED] Subject: RE: Apache-tomcat integration Sorry for the delay, I have been busy. Ok, I have a mandrake system

RE: Apache-tomcat integration

2002-08-01 Thread Luminous Heart
Jul 26, 2002 04:24:52 PM US/Eastern To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: Apache-tomcat integration It would help if you could give us more information, such as target operating system, etc. In general, there are all sorts of resources available

Re: Apache-tomcat integration

2002-08-01 Thread Thomas Cherry
2002 08:13:43 -0400 To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: Apache-tomcat integration Sorry, there isn't enough info here to really tell. 1) does apache work on it's own? 2) do the tomcat examples work on port 8080: http://your.host.com:8080/examples ? If both one and two

RE: Apache-tomcat integration

2002-08-01 Thread Turner, John
with apache? You might want to post your server.xml, looks like something isn't happy in there. John Turner [EMAIL PROTECTED] -Original Message- From: Thomas Cherry [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 01, 2002 10:28 AM To: [EMAIL PROTECTED] Subject: Re: Apache-tomcat integration

RE: Apache-tomcat integration

2002-08-01 Thread Turner, John
:28 An: [EMAIL PROTECTED] Betreff: Re: Apache-tomcat integration Apache runs just fine and I find it on the port I expect however tomcat does not run as I expect. http://my.host.com:8080/examples dose not respond. Apache_log.date.txt: 2002-07-31 17:21:06

Re: RE: Apache-tomcat integration

2002-08-01 Thread Thomas Cherry
Here is my server.xml file. As far as I know it's stock. For bandwidth reasons I striped all the comments and included it as an attachment. As an update, I do get tomcat on port 8180. on 08/01/2002 1:41 PM, [EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: The WARP connector can't bind to its

RE: Apache-tomcat integration

2002-08-01 Thread Thomas Cherry
Here is my server.xml file. As far as I know it's stock. For bandwidth reasons I striped all the comments. As an update, I do get tomcat on port 8180. Server port=8005 shutdown=SHUTDOWN debug=0 Service name=Tomcat-Standalone Connector

RE: RE: Apache-tomcat integration

2002-08-01 Thread Turner, John
)? John Turner [EMAIL PROTECTED] -Original Message- From: Thomas Cherry [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 01, 2002 3:33 PM To: [EMAIL PROTECTED] Subject: Re: RE: Apache-tomcat integration Here is my server.xml file. As far as I know it's stock. For bandwidth reasons I

RE: Apache-tomcat integration

2002-08-01 Thread Thomas Cherry
? On Thursday, August 1, 2002, at 06:08 PM, tomcat-user-digest- [EMAIL PROTECTED] wrote: From: Turner, John [EMAIL PROTECTED] Date: Thu Aug 01, 2002 03:41:53 PM US/Eastern To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: RE: Apache-tomcat integration Which connector did you choose to use

RE: Apache-tomcat integration

2002-07-26 Thread Turner, John
It would help if you could give us more information, such as target operating system, etc. In general, there are all sorts of resources available, such as this one from the tomcat site: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/ajp.html and this one, also from the tomcat site:

Re: Apache Tomcat integration-please help

2002-07-18 Thread Milt Epstein
On Thu, 18 Jul 2002 [EMAIL PROTECTED] wrote: I am having a problem getting apache tomcat running using mod_webapp.so I am using: linux redhat 7.3 jdk1.4 apache 1.3.26 tomcat 4.0.4 I got apache 1.3.26 compiled and installed with enable-module=so option it starts and stops fine

RE: Apache Tomcat integration-please help

2002-07-18 Thread Sullivan, Mark E
, and it works fine. -Original Message- From: Milt Epstein [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 18, 2002 12:42 PM To: Tomcat Users List Subject: Re: Apache Tomcat integration-please help On Thu, 18 Jul 2002 [EMAIL PROTECTED] wrote: I am having a problem getting apache tomcat running

Re: Apache Tomcat integration-please help

2002-07-18 Thread developer
UNfortunately I have tried that at it did not help. Anymore suggestions would be wonderful, cause I am stumped. Maybe does it have something to do with my apache install? thanks ryan On Thu, 18 Jul 2002, Milt Epstein wrote: On Thu, 18 Jul 2002 [EMAIL PROTECTED] wrote: I am having a

Re: Apache Tomcat integration-please help

2002-07-18 Thread Milt Epstein
On Thu, 18 Jul 2002 [EMAIL PROTECTED] wrote: UNfortunately I have tried that at it did not help. Anymore suggestions would be wonderful, cause I am stumped. Maybe does it have something to do with my apache install? Well, that *was* a problem, but maybe it wasn't the only one. Try

Re: Apache Tomcat integration-please help

2002-07-18 Thread developer
The lack of a ServerName tag and the warpConnection instead of conn seemed to be my problem i am up and running thanks for your help! ryan On Thu, 18 Jul 2002, Milt Epstein wrote: On Thu, 18 Jul 2002 [EMAIL PROTECTED] wrote: UNfortunately I have tried that at it did not help. Anymore

RE: Apache/Tomcat Integration problems (Syntax error at line 4)

2002-05-29 Thread t . riteshmenon
I had faced the same problem earlier would eagerly like to know the solution. Ritesh -Original Message- From: Suresh Kumar [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 10:57 AM To: [EMAIL PROTECTED] Subject: Apache/Tomcat Integration problems (Syntax error at line

Re: Apache+tomcat Integration....Confused....

2002-04-29 Thread Michael Delamere
what's happening - many people have the strange impression that webapp is going to replace jk. [...] bye Michael Delamere - Original Message - From: Vinay Singh [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Monday, April 29, 2002 8:00 AM Subject: RE: Apache+tomcat

RE: Apache+tomcat Integration....Confused....

2002-04-29 Thread costinm
On Mon, 29 Apr 2002, Vinay Singh wrote: As far as I know - 1) mod_webapp is latest and will continue to evolve It's development started the 'latest', true. 2) mod_jk will not see any future enhancements and will have only bug fixes That's completely false. mod_jk has a stable version

RE: Apache+tomcat Integration....Confused....

2002-04-28 Thread Vinay Singh
As far as I know - 1) mod_webapp is latest and will continue to evolve 2) mod_jk will not see any future enhancements and will have only bug fixes 3) sticky session load balancing works fantastically on solaris (8) with mod_jk (BIG PLUS) 4) for load balancing with mod_webapp you have to use

Re: apache tomcat integration syntax error in httpd.conf

2002-03-13 Thread rsequeira
of the httpd.conf. Someone on this list might be able to analyze your problem quickly. RS Paul Phillips [EMAIL PROTECTED] on 03/12/2002 08:47:06 PM Please respond to Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] cc: Subject: Re: apache tomcat integration syntax error

Re: apache tomcat integration syntax error in httpd.conf

2002-03-13 Thread August Detlefsen
For virtual hosts, you have to create the webapp connection AFTER you specify the NameVirtualHost, like this: NameVirtualHost 12.34.56.78 # create the webapp connection WebAppConnection conn warp localhost:8008 WebAppInfo /webapp-info Then actually deploy the webapps within your

Re: apache tomcat integration syntax error in httpd.conf

2002-03-12 Thread Paul Phillips
Here's what else I found since first writing the email quoted below. FYI - Tomcat 4.0.3 mod_webapp binary for linux i386 (I did not compile it) If I comment out the WebAppDeploy line, then apachectl configtest (and start) report the same error of invalid virtual host name for the following

RE: Apache - Tomcat - integration

2002-01-18 Thread Cressatti, Dominique
it's fairly easy, once you know how do it and were are pitfalls. 2... I don't know what is the AJP connector but I don't you need since you should be using the warp connector. 1st) are tomcat and apache working? have you tried to go to http://localhost:8080/examples/ and http://localhost What

RE: Apache - Tomcat - integration

2002-01-18 Thread Cressatti, Dominique
as well: http://localhost/examples will not work for me but http://localhost/examples/ does. Dom -Original Message- From: Cressatti, Dominique Sent: 18 January 2002 10:22 To: Tomcat Users List Subject: RE: Apache - Tomcat - integration it's fairly easy, once you know how do

RE: Apache Tomcat integration

2001-11-29 Thread Kemp Randy-W18971
What service pack do you have for NT? Service Pack 5? I believe you need that at least, in order for TCP/IP to be available. -Original Message- From: amol [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 29, 2001 4:44 AM To: Tomcat Users List Subject: Apache Tomcat integration i

RE: Apache Tomcat integration

2001-11-29 Thread A Mohan rao
-W18971 [SMTP:[EMAIL PROTECTED]] Sent: Thursday, November 29, 2001 7:56 PM To: Tomcat Users List Subject: RE: Apache Tomcat integration What service pack do you have for NT? Service Pack 5? I believe you need that at least, in order for TCP/IP to be available. -Original Message

Re: Apache Tomcat integration

2001-11-29 Thread amol
, November 29, 2001 7:58 PM Subject: RE: Apache Tomcat integration i have servicepack 4. i do have problem. After installation, filter is been added to isapi. but the jsp files available in wwwroot dir is not parsed by tomcat. when i ,make any request , i am not able to o/p instead the entire

Re: Apache-Tomcat integration.

2001-07-23 Thread John Hebert
Gurjeet Singh Osahan wrote: Hi, I am not able to configure Tomcat with apache. I am able to run both servers indepently. Next I put the mod_jk.so file in libexec directory. Next I add the include statement in httpd.conf file when i run tomcat it starts fine. When i run apache

RE: Apache Tomcat Integration

2001-07-03 Thread Emir Alikadic (ADNOC IST)
I'd suggest using mod_jk rather than mod_jserv (the latter being deprecated, IIRC). Apache/Tomcat integration is explained in detail in the Tomcat docs included in the bundle. So is general configuration. Being a SysAdmin, I doubt you'll have trouble following the docs... Cheers! Emir.

Re: Apache/Tomcat integration issues

2001-04-16 Thread Sam Newman
Put this few lines of code: LoadModule jk_modulelibexec/mod_jk.so AddModule mod_jk.c snip Much of this code is already included in the mod_jk.conf-auto file which tomcat generates automatically on startup. This file doesn't reference ajpv13 anywhere. I guess I could simply

Re: Apache/Tomcat integration issues

2001-04-16 Thread Jeff Kilbride
I don't think there's a way to tell Tomcat to use ajp13 in it's auto-generated config files -- which is why I just used the auto file as a starting point to create my own. It's pretty simple and it doesn't change that often, unless you're constantly adding webapps. Remember, you'll have to

Re: Apache/Tomcat integration, help !

2001-01-30 Thread Jan Labanowski
Check it out... http://www.ccl.net/cca/software/UNIX/apache/ There is a link to compiled mod_jk.so there... Jan On Tue, 30 Jan 2001, [iso-8859-1] Joel Cordonnier wrote: Hi! As a newbie, I try to integrate Tomcat 3.2 with Apache 3.12 under RedHat 7.0. So I need the mod_jk.so shared

Re: Apache/Tomcat integration, help !

2001-01-30 Thread Christopher Albert
Joel Cordonnier wrote: Hi! As a newbie, I try to integrate Tomcat 3.2 with Apache 3.12 under RedHat 7.0. So I need the mod_jk.so shared library. But I don't find the mod_jk library in the build directory of Tomcat 3.1 or 3.2 (under 3.1 there is a mod_jserv.so, but i such the mod_jk

RE: Apache/Tomcat integration, help !

2001-01-30 Thread GOMEZ Henri
I'll provide one ASAP... On ne peut rsoudre les problmes les plus graves avec le mme esprit qui les a cres. -- Albert Einstein -Original Message- From: Joel Cordonnier [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 30, 2001 4:47 PM To: [EMAIL PROTECTED] Subject: Apache/Tomcat