Re: Tomcat 5/Apache 2/JK2- production quality?

2004-09-29 Thread Nicolas Mailhot
Le mercredi 29 septembre 2004 12:43 -0400, Kurt Overberg a crit : Gang, I've been running a fairly large website (25000 pages/day) off of Tomcat4.1.30/JK/Apache1.3 for quite some time now. Its been running great, but in expectation of needing some load balancing, I'm thinking of moving

RE: Tomcat 5/Apache 2/JK2- production quality?

2004-09-29 Thread Brantley Hobbs
:59 AM To: Tomcat Users List Subject: Re: Tomcat 5/Apache 2/JK2- production quality? Le mercredi 29 septembre 2004 à 12:43 -0400, Kurt Overberg a écrit : Gang, I've been running a fairly large website (25000 pages/day) off of Tomcat4.1.30/JK/Apache1.3 for quite some time now. Its been

Tomcat 4/Apache 2 Connector slow down

2004-09-29 Thread Steve Forsyth
I have a very bizarre situation: I have everything working as far as the connectivity between Tomcat 4 and Apache 2 with both the JK and JK2 connectors (of course not at the same time :) I am currently testing on 2 computers... both connected through the same little hub and both have the exact

Re: Which version of Tomcat and Apache for my UNIX sparc Computer?

2004-09-26 Thread Wade Chandler
Daxin Zuo wrote: My computer: #uname -a SunOS sunbox 5.8 Generic_108528-17 sun4u sparc SUNW, Sun-Blade-100 I see the latest Apache for my computer is httpd-2.0.43-sparc-sun-solaries2.8.tat.gz What Tomcat and Tomcat-connector should I use with this version of Apache? Please help. Thanks.

Which version of Tomcat and Apache for my UNIX sparc Computer?

2004-09-24 Thread Daxin Zuo
My computer: #uname -a SunOS sunbox 5.8 Generic_108528-17 sun4u sparc SUNW, Sun-Blade-100 I see the latest Apache for my computer is httpd-2.0.43-sparc-sun-solaries2.8.tat.gz What Tomcat and Tomcat-connector should I use with this version of Apache? Please help. Thanks.

Tomcat and Apache communication problem

2004-09-22 Thread Shaun Campbell
be the problem or is there another way to connect Tomcat to Apache? Regards Shaun - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: problem configuring 2 tomcat instances apache 2.0.48 tomcat 5.0.19

2004-09-15 Thread Patricia Swarbrick
Yep, I have. its port 8015 now. Patricia -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 14, 2004 2:32 PM To: Tomcat Users List Subject: RE: problem configuring 2 tomcat instances apache 2.0.48 tomcat 5.0.19 Hi, Have you modified the shutdown

problem configuring 2 tomcat instances apache 2.0.48 tomcat 5.0.19

2004-09-14 Thread Patricia Swarbrick
I'm attempting to configure two tomcat instances, one set up on the normal ports and the other is connected to server port 8015, connector port 8088 and 8019 the problem is I can't load any .jsp pages for the second port. I get an http 400 error. I've checked the directory permissions,

RE: problem configuring 2 tomcat instances apache 2.0.48 tomcat 5.0.19

2004-09-14 Thread Shapira, Yoav
To: Tomcat Users List Subject: problem configuring 2 tomcat instances apache 2.0.48 tomcat 5.0.19 I'm attempting to configure two tomcat instances, one set up on the normal ports and the other is connected to server port 8015, connector port 8088 and 8019 the problem is I can't load any .jsp pages

Basic installation question - embedded Tomcat for Apache?

2004-09-03 Thread simonst
I need to install Tomcat for Sterling's Connect:Direct Browser User Interface. The release notes list as a requirement Apache HTTP Server 1.3 with Tomcat 3.2.3 servlet on HPUX-11.00 (we're running Apache 2.0.43 Java 1.4, with SSL-client-auth to control access). I've looked at the docs at

Re: Basic installation question - embedded Tomcat for Apache?

2004-09-03 Thread Wendy Smoak
and you configure a connector to allow Apache to hand off requests to Tomcat. Embedded generally means within some other application you're writing. HP has a depo distribution of Apache and Tomcat available, we usually install that and then I drop in a newer version of Tomcat because they always lag

Tomcat using apache context path

2004-08-30 Thread Lzaro Miguel Fung
Hi. Someone knows how Tomcat 4.x (or 5.x) using mod_jk2 can be configured to merge tomcat context path and httpd path like mod_jk do. Thanks in advance LFung - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Tomcat causes Apache to hang. Any ideas?

2004-08-29 Thread Sean Finkel
Shapira, Yoav wrote: I already have. This exact same setup worked flawlessly under RH 7.3 and RH 9.0 Actually, I meant a non-Linux platform. But even your results so far suggest an RHEL-specific issue. Maybe try LD_ASSUME_KERNEL=2.2.5 instead of 2.4? I remember people having

Tomcat 4 / Apache 2 / .htacess

2004-08-27 Thread chanho
I would like to use .htacess of Apache aproach to restrict user access. It works fine on normal html site, but does not work on JSP base site, what else I need to do to achieve. thx - To unsubscribe, e-mail: [EMAIL PROTECTED]

RE: Tomcat 4 / Apache 2 / .htacess

2004-08-27 Thread Shapira, Yoav
Hi, You need to achieve a subscription to the httpd-user mailing list and a response there ;) Yoav Shapira Millennium Research Informatics -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, August 27, 2004 4:41 AM To: Tomcat Users List Subject: Tomcat 4

RE: Tomcat causes Apache to hang. Any ideas?

2004-08-27 Thread Cox, Charlie
-Original Message- From: Sean Finkel [mailto:[EMAIL PROTECTED] Sent: Thursday, August 26, 2004 3:52 PM To: Tomcat Users List Subject: Re: Tomcat causes Apache to hang. Any ideas? Sorry, this is a shared server, and he wants his site available on port 80. Tomcat

Re: Tomcat causes Apache to hang. Any ideas?

2004-08-27 Thread Sean Finkel
Maybe I am missing something, but wouldn't that not be able to bind to port 80 since Apache is already bound to it? There is a lot about the Java world I am not familiar with, so maybe it can... You would need separate ip addresses for apache and tomcat. Aye I figured as much

Re: Tomcat causes Apache to hang. Any ideas?

2004-08-26 Thread Sean Finkel
I recall RHEL 3.0 comes with an NPTL-based 2.4, which will require setting LD_KERNEL_ASSUME=2.4 to disable the NPTL functionality for the Java process. That may be it. I am assuming you mean set this as an environment variable? I will give this a try and see what happens! Thank you for the

RE: Tomcat causes Apache to hang. Any ideas?

2004-08-26 Thread Shapira, Yoav
Hi, Perhaps Tomcat standalone would be sufficient for your application requirements? Yoav Shapira Millennium Research Informatics -Original Message- From: Sean Finkel [mailto:[EMAIL PROTECTED] Sent: Thursday, August 26, 2004 11:17 AM To: Tomcat Users List Subject: Re: Tomcat causes

Re: Tomcat causes Apache to hang. Any ideas?

2004-08-26 Thread Sean Finkel
Shapira, Yoav wrote: Hi, Perhaps Tomcat standalone would be sufficient for your application requirements? No, because the user also wants access to PHP and other related Apache features (htacces, mod_rewrite, etc). -Sean - To

Re: Tomcat causes Apache to hang. Any ideas?

2004-08-26 Thread Sean Finkel
Sean Finkel wrote: Hello, First a brief background on the setup: We are running Apache 1.3.31 utilizing mod_jk (not jk2). We are running two instances of Tomcat. Previously, both were version 4. Currently, we have one shared instance running the latest 5.x release (just compiled yesterday). We

RE: Tomcat causes Apache to hang. Any ideas?

2004-08-26 Thread Shapira, Yoav
Hola, Just a couple of things ;) (Apache hands *everything* off for this domain to Tomcat, including images): And yet you said Tomcat standalone wasn't an option for this installation? Too bad. You can do much of mod_rewrite with the balancer app, you can do much of .htaccess with Servlet

Re: Tomcat causes Apache to hang. Any ideas?

2004-08-26 Thread Sean Finkel
there were more than three, but I only included three for the sake of brevity: How did you pick these three threads? They were the only ones that had anything to do with apache (well, there were about 20 of them actually). But now it hits me, duh. Tomcat = Apache project. *sigh* I guess I

RE: Tomcat causes Apache to hang. Any ideas?

2004-08-26 Thread Shapira, Yoav
Hola, Sorry, this is a shared server, and he wants his site available on port 80. Tomcat standalone can run on port 80 without running as root by using jsvc (from commons-daemon). There are examples and more information on this configuration at

Re: Tomcat causes Apache to hang. Any ideas?

2004-08-26 Thread Sean Finkel
Sorry, this is a shared server, and he wants his site available on port 80. Tomcat standalone can run on port 80 without running as root by using jsvc (from commons-daemon). There are examples and more information on this configuration at

Tomcat causes Apache to hang. Any ideas?

2004-08-25 Thread Sean Finkel
/started his tomcat and apache numerous times. I tried using a different connector (AJP instead of Coyote). Could this last problem be due to running tomcat5 *and* tomcat 4? I would say no, as that makes no sense this would be the case, especially when it (still)occurred after stopping the Tomcat

Re: Tomcat causes Apache to hang. Any ideas?

2004-08-25 Thread QM
On Wed, Aug 25, 2004 at 12:07:29PM -0400, Sean Finkel wrote: : With that said, we just moved to a new server (Dual Xeon, RHEL 3.0) and : now the problem we are having is the customer who has this private : instance has jsp pages that hang. But, it does not hang all the time. : What's weird, is

Re: Tomcat causes Apache to hang. Any ideas?

2004-08-25 Thread Sean Finkel
What kernel was running on the old box? Better put, what is different between the two machines? 7.3 on the old system. 9.0 on an intermediary system, with only the private instance installed (which never hung). I recall RHEL 3.0 comes with an NPTL-based 2.4, which will require setting

RE: Tomcat causes Apache to hang. Any ideas?

2004-08-25 Thread Brad McEvoy
Subject: Tomcat causes Apache to hang. Any ideas? Hello, First a brief background on the setup: We are running Apache 1.3.31 utilizing mod_jk (not jk2). We are running two instances of Tomcat. Previously, both were version 4. Currently, we have one shared instance running the latest 5.x release

Re: ajp1.3 errors while using tomcat 5.0.25, apache 2.0.49, modjk2

2004-08-20 Thread Greg Ward
On 17 August 2004, dawg fan said: I get the following error in apache's error logs while testing tomcat under extreme load: [Tue Aug 17 14:15:25 2004] [error] channelApr.receive(): Error receiving message body -1 11 [Tue Aug 17 14:15:25 2004] [error] workerEnv.processCallbacks() Error

Tomcat and Apache with TCP TIME_WAIT state

2004-08-19 Thread Kilic, Hakan
Hi everyone, I'm seeing Tomcat and Apache show many tcp TIME_WAIT connections when running netstat under a load test. I was wondering, is this because the web browser client is not closing the connection properly, or is this the normal behavior of apache/tomcat under load, and the connections

Re: Tomcat and Apache with TCP TIME_WAIT state

2004-08-19 Thread QM
On Thu, Aug 19, 2004 at 06:56:08PM -0400, Kilic, Hakan wrote: : I'm seeing Tomcat and Apache show many tcp TIME_WAIT connections when : running netstat under a load test. I was wondering, is this because the web : browser client is not closing the connection properly, or is this the normal

RE: Tomcat and Apache by Proxy http connections slow but https fast

2004-08-18 Thread Duncan Houston
: 18 August 2004 01:13 To: Tomcat Users List Subject: Re: Tomcat and Apache by Proxy http connections slow but https fast AFAIK - mod_proxy does not cache DNS lookups. It is looked up on every request. So a slow lookup could be your problem. -Tim Duncan Houston wrote: Sorry folks, more

Re: RE: Tomcat and Apache by Proxy http connections slow but https fast

2004-08-18 Thread mlist
ATTENTION: THIS IS AN AUTOMATED RESPONSE. DO NOT REPLY TO THIS MESSAGE. If you want to end your subscription, please use this link: http://www.nethugs.com/unsubscribe.shtml If you want to subscribe, please use this link: http://www.nethugs.com/whysubscribe.shtml If you need to contact a live

Tomcat and Apache by Proxy http connections slow but https fast

2004-08-17 Thread Duncan Houston
Hi Background: Firstly I should state that I am running Tomcat 4.0.1 with JBoss 2.4.4, Sun JVM 1.3. In front of that, Apache 2 is running. All of this is running on RedHat. Requests are passed through to Tomcat by proxy, using rewrite rules. I know, I should be running a newer version of JBoss

RE: Tomcat and Apache by Proxy http connections slow but https fast

2004-08-17 Thread Duncan Houston
To: [EMAIL PROTECTED] Subject: Tomcat and Apache by Proxy http connections slow but https fast Hi Background: Firstly I should state that I am running Tomcat 4.0.1 with JBoss 2.4.4, Sun JVM 1.3. In front of that, Apache 2 is running. All of this is running on RedHat. Requests are passed through

ajp1.3 errors while using tomcat 5.0.25, apache 2.0.49, modjk2

2004-08-17 Thread dawg fan
I get the following error in apache's error logs while testing tomcat under extreme load: [Tue Aug 17 14:15:25 2004] [error] channelApr.receive(): Error receiving message body -1 11 [Tue Aug 17 14:15:25 2004] [error] workerEnv.processCallbacks() Error reading reply [Tue Aug 17 14:15:25 2004]

RE: Tomcat and Apache by Proxy http connections slow but https fast

2004-08-17 Thread Duncan Houston
(HTTP) version not? -Original Message- From: Duncan Houston [mailto:[EMAIL PROTECTED] Sent: 17 August 2004 18:03 To: Tomcat Users List Subject: RE: Tomcat and Apache by Proxy http connections slow but https fast Some more info. The problem does not seem to be with HTTP vs HTTPS

RE: Tomcat and Apache by Proxy http connections slow but https fast

2004-08-17 Thread Duncan Houston
: Duncan Houston [mailto:[EMAIL PROTECTED] Sent: 17 August 2004 23:28 To: Tomcat Users List Subject: RE: Tomcat and Apache by Proxy http connections slow but https fast OK, I made a mistake there (sorry). The issue does still seem to be that connecting to a webapp over SSL is faster than

Re: Tomcat and Apache by Proxy http connections slow but https fast

2004-08-17 Thread Tim Funk
Apache, both on HTTP. The one is fast, the other slow. What could be causing this? Apache config? DNS lookup issues? -Original Message- From: Duncan Houston [mailto:[EMAIL PROTECTED] Sent: 17 August 2004 23:28 To: Tomcat Users List Subject: RE: Tomcat and Apache by Proxy http connections slow

RE: Tomcat and Apache Axis Security

2004-08-10 Thread Srofe, Douglas (c)
for your help. -Original Message- From: Isen,Ciji [mailto:[EMAIL PROTECTED] Sent: Monday, August 09, 2004 5:00 PM To: Tomcat Users List Subject: Re: Tomcat and Apache Axis Security Have you tried access it from the Principal. GenericPrincipal p = (GenericPrincipal

Tomcat and Apache Axis Security

2004-08-09 Thread Srofe, Douglas (c)
We use single sign for our Tomcat applications. We have another Tomcat that hosts various web services. I would like to be able to send the logged on users name and password as credentials to the web service and have Tomcat authenticate it. I have tested this part with a hardcoded user name and

Re: Tomcat and Apache Axis Security

2004-08-09 Thread Isen,Ciji
Have you tried access it from the Principal. GenericPrincipal p = (GenericPrincipal)request.getUserPrincipal(); String uid = p.getName(); String passwd = p.getPassword(); Srofe, Douglas (c) wrote: We use single sign for our Tomcat applications. We have another Tomcat that hosts various web

More Problems - Config Tomcat with Apache running PHP MySQL

2004-07-26 Thread Phillip Blancher
/Engine /Service !-- The MOD_WEBAPP connector is used to connect Apache 1.3 with Tomcat 4.0 as its servlet container. Please read the README.txt file coming with the WebApp Module distribution on how to build it. (Or check out the jakarta-tomcat-connectors/webapp CVS repository

RE: Tomcat and apache problem

2004-07-22 Thread Chow C.Y. Terry
org.apache.catalina.startup.Catalina load INFO: Initialization processed in 1800 ms Jul 22, 2004 11:32:41 AM org.apache.catalina.core.StandardService start INFO: Starting service Tomcat-Apache Jul 22, 2004 11:32:41 AM org.apache.catalina.core.StandardEngine start INFO: Starting Servlet Engine: Apache Tomcat/5.0.27

Re: Tomcat 5 Apache Authentication

2004-07-09 Thread Joseph Shraibman
[EMAIL PROTECTED] wrote: Hmmm...so is there any workaround? For example, using an older version of the JK connector or some older combination of Tomcat/Apache and the JK connector? Thanks, Kevin Not as far as I know

Tomcat 5 Apache Authentication

2004-07-08 Thread kandryc
Hi all, I am having a problem getting Tomcat 5 to use Apache authentication. We have an existing CGI application that is handled by Apache 2, and I am tring to integrate some java stuff using Tomcat 5. Here is what I have: ## ## APACHE 2 conf/httpd.conf: ## # Tomcat Connector LoadModule

Re: Tomcat 5 Apache Authentication

2004-07-08 Thread Joseph Shraibman
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25367 [EMAIL PROTECTED] wrote: Hi all, I am having a problem getting Tomcat 5 to use Apache authentication. We have an existing CGI application that is handled by Apache 2, and I am tring to integrate some java stuff using Tomcat 5. Here is

Re: Tomcat 5 Apache Authentication

2004-07-08 Thread kandryc
Hmmm...so is there any workaround? For example, using an older version of the JK connector or some older combination of Tomcat/Apache and the JK connector? Thanks, Kevin Quoting Joseph Shraibman [EMAIL PROTECTED]: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25367 [EMAIL PROTECTED

Tomcat 5.0.25/Apache 1.3.31 mod_jk windows

2004-07-07 Thread Raymond Blum
Hi I am trying to get the mod_jk.dll to work under Windows (XP) with the current Tomcat and Apache 1.3 releases. I have download mod_jk.ddl version 1.3.27, although the notes on the ftp site reference version 1.2.28, X.27 is all that is there. I have the LoadModule directive in my

Connecting Tomcat and Apache

2004-06-17 Thread Graeme
Evening all, I'm trying to connect Tomcat and Apache, I've been following this tutorial: http://www.meritonlinesystems.com/docs/apache_tomcat_redhat.html In order to run the buildconf.sh I installed libtool, httpd-devel, autoconf and automake because I found on a site that redhat 9 users need

Re: Connecting Tomcat and Apache

2004-06-17 Thread David Goldschmidt
Maybe you need to cd to the $CONN_SRC_HOME/jk/native directory first? Then do the ./buildconf.sh command locally within that directory? DaveG Graeme wrote: Evening all, I'm trying to connect Tomcat and Apache, I've been following this tutorial: http://www.meritonlinesystems.com/docs

Re: Connecting Tomcat and Apache

2004-06-17 Thread Graeme
: David Goldschmidt [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, June 17, 2004 9:26 PM Subject: Re: Connecting Tomcat and Apache Maybe you need to cd to the $CONN_SRC_HOME/jk/native directory first? Then do the ./buildconf.sh command locally within that directory

Re: Connecting Tomcat and Apache

2004-06-17 Thread Graeme
, 2004 9:26 PM Subject: Re: Connecting Tomcat and Apache Maybe you need to cd to the $CONN_SRC_HOME/jk/native directory first? Then do the ./buildconf.sh command locally within that directory? DaveG Graeme wrote: Evening all, I'm trying to connect Tomcat and Apache, I've been following

Re: Connecting Tomcat and Apache

2004-06-17 Thread Chong Yu Meng
] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, June 17, 2004 9:26 PM Subject: Re: Connecting Tomcat and Apache Maybe you need to cd to the $CONN_SRC_HOME/jk/native directory first? Then do the ./buildconf.sh command locally within that directory? DaveG Graeme wrote: Evening all, I'm

tomcat and Apache/mod_security

2004-06-16 Thread tomcatuser
Does anyone have any experience using Tomcat with Apache and the mod_security module? I run a mutual SSL site using Apache and Tomcat, and wonder if anyone has experience with this. thanks in advance.

configuring tomcat and apache on windows 2000

2004-06-15 Thread Ian Parfitt
greetings I'm trying to get tomcat running with apache on windows 2000. I used to work in UNIX a lot but have become lazy with Windows, so please excuse my questions, the first of which is why isn't there an option to download a windows version of apache with the tomcat servlet engine built

JK2 - tomcat 5 - apache 2.0.49

2004-06-13 Thread Francois Struman
Hello, I am trying to integrate Apache 2.0.49 and Tomcat 5 using JK2 on windows XP. When I dowload the binaries of JK2 for windows, I have a mod_jk2.0.49.so and not .dll, is this normal and can I use it as is with Apache ? Also, if you have any good link explaining how to integrate

RE: JK2 - tomcat 5 - apache 2.0.49

2004-06-13 Thread SH Solutions
Ho When I dowload the binaries of JK2 for windows, I have a mod_jk2.0.49.so and not .dll, is this normal and can I use it as is with Apache ? From what I read on this list, yes, this is normal. (for apache2) But I havn't used it myself yet. Also, if you have any good link explaining how to

Tomcat and Apache

2004-05-18 Thread mpforste
I am trying to start using Tomcat on my server without having to stop using the Apache and PHP (at least for the moment) While if I select http://localhost:8080/test.jsp it works when I select http://mysite.com/test.jsp it doesn't I have in my Apache config the following extract (which should

RE: Tomcat and Apache

2004-05-18 Thread Dale, Matt
Have a look at the JK or JK2 connectors, they are used to connect Tomcat and Apache webserver. Ta Matt -Original Message- From: mpforste [mailto:[EMAIL PROTECTED] Sent: 18 May 2004 15:43 To: Tomcat Users List Subject: Tomcat and Apache I am trying to start using Tomcat on my server

Tomcat hangs Apache...

2004-05-17 Thread Krist van Besien
Hallo all, We are having problems, where aparently Tomcat sort of hangs apache. Lets first discribe the setup: Server runs IBM AIX 5 Tomcat is version 4.1.27 Apache is version 2.0.47 Java is IBM's own 64 bit JDK 1.4.1 mod_jk2 is used. We run several virtual hosts on the apache server. There are

Starting Tomcat from Apache...

2004-05-06 Thread JimmiSeven Productions Inc.
Looking to find out how to start up Tomcat automatically when I start up Apache? TIA - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Starting Tomcat from Apache...

2004-05-06 Thread Dale, Matt
To: [EMAIL PROTECTED] Subject: Starting Tomcat from Apache... Looking to find out how to start up Tomcat automatically when I start up Apache? TIA - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: Starting Tomcat from Apache...

2004-05-06 Thread Dale, Matt
Productions Inc. [mailto:[EMAIL PROTECTED] Sent: 06 May 2004 17:02 To: Tomcat Users List Subject: Re: Starting Tomcat from Apache... That's what I think as well... that inProcess option is just a waste of time! I hope someone can prove me wrong though! Has anyone actually gotten that to work

Re: Starting Tomcat from Apache...

2004-05-06 Thread Peter Rossbach
actually gotten that to work? - Original Message - From: Dale, Matt [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]; JimmiSeven Productions Inc. [EMAIL PROTECTED] Sent: Thursday, May 06, 2004 11:48 AM Subject: RE: Starting Tomcat from Apache... In theory you should be able to do

RE: Starting Tomcat from Apache...

2004-05-06 Thread Dale, Matt
Subject: Re: Starting Tomcat from Apache... Hello, the JNI working very well, but you must use a mod_jk2 2.0.4 and Tomcat Release greater than 5.0.20 Regards Peter JimmiSeven Productions Inc. schrieb: That's what I think as well... that inProcess option is just a waste of time! I hope

Re: Starting Tomcat from Apache...

2004-05-06 Thread Daniel Gibby
[EMAIL PROTECTED]; JimmiSeven Productions Inc. [EMAIL PROTECTED] Sent: Thursday, May 06, 2004 11:48 AM Subject: RE: Starting Tomcat from Apache... In theory you should be able to do this with JK2 in inprocess mode. But I'm fairly confident that this doesnt work at all so you'd have to do

Re: Starting Tomcat from Apache...

2004-05-06 Thread Peter Rossbach
Tomcat from Apache... In theory you should be able to do this with JK2 in inprocess mode. But I'm fairly confident that this doesnt work at all so you'd have to do it with your rc startup scripts. -Original Message- From: JimmiSeven Productions Inc. [mailto:[EMAIL PROTECTED] Sent: 06 May

RE: Starting Tomcat from Apache...

2004-05-06 Thread Patrick Willart
AM Subject: RE: Starting Tomcat from Apache... In theory you should be able to do this with JK2 in inprocess mode. But I'm fairly confident that this doesnt work at all so you'd have to do it with your rc startup scripts. -Original Message- From: JimmiSeven Productions Inc

Re: Starting Tomcat from Apache...

2004-05-06 Thread Paul Gregoire
] Sent: 06 May 2004 18:51 To: Tomcat Users List Subject: Re: Starting Tomcat from Apache... Hello, the JNI working very well, but you must use a mod_jk2 2.0.4 and Tomcat Release greater than 5.0.20 Regards Peter JimmiSeven Productions Inc. schrieb: That's what I think as well

RE: Tomcat Filter Apache Axis ?

2004-05-04 Thread Shapira, Yoav
Users List Subject: Re: Tomcat Filter Apache Axis ? Sorry, Axis' web.xml now recognised the filter\fliter pattern, but Axis still did not work properly. Rui On Tue, 4 May 2004, Rui Zhang wrote: Thanks. I did change it to 2.3 DTD, but it still doesn't work. Cheers, Rui Oxford Univ

Tomcat Filter Apache Axis ?

2004-05-03 Thread Rui Zhang
Hi there, Has anyone ever got a Tomcat Filter working with Axis? The Axis 1.1 does not support a filter.../filter in its web.xml. And if I insert the Filter into the Tomcat default web.xml, Axis even won't return its index.html page. The Filter, however, works fine with other webapps in my

Re: Tomcat Filter Apache Axis ?

2004-05-03 Thread QM
On Mon, May 03, 2004 at 09:37:12PM +0100, Rui Zhang wrote: :The Axis 1.1 does not support a filter.../filter in its web.xml. And if I insert : the Filter into the Tomcat default web.xml, Axis even won't return its : index.html page. The Filter, however, works fine with other webapps in my :

Re: Tomcat Filter Apache Axis ?

2004-05-03 Thread Rui Zhang
Sorry, Axis' web.xml now recognised the filter\fliter pattern, but Axis still did not work properly. Rui On Tue, 4 May 2004, Rui Zhang wrote: Thanks. I did change it to 2.3 DTD, but it still doesn't work. Cheers, Rui Oxford Univ Computing Lab What's the XML doctype declaration

Re: Tomcat Filter Apache Axis ?

2004-05-03 Thread Rui Zhang
Thanks. I did change it to 2.3 DTD, but it still doesn't work. Cheers, Rui Oxford Univ Computing Lab What's the XML doctype declaration for the Axis web.xml? Servlet filters were introduced in servlet spec 2.3. If your doctype declaration specifies 2.2 or earlier, the DTD won't

Tomcat 4.1 + apache 1.3.28 + mod_rewrite

2004-04-19 Thread Kruno
Hi, does somebody knows if mod_rewrite works with tomcat integrated with apache via mod_jk ? I was searching old mails in archive to find out, but didn't see any good answer. In some documents I've read that the mod_rewrite will not work since it'll broke the servlet specification

Re: Struts with Tomcat and Apache

2004-04-10 Thread Ralf Schneider
Am Samstag, 10. April 2004 00:04 schrieb QM: On Fri, Apr 09, 2004 at 11:38:38PM +0200, Ralf Schneider wrote: : I want to use Struts 1.1 with Tomcat 5.0.16 and Apache 2.0.48. The Struts : documentation only talks about Tomcat 3.x. Setting up Apache+Tomcat and Tomcat+Struts are two separate

Re: Struts with Tomcat and Apache

2004-04-10 Thread QM
, : but it only explains how to use it with Tomcat without Apache. I suppose, then, I don't understand your question. What sort of specific problems have you run into? Admittedly, it's been a while since I've done a struts setup from scratch, but I don't recall anything special about putting Apache in front

Autoreply: Re: Struts with Tomcat and Apache

2004-04-10 Thread DirectXtras
] Subject: Re: Struts with Tomcat and Apache Message-ID: [EMAIL PROTECTED] References: [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: [EMAIL PROTECTED] User-Agent: Mutt/1.3.28i X-Spam-Rating

Re: Struts with Tomcat and Apache

2004-04-10 Thread Ralf Schneider
Am Samstag, 10. April 2004 15:56 schrieb QM: : I know. And as John suggested, I also read a book (in german) about : Struts, but it only explains how to use it with Tomcat without Apache. I suppose, then, I don't understand your question. What sort of specific problems have you run into? OK

Re: Struts with Tomcat and Apache

2004-04-10 Thread QM
On Sat, Apr 10, 2004 at 05:19:18PM +0200, Ralf Schneider wrote: : javax.servlet.ServletException: : javax.servlet.jsp.tagext.TagAttributeInfo.(Ljava/lang/String;ZLjava/lang/String;ZZ)V : org.apache.jasper.servlet.JspServlet.service(JspServlet.java:256) :

Autoreply: Re: Struts with Tomcat and Apache

2004-04-10 Thread DirectXtras
] Subject: Re: Struts with Tomcat and Apache Message-ID: [EMAIL PROTECTED] References: [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: [EMAIL PROTECTED] User-Agent: Mutt

Re: Struts with Tomcat and Apache

2004-04-10 Thread Ralf Schneider
Am Samstag, 10. April 2004 18:45 schrieb QM: On Sat, Apr 10, 2004 at 05:19:18PM +0200, Ralf Schneider wrote: : javax.servlet.ServletException: : javax.servlet.jsp.tagext.TagAttributeInfo.(Ljava/lang/String;ZLjava/lang/ :String;ZZ)V :

Struts with Tomcat and Apache

2004-04-09 Thread Ralf Schneider
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I want to use Struts 1.1 with Tomcat 5.0.16 and Apache 2.0.48. The Struts documentation only talks about Tomcat 3.x. My first try was to follow the instructions for Tomcat 3.2.1. I copied the war files included with the binary distribution

RE: Struts with Tomcat and Apache

2004-04-09 Thread John Thompson
Ralf, I'm not familiar with the document you refer to but Struts is essentially a library of functions and JSP tags that are part of your servlet. Neither the Tomcat nor Apache configurations are really affected by Struts. The documents at http://jakarta.apache.org/struts/ talk about how to put

RE: Struts with Tomcat and Apache

2004-04-09 Thread David Short
Hey John, When you get home, would you mind posting the names of the books? Thanks, Dave -Original Message- From: John Thompson [mailto:[EMAIL PROTECTED] Sent: Friday, April 09, 2004 2:55 PM To: 'Tomcat Users List'; [EMAIL PROTECTED] Subject: RE: Struts with Tomcat and Apache Ralf

RE: Struts with Tomcat and Apache

2004-04-09 Thread John Thompson
You bet. One is at home and the other at the office. I'll post as soon as I can. -Original Message- From: David Short [mailto:[EMAIL PROTECTED] Sent: Friday, April 09, 2004 5:02 PM To: 'Tomcat Users List' Subject: RE: Struts with Tomcat and Apache Hey John, When you get home, would

Re: Struts with Tomcat and Apache

2004-04-09 Thread QM
On Fri, Apr 09, 2004 at 11:38:38PM +0200, Ralf Schneider wrote: : I want to use Struts 1.1 with Tomcat 5.0.16 and Apache 2.0.48. The Struts : documentation only talks about Tomcat 3.x. Setting up Apache+Tomcat and Tomcat+Struts are two separate processes that don't necessarily have to be done

RE: Struts with Tomcat and Apache

2004-04-09 Thread David Short
Would also mind stating which one you recommend the most? -Original Message- From: John Thompson [mailto:[EMAIL PROTECTED] Sent: Friday, April 09, 2004 3:03 PM To: 'Tomcat Users List'; [EMAIL PROTECTED] Subject: RE: Struts with Tomcat and Apache You bet. One is at home and the other

Re: Struts with Tomcat and Apache

2004-04-09 Thread QM
On Fri, Apr 09, 2004 at 03:01:30PM -0700, David Short wrote: : Hey John, : : When you get home, would you mind posting the names of the books? I'm not John, but I'll play him on TV. ;) Seriously: Struts in Action (Husted et al, Manning Press) has been my guide. It's a little heavy on the

RE: Struts with Tomcat and Apache

2004-04-09 Thread David Short
Thanks! -Original Message- From: QM [mailto:[EMAIL PROTECTED] Sent: Friday, April 09, 2004 3:15 PM To: Tomcat Users List Subject: Re: Struts with Tomcat and Apache On Fri, Apr 09, 2004 at 03:01:30PM -0700, David Short wrote: : Hey John, : : When you get home, would you mind posting

RE: Tomcat 5 - apache 13 howto

2004-04-06 Thread Shapira, Yoav
Hi, http://nagoya.apache.org/wiki/apachewiki.cgi?Tomcat/Links Yoav Shapira Millennium Research Informatics -Original Message- From: C. Kukulies [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 06, 2004 12:58 AM To: [EMAIL PROTECTED] Subject: Tomcat 5 - apache 13 howto Is there a FAQ

Tomcat 5 - apache 13 howto

2004-04-05 Thread C. Kukulies
Is there a FAQ which answers the question: Is there an HOWTO to get tomcat 5 running with apache13? -- Chris Christoph P. U. Kukulies kuku_at_physik.rwth-aachen.de - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Réf. : Re: Unable to read Certificate with TOMCAT and APACHE

2004-03-31 Thread ccunin
: Objet : Re: Unable to read Certificate with TOMCAT and APACHE news [EMAIL PROTECTED

Unable to read Certificate with TOMCAT and APACHE

2004-03-30 Thread ccunin
Hello, I'm experiencing problems when we try to retrieve our CN in the client certificate. We retrieve the cipher suite and ssl_session with the javax.servlet.request method, and it produces result. But when we retrieve the certificate with javax.servlet.request.X509Certificate, the error message

Re: Unable to read Certificate with TOMCAT and APACHE

2004-03-30 Thread Bill Barker
This is one of those times that specifying your Tomcat version helps :). There was a problem in earlier versions of TC 5 where the AJP Connector wasn't able to read the cert correctly. [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello, I'm experiencing problems when we try to

Multiple instances of tomcat and apache 2.0.48

2004-03-26 Thread Angelo Alerta - Mainfield
I'm trying to use two instances of tomcat 5.0.12 with apache 2.0.48. One instance listen at port 8009 while other listen on port 50089. Reading the output of error_log of apache it seems that channelSocket.open() try to connect always on port 8009... All request are sent to instance listening

Re: Multiple instances of tomcat and apache 2.0.48

2004-03-26 Thread Emerson Cargnin
Why don't you create a different virtual IP for running the second instance?? Angelo Alerta - Mainfield wrote: I'm trying to use two instances of tomcat 5.0.12 with apache 2.0.48. One instance listen at port 8009 while other listen on port 50089. Reading the output of error_log of apache

Re: problem with tomcat 4.1.30, apache 2...

2004-03-25 Thread staf wagemakers
the apache 2.0.48. i have download and install the tomcat 4.1.30 and i have the connectors source download and compile the mod_jk. i have start the tomcat and the apache 2 and appeaars the bellos errors in the log files. i put the conf files bellow. can you help me

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