RE: Tomcat and apache - localhost?

2003-12-30 Thread Shapira, Yoav
PROTECTED] Subject: Tomcat and apache - localhost? Hello, i'm a new mailing-list member. today, i installed apache, tomcat and the jk connector. i have one problem: when i enter in the web-browser the URL http://localhost/examples - i get the tomcat sample-page. it works also with the tomcat port 8080

Re: Tomcat and apache - localhost?

2003-12-30 Thread Sascha Alff
, December 30, 2003 3:37 PM Subject: RE: Tomcat and apache - localhost? Howdy, Yes: read the Host configuration reference in the tomcat documentation, specifically the section on Host Name Aliases. Yoav Shapira Millennium ChemInformatics -Original Message- From: Sascha Alff [mailto:[EMAIL

workers.properties file - connecting Tomcat to Apache

2003-12-30 Thread annimandary
I'm trying to connect Tomcat and Apache. Initially, I didn't have the workers.properties file and got the following error when I started Tomcat: Can't find workers.properties at C:\jakarta-tomcat\conf\jk\workers.properties Please install it in the default location or set the config location

Remote Tomcat Server - Apache Connector over SSL

2003-12-30 Thread joe
Here's the scenario. Apache server sits outside our firewall/LAN. It needs to take secure requests from users, forward them onto Tomcat (Which sits behind the firewall) via the JK connector. Is there some configuration option in Tomcat and/or the workers2.properties config file that will

Re: Remote Tomcat Server - Apache Connector over SSL

2003-12-30 Thread QM
: Here's the scenario. Apache server sits outside our firewall/LAN. It needs to take secure requests from users, forward them onto Tomcat (Which sits behind the firewall) via the JK connector. Is there some configuration option in Tomcat and/or the workers2.properties config file that will

Re: Remote Tomcat Server - Apache Connector over SSL

2003-12-30 Thread Bill Barker
goal: do you want to 1/ make sure the traffic between the webserver / tomcat is encrypted to discourage snooping Some people have reported success using ssh-tunnelling. Never tried it myself (since I can be reasonably confident that any men-in-the-middle of the Apache-Tomcat connection

Re: Errors when connecting Tomcat to Apache

2003-12-29 Thread annimandary
How do I create the workers.properties? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Errors when connecting Tomcat to Apache

2003-12-29 Thread Altankov Peter
Try this URL: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/index.html -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 29 2003 . 15:26 To: Tomcat Users List Subject: Re: Errors when connecting Tomcat to Apache How do I create the workers.properties

Errors when connecting Tomcat to Apache

2003-12-28 Thread annimandary
I'm using the mod_jk module to connect Tomcat to Apache but I get the following errors when I start the Tomcat server: mod_jk location: modules\mod_jk.dll Make sure it is installed corectly or set the config location Using ApacheConfig modJk=PATH_TO_MOD_JK.SO_OR_DLL Can't find

Re: Errors when connecting Tomcat to Apache

2003-12-28 Thread Erezl
you shoule create the worker properties file - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Sunday, December 28, 2003 5:59 PM Subject: Errors when connecting Tomcat to Apache I'm using the mod_jk module to connect Tomcat to Apache but I

Re: mod_jk2/2.0.2 failure in Tomcat 5.0.16 / Apache 2.0.48

2003-12-24 Thread Jeremy Barth
I eventually solved this problem. In addition to the first two entries, you also need the 'shm' entry. # workers2.properties # [channel.socket:localhost:8009] tomcatId=localhost:8009 [uri:/jsp-examples/*] [shm] file=/usr/local/apache/logs/shm.file size=1048576 Even if

mod_jk2/2.0.2 failure in Tomcat 5.0.16 / Apache 2.0.48

2003-12-23 Thread Jeremy Barth
I've looked at the list archives, but can't find much on JK2 with Tomcat 5 (though there's plenty of material on Tomcat 4). I'm sure I'm missing something obvious, but I can't get even the example webapps to work with Apache 2.0.48 / Tomcat 5.0.16 / JK2. I am following the example given here

RE: mod_jk2/2.0.2 failure in Tomcat 5.0.16 / Apache 2.0.48

2003-12-23 Thread Wendell Holmes
to access /jsp-examples, since Apache nor jk2 would have a path to that dir. Wendell -Original Message- From: Jeremy Barth [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 23, 2003 11:42 AM To: [EMAIL PROTECTED] Subject: mod_jk2/2.0.2 failure in Tomcat 5.0.16 / Apache 2.0.48 I've looked

RE: mod_jk2/2.0.2 failure in Tomcat 5.0.16 / Apache 2.0.48

2003-12-23 Thread Jeremy Barth
At 01:33 PM 12/23/2003 -0700, Wendell Holmes wrote: If jkstatus works, then Apache is working with Tomcat, no? IIRC, the actual path to the jsp-examples is /webapps/examples/jsp-examples, so your uri mapping should be [uri:/examples/jsp-examples/*] I think. You should have an Apache error log

Re: mod_jk2/2.0.2 failure in Tomcat 5.0.16 / Apache 2.0.48

2003-12-23 Thread Liem Do
: Jeremy Barth [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, December 23, 2003 12:57 PM Subject: RE: mod_jk2/2.0.2 failure in Tomcat 5.0.16 / Apache 2.0.48 At 01:33 PM 12/23/2003 -0700, Wendell Holmes wrote: If jkstatus works, then Apache is working with Tomcat, no? IIRC

Re: mod_jk2/2.0.2 failure in Tomcat 5.0.16 / Apache 2.0.48

2003-12-23 Thread Jeremy Barth
At 01:13 PM 12/23/2003 -0800, Liem Do wrote: Try adding a worker definition to the workers2.properties like below. Your jsp-examples uri mapping specifies a worker but there's none defined in the file. # define the worker [ajp13:localhost:8009] channel=channel.socket:localhost:8009 Hope that

Re: mod_jk2/2.0.2 failure in Tomcat 5.0.16 / Apache 2.0.48

2003-12-23 Thread Liem Do
PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, December 23, 2003 1:42 PM Subject: Re: mod_jk2/2.0.2 failure in Tomcat 5.0.16 / Apache 2.0.48 At 01:13 PM 12/23/2003 -0800, Liem Do wrote: Try adding a worker definition to the workers2.properties like below. Your jsp-examples uri

mod_jk Tomcat and Apache httpd two different machines?

2003-12-17 Thread James R. Marcus
I want to run tomcat on our build machine and apache with the Jk connector on another is this possible? Are there any good tutorial docs available to do this? Thanks, James - To unsubscribe, e-mail: [EMAIL PROTECTED] For

RE: mod_jk Tomcat and Apache httpd two different machines?

2003-12-17 Thread Asif Chowdhary
protocolHandlerClassName=org.apache.jk.server.JkCoyoteHandler / I hope this helps you get it running. -Original Message- From: James R. Marcus [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 17, 2003 3:17 PM To: [EMAIL PROTECTED] Subject: mod_jk Tomcat

RE: mod_jk Tomcat and Apache httpd two different machines?

2003-12-17 Thread James R. Marcus
workers.properties (Tomcat)--- -Original Message- From: Asif Chowdhary [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 17, 2003 5:12 PM To: Tomcat Users List Subject: RE: mod_jk Tomcat and Apache httpd two different machines? Yes its possible. I installed the mod_jk2-2.0.43.dll

Fw: Setting up Tomcat 4.1.29 + Apache 2.0.47 + mod_jk2-2.0.43 on W2000

2003-11-06 Thread [EMAIL PROTECTED]
---BeginMessage--- Good morning. I'm Spanish and my English is very bad but I try it. My S.O. is Windows 2000. I have installed Apache 2.0.47 and is running, I have installed Tomcat 4.1.29 and is running, I have downloaded mod_jk2- 2.0.43 (the connector for Apache and Tomcat, I think so). I

RE: Tomcat 4.1.29, Apache 2.0.48, mod_jk2 2.02, JDK 1.4.2 and W2000

2003-11-05 Thread Ralph Einfeldt
Users List Subject: Re: Tomcat 4.1.29, Apache 2.0.48, mod_jk2 2.02, JDK 1.4.2 and W2000 http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/common/AJP v13.html#Questions%20I%20Have What happens if the request headers max packet size? There is no provision to send a second packet of request

Tomcat 4.1.29, Apache 2.0.48, mod_jk2 2.02, JDK 1.4.2 and W2000

2003-11-04 Thread Robert Leftwich
I am attempting to get this combination to work correctly using an in process Tomcat *without* using AJP, as the 8k hard limit on total request size imposed by AJP is not viable in my situation. Now, I can get the setup to work using AJP, based on the many how-to's contributed by various people

Re: Tomcat 4.1.29, Apache 2.0.48, mod_jk2 2.02, JDK 1.4.2 and W2000

2003-11-04 Thread Christopher Schultz
Robert, I am attempting to get this combination to work correctly using an in process Tomcat *without* using AJP, as the 8k hard limit on total request size imposed by AJP is not viable in my situation. There's an 8k maximum request size with the AJP protocol? Really? I've been uploading files

Re: Tomcat 4.1.29, Apache 2.0.48, mod_jk2 2.02, JDK 1.4.2 and W2000

2003-11-04 Thread Robert Leftwich
At 09:37 AM 5/11/2003, Christopher Schultz wrote: Robert, I am attempting to get this combination to work correctly using an in process Tomcat *without* using AJP, as the 8k hard limit on total request size imposed by AJP is not viable in my situation. There's an 8k maximum request size with

RE: Tomcat 4.1.29, Apache 2.0.48, mod_jk2 2.02, JDK 1.4.2 and W2000

2003-11-04 Thread Tracy Saward
: Tomcat 4.1.29, Apache 2.0.48, mod_jk2 2.02, JDK 1.4.2 and W2000 I am attempting to get this combination to work correctly using an in process Tomcat *without* using AJP, as the 8k hard limit on total request size imposed by AJP is not viable in my situation. Now, I can get the setup to work

Re: Tomcat 4.1.29, Apache 2.0.48, mod_jk2 2.02, JDK 1.4.2 and W2000

2003-11-04 Thread Christopher Schultz
Robert, From http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/common/AJPv13.html#Questions%20I%20Have What happens if the request headers max packet size? There is no provision to send a second packet of request headers in case there are more than 8K So more correctly if the http

Re: Tomcat 4.1.29, Apache 2.0.48, mod_jk2 2.02, JDK 1.4.2 and W2000

2003-11-04 Thread Robert Leftwich
At 10:01 AM 5/11/2003, Christopher Schultz wrote: HTTP POST information doesn't go in the headers, so you should still be okay. As long as you aren't senting huge amounts of information via a GET request, or you are sending like a million cookies or something. True - it is definitely using

Re: Tomcat 4.1.29, Apache 2.0.48, mod_jk2 2.02, JDK 1.4.2 and W2000

2003-11-04 Thread Robert Leftwich
At 10:57 AM 5/11/2003, I wrote: Some sort of bug in mod_jk? (although it happens using both mod_jk and mod_jk2). Hmm, it looks that way On further investigation the actual problem appears to be with the response size not the request size. The scenario is that after a successful POST a jsp

Configure tomcat-5 + Apache-2+jk2 on Solaris 9

2003-11-01 Thread Mike Nguyen
Hi, I've read many sources and have tried to configure but it seems not fully working properly. Could anyone help me to configure it or point me to place(s) where I can learn to configure this. I appreciate it. Mike IncrediMail -

RE: shared memory problem in Tomcat 4.1.24/Apache 2.0.47/mod_jk2 connection

2003-10-27 Thread Mario Juric
, but it does not seem to affect the apache/tomcat connection. Thanks a lot. Cheers Mario -Original Message- From: Klaus Wienert [mailto:[EMAIL PROTECTED] Sent: 22. oktober 2003 18:18 To: Tomcat Users List Cc: [EMAIL PROTECTED] Subject: Re: shared memory problem in Tomcat 4.1.24/Apache 2.0.47

RE: shared memory problem in Tomcat 4.1.24/Apache 2.0.47/mod_jk2 connection

2003-10-23 Thread Mario Juric
: [EMAIL PROTECTED] Subject: Re: shared memory problem in Tomcat 4.1.24/Apache 2.0.47/mod_jk2 connection Try the following: # workers2.properties [shm] file=/var/log/httpd/jk2.shm size=1048576 [channel.socket:localhost:8009] tomcatId=tomcat1 [ajp13:localhost:8009] channel=channel.socket:localhost

RE: shared memory problem in Tomcat 4.1.24/Apache 2.0.47/mod_jk2 connection

2003-10-23 Thread Mario Juric
Sorry, It looks as if html attachements are not accepted by the list server. I try to attach it as a zip-file. -Original Message- From: Mario Juric [mailto:[EMAIL PROTECTED] Sent: 23. oktober 2003 08:59 To: 'Tomcat Users List' Subject: RE: shared memory problem in Tomcat 4.1.24/Apache

Re: shared memory problem in Tomcat 4.1.24/Apache 2.0.47/mod_jk2 connection

2003-10-23 Thread Klaus Wienert
Subject: RE: shared memory problem in Tomcat 4.1.24/Apache 2.0.47/mod_jk2 connection Sorry, It looks as if html attachements are not accepted by the list server. I try to attach it as a zip-file. -Original Message- From: Mario Juric [mailto:[EMAIL PROTECTED] Sent: 23. oktober 2003 08:59

Tomcat-4.1.27 Apache-1.3.28 JK2.0.2 JDK-1.4.2_1 Win2K

2003-10-23 Thread Yaser Al Masri
=port+10 shm.file=E:\Apache\logs\jk2.shm 6. I left server.xml untouched, saved all files, and started Tomcat, then Apache. Tomcat started OK with no errors in the log files, and when started Apache nothing went wrong except this error in the jk2.log file (sorry for the long dump): ( info

shared memory problem in Tomcat 4.1.24/Apache 2.0.47/mod_jk2 connection

2003-10-22 Thread Mario Juric
I need some help in solving the following problem. I am trying to establish a simple Tomcat 4.1.24/Apache 2.0.47/mod_jk2 connection using the standard Tomcat examples webapp. The browser waits forever when I try to access http://localhost/examples/. I also get the the following errors two

Re: shared memory problem in Tomcat 4.1.24/Apache 2.0.47/mod_jk2 connection

2003-10-22 Thread Klaus Wienert
User [EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 8:20 AM Subject: shared memory problem in Tomcat 4.1.24/Apache 2.0.47/mod_jk2 connection I need some help in solving the following problem. I am trying to establish a simple Tomcat 4.1.24/Apache 2.0.47/mod_jk2 connection using

Problem accessing tomcat with apache

2003-10-13 Thread Lutz Maibach
Hi, I've installed Apache 2.0.40 (comes with RedHat 9.0), Tomcat 4.1.27 and mod_jk1.2.4. After setting up everything using some FAQs mod_jk is working when using localhost but not when using the IP-Address of the server. I suppose it's a well known newbie-fault I'm making so I hope someone can

Re: Tomcat 4 + Apache 1.3 + mod_jk lb session loss

2003-10-10 Thread Ned Regina
shows a new JSESSIONID cookie every time the page loads as well as alternating Real Path values (for each Tomcat server instance). I've had the same configuration working perfectly for nearly a year using Tomcat 4.0.X, Apache 1.3.x, and RedHat 7.2 running on three separate servers (one apache

Tomcat 4 + Apache 1.3 + mod_jk lb session loss

2003-10-09 Thread Ned Regina
a new JSESSIONID cookie every time the page loads as well as alternating Real Path values (for each Tomcat server instance). I've had the same configuration working perfectly for nearly a year using Tomcat 4.0.X, Apache 1.3.x, and RedHat 7.2 running on three separate servers (one apache

Re: Tomcat 4 + Apache 1.3 + mod_jk lb session loss

2003-10-09 Thread [EMAIL PROTECTED]
values (for each Tomcat server instance). I've had the same configuration working perfectly for nearly a year using Tomcat 4.0.X, Apache 1.3.x, and RedHat 7.2 running on three separate servers (one apache+mod_jk+tomcat, the others just tomcat). Initially, I had set up a multiple server system

Re: Tomcat 4 + Apache 1.3 + mod_jk lb session loss

2003-10-09 Thread Ned Regina
configuration working perfectly for nearly a year using Tomcat 4.0.X, Apache 1.3.x, and RedHat 7.2 running on three separate servers (one apache+mod_jk+tomcat, the others just tomcat). Initially, I had set up a multiple server system with the new software when I noticed this problem. To simplify

Re: Tomcat 4 + Apache 1.3 + mod_jk lb session loss

2003-10-09 Thread [EMAIL PROTECTED]
prints application, session, request, and cookie information shows a new JSESSIONID cookie every time the page loads as well as alternating Real Path values (for each Tomcat server instance). I've had the same configuration working perfectly for nearly a year using Tomcat 4.0.X, Apache 1.3.x

Integrating Tomcat and Apache on RedHat 9.0

2003-10-07 Thread Curley, Thomas
I'm running RH 7.3 AIS on i386, Tomcat 4.1.27 / Apache 1.3.27 Would appreciate any ideas on this -Original Message- From: Lawence [mailto:[EMAIL PROTECTED] Sent: 02 October 2003 20:08 To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: Integrating Tomcat and Apache on RedHat

Re: Integrating Tomcat and Apache on RedHat 9.0

2003-10-07 Thread Mike Millson
AC_PROG_CC I'm running RH 7.3 AIS on i386, Tomcat 4.1.27 / Apache 1.3.27 Would appreciate any ideas on this -Original Message- From: Lawence [mailto:[EMAIL PROTECTED] Sent: 02 October 2003 20:08 To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: Integrating

Re: DataSource and JNDI problem at Tomcat 4+Apache

2003-10-03 Thread Tuna Vardar
On Thu, 2003-10-02 at 01:12, Peter Harrison wrote: On Thu, 02 Oct 2003 01:01, Tuna Vardar wrote: What can be the cause for the exception I mentioned above? Any comments? Sounds very similar to the issue I had when trying to move to 4.1.27. When I moved from 4.0.4 to 4.1.27 the exact

Integrating Tomcat and Apache on RedHat 9.0

2003-10-02 Thread Mike Millson
FYI, below is an article I wrote on integrating tomcat and apache on RedHat 9.0 that might be of interest. http://www.meritonlinesystems.com/docs/apache_tomcat_redhat.html It has a lot of general configuration info as well. It has been fairly well tested recently by a number of individuals who

Link to Integrating Tomcat into Apache?

2003-10-02 Thread David Erickson
Hey I've been trying to find a good tutorial or how to on integrating tomcat into apache.. can anyone provide a link? Preferably Apache 2.x and tomcat 4.1.x thanks! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Link to Integrating Tomcat into Apache?

2003-10-02 Thread David Rees
On Thu, October 2, 2003 1at 1:02 am, David Erickson sent the following Hey I've been trying to find a good tutorial or how to on integrating tomcat into apache.. can anyone provide a link? Preferably Apache 2.x and tomcat 4.1.x Did you bother looking at the Jakarta Tomcat site? http

Re: Link to Integrating Tomcat into Apache?

2003-10-02 Thread David Erickson
to Integrating Tomcat into Apache? On Thu, October 2, 2003 1at 1:02 am, David Erickson sent the following Hey I've been trying to find a good tutorial or how to on integrating tomcat into apache.. can anyone provide a link? Preferably Apache 2.x and tomcat 4.1.x Did you bother looking

Re: Integrating Tomcat and Apache on RedHat 9.0

2003-10-02 Thread Lawence
Thanks for sharing. Mike Millson [EMAIL PROTECTED] wrote: FYI, below is an article I wrote on integrating tomcat and apache on RedHat 9.0 that might be of interest. http://www.meritonlinesystems.com/docs/apache_tomcat_redhat.html It has a lot of general configuration info as well. It has

DataSource and JNDI problem at Tomcat 4+Apache

2003-10-01 Thread Tuna Vardar
4.1. I use MySQL 3.23 as a database server. But when application is plugged to Apache Web Server by using org.apache.catalina.connector.warp.WarpConnector connector, I got following exception: Cannot load JDBC driver class 'null' java.lang.NullPointerException It seems like Apache + Tomcat 4

Re: DataSource and JNDI problem at Tomcat 4+Apache

2003-10-01 Thread Peter Harrison
On Thu, 02 Oct 2003 01:01, Tuna Vardar wrote: What can be the cause for the exception I mentioned above? Any comments? Sounds very similar to the issue I had when trying to move to 4.1.27. When I moved from 4.0.4 to 4.1.27 the exact same issue arose. If you put everything under a context it

RE: Urgent plz...modjk2, Tomcat 4.1.27, apache 1.3.24 integration

2003-09-24 Thread Goehring, Chuck Mr., RCI - San Diego
Mohan, I believe this Address already in use message always means something else is already listening on the port/LAN card/IP address. Could be another Tomcat or another web server. Doc at www.johnturner.com/howto is best instruction on modjk2/Tomcat/apache. If on Windows, check services

Urgent plz...modjk2, Tomcat 4.1.27, apache 1.3.24 integration

2003-09-23 Thread mohan
Hi All I am having apache 1.3.27, tomcat 4.1.27, i have compiled mod_jk2 on my machine, when i open the URL it says document contains no data the tomcat looks to be starting fine saying: Starting service Tomcat-Apache Apache Tomcat/4.1.27 Sep 23, 2003 9:17:17 AM org.apache.jk.common.ChannelSocket

RE: Urgent plz...modjk2, Tomcat 4.1.27, apache 1.3.24 integration

2003-09-23 Thread Shapira, Yoav
Howdy, machine, when i open the URL it says document contains no data the tomcat looks to be starting fine saying: Starting service Tomcat-Apache Apache Tomcat/4.1.27 Sep 23, 2003 9:17:17 AM org.apache.jk.common.ChannelSocket init INFO: Port busy 8009 java.net.BindException: Address already

RE: Urgent plz...modjk2, Tomcat 4.1.27, apache 1.3.24 integration

2003-09-23 Thread mohan
Howdy, machine, when i open the URL it says document contains no data the tomcat looks to be starting fine saying: Starting service Tomcat-Apache Apache Tomcat/4.1.27 Sep 23, 2003 9:17:17 AM org.apache.jk.common.ChannelSocket init INFO: Port busy 8009 java.net.BindException: Address already

RE: Port 443 request not forwarded to Tomcat from Apache

2003-09-19 Thread Ramanan Ramadoss
in message news:[EMAIL PROTECTED] Hi, I am trying to configure apache 2.0.46 to accept request on port 443 and route it to tomcat 4.1.27 using mod_jk. I am not using ssl yet, but it looks like calls are not forwarded to Tomcat from Apache. I am following step 1 of the following URL

Port 443 request not forwarded to Tomcat from Apache

2003-09-18 Thread Ramanan Ramadoss
Hi, I am trying to configure apache 2.0.46 to accept request on port 443 and route it to tomcat 4.1.27 using mod_jk. I am not using ssl yet, but it looks like calls are not forwarded to Tomcat from Apache. I am following step 1 of the following URL. http

Re: Port 443 request not forwarded to Tomcat from Apache

2003-09-18 Thread Bill Barker
in message news:[EMAIL PROTECTED] Hi, I am trying to configure apache 2.0.46 to accept request on port 443 and route it to tomcat 4.1.27 using mod_jk. I am not using ssl yet, but it looks like calls are not forwarded to Tomcat from Apache. I am following step 1 of the following URL

Who serves static content Tomcat or Apache?

2003-09-10 Thread Kai Schliemann
Hi list, Assuming, I have Server A with Apache and Server B with Tomcat and they are connected via mod_jk and on Server B are static (html)-files. Which server handles these files? Sorry for this - probably - stupid question. TIA Kai

RE: Who serves static content Tomcat or Apache?

2003-09-10 Thread Lee, Paul NYC
[mailto:[EMAIL PROTECTED] Sent: Wednesday, September 10, 2003 3:16 PM To: [EMAIL PROTECTED] Subject: Who serves static content Tomcat or Apache? Hi list, Assuming, I have Server A with Apache and Server B with Tomcat and they are connected via mod_jk and on Server B are static (html)-files. Which

RE: Who serves static content Tomcat or Apache?

2003-09-10 Thread Ralph Einfeldt
It depends on the configuration. I guess that you are talking about apache and tomcat on different maschines (server is a bit ambigous). In that scenario you either have to setup mod_jk to serve the static files, or you have to mount (on the os level) the document root from server B

Tomcat 4.1.27/Apache 1.3.23/mod_jk 1.2.4: child pid 665 exit signal Segmentation fault (11)

2003-09-09 Thread WWW-CREW +++ Daniel Schellöh
Hello, I am using Tomcat 4.1.27 and Apache 1.3.23 and mod_jk 1.2.4, all works fine under port 8080. But I can not connect under port 80 I get in error_log from apache following every time I access a jsp or servlet like the examples: [Tue Sep 9 01:03:01 2003] [notice] Apache/1.3.23 (Unix

RE: Tomcat 4.1.27/Apache 1.3.23/mod_jk 1.2.4: child pid 665 exit signal Segmentation fault (11)

2003-09-09 Thread Morgan Pyne
- From: WWW-CREW +++ Daniel Schellöh [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 09, 2003 08:00 To: [EMAIL PROTECTED] Subject: Tomcat 4.1.27/Apache 1.3.23/mod_jk 1.2.4: child pid 665 exit signal Segmentation fault (11) Hello, I am using Tomcat 4.1.27 and Apache 1.3.23 and mod_jk

RE: Tomcat 4.1.27/Apache 1.3.23/mod_jk 1.2.4: child pid 665 exit signal Segmentation fault (11)

2003-09-09 Thread Daniel Schellöh +++ WWW-Crew
it is fully compatible. MFG, Morgan -Original Message- From: WWW-CREW +++ Daniel Schellöh [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 09, 2003 08:00 To: [EMAIL PROTECTED] Subject: Tomcat 4.1.27/Apache 1.3.23/mod_jk 1.2.4: child pid 665 exit signal Segmentation fault (11

RE: Tomcat 4.1.27/Apache 1.3.23/mod_jk 1.2.4: child pid 665 exit signal Segmentation fault (11)

2003-09-09 Thread Morgan Pyne
] Sent: Tuesday, September 09, 2003 11:48 To: Tomcat Users List Subject: RE: Tomcat 4.1.27/Apache 1.3.23/mod_jk 1.2.4: child pid 665 exit signal Segmentation fault (11) Hi Morgan, many thanx for fast response! it works fine before tomcat integration. i use modssl. i load the binary from

RE: Tomcat 4.1.27/Apache 1.3.23/mod_jk 1.2.4: child pid 665 exit signal Segmentation fault (11)

2003-09-09 Thread Daniel Schellöh +++ WWW-Crew
Hello, here my informations: Red Hat Linux release 7.2 (Enigma) Apache Tomcat/4.1.27-LE-jdk14 mod_jk 1.2.4 Thanx! Morgan Pyne sagte: Hi Daniel, If you post your OS and version I'm sure somebody here can point you to either a good binary of mod_jk for your OS/Apache combination or a link

Re: Tomcat 5.0.4 + Apache 2.0.46 with mod_jk 2.0.43

2003-08-27 Thread Venkata Srinivasa Rao, Yerra
uri:/intranet* may helps you At 04:15 PM 8/27/2003 +0800, you wrote: I am currenty try to install Tomcat 5.0.4 + Apache 2.0.46 using mod_jk 2.0.43 this is my worker2.properties : [shm:] file=C:\Program Files\Apache Group\Apache2\logs\jk2.shm size=100 [channel.socket:localhost:8009] [uri

Re: Tomcat 5.0.4 + Apache 2.0.46 with mod_jk 2.0.43

2003-08-27 Thread Robin
wrote: uri:/intranet* may helps you At 04:15 PM 8/27/2003 +0800, you wrote: I am currenty try to install Tomcat 5.0.4 + Apache 2.0.46 using mod_jk 2.0.43 this is my worker2.properties : [shm:] file=C:\Program Files\Apache Group\Apache2\logs\jk2.shm size=100 [channel.socket:localhost:8009] [uri

Re: Problem in intergrating Tomcat and Apache

2003-08-19 Thread John Turner
The mod_webapp.so module you have is not compatible with the version of Apache that you have. Apache modules are typically version-sensitive, especially those built before 2.0.43 or thereabouts. John VijayaLakshmi Seshadri wrote: Hai I have installed Tomcat 4.0.1 in my machine and i have

RE: SSL and tomcat behind apache

2003-08-19 Thread Madere, Colin
is losing the s in https or similar... -Original Message- From: Bradberry, Rick [mailto:[EMAIL PROTECTED] Sent: Monday, August 18, 2003 9:27 AM To: 'Tomcat Users List' Subject: RE: SSL and tomcat behind apache Thanks for the response, I added scheme and secure to the Connector

SSL and tomcat behind apache

2003-08-18 Thread Bradberry, Rick
Hi all, Question about running SSL through apache and using tomcat for jsp. In the tomcat documentation it says that tomcat only needs to be configured if it is running stand alone. I'm using apache 2 with openssl for the front end. Here's my problem: when I go to the https server (apache

RE: SSL and tomcat behind apache

2003-08-18 Thread Stuart Stephen
Which connector are you using to link tomcat to apache? -Original Message- From: Bradberry, Rick [mailto:[EMAIL PROTECTED] Sent: 18 August 2003 13:47 To: 'Tomcat Users List' Subject: SSL and tomcat behind apache Hi all, Question about running SSL through apache and using tomcat for jsp

RE: SSL and tomcat behind apache

2003-08-18 Thread Bradberry, Rick
the setup is Apache 2 tomcat 4.1.27 mod_jk2 connectors 4.1.27 Rick -Original Message- From: Stuart Stephen [mailto:[EMAIL PROTECTED] Sent: Monday, August 18, 2003 8:51 AM To: Tomcat Users List Subject: RE: SSL and tomcat behind apache Which connector are you using to link tomcat

RE: SSL and tomcat behind apache

2003-08-18 Thread Stuart Stephen
[mailto:[EMAIL PROTECTED] Sent: 18 August 2003 13:56 To: 'Tomcat Users List' Subject: RE: SSL and tomcat behind apache the setup is Apache 2 tomcat 4.1.27 mod_jk2 connectors 4.1.27 Rick -Original Message- From: Stuart Stephen [mailto:[EMAIL PROTECTED] Sent: Monday, August 18, 2003 8:51 AM

RE: SSL and tomcat behind apache

2003-08-18 Thread Bradberry, Rick
, 2003 9:09 AM To: Tomcat Users List Subject: RE: SSL and tomcat behind apache In your httpd.conf or ssl.conf in the virtual hosts, this should be where the connectors are mounted. Also, in the server.xml make sure that your using the org.apache.coyote.tomcat4.CoyoteConnector on port 8443, scheme

Problem in intergrating Tomcat and Apache

2003-08-18 Thread VijayaLakshmi Seshadri
Hai I have installed Tomcat 4.0.1 in my machine and i have Apache 2.0.Now when iam trying to integrate the both by downloading mod_webapp.so ,apache is not starting It gives following error undefined symbol -as_pstrdup can kindly anybody help me figuring out the problem viji

hardware recommendation, Tomcat with Apache web server

2003-08-14 Thread Paul
what would be appropriate hardware for a Tomcat with Apache web server running on Win2k server (for a public OLTP-type web service with database backend running on its own dedicated machine)? probably use striped (raid-0) scsi drive system, but not sure if dual cpu's required, P3, P4 or Zeon

RE: hardware recommendation, Tomcat with Apache web server

2003-08-14 Thread Angus Mezick
: hardware recommendation, Tomcat with Apache web server what would be appropriate hardware for a Tomcat with Apache web server running on Win2k server (for a public OLTP-type web service with database backend running on its own dedicated machine)? probably use striped (raid-0) scsi

Re: Problem in Integrating Tomcat with Apache

2003-08-14 Thread Lenny Sorey
ajp13 - change myapp to whatever your app is in the Tomcat webapp directory JkMount /myapp/* ajp13 Restart Tomcat and Apache Hopes this helps. Lenny Sorey JkWorkersFile d:\java\Tomcat41\conf\jk\workers.properties JkLogFile d

Re: Problem in Integrating Tomcat with Apache

2003-08-14 Thread Xingqun Jiang
webapp directory JkMount /myapp/* ajp13 Restart Tomcat and Apache Hopes this helps. Lenny Sorey - Original Message - From: John Turner [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, August 11, 2003 10:58 AM Subject: Re: Problem in Integrating Tomcat with Apache

Re: Problem in Integrating Tomcat with Apache

2003-08-14 Thread Geralyn M Hollerman
John Turner wrote: localhost is a distinct virtual host name that ONLY WORKS ON THE LOCAL COMPUTER. some.ip.address is a distinct virtual host name, just like localhost or my.host.com. If you don't have that IP address set up as a hostname in Apache's httpd.conf and Tomcat's server.xml,

Re: Tomcat vs. Apache Performance Comparison for static HTML

2003-08-14 Thread Rick Roberts
Very interesting. Thanks for making the effort and sharing your results. -- *** * Rick Roberts* * Advanced Information Technologies, Inc. * * http://www.ait-web.com * ***

RE: hardware recommendation, Tomcat with Apache web server

2003-08-14 Thread John Corrigan
Why Win2K Server? If you want to stick with Windows, save some money and go with just Win2K Professional. Unless this machine is doing something else in addition to Apache and Tomcat I don't know of any advantage in going with the Server edition. Why RAID-0? Disk performance really shouldn't

Re: Problem in Integrating Tomcat with Apache

2003-08-14 Thread Mike Millson
Users List [EMAIL PROTECTED] Sent: Sunday, August 10, 2003 1:51 PM Subject: Re: Problem in Integrating Tomcat with Apache On Sun, 2003-08-10 at 13:31, Xingqun Jiang wrote: Hi, Mike Thanks a lot!!! I also searched some documents online. One of them said, when we install the Apache

Re: Problem in Integrating Tomcat with Apache

2003-08-14 Thread Xingqun Jiang
Lenny, I followed the steps you gave, adding the lines in Apache httpd.conf file, and, IT IS WORKING :-) I am suprised how you figured out this problem, since in John's tutorial it did address to do this. Anyway I have spent too much time to make tomcat and apache

Re: Problem in Integrating Tomcat with Apache

2003-08-14 Thread Xingqun Jiang
Lance - Original Message - From: Mike Millson [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, August 10, 2003 1:51 PM Subject: Re: Problem in Integrating Tomcat with Apache On Sun, 2003-08-10 at 13:31, Xingqun Jiang wrote: Hi, Mike Thanks a lot!!! I also

Re: Problem in Integrating Tomcat with Apache

2003-08-14 Thread Bala Kiran
, August 10, 2003 9:37 PM Subject: Re: Problem in Integrating Tomcat with Apache Hi, Mike Lenny told me that I need to add a few lines after following John's instruction. I tried that and it worked!! Check out what Lenny told me here: Lance, I've used John Turners method for Windows 2000

Re: Problem in Integrating Tomcat with Apache

2003-08-14 Thread Xingqun Jiang
Yes, I could see the page at http://localhost but It just doesn't work on another computer when I replace the localhost with its ip address. I am using WindowsXP pro j2sdk1.4.1_01 tomcat 4.1.27 apache 2.0.47 I am going through the configuration instructions. Thanks a lot, Mike! Xingqun

Re: Problem in Integrating Tomcat with Apache

2003-08-14 Thread John Turner
suprised how you figured out this problem, since in John's tutorial it did address to do this. Anyway I have spent too much time to make tomcat and apache together, and you saved me from the trap. Thank you a ton!!! :-) Xingqun - Original Message - From: Lenny Sorey [EMAIL PROTECTED

Re: Problem in Integrating Tomcat with Apache

2003-08-14 Thread John Turner
will not get a successful request. John Xingqun Jiang wrote: Yes, I could see the page at http://localhost but It just doesn't work on another computer when I replace the localhost with its ip address. I am using WindowsXP pro j2sdk1.4.1_01 tomcat 4.1.27 apache 2.0.47 I am going through

Re: hardware recommendation, Tomcat with Apache web server

2003-08-14 Thread Paul
thanks all, the comments given here have been great toward selecting hardware for Tomcat/Apache web server in the following ways: * super fast and heavy hard disk access not so important if no database on same machine * 64-bit cpu (such as opteron) could be quite significant choice (where

Re: Problem in Integrating Tomcat with Apache

2003-08-14 Thread John Turner
/myapp/* ajp13 Restart Tomcat and Apache Hopes this helps. Lenny Sorey - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problem in Integrating Tomcat with Apache

2003-08-14 Thread Mike Millson
No, it doesn't appear you have integrated tomcat. When you access tomcat via port 8080, you are accessing tomcat directly. When you are accessing tomcat through apache, apache communicates w/ tomcat via port 8009. I think the best way to approach integrating tomcat w/ apache for the 1st time

Re: hardware recommendation, Tomcat with Apache web server

2003-08-14 Thread John Turner
PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 4:46 PM Subject: RE: hardware recommendation, Tomcat with Apache web server What kind of load? Tomcat and Apache don't use anythign but a few mb of ram when you're not doing anything :) -Original Message

Re: Problem in Integrating Tomcat with Apache

2003-08-14 Thread Xingqun Jiang
reference is Include d:/java/Tomcat41/conf/auto/mod_jk.conf - change to what ever your Tomcat reference is JkMount /myapp ajp13 - change myapp to whatever your app is in the Tomcat webapp directory JkMount /myapp/* ajp13 Restart Tomcat and Apache Hopes this helps

Re: hardware recommendation, Tomcat with Apache web server

2003-08-14 Thread Paul Sundling
I forgot to point out that in the test where opteron was beating xeon 2 to 1, it was a 2.8 Ghz Xeon losing to a 1.6 Ghz Opteron!!! So with almost half the clock speed it was twice as good as a Xeon. That's impressive I found some benchmarks that used another app server, but it's the

Re: Tomcat vs. Apache Performance Comparison for static HTML

2003-08-14 Thread John Turner
Nice. I'm bookmarking this post for the future. 'Nuf said. Thanks, Yoav! John Shapira, Yoav wrote: Howdy, Of course not. I'm only regergitating stuff I have read. But I have seen it from several different sources, so I took it as truth. Do you have benchmarks to prove otherwise? It

RE: hardware recommendation, Tomcat with Apache web server

2003-08-14 Thread Cristopher Daniluk
What kind of load? Tomcat and Apache don't use anythign but a few mb of ram when you're not doing anything :) -Original Message- From: Paul [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 4:35 PM To: Tomcat Users List Subject: hardware recommendation, Tomcat with Apache web

<    1   2   3   4   5   6   7   8   9   10   >