Apache/Tomcat integration - What am I doing wrong?

2005-08-16 Thread Kyle
Hi, I really hope you folk can help me, cause I'm tearing my hair out. Apache 2.0.54 Tomcat 5.5.9 JK 1.2.14.1 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

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

Apache Tomcat integration

2004-11-19 Thread Roger Mori-Tuesta
Dear Partners: Any information how to integrate Tomcat 5 and Apache 2.+ in windows platform is appreciated. Thank you. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Apache/Tomcat Integration problem (Aprutil lib missing) causing unsatisfied link error

2004-09-16 Thread [EMAIL PROTECTED]
I am following the instructions listed in http://www.mail-archive.com/[EMAIL PROTECTED]/msg130210.html Expected Results from ldd ldd /usr/local/httpd/modules/jkjni.so libcrypt.so.1 = /lib/libcrypt.so.1 (0x40046000) libapr-0.so.0 = /usr/local/httpd-2.0.49/lib/libapr-0.so.0 (0x40074000)

Apache/TomCat Integration problem: No ClassDef Found Error

2004-09-16 Thread [EMAIL PROTECTED]
PLEASE HELP I am following the instructions listed in http://www.mail-archive.com/[EMAIL PROTECTED]/msg130210.html Expected Results from ldd ldd /usr/local/httpd/modules/jkjni.so libcrypt.so.1 = /lib/libcrypt.so.1 (0x40046000) libapr-0.so.0 = /usr/local/httpd-2.0.49/lib/libapr-0.so.0

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:

Apache/Tomcat Integration. Urgent!!

2004-01-23 Thread rohit chugh
Hi, I am trying to integrate Apache 1.3 and Tomcat 4.0 The apache logs shows that it has started with mod_jk and mod_ssl.However when i send a request for a webapplication it gives errors saying page not found. Apache log shows that it is trying to find the application under htdocs Following is

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

Apache-Tomcat integration vs Direct Tomcat

2004-01-21 Thread Gurlal Brar
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. Which approach is best under which circumstances? Can i get any documentation which

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
: Gurlal Brar [mailto:[EMAIL PROTECTED] Sent: 21 January 2004 11:47 To: [EMAIL PROTECTED] Subject: Apache-Tomcat integration vs Direct Tomcat 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

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

apache-tomcat integration

2002-12-11 Thread Manish Sharma
hello Sir please help me on this issue. i have followed all instruction from this http://jakarta.apache.org/tomcat-old/jakarta-tomcat/src/doc/tomcat-apache-howto.html. but still i could'nt connect apache to tomcat. there is no error log generated by both apache tomcat. i have included auto

Re: apache-tomcat integration

2002-12-11 Thread Kaustuv Sharma
it? ---Albert Einstein - Original Message - From: Manish Sharma To: [EMAIL PROTECTED] Sent: Wednesday, December 11, 2002 3:55 PM Subject: apache-tomcat integration hello Sir please help me on this issue. i have followed all instruction from this http

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
and it is in the same relative position as the LoadModule statement. rls Manish Sharma [EMAIL PROTECTED] 12/07/2002 09:37 PM Please respond to Tomcat Users List To: [EMAIL PROTECTED] cc: Subject:apache tomcat integration Dear Sir/Mam.. please help me on this issue

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
:38 AM To: [EMAIL PROTECTED] Subject: apache tomcat integration Dear Sir/Mam.. please help me on this issue. i'm facing problem in apache tomcat integration on linux server. there's error after restart the apache. theres message started ok. but in error.log two errors. Syntax

apache tomcat integration

2002-12-08 Thread Manish Sharma
Dear Sir/Mam.. please help me on this issue. i'm facing problem in apache tomcat integration on linux server. there's error after restart the apache. theres message started ok. but in error.log two errors. Syntax error on line 2 of /home/suvigya/Desktop/manish/jakarta-tomcat-4.1.12-LE

Need help in apache-tomcat integration

2002-11-19 Thread Santhosh C N
Hi All, I've done the integration of modssl and apache on my Aix 5.1 box as per the link: http://www.modssl.org/source/exp/mod_ssl/pkg.mod_ssl/INSTALL.. After this when I'm trying to integrate the tomcat and Apache, I'm facing difficulty in getting my tomcat and Apache integrated. I've got my

Re: Need help in apache-tomcat integration

2002-11-19 Thread Kent Perrier
On Tue, 2002-11-19 at 08:03, Santhosh C N wrote: aix-2:/usr/local/usr/local/apache/bin/apachectl startssl Syntax error on line 1235 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/libexec/mod_jk.so into server: No such file or dir ectory /usr/local/apache/bin/apachectl

Apache-tomcat integration

2002-08-03 Thread Thomas Cherry
I am almost done configuring my site, but I have just a few more question (for now). I am using ajp13 to connect tomcat 4 with apache 1.3. Apache is running on port 81 and I want to know if have to do anything different when configuring server.xml as a result of my web site running on the

Re: Apache-tomcat integration

2002-08-03 Thread rsequeira
: Please respond toSubject: Apache-tomcat integration Tomcat Users List

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

AW: Apache-tomcat integration

2002-08-01 Thread Ralph Einfeldt
PROTECTED]] Gesendet: Donnerstag, 1. August 2002 12:05 An: [EMAIL PROTECTED] Betreff: RE: Apache-tomcat integration Ok, I have a mandrake system with Apache 1.3 and tomcat 4.01. I have a copy of mod_jk from tomcat 3.x and was thinking that I could reuse the same lib. I started configuring

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

AW: Apache-tomcat integration

2002-08-01 Thread Ralph Einfeldt
, Germany Hosting, Content Management, Java Consulting http://www.uptime-isc.de -Ursprüngliche Nachricht- Von: Thomas Cherry [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 1. August 2002 16:28 An: [EMAIL PROTECTED] Betreff: Re: Apache-tomcat integration Apache runs just fine and I

RE: Apache-tomcat integration

2002-08-01 Thread Turner, John
]] Sent: Thursday, August 01, 2002 10:48 AM To: Tomcat Users List Subject: AW: Apache-tomcat integration The fir error message comes because you didn't disable the warp connector. If 8080 doesn't responds it because it uses port 8180. (See the log message for the HttpConnector) If all is running

AW: Apache-tomcat integration

2002-08-01 Thread Ralph Einfeldt
List' Betreff: RE: Apache-tomcat integration I'm using mod_jk in my setup, and I didn't disable the WARP connector. It's still enabled, and everything seems to be working. Can only one connector be defined at a time in server.xml? John Turner [EMAIL PROTECTED] -Original

Re: AW: Apache-tomcat integration

2002-08-01 Thread rsequeira
] cc: 08/01/02 10:21 AM Subject: AW: Apache-tomcat integration Please respond

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[2]: Apache-tomcat integration

2002-07-28 Thread Rick Reumann
On Friday, July 26, 2002, 4:24:52 PM, Turner, John wrote: TJ Where can I get documentation on how to integrate tomcat with apache? I TJ looked on the site, but I can't find a definitive answer (at least in my TJ opinion). If your concern is with a windows system and it's Apache2.0.39 and

Apache-tomcat integration

2002-07-26 Thread Thomas Cherry
Where can I get documentation on how to integrate tomcat with apache? I looked on the site, but I can't find a definitive answer (at least in my opinion). Thanks. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Apache-tomcat integration

2002-07-26 Thread Turner, John
:09 PM To: [EMAIL PROTECTED] Subject: Apache-tomcat integration Where can I get documentation on how to integrate tomcat with apache? I looked on the site, but I can't find a definitive answer (at least in my opinion). Thanks. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

Apache Tomcat integration-please help

2002-07-18 Thread developer
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 I got tomcat 4.0.4, installed it and it starts

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

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

2002-05-29 Thread Suresh Kumar
This is what I have: System: Windows XP Apache: 2.0.36 Tomcat: 3.3.1 I downloaded the puglin (mod_jk.dll) and added it to the modules directory of Apache and made changes to the httpd.conf file like: Include C:/Work/Software/tomcat331/conf/auto/mod_jk.conf mod_jk.conf was auto generated by

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 4

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

2002-04-29 Thread Michael Delamere
with mod_webapp you have to use external s/w piece like mod_backhand etc Vinay -Original Message- From: Zineddine Reggani [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 28, 2002 1:35 PM To: '[EMAIL PROTECTED]' Subject: Apache+tomcat IntegrationConfused I am running Apache

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

Apache+tomcat Integration....Confused....

2002-04-28 Thread Zineddine Reggani
I am running Apache on Win2k and trying to use Apache with Tomcat. What should I choose mod_jk, mod_webapp or mod_proxy? And what are the advantages/disadvantages of these implementation?

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

2002-04-28 Thread Vinay Singh
external s/w piece like mod_backhand etc Vinay -Original Message- From: Zineddine Reggani [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 28, 2002 1:35 PM To: '[EMAIL PROTECTED]' Subject: Apache+tomcat IntegrationConfused I am running Apache on Win2k and trying to use Apache

Apache/Tomcat integration with automatic context generation

2002-04-14 Thread Mikael Hansen
Hi I have succefully integrated Apache 1.3.20 and Tomcat 4.0.3 with mod_jk. I do however have a special problem that I hope anyone can suggest a solution to: I can automatically generate a context www.my.tomcat.server:tomcatport/~username for every user that has the catalog:

Handler for Apache/Tomcat integration?

2002-04-05 Thread Duane Gran
Tomcat Users, I'm migrating from Tomcat 3.2.x to Tomcat 4.0.3. In the previous version I used the JServ AJP12 connector and used the following lines in the Apache httpd.conf to enable Tomcat 3 to handle *.jsp files: AddType text/jsp .jsp AddHandler jserv-servlet .jsp LocationMatch

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

apache tomcat integration syntax error in httpd.conf

2002-03-12 Thread Paul Phillips
Hello - I am trying to integrate Apache and Tomcat with the warp connector. I am following the instructions at: http://www.galatea.com/flashguides/apache-tomcat-4-unix.xml which are dated March 6, 2002, so they aren't too old! I have followed the instructions exactly as stated on my RedHat

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
did you add in your httpd.conf? did you uncomment and configured the ServerName (not the one to do with virtualhost) directive? Dom -Original Message- From: Brown Bay [mailto:[EMAIL PROTECTED]] Sent: 18 January 2002 06:06 To: Tomcat Users List Subject: Apache - Tomcat - integration Hi

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

Apache - Tomcat - integration

2002-01-17 Thread Brown Bay
Hi, I have been trying to make Apache 1.3 and Tomcat 4.0 work together but I was not sure what the different pieces are that I need to make them work together. I have listed a couple of doubts below, please take the time to answer them. 1. What is mod_webwap. Do I need this in my case. I have

Apache-Tomcat Integration Troubles

2002-01-04 Thread Scott
On both Windows 2000 and NT4.0, I am having difficulty integrating Apache 1.3.22 with the pre-integrated JBoss-2.4.3_Tomcat-3.2.3 distribution from JBoss.org. I have followed the standard 3-step process: (1) In $TOMCAT_HOME/conf/server.xml, add ApacheConfig / directive before closing

Apache Tomcat integration

2001-11-29 Thread amol
i have successfully installed tomcat and apache. both of them run independently. now, i am trying to connect them. i did all that was mentioned in the install.txt that comes with the webapp-module for tomcat4 then, i restarted tomcat. it works ( made it work on port 8080 ) then, tried to restart

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

Apache Tomcat Integration

2001-07-03 Thread gurjeet sandhu
Hi Everyone I am trying to integrate Apache 1.3 Tomcat 3.2 . I have installed both servers , i have compiled mod_jserv module also . I need all my static files to be taken care by apache all my dynamic pages by tomcat . for thiscan anybody give me the configuration files . Please help me

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

Apache/Tomcat integration issues

2001-04-16 Thread Sam Newman
I've just followed the instructions to get Apache and Tomcat working together. I editied the workers.properties file (which by the way seems to assume you are on a win32 platform!) and the server.xml to include the ajpv13 protocol connector. Apache includes tomcats autogenerated config file

RES: Apache/Tomcat integration issues

2001-04-16 Thread Pedro Henrique Ponchio
] Assunto: Apache/Tomcat integration issues I've just followed the instructions to get Apache and Tomcat working together. I editied the workers.properties file (which by the way seems to assume you are on a win32 platform!) and the server.xml to include the ajpv13 protocol connector. Apache includes

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
it defaults to plain text if you don't. MSIE may display the html whether the correct header is set or not. Thanks, --jeff - Original Message - From: Sam Newman To: [EMAIL PROTECTED] Sent: Monday, April 16, 2001 7:05 AM Subject: Apache/Tomcat integration issues

Apache-Tomcat Integration

2001-04-03 Thread Ramesh Ankam
Hi Guys, I am new to Apache and Tomcat. I have downloaded and sucessfully installed Apache 1.3.19 and Tomcat 3.2.1 they run perfectly fine independently. I would like to intergrate Apache with Tomcat to serve Static pages and JSP and Servlets using Tomcat. 1) I have added Include

apache-tomcat integration

2001-03-13 Thread john layton
Does anyone have any experience of apache-tomcat integration. scenario: 'out of box' installation of tomcat-3.3-m1.1.noarch.rpm, tomcat-mod-3.2.1-1.i386.rpm Apache-AdvancedExtranetServer/1.3.14 (Linux-Mandrake/2mdk) mod_jk on mandrake 7.2 distribution. (i did not depend on the default config

Apache/Tomcat integration, help !

2001-01-30 Thread Joel Cordonnier
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 !!!). nb: I don't want to dowload

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

AIX Apache+Tomcat integration problem

2000-12-14 Thread Palumbo, Mark
We are trying to integrate Apache (1.3.14) Tomcat (3.2.1) by building a mod_jk.so file. Our platform is AIX 4.2. We have tried following all the documentation that came with each of those packages with no luck. Everything seems to compile ok, creating *.o files but when the final link