newbie question: Tomcat/Apache settings

2005-07-01 Thread Hong wu
Hi, I have apache 1.3.x and tomcat 4.x installed on XP machine. apache is running at port 80 and tomcat running on port 8080. it seems that tomcat has its own web server, even i stopped the apache server process, tomcat was able to run on its own. my question is: how to integrate apache and

Re: newbie question: Tomcat/Apache settings

2005-07-01 Thread Mark Thomas
Have a look at http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/connectors.html for an overview of the different type of connectors. You need the web server type rather than the HTTP type. You should use the mod_jk with Apache.

Tomcat - Apache - Jk

2005-06-09 Thread luc_boudreau
Is it normal that Apache configured to relay jsp's to Tomcat doesn't write the contents of the page (jpeg, gif, css and others) in it's access log ? I've configured Apache to relay only .jsp and .do requests, how is it that the images don't show up in the access log ??? Luc

Re: Tomcat - Apache - Jk

2005-06-09 Thread Anto Paul
On 6/9/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Is it normal that Apache configured to relay jsp's to Tomcat doesn't write the contents of the page (jpeg, gif, css and others) in it's access log ? I've configured Apache to relay only .jsp and .do requests, how is it that the

Re: Tomcat/Apache/JK(2)?

2005-05-20 Thread Darryl Wilburn
The only change I made to httpd.conf was to add the line: Include C:\Program Files\Apache Software Foundation\Tomcat 5.5\conf\mod_jk.conf. (You can put the .conf file anywhere, you just have to tell Apache where it's located.) I did find that the HowTo instructions directed you to use

Re: Tomcat/Apache/JK(2)?

2005-05-20 Thread Tom Holmes Jr.
I have Tomcat 5.5.9 using JK to communicate with Apache 2.0.54 just fine. The workers.properties file is configured correctly, the httpd.conf is configured correctly, and I had to make a small change to server.xml to call my new site. This is all running on one Windows 2000 Server machine.

Re: Tomcat/Apache/JK(2)?

2005-05-19 Thread Darryl Wilburn
Tom, If you need them, I can send you my actual files. Although I encourage you to do all you can do on your own to figure it out. It'll pay huge dividends in the end if you understand what you had to do to make it work. DW --- Tom Holmes Jr. [EMAIL PROTECTED] wrote: I can't thank you enough.

Re: Tomcat/Apache/JK(2)?

2005-05-19 Thread Tom Holmes Jr.
I agree I should work with the files first to see if I can get it to work. I used the sample workers.properties file from Tomcat 5.5 in order to create my working workers,properties file.So, now when I restart Apache2, it doesn't complain and it looks like it is communicating with Tomcat

Tomcat/Apache/JK(2)?

2005-05-18 Thread Tom Holmes Jr.
Ok, I'm not a newbie to Apache 2.x, Tomcat 4.x, JK2 with Java SDK 1.4.x ... I have gotten these to work over the years with few problems either on a Windows or Linux environment. I've modified the httpd.conf file and workers2.properties files under Apache 2.x, and the server.xml and

RE: Tomcat/Apache/JK(2)?

2005-05-18 Thread Didier McGillis
: Tom Holmes Jr. [EMAIL PROTECTED] Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org To: tomcat-user@jakarta.apache.org Subject: Tomcat/Apache/JK(2)? Date: Wed, 18 May 2005 11:02:00 -0400 Ok, I'm not a newbie to Apache 2.x, Tomcat 4.x, JK2 with Java SDK 1.4.x ... I have gotten these to work

Re: Tomcat/Apache/JK(2)?

2005-05-18 Thread Darryl Wilburn
Tom, I have Tomcat 5.5.7, Apache 2.0.54, JRE 1.5.0_03, JK 1.2.11, running on Win2k3 server with no problems. The biggest hurdle I had to get over was making the necessary changes on the sample files included with the software. (the worker names didn't match) The files required are mod_jk.so

Re: Tomcat/Apache/JK(2)?

2005-05-18 Thread Tom Holmes Jr.
I can't thank you enough. I was wondering if anyone had done it, and you certainly have. The sample files I have has always been the biggest hurdle for me also. The mod_jk.so I am using is mod_jk-1.2.13-apache-2.0.54.so which I think is for Windows. I'll refer to the same directions you

Question: Please tell me to connect Tomcat/Apache

2005-05-06 Thread anshul
I'm using Windows 2003. I've installed Apache2 on port 80, using .php scripts from ~/wwwroot I've installed Tomcat5 on port 8080, using .jsp scripts from ~/webapps/root I want2run HTML by Apache, .jsp by Tomcat and place my complete Web site in ~/wwwroot How, this is possible?

Re: Question: Please tell me to connect Tomcat/Apache

2005-05-06 Thread Anto Paul
On 5/6/05, anshul [EMAIL PROTECTED] wrote: I'm using Windows 2003. I've installed Apache2 on port 80, using .php scripts from ~/wwwroot I've installed Tomcat5 on port 8080, using .jsp scripts from ~/webapps/root I want2run HTML by Apache, .jsp by Tomcat and place my complete Web site in

Re: Question: Please tell me to connect Tomcat/Apache

2005-05-06 Thread anshul
@jakarta.apache.org Sent: Friday, May 06, 2005 5:41 PM Subject: Re: Question: Please tell me to connect Tomcat/Apache On 5/6/05, anshul [EMAIL PROTECTED] wrote: I'm using Windows 2003. I've installed Apache2 on port 80, using .php scripts from ~/wwwroot I've installed Tomcat5 on port 8080, using .jsp

Re: Question: Please tell me to connect Tomcat/Apache

2005-05-06 Thread Anto Paul
PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Friday, May 06, 2005 5:41 PM Subject: Re: Question: Please tell me to connect Tomcat/Apache On 5/6/05, anshul [EMAIL PROTECTED] wrote: I'm using Windows 2003. I've installed Apache2 on port 80, using .php scripts from

RE: Question: Please tell me to connect Tomcat/Apache

2005-05-06 Thread Peter Crowther
From: anshul [mailto:[EMAIL PROTECTED] I think/read, Apache is better than Tomcat for HTML Web pages. That is your decision, but... I asked, to run .jsp from ~/wwwroot ... you won't easily be able to mix, in the same directory, Apache serving the HTML files and Tomcat serving the JSPs.

tomcat/apache/mod_jk/multiple tomcat apps, port 80

2005-04-22 Thread t.n.a.
Hi all, I'm having trouble getting Apache to forward requests to two webapps deployed on Tomcat. Tomcat alone works fine (webapps work on port 8080), and apache seems to forward requests to other servlets on my ISP's server the way it should. Some snippets of configuration files I got from my

What version of Tomcat, Apache to Install

2005-04-18 Thread Daxin Zuo
Hi, I need to install Apache, tomcat, and all related software on a UNIX computer: MACHTYPE=sparc-sun-solaris2.9 What version of Tomcat, and Apache is the best match? I try to install Apache 2.0.53. When I compile it, there is only one .so file in the modules filder. It may be the wrong

RE: What version of Tomcat, Apache to Install

2005-04-18 Thread Caldarale, Charles R
From: Daxin Zuo [mailto:[EMAIL PROTECTED] Subject: What version of Tomcat, Apache to Install What version of Tomcat, and Apache is the best match? Are you sure you really need the additional complexity of Apache httpd on the same box as Tomcat? The current level of Tomcat (5.5 series

Re: Tomcat + Apache Web Server

2005-04-07 Thread Mike Millson
Well the Coyote connector for one definitely has compression available and compresses content nicely, even dynamic content. OK, I see this now. And I see that you can configure the MIME types you want to compress. Very good. I'm not sure of the specifics of the caching mechanisms used

RE: Tomcat + Apache Web Server

2005-04-06 Thread Pete Stevens
Consider the following Apache modules: mod_headers mod_expire mod_deflate I've never seen a web application that wouldn't benefit from one or all of these modules. And the performance improvements would likely more than outweigh any overhead. If Tomcat provides any of the functionality

RE: Tomcat + Apache Web Server

2005-04-06 Thread Mike Millson
On Wed, 2005-04-06 at 07:18, Pete Stevens wrote: Consider the following Apache modules: mod_headers mod_expire mod_deflate I've never seen a web application that wouldn't benefit from one or all of these modules. And the performance improvements would likely more than outweigh any

Re: Tomcat + Apache Web Server

2005-04-06 Thread Jason Bainbridge
On Apr 6, 2005 11:20 AM, Mike Millson [EMAIL PROTECTED] wrote: Every web application can benefit from compressing and caching static resources. It decreases the number of connections your server must handle. To not have caching, I think, is to ignore a best practice. Or at the very least

Tomcat + Apache Web Server

2005-04-05 Thread Magnotta, Salvatore
Hello, I'm new with Apache products and this is my first post. Please see the background info - it explains what versions I have and what I have done. Question: How can I have both Apache and Tomcat running on a Windows platform using Internet Explorer and do the following:

Re: Tomcat + Apache Web Server

2005-04-05 Thread Jorge Davila
You most configure mod_proxy in apache to get the configuration desired. The idea is that apache receive the request and if the request is for tomcat apache send the request at the respective servlet. http://httpd.apache.org/docs-2.0/mod/mod_proxy.html Best regards, Jorge Dvila. El mar, 05-04

RE: Tomcat + Apache Web Server

2005-04-05 Thread Caldarale, Charles R
From: Magnotta, Salvatore [mailto:[EMAIL PROTECTED] Subject: Tomcat + Apache Web Server Question: How can I have both Apache and Tomcat running on a Windows platform using Internet Explorer and do the following: Before introducing that complexity, why are you using Apache httpd at all

RE: Tomcat + Apache Web Server

2005-04-05 Thread Magnotta, Salvatore
/servlet or something like this ? ...Thanks for the link. -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 05, 2005 5:58 PM To: Tomcat Users List Subject: RE: Tomcat + Apache Web Server From: Magnotta, Salvatore [mailto:[EMAIL PROTECTED

RE: Tomcat + Apache Web Server

2005-04-05 Thread Jorge Davila
Are you suggesting that we can drop apache and only use tomcat in some cases? El mar, 05-04-2005 a las 16:58 -0500, Caldarale, Charles R escribi: From: Magnotta, Salvatore [mailto:[EMAIL PROTECTED] Subject: Tomcat + Apache Web Server Question: How can I have both Apache and Tomcat

RE: Tomcat + Apache Web Server

2005-04-05 Thread Magnotta, Salvatore
The solution is: ProxyRequests Off ProxyPass /servlet http://localhost:8080/servlet/ Thanks Jorge! -Original Message- From: Jorge Davila [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 05, 2005 4:57 PM To: Tomcat Users List Subject: Re: Tomcat + Apache Web Server You most configure

RE: Tomcat + Apache Web Server

2005-04-05 Thread Caldarale, Charles R
From: Jorge Davila [mailto:[EMAIL PROTECTED] Subject: RE: Tomcat + Apache Web Server Are you suggesting that we can drop apache and only use tomcat in some cases? Certainly. Think of the overhead being _added_ by passing a request through httpd just to get to Tomcat. If the vast

RE: Tomcat + Apache Web Server

2005-04-05 Thread Mike Millson
On Tue, 2005-04-05 at 18:42, Caldarale, Charles R wrote: From: Jorge Davila [mailto:[EMAIL PROTECTED] Subject: RE: Tomcat + Apache Web Server Are you suggesting that we can drop apache and only use tomcat in some cases? Certainly. Think of the overhead being _added_ by passing

RE: JBoss + Tomcat + Apache-1.3.33

2004-12-06 Thread parviz
- From: Filip Hanik - Dev [mailto:[EMAIL PROTECTED] Sent: Friday, December 03, 2004 4:55 PM To: Tomcat Users List Subject: Re: JBoss + Tomcat + Apache-1.3.33 port 8009 is the AJP (mod_jk) port port 8080 is the tomcat HTTP port. its in a file called server.xml under the jboss structure

JBoss + Tomcat + Apache-1.3.33

2004-12-03 Thread Warron French
I have been running full tilt into a wall trying to get a website up and running again with Apache-1.3.33 + Tomcat-4.1.31 + JBoss-3.2.5. Is this possible or is there a conflict with the above mentioned versions of these softwares? A little history of my situation: A server was built from

Re: JBoss + Tomcat + Apache-1.3.33

2004-12-03 Thread Filip Hanik - Dev
for the fastest and easiest solution, just use mod_proxy, it will only take you a few minutes to setup Filip - Original Message - From: Warron French [EMAIL PROTECTED] To: User Tomcat (E-mail) [EMAIL PROTECTED] Sent: Friday, December 03, 2004 2:53 PM Subject: JBoss + Tomcat + Apache

RE: JBoss + Tomcat + Apache-1.3.33

2004-12-03 Thread Warron French
, 2004 3:56 PM To: Tomcat Users List Subject: Re: JBoss + Tomcat + Apache-1.3.33 for the fastest and easiest solution, just use mod_proxy, it will only take you a few minutes to setup Filip - Original Message - From: Warron French [EMAIL PROTECTED] To: User Tomcat (E-mail) [EMAIL

Re: JBoss + Tomcat + Apache-1.3.33

2004-12-03 Thread Filip Hanik - Dev
- From: Warron French [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, December 03, 2004 3:39 PM Subject: RE: JBoss + Tomcat + Apache-1.3.33 OK, if I have these processes running: /usr/local/apache/bin/httpd /bin/sh /usr/local/jboss-3.2.5/bin/run.sh /usr/local

RE: JBoss + Tomcat + Apache-1.3.33

2004-12-03 Thread Warron French
- Dev [mailto:[EMAIL PROTECTED] Sent: Friday, December 03, 2004 4:44 PM To: Tomcat Users List Subject: Re: JBoss + Tomcat + Apache-1.3.33 yes, with mod_proxy you can do it like this ProxyPass /somedir http://localhost:8080/somedir ProxyPassReverse /somedir http://localhost:8080/somedir

Re: JBoss + Tomcat + Apache-1.3.33

2004-12-03 Thread Filip Hanik - Dev
are you saying that your current jboss/tomcat isn't using port 8080? Filip - Original Message - From: Warron French [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, December 03, 2004 3:46 PM Subject: RE: JBoss + Tomcat + Apache-1.3.33 How do I set it up to use

RE: JBoss + Tomcat + Apache-1.3.33

2004-12-03 Thread Warron French
Engineer Xtria, LLC 8045 Leesburg Pike #400 Vienna, VA 22182 Desk: 703-821-6110 Main: 703-821-6000 Fax: 703-827-0374 -Original Message- From: Filip Hanik - Dev [mailto:[EMAIL PROTECTED] Sent: Friday, December 03, 2004 4:51 PM To: Tomcat Users List Subject: Re: JBoss + Tomcat + Apache

Re: JBoss + Tomcat + Apache-1.3.33

2004-12-03 Thread Filip Hanik - Dev
: JBoss + Tomcat + Apache-1.3.33 Technically, I don't know how well configured it is. Someone else configured it, and I think it is configured for port 8009 but again... how do I know what it is configured for and that I am starting off on the right foot here. Merry Christmas Happy New

RE: JBoss + Tomcat + Apache-1.3.33

2004-12-03 Thread Warron French
-0374 -Original Message- From: Filip Hanik - Dev [mailto:[EMAIL PROTECTED] Sent: Friday, December 03, 2004 4:55 PM To: Tomcat Users List Subject: Re: JBoss + Tomcat + Apache-1.3.33 port 8009 is the AJP (mod_jk) port port 8080 is the tomcat HTTP port. its in a file called server.xml under

Tomcat, Apache connected in interesting way

2004-11-23 Thread Joshua Szmajda
Hi all, I run a pretty high traffic site using Tomcat. We've gone through a number of configurations in the past, and I wanted to share with you the newest setup that we're using. It's a bit unorthodox perhaps, and I was wondering if anyone could think of possible problems? It does seem to be

Re: Tomcat, Apache connected in interesting way

2004-11-23 Thread Tim Funk
Nope. That is my prefered way to go. Let apache do what it does best. Let tomcat do what it does best. You'll notice that it'll also take longer before you need to add more tomcats in your cluster by doing this. What you need to be wary of are any security issues where some static assets need

Re: Tomcat, Apache connected in interesting way

2004-11-23 Thread Matt Bathje
Joshua Szmajda wrote: Hi all, I run a pretty high traffic site using Tomcat. We've gone through a number of configurations in the past, and I wanted to share with you the newest setup that we're using. It's a bit unorthodox perhaps, and I was wondering if anyone could think of possible

Re: Tomcat, Apache connected in interesting way

2004-11-23 Thread Joshua Szmajda
Both are on the same server, yes. They are however listening on different IP addresses. If needed, you could set the tomcat http connector to listen on a different port and adjust the rewrite rule accordingly. As far as SSL goes, the SSL encryption will be in place from the client to apache,

tomcat/apache problem when using ssl

2004-11-02 Thread Nandish Rudra
Hello, I am having problem accessing my webapps deployed in tomcat, through apache. I have setup apache to use SSL. When I attempt to access any files within tomcat I see the following error in apache's error logs. The browser says the connections was broken unexpectedly. I am running apache

RE: tomcat/apache problem when using ssl

2004-11-02 Thread Goldman, Stephen CIV SWRMC
it. If you look in the /conf/web.xml file under mime type mappings you will see this. Hopefully someone will have the answer. Stephen -Original Message- From: Nandish Rudra [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 02, 2004 10:30 To: Tomcat Users List (E-mail) Subject: tomcat

RE: tomcat/apache problem when using ssl

2004-11-02 Thread Nandish Rudra
-Original Message- From: Goldman, Stephen CIV SWRMC [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 02, 2004 1:51 PM To: Tomcat Users List Subject: RE: tomcat/apache problem when using ssl I'm experiencing the same problem. The issue is that microsoft (article Q316431) will not display

Tomcat+Apache installation problem

2004-10-26 Thread Vivek Behal
Hi, I installed tomcat with apache in the program files i.e directory containg space in the name. It does not work fine. when i install it in some other directory it works fine.Could any one tell me if we ca install it in the directory containing spaces or not? Is it Documentated??

Re: Tomcat - Apache with JK2: mapping urls...

2004-10-18 Thread Johann Uhrmann
Andrzej Jan Taramina wrote: Douglas WF Acheson has said late last year: # Define the Manager proxy that comes with Tomcat [uri:/tomcat/manager/*] context=/manager info=Manager prefix mapping But, after frustrating attempts I cannot seem to get it correct. I have search the mail archives and a

RE: Tomcat - Apache with JK2: mapping urls...

2004-10-18 Thread Cox, Charlie
in place of the workers2.properties [uri: mappings Charlie -Original Message- From: Johann Uhrmann [mailto:[EMAIL PROTECTED] Sent: Monday, October 18, 2004 9:58 AM To: Tomcat Users List Subject: Re: Tomcat - Apache with JK2: mapping urls... Andrzej Jan Taramina wrote: Douglas WF

Tomcat - Apache with JK2: mapping urls...

2004-10-08 Thread Andrzej Jan Taramina
Douglas WF Acheson has said late last year: # Define the Manager proxy that comes with Tomcat [uri:/tomcat/manager/*] context=/manager info=Manager prefix mapping But, after frustrating attempts I cannot seem to get it correct. I have search the mail archives and a few people have asked

compilation errors while building tomcat-apache jk2 connector ISAPI module.

2004-10-06 Thread Sato
Microsoft VisualC++ 6.0 OS: Win 2k: SP4 I am getting following errors while building isapi module of JK2 connector. Could you pl suggest me to fix this issue? Configuration: isapi - Win32 Release Compiling... jk_isapi_plugin.c

Re: Tomcat-Apache and SSL- Re-Post

2004-09-14 Thread Bill Barker
Barker Sent: Sunday, September 12, 2004 1:12 PM To: [EMAIL PROTECTED] Subject: Re: Tomcat-Apache and SSL- Re-Post If 8000 is the Apache port, then use request.getLocalPort(). If 8000 is the AJP port, it can't be done. Wade Billings [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED

RE: Tomcat-Apache and SSL- Re-Post

2004-09-14 Thread Wade Billings
Thank you for the suggestion, I will try this tomorrow and post the results. Cheers, Q. Wade Billings -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Bill Barker Sent: Tuesday, September 14, 2004 7:27 PM To: [EMAIL PROTECTED] Subject: Re: Tomcat-Apache and SSL- Re

RE: Tomcat-Apache and SSL- Re-Post

2004-09-13 Thread Wade Billings
[mailto:[EMAIL PROTECTED] On Behalf Of Bill Barker Sent: Sunday, September 12, 2004 1:12 PM To: [EMAIL PROTECTED] Subject: Re: Tomcat-Apache and SSL- Re-Post If 8000 is the Apache port, then use request.getLocalPort(). If 8000 is the AJP port, it can't be done. Wade Billings [EMAIL PROTECTED

Tomcat-Apache and SSL- Re-Post

2004-09-12 Thread Wade Billings
Here is a fun one for ya all... We recently decided to migrate from a Jrun/Apahe platform to an Apache2.0/Tomcat5.0 platform. Everything went great until we placed it into production and found that our SSL sites were broken. Here are the details, and forgive me, as I am not a developer so I

AW: Tomcat-Apache and SSL- Re-Post

2004-09-12 Thread SH Solutions
Hi ... that the source port from the load balancer has changed from port 80 to port 8000 so our app will behave correctly and will present our pages as secure. Are you sure, you are talking about source ports? Since you need to contact tomcat on the same port every time and your target and

Re: Tomcat-Apache and SSL- Re-Post

2004-09-12 Thread Bill Barker
If 8000 is the Apache port, then use request.getLocalPort(). If 8000 is the AJP port, it can't be done. Wade Billings [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Here is a fun one for ya all... We recently decided to migrate from a Jrun/Apahe platform to an Apache2.0/Tomcat5.0

Tomcat-Apache and SSL

2004-09-11 Thread Wade Billings
Here is a fun one for ya all... We recently decided to migrate from a Jrun/Apahe platform to an Apache2.0/Tomcat5.0 platform. Everything went great until we placed it into production and found that our SSL sites were broken. Here are the details, and forgive me, as I am not a developer so I

How to catch and redirect an error code 500 with Tomcat apache ?

2004-07-08 Thread Julien Oix
Hi everyone I can't manage to redirect a 500 error code page to a customized error page, even I can't see any trouble in my conf's files. # config Linux RedHat 7.1 Apache 1.3.27 (rpm) Tomcat 4.1.18 (rpm) mod_jk 1.2.2 (rpm) #apache myVH.conf ErrorDocument 500 /jsp/500.jsp #tomcat

Newbie: Tomcat-Apache Error

2004-07-07 Thread Chmal, Radek
Hello List, I don't know if i am on the right address here, but i try to ask you something. I have an Apache 2.0.49 running with jarkarta-tomcat 4.1.27 LE-jdk14 running. In my Apache errorlog i have some error messages caused from tomcat. They ar like this: [Thu Jul 01 14:35:42 2004] [error]

How to catch and redirect an error code 500 with Tomcat apache ?

2004-07-06 Thread Julien Oix
Hi everyone I can't manage to redirect a 500 error code page to a customized error page, even I can't see any trouble in my conf's files. # config Linux RedHat 7.1 Apache 1.3.27 (rpm) Tomcat 4.1.18 (rpm) mod_jk 1.2.2 (rpm) #apache myVH.conf ErrorDocument 500 /jsp/500.jsp #tomcat

Re: How to catch and redirect an error code 500 with Tomcat apache ?

2004-07-06 Thread Tim Kelly
We had to put the error-page definition in this file: jakarta-tomcat-4.1.27-LE-jdk14/webapps/ROOT/WEB-INF/web.xml Restart tomcat and it should be picked up. Tim Julien Oix wrote: Hi everyone I can't manage to redirect a 500 error code page to a customized error page, even I can't see any trouble

Tomcat apache error code 500

2004-07-05 Thread Julien Oix
Hi everyone I can't manage to redirect a 500 error code page to a customized error page, even I can't see any trouble in my conf's files. # config Linux RedHat 7.1 Apache 1.3.27 (rpm) Tomcat 4.1.18 (rpm) mod_jk 1.2.2 (rpm) #apache myVH.conf ErrorDocument 500 /jsp/500.jsp #tomcat

Tomcat + Apache + SSL

2004-07-01 Thread Lorenzo A. Jimenez Briceno
Hi, Where can I find info about configuring Tomcat 5 and Apache 2, so I can access apps thru SSL port 443. Do I need only to install a certificate in Apache and with port 443, the plugin connects directly. Thanks Lorenzo Jimenez _ Lorenzo A. Jimenez Briceno

RE: Tomcat + Apache + SSL

2004-07-01 Thread Lee, Paul NYC
http://jakarta.apache.org/tomcat/connectors-doc/jk2/index.html -Original Message- From: Lorenzo A. Jimenez Briceno [mailto:[EMAIL PROTECTED] Sent: Thursday, July 01, 2004 1:13 PM To: Tomcat Users List Subject: Tomcat + Apache + SSL Importance: High Hi, Where can I find info about

RE: Tomcat + Apache + SSL

2004-07-01 Thread Lorenzo A. Jimenez Briceno
Thanks. -Mensaje original- De: Lee, Paul NYC [mailto:[EMAIL PROTECTED] Enviado el: Jueves, 01 de Julio de 2004 11:30 a.m. Para: 'Tomcat Users List' Asunto: RE: Tomcat + Apache + SSL http://jakarta.apache.org/tomcat/connectors-doc/jk2/index.html -Original Message- From: Lorenzo

RE: Tomcat + Apache + SSL

2004-07-01 Thread Casas, Claudia
:[EMAIL PROTECTED] Sent: Thursday, July 01, 2004 2:41 PM To: Tomcat Users List Subject: RE: Tomcat + Apache + SSL Importance: High Thanks. -Mensaje original- De: Lee, Paul NYC [mailto:[EMAIL PROTECTED] Enviado el: Jueves, 01 de Julio de 2004 11:30 a.m. Para: 'Tomcat Users List' Asunto

RE: Tomcat + Apache + SSL

2004-07-01 Thread Lorenzo A. Jimenez Briceno
Thanks Claudia, Do you know about TC5 and A2 -Mensaje original- De: Casas, Claudia [mailto:[EMAIL PROTECTED] Enviado el: Jueves, 01 de Julio de 2004 02:48 p.m. Para: Tomcat Users List Asunto: RE: Tomcat + Apache + SSL I followed John Turner's Web page: http://johnturner.com/howto

RE: Tomcat + Apache + SSL

2004-07-01 Thread Casas, Claudia
: Lorenzo A. Jimenez Briceno [mailto:[EMAIL PROTECTED] Sent: Thursday, July 01, 2004 3:46 PM To: Tomcat Users List Subject: RE: Tomcat + Apache + SSL Importance: High Thanks Claudia, Do you know about TC5 and A2 -Mensaje original- De: Casas, Claudia [mailto:[EMAIL PROTECTED] Enviado el: Jueves

AW: AW: Problem with Tomcat + Apache + mod_jk

2004-06-23 Thread Jens . Mueller
An: Tomcat Users List Betreff: Re: AW: Problem with Tomcat + Apache + mod_jk first you seem to have a problem with those 302 responses from tomcat. you have to fix that first. i'm using tomcat5 + apache2 + mod_jk2. in my setup, the chunked header comes from tomcat. just search google for tomcat

Problem with Tomcat + Apache + mod_jk

2004-06-22 Thread Jens . Mueller
] Betreff: *** Mail von extern mit internem Absender ***Problem with Tomcat + Apache + mod_jk Hello List, I have a problem with Tomcat 4.1.27, Apache 1.3.26, mod_jk 1.2.5, JDK1.4.2. Somethimes the Apache sends a wrong HTTP-Answer and I'll see the following HTTP-Header in the browser: #3Apache Tomcat

Re: Problem with Tomcat + Apache + mod_jk

2004-06-22 Thread ming fang
von extern mit internem Absender ***Problem with Tomcat + Apache + mod_jk Hello List, I have a problem with Tomcat 4.1.27, Apache 1.3.26, mod_jk 1.2.5, JDK1.4.2. Somethimes the Apache sends a wrong HTTP-Answer and I'll see the following HTTP-Header in the browser: #3Apache Tomcat/4.1.27 HTTP/1.1

Problem with Tomcat + Apache + mod_jk

2004-06-22 Thread Jens . Mueller
Without Apache and mod_jk it works fine, so the application is clean. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problem with Tomcat + Apache + mod_jk

2004-06-22 Thread ming fang
you can try turning off chunking in tomcat. On Jun 22, 2004, at 9:12 AM, [EMAIL PROTECTED] wrote: Without Apache and mod_jk it works fine, so the application is clean. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

AW: Problem with Tomcat + Apache + mod_jk

2004-06-22 Thread Jens . Mueller
it comes from tomcat, it is possible to disable this 'feature'`? Greets Jens -Ursprüngliche Nachricht- Von: ming fang [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 22. Juni 2004 15:10 An: Tomcat Users List Betreff: Re: Problem with Tomcat + Apache + mod_jk it looks like the respond

Re: AW: Problem with Tomcat + Apache + mod_jk

2004-06-22 Thread ming fang
the tomcat? When it comes from tomcat, it is possible to disable this 'feature'`? Greets Jens -Ursprüngliche Nachricht- Von: ming fang [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 22. Juni 2004 15:10 An: Tomcat Users List Betreff: Re: Problem with Tomcat + Apache + mod_jk it looks like

Problem with Tomcat + Apache + mod_jk

2004-06-21 Thread Jens . Mueller
Hello List, I have a problem with Tomcat 4.1.27, Apache 1.3.26, mod_jk 1.2.5, JDK1.4.2. Somethimes the Apache sends a wrong HTTP-Answer and I'll see the following HTTP-Header in the browser: #3Apache Tomcat/4.1.27 HTTP/1.1 302 Moved Temporarily Date: Fri, 18 Jun 2004 11:23:55 GMT Server:

context paths, tomcat, apache, ensim 3.7

2004-06-01 Thread stella luna
Okay I followed the below instructions, and added the bits to each file. I have therefore set up my configuration as follows : File /etc/httpd/siteXXX/tomcat4-aliases : IfModule mod_jk.c JkMount /manager ajp13 JkMount /manager/* ajp13 /IfModule File

Re: context paths, tomcat, apache, ensim 3.7

2004-06-01 Thread stella luna
just so everyone knows this a 404 error problem with the manager application under a virtual host. Please help, been working on this for two weeks now.girlfriend and dog mad! On Jun 1, 2004, at 9:52 PM, stella luna wrote: Okay I followed the below instructions, and added the bits to

Re: context paths, tomcat, apache, ensim 3.7 ( with sever.xml) included

2004-06-01 Thread stella luna
I figure it has to be something with my server.xml filecan someone take a look at it and see if something pops out? Thanks so much, TDG server_vwh.xml Description: application/xml On Jun 1, 2004, at 9:52 PM, stella luna wrote: Okay I followed the below instructions, and added the bits to

Re: context paths, tomcat, apache, ensim 3.7 ( with sever.xml) included

2004-06-01 Thread stella luna
I am getting this error when i try to connect to localhost/managers/ Tue Jun 01 12:19:12 2004] [jk_connect.c (177)]: jk_open_socket, connect() failed errno = 111 [Tue Jun 01 12:19:12 2004] [jk_ajp_common.c (626)]: In jk_endpoint_t::ajp_connect_to_endpoint, failed errno = 111 [Tue Jun 01

Tomcat , APache , Jserv

2004-04-19 Thread birendar . waldiya
Hi , can anyone tell me that 1. Is Tomcat a separate servlet engine and webserver ? 2. Is Apache a webserver only ? 3. Can we integrate Tomcat and Apache ?? What i understood was Tomcat is a separate webser servlet engine , Apache is a better webserver , we can have use Tomcat servlet engine

RE: Tomcat , APache , Jserv

2004-04-19 Thread Ralph Einfeldt
) - jserv is a predessor of tomcat (historical, only in parts technical) and had no own http stack. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, April 19, 2004 2:03 PM To: Tomcat Users List Subject: Tomcat , APache , Jserv 1. Is Tomcat a separate

RE: Tomcat , APache , Jserv

2004-04-19 Thread birendar . waldiya
: Tomcat , APache , Jserv - Tomcat is a servlet and jsp engine. - Tomcat can be used as a stand alone webserver - Apache is a webserver (with different features than tomcat, if it is better depends on the requirements) - Apache can be integrated with tomcat by mod_jk[2] (So Apache

[Q] Tomcat, Apache Webserver and Datasources

2004-04-13 Thread Riaan Oberholzer
On a standalone Tomcat server, I can define JDBC resources in a context without problems. As soon as Apache webserver is brought into the equation, the JDBC datasources fail to initialize, exceptions indicating that the resoruce parameters where null. I don't know anything about Apache webserver,

RE: [Q] Tomcat, Apache Webserver and Datasources

2004-04-13 Thread Shapira, Yoav
Hi, Hmm, others can help more, but maybe the mapping between apache and tomcat is wrong? Yoav Shapira Millennium Research Informatics -Original Message- From: Riaan Oberholzer [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 13, 2004 8:39 AM To: [EMAIL PROTECTED] Subject: [Q] Tomcat

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: Tomcat/Apache: error creating shm

2004-03-27 Thread Robert Mazur
On Friday 26 March 2004 23:18, Robert Mazur wrote: I am running into an error when launching tomcat: shm.create(): error creating shm 70014 End of file found I have set up the coyote connector on the following system: -SUSE9 -Apache 2.0.49 -Tomcat 5.0.19

Tomcat/Apache: error creating shm

2004-03-26 Thread Robert Mazur
I am running into an error when launching tomcat: shm.create(): error creating shm 70014 End of file found I have set up the coyote connector on the following system: -SUSE9 -Apache 2.0.49 -Tomcat 5.0.19 -jakarta-tomcat-connectors-jk2-2.0.4-src ...using instructions at:

Tomcat/Apache Port Settings

2004-03-24 Thread neil.2.robinson
I need to be able to run Apache HTTP Server and Apache Tomcat at the same time, but they are both on port 8080. How can I change the configuration of one of either the HTTP server or Tomcat to resolve this? Thanks

Re: Tomcat/Apache Port Settings

2004-03-24 Thread Michael Kastner
Hello Neil, under regular circumstances the HTTP server port should be set to listen on port 80. So you might want to change this setting in your httpd.conf file. Pretty much at the start of your httpd.conf file there should be a line like this: Listen *:80 or in your case Listen *:8080

Re: Tomcat Apache connector not working

2004-03-19 Thread Allan Bruce
Allan, the problem lies with the link-edit while building the mod_jk2.so module. The Makefile produced in the some_path/native2/server/apache2/ is buggy. There is some important libraries missing in the list. Also, I believe the configure is not checking everything properly. All prereqs

Re: Tomcat Apache connector not working

2004-03-19 Thread Daniel Savard
Le ven 19/03/2004 à 05:11, Allan Bruce a écrit : I used an rpm to install the connector. Do you suggest I uninstall the rpm and compile the source? Thanks Allan Before you may do the following check: Locate the mod_jk2.so file and issue the following command: ldd mod_jk2.so It will

Re: Tomcat Apache connector not working

2004-03-19 Thread Allan Bruce
- Original Message - From: Daniel Savard [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, March 19, 2004 3:27 PM Subject: Re: Tomcat Apache connector not working Le ven 19/03/2004 à 05:11, Allan Bruce a écrit : I used an rpm to install the connector. Do

Re: Tomcat Apache connector not working

2004-03-19 Thread Daniel Savard
Le ven 19/03/2004 à 12:30, Allan Bruce a écrit : My output is: [EMAIL PROTECTED] apache2]# ldd mod_jk2.so libc.so.6 = /lib/i686/libc.so.6 (0x4003) /lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x8000) is this a problem? I am quite new to linux so I dont know much

Tomcat Apache connector not working

2004-03-18 Thread Allan Bruce
I have apache and tomcat both up and running. Now I want to be able to set up a connector so that I can browse the 'examples' directory of the tomcat installation through apaches port. The below config doesnt seem to work, can somebody please tell me where I am going wrong? Thanks -

  1   2   3   4   5   6   7   8   9   10   >