Vexing Problem with Tomcat connector

2005-09-28 Thread [EMAIL PROTECTED]
Hello, I have a website that I am migrating to a new server. Server is Redhat ES3 2.4.21-20.0.1.ELsmp. Server version: Apache/2.0.46 I have jakarta-tomcat-5.5.9 installed and working properly on the new server. It is perfectly accessible from the legacy web server. On the Website on the new

Re: Vexing Problem with Tomcat connector

2005-09-28 Thread Mark Thomas
When starting a new thread (ie sending a message to the list about a new topic) please do not reply to an existing message and change the subject line. To many of the list archiving services and mail clients used by list subscribers this makes your new message appear as part of the old

tomcat connector

2005-03-21 Thread Remo rahman
I'm developing an application which is a java servlet, deployed on tomcat 5.5 Now, I want my application to take raw data from the client through sockets, for that it has to make a socket connection and listen that port for data. I've heard that we can create Connectors in Tomcat, which can

Re: Jakarta Tomcat Connector and IIS; no log being generated.

2005-02-15 Thread John Gordon
: Tuesday, February 15, 2005 12:11 AM Subject: RE: Jakarta Tomcat Connector and IIS; no log being generated. Hello! I have another workaround on connecting tomcat and iis... I used shiftomat. download the file and install it... it will automatically configure your system hasle free. http

Jakarta Tomcat Connector and IIS; no log being generated.

2005-02-14 Thread John Gordon
I'm having a bit of trouble getting isapi_redirect.dll to work and generate a log. If anyone can see what step I'm missing please let me know. I have done the following. I am running a Windows Server 2003. My Tomcat version is 5.0.28. My IIS version is 6.0. 1.. In the registry I created

Re: Jakarta Tomcat Connector and IIS; no log being generated.

2005-02-14 Thread Mladen Turk
John Gordon wrote: I'm having a bit of trouble getting isapi_redirect.dll to work and generate a log. If anyone can see what step I'm missing please let me know. I have done the following. I am running a Windows Server 2003. My Tomcat version is 5.0.28. My IIS version is 6.0. I get no logs

Re: Jakarta Tomcat Connector and IIS; no log being generated.

2005-02-14 Thread John Gordon
Yeah, it does have full access permission. Does the account under which the W3SVC is running has a 'Full Access' permission to the log path? Mladen. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

RE: Jakarta Tomcat Connector and IIS; no log being generated.

2005-02-14 Thread Aris Javier
] Sent: Tuesday, February 15, 2005 12:14 AM To: tomcat-user@jakarta.apache.org Subject: Jakarta Tomcat Connector and IIS; no log being generated. I'm having a bit of trouble getting isapi_redirect.dll to work and generate a log. If anyone can see what step I'm missing please let me know. I have done

Re: Content-Type removed from the Http Response when file is accessed through Tomcat Connector

2005-02-09 Thread Nikola Milutinovic
Bedrijven.nl wrote: maybe security (settings) of ie?? The poster clearly indicated that the thing works on Tomcat direct port. Could be that JK is stripping that header. Maybe it expects web server to provide it's own? You could try to setup MIME type on the Apache itself and see if it fixes

Content-Type removed from the Http Response when file is accessed through Tomcat Connector

2005-02-08 Thread Ritu Kedia
of prompting for saving this file. I have tested accessing this file directly from the port 8080, which works fine. It appears that Tomcat connector which is intercepting the requests to and from the Web Server is somehow removing the Content-Type from the Http Response. I have tested fronting Tomcat

RE: Content-Type removed from the Http Response when file is accessed through Tomcat Connector

2005-02-08 Thread Bedrijven.nl
instead of prompting for saving this file. I have tested accessing this file directly from the port 8080, which works fine. It appears that Tomcat connector which is intercepting the requests to and from the Web Server is somehow removing the Content-Type from the Http Response. I have tested fronting

RE: Tomcat connector for AIX 5.2

2005-02-01 Thread Hausmann, Tobias
PROTECTED] Sent: Monday, January 31, 2005 9:51 AM To: Tomcat Users List Cc: Hausmann, Tobias Subject: RE: Tomcat connector for AIX 5.2 Hi, Here is what I did recently to make jk works with Apache 2.0.52 and Jboss 3.2.5 in AIX 5.2+SP4. 1. download jk source from http://archive.apache.org/dist

RE: Tomcat connector for AIX 5.2

2005-01-31 Thread Fan, Tony
@jakarta.apache.org Subject: Tomcat connector for AIX 5.2 Hi, Would anybody please tell me where I can download a Tomcat connector (mod_jk2 or mod_jk) for AIX 5.2?  I have tried to compile a connector myself, but I got constant compiler errors.  I want to use it with Apache (2.0.52) and Tomcat

Re: Jakarta Tomcat Connector - Load Balancing

2005-01-31 Thread Derek Greer
Thanks. I don't recall reading this in any of the documentation. Can you explain what setting this actually does? Derek Mladen Turk wrote: Derek Greer wrote: I'm trying to use the Tomcat Connector to do load balancing through the IIS filter, however the sessions do not seem to be 'sticky

RE: Jakarta Tomcat Connector - Load Balancing

2005-01-31 Thread Richard Mixon (qwest)
Derek Greer wrote: Thanks. I don't recall reading this in any of the documentation. Can you explain what setting this actually does? Derek Mladen Turk wrote: Derek Greer wrote: I'm trying to use the Tomcat Connector to do load balancing through the IIS filter, however the sessions do

Tomcat connector for AIX 5.2

2005-01-28 Thread Hausmann, Tobias
Hi, Would anybody please tell me where I can download a Tomcat connector (mod_jk2 or mod_jk) for AIX 5.2?  I have tried to compile a connector myself, but I got constant compiler errors.  I want to use it with Apache (2.0.52) and Tomcat 4.1.31. Unfortunately, there are no available binaries

Jakarta Tomcat Connector - Load Balancing

2005-01-26 Thread Derek Greer
I'm trying to use the Tomcat Connector to do load balancing through the IIS filter, however the sessions do not seem to be 'sticky. According to the documentation, the session is set to sticky by default. Even so, after seeing non-sticky behavior I set my lb worker explicitly (i.e

Re: Jakarta Tomcat Connector - Load Balancing

2005-01-26 Thread Mladen Turk
Derek Greer wrote: I'm trying to use the Tomcat Connector to do load balancing through the IIS filter, however the sessions do not seem to be 'sticky. According to the documentation, the session is set to sticky by default. Even so, after seeing non-sticky behavior I set my lb worker

RE: Why is Tomcat/Connector Installation So Incredibly Painful??

2004-09-09 Thread Endre Stølsvik
| | Well, that's subjective, so I won't argue. I find it not only elegant, | but far better than one thread pool for the whole server, but it's a | matter of stylistic preference. I'm glad you found a good solution that | works for you, and as I said before your other argument about the |

RE: Why is Tomcat/Connector Installation So Incredibly Painful??

2004-09-09 Thread Shapira, Yoav
[mailto:[EMAIL PROTECTED] Sent: Thursday, September 09, 2004 5:22 AM To: Tomcat Users List Subject: RE: Why is Tomcat/Connector Installation So Incredibly Painful?? | | Well, that's subjective, so I won't argue. I find it not only elegant, | but far better than one thread pool for the whole server

Re: Why is Tomcat/Connector Installation So Incredibly Painful??

2004-09-09 Thread John Gentilin
] Sent: Thursday, September 09, 2004 5:22 AM To: Tomcat Users List Subject: RE: Why is Tomcat/Connector Installation So Incredibly Painful?? | | Well, that's subjective, so I won't argue. I find it not only elegant, | but far better than one thread pool for the whole server, but it's a | matter

Re: Why is Tomcat/Connector Installation So Incredibly Painful??

2004-09-08 Thread Greg Ward
On 07 September 2004, Endre St?lsvik said: The mod_jk approach of inventing a new binary protocol and whatnot is maybe not the right solution for this. A simple raw forwarding of the requests from Apache HTTPD to Apache Tomcat would be incredibly nice. Do what I did: try to replace mod_jk with

RE: Why is Tomcat/Connector Installation So Incredibly Painful??

2004-09-08 Thread Shapira, Yoav
Hi, * to forward both SSL and non-SSL requests with mod_proxy, you'd need two HTTP connectors in Tomcat, meaning two thread pools This is a serious stumbling block? Really? I buy your other (redirect-related) argument but not this one at all. You can easily configure thread pools to

Re: Why is Tomcat/Connector Installation So Incredibly Painful??

2004-09-08 Thread Greg Ward
[me] * to forward both SSL and non-SSL requests with mod_proxy, you'd need two HTTP connectors in Tomcat, meaning two thread pools [Yoav Shapiro] This is a serious stumbling block? Really? I buy your other (redirect-related) argument but not this one at all. You can easily configure

RE: Why is Tomcat/Connector Installation So Incredibly Painful??

2004-09-08 Thread Shapira, Yoav
Hi, It wasn't the overhead of the extra thread pool that bothered me, it's more the fact that Tomcat would be unable to amortize thread creation as well. Eg. if I have one thread pool with max 75 threads for *all* requests, then Tomcat only has to create 75 threads, period. But if I need a

Re: Why is Tomcat/Connector Installation So Incredibly Painful??

2004-09-07 Thread Greg Ward
On 03 September 2004, Peter Alvin said: But why is it so incredibly painful to install Apache/Tomcat/Connector? It always takes me about two days. I look forward to it as much as doing my federal tax returns. I'm in complete agreement with you. Even finding the right files to download

RE: Why is Tomcat/Connector Installation So Incredibly Painful??

2004-09-07 Thread Shapira, Yoav
List Subject: Re: Why is Tomcat/Connector Installation So Incredibly Painful?? On 03 September 2004, Peter Alvin said: But why is it so incredibly painful to install Apache/Tomcat/Connector? It always takes me about two days. I look forward to it as much as doing my federal tax returns. I'm

RE: Why is Tomcat/Connector Installation So Incredibly Painful??

2004-09-07 Thread Endre Stølsvik
On Tue, 7 Sep 2004, Shapira, Yoav wrote: | | Hi, | I would point out a few things: [ - chop - ] Do you really deny that mod_jk is somewhat hard to install? I mean, probably 50% av the OH MY WHATEVER - I CAN'T GET THIS TO WORK!!! mails are related to mod_jk.. | Moreover, as Tomcat as maturing

RE: Why is Tomcat/Connector Installation So Incredibly Painful??

2004-09-07 Thread Greg . Cope
| Moreover, as Tomcat as maturing the importance of the connectors in | general is going down IMHO, with more and more standalone installations. I've missed the begining of this but in most environments I have worked in tomcat/app servers are used behind webservers, so connectors or proxies

RE: Why is Tomcat/Connector Installation So Incredibly Painful??

2004-09-07 Thread Shapira, Yoav
Hi, You have a unique talent for either misunderstanding my posts or taking them out of context ;) Do you really deny that mod_jk is somewhat hard to install? No, I don't deny it's hard to install, and I didn't deny it in my original email. I said it's easy to download, and it is. What if you

Re: Why is Tomcat/Connector Installation So Incredibly Painful??

2004-09-07 Thread QM
On Tue, Sep 07, 2004 at 06:25:46PM +0200, Endre St?lsvik wrote: : Do you really deny that mod_jk is somewhat hard to install? I mean, : probably 50% av the OH MY WHATEVER - I CAN'T GET THIS TO WORK!!! mails : are related to mod_jk.. Yes, but posts to list != users. : Even if it isn't for

RE: Why is Tomcat/Connector Installation So Incredibly Painful??

2004-09-07 Thread Gerardo Juarez
standalone installations. Yoav Shapira Millennium Research Informatics -Original Message- From: Greg Ward [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 07, 2004 9:27 AM To: Tomcat Users List Subject: Re: Why is Tomcat/Connector Installation So Incredibly Painful?? On 03

RE: Why is Tomcat/Connector Installation So Incredibly Painful??

2004-09-07 Thread Endre Stølsvik
On Tue, 7 Sep 2004, Shapira, Yoav wrote: | | Even if it isn't for anything else, a transparent forwarding | mechanism | between a specific subset of the server's URL namespace (quote from | ServletContext) of the server holding the listen call at port 80, and | Tomcat, will always be needed, I

RE: Why is Tomcat/Connector Installation So Incredibly Painful??

2004-09-07 Thread Lon Palmer
. Weather technically broken or perceptually broken does not matter. Broken is broken. Regards, Lon -Original Message- From: QM [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 07, 2004 1:06 PM To: Tomcat Users List Subject: Re: Why is Tomcat/Connector Installation So Incredibly Painful

Re: Why is Tomcat/Connector Installation So Incredibly Painful??

2004-09-07 Thread QM
On Tue, Sep 07, 2004 at 02:57:10PM -0400, Lon Palmer wrote: : It's obvious to me ( and probably to everyone else that uses : it ) that then entire process of installing mod_jk is broken. It takes too : much fiddling and effort. I don't share that view. I've setup mod_jk a few times, and it was

Re: Why is Tomcat/Connector Installation So Incredibly Painful??

2004-09-07 Thread Didier McGillis
did it, and I got a little ahead of myself and had to restart. Do it will clean everything and you should be fine. From: QM [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Why is Tomcat/Connector Installation So Incredibly

Why is Tomcat/Connector Installation So Incredibly Painful??

2004-09-03 Thread Peter Alvin
Don't get me wrong; I love Java; I love Tomcat. But why is it so incredibly painful to install Apache/Tomcat/Connector? It always takes me about two days. I look forward to it as much as doing my federal tax returns. My 2 cents: This installation process has to get as easy as running

Re: Why is Tomcat/Connector Installation So Incredibly Painful??

2004-09-03 Thread Wendy Smoak
From: Peter Alvin [EMAIL PROTECTED] Don't get me wrong; I love Java; I love Tomcat. But why is it so incredibly painful to install Apache/Tomcat/Connector? It always takes me about two days. I look forward to it as much as doing my federal tax returns. It took two days the first time, now

RE: Why is Tomcat/Connector Installation So Incredibly Painful??

2004-09-03 Thread Filip Hanik \(lists\)
[mailto:[EMAIL PROTECTED] Sent: Friday, September 03, 2004 7:06 PM To: Tomcat Users List Subject: Re: Why is Tomcat/Connector Installation So Incredibly Painful?? From: Peter Alvin [EMAIL PROTECTED] Don't get me wrong; I love Java; I love Tomcat. But why is it so incredibly painful to install

Re: Why is Tomcat/Connector Installation So Incredibly Painful??

2004-09-03 Thread John Gentilin
, then include the jars and the setup, otherwise go back to ./configure and make. My $0.02 -JG Peter Alvin wrote: Don't get me wrong; I love Java; I love Tomcat. But why is it so incredibly painful to install Apache/Tomcat/Connector? It always takes me about two days. I look forward to it as much

Apache and Tomcat connector under webcp configuration: any ideas?

2004-05-31 Thread Maurizio Betti
: RewriteEngine on RewriteRule ^(.*\.*) http://myspecificdomaib:8087/$1 [P] then I set a tomcat connector listening on :8087 like this one

RE: new apache to tomcat connector for linux

2004-03-29 Thread Mark Nye
! Andrew.. I couldn't find a valid download link in the docs and thought maybe they were old. Thanks, Mark -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Friday, March 26, 2004 9:50 AM To: Tomcat Users List Subject: RE: new apache to tomcat connector for linux

new apache to tomcat connector for linux

2004-03-26 Thread Mark Nye
Hi, I spend about half a day looking for the jk flavor of the week. It seems the documentation is running in circles. I currently use apache 2 with tomcat 3. (tomcat 3 is the only tomcat that we have been succesfull at installing with apache) I would like to use the new tomcat with apache

RE: new apache to tomcat connector for linux

2004-03-26 Thread Dale, Matt
This may not live there for much longer but is the best tutorial about http://cymulacrum.net/writings/tomcat5/book1.html Ta Matt -Original Message- From: Mark Nye [mailto:[EMAIL PROTECTED] Sent: 26 March 2004 14:32 To: [EMAIL PROTECTED] Subject: new apache to tomcat connector for linux

RE: new apache to tomcat connector for linux

2004-03-26 Thread Hamilton, Andrew
[mailto:[EMAIL PROTECTED] Sent: Friday, March 26, 2004 9:32 AM To: [EMAIL PROTECTED] Subject: new apache to tomcat connector for linux Hi, I spend about half a day looking for the jk flavor of the week. It seems the documentation is running in circles. I currently use apache 2 with tomcat 3

RE: new apache to tomcat connector for linux

2004-03-26 Thread Shapira, Yoav
] Sent: Friday, March 26, 2004 9:32 AM To: [EMAIL PROTECTED] Subject: new apache to tomcat connector for linux Hi, I spend about half a day looking for the jk flavor of the week. It seems the documentation is running in circles. I currently use apache 2 with tomcat 3. (tomcat 3 is the only

Re: Apache Tomcat connector FAQ admin?

2003-11-24 Thread Tim Funk
time) -Tim Oscar Carrillo wrote: Hi, I have to move my tutorial listed on the Apache Tomcat Connector FAQ page. I'm wondering who I should contact. I couldn't find the contact info on the FAQ. I guess it's not Frequent enough:) I believe I remember Tim Funk starting it, but maybe it's changed now

Apache Tomcat connector FAQ admin?

2003-11-23 Thread Oscar Carrillo
Hi, I have to move my tutorial listed on the Apache Tomcat Connector FAQ page. I'm wondering who I should contact. I couldn't find the contact info on the FAQ. I guess it's not Frequent enough:) I believe I remember Tim Funk starting it, but maybe it's changed now. I don't have a new URL yet

tomcat connector 4.1.29 problem

2003-11-05 Thread Phillip Qin
I upgraded tomcat from 4.1.24 to 4.1.29. There are two issues with the new connector. 1. If I use the old connector 4.1.24 with tomcat 4.1.29, I got this error but tomcat ran fine. INFO: APR not loaded, disabling jni components: java.io.IOException: java.lang.UnsatisfiedLinkError:

Re: tomcat connector 4.1.29 problem

2003-11-05 Thread Jeff Tulley
When you say you built the new connector, where did you get your source? From the HEAD of the repository? I know there is some work going on right now on the mod_jk2 connector, to move it to using the APR library exclusively. You might have gotten a version that is in transition. Of course,

RE: tomcat connector 4.1.29 problem

2003-11-05 Thread Phillip Qin
I downloaded connector source from http://apache.mirror.secondchapter.info/jakarta/tomcat-4/v4.1.29/src/ Please ignore issue 1 since I don't use jni. -Original Message- From: Jeff Tulley [mailto:[EMAIL PROTECTED] Sent: November 5, 2003 1:52 PM To: [EMAIL PROTECTED] Subject: Re: tomcat

Tomcat + Connector issues

2003-10-27 Thread Tatu Vanhanen
Hello I have two questions about Tomcat and connnectors. The front-end web server is Apache. 1.) When using Tomcat 4.1.24 and the Warp- connector, the creation of the servlet and the call to init() happens two times (even the class loading). Normally this would not be a great problem, but in my

Tomcat + Connector issues

2003-10-27 Thread Tatu Vanhanen
Hello I have two questions about Tomcat and connnectors. The front-end web server is Apache. 1.) When using Tomcat 4.1.24 and the Warp- connector, the creation of the servlet and the call to init() happens two times (even the class loading). Normally this would not be a great problem, but in my

Re: Tomcat + Connector issues

2003-10-27 Thread Bill Barker
Tatu Vanhanen [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello I have two questions about Tomcat and connnectors. The front-end web server is Apache. 1.) When using Tomcat 4.1.24 and the Warp- connector, the creation of the servlet and the call to init() happens two times

RE: Tomcat connector for Apache 2.0.47 ... Please Help

2003-09-27 Thread Dean Searle
989.245.7369 (p) 989.921.3904 (f) -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Friday, September 26, 2003 4:32 PM To: Tomcat Users List Subject: Re: Tomcat connector for Apache 2.0.47 ... Please Help 20 pages? What else is in there besides connector configuration? Just

RE: Tomcat connector for Apache 2.0.47 ... Please Help

2003-09-27 Thread Dean Searle
) -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Friday, September 26, 2003 4:32 PM To: Tomcat Users List Subject: Re: Tomcat connector for Apache 2.0.47 ... Please Help 20 pages? What else is in there besides connector configuration? Just curious John Bhaskar

RE: Tomcat connector for Apache 2.0.47 ... Please Help

2003-09-26 Thread Jeremy Nix
1158 -Original Message- From: Dean Searle [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2003 7:44 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: RE: Tomcat connector for Apache 2.0.47 ... Please Help Joe, You place the mod_jk2 file in the correct folder, however you

RE: Tomcat connector for Apache 2.0.47 ... Please Help

2003-09-26 Thread Bhaskar Marthi
the sender and delete the original and any copies from your computer system. -Original Message- From: Jeremy Nix [mailto:[EMAIL PROTECTED] Sent: Friday, September 26, 2003 8:01 AM To: Tomcat Users List Subject: RE: Tomcat connector for Apache 2.0.47 ... Please Help I'd like to see your

Re: Tomcat connector for Apache 2.0.47 ... Please Help

2003-09-26 Thread John Turner
20 pages? What else is in there besides connector configuration? Just curious John Bhaskar Marthi wrote: dean, As said by lot of members, it would be great if you can post your document in the mailing list. BTW, did anyone try resin? How does it compare to tomcat? Thanks, Bhaskar

Tomcat connector for Apache 2.0.47 ... Please Help

2003-09-25 Thread Joe Mihalich
Hi, I've installed Apache version 2.0.47, and tomcat version 4.1.27 on a windows xp box. I've downloaded the mod_jk2-2.0.43.dll connector, and put it in the modules directory Under apache. I configured tomcat to auto

RE: Tomcat connector for Apache 2.0.47 ... Please Help

2003-09-25 Thread Dean Searle
: Thu 9/25/2003 7:29 PM To: [EMAIL PROTECTED] Cc: Subject: Tomcat connector for Apache 2.0.47 ... Please Help Hi, I've installed Apache version

RE: Tomcat connector for Apache 2.0.47 ... Please Help

2003-09-25 Thread Joe Mihalich
-Original Message- From: Dean Searle [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2003 4:44 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: RE: Tomcat connector for Apache 2.0.47 ... Please Help Joe, You place the mod_jk2 file in the correct folder, however you have set up

Re: Tomcat connector for Apache 2.0.47 ... Please Help

2003-09-25 Thread Zepiroth Hong
]@formalogix.com; [EMAIL PROTECTED] Sent: Friday, September 26, 2003 6:43 AM Subject: RE: Tomcat connector for Apache 2.0.47 ... Please Help Joe, You place the mod_jk2 file in the correct folder, however you have set up the parameters in your httpd.conf file incorrectly. The parameters you have

Apache / tomcat connector on AIX - urgent

2003-09-15 Thread Ajay Arora
Greetings, I asked this question earlier too but did not get any answer. Please help I got stuck and it is urgent. I am using Tomcat 4.1.27 and apache 2.0.47. Both are built fine and working fine separately. TO connect both I compiled mod_jk2 tomcat connector and when I tried to load

RE: Problem building Tomcat Connector mod_jk2.so

2003-07-31 Thread Clive Luk
Nørgaard [mailto:[EMAIL PROTECTED] Sent: Wednesday, 30 July 2003 7:59 PM To: Tomcat Users List Subject: RE: Problem building Tomcat Connector mod_jk2.so Hi Clive, my best idea is to try building the mod_jk2 the way I did, using jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz: after unpacking: cd

RE: Problem building Tomcat Connector mod_jk2.so

2003-07-31 Thread srevilak
From: Clive Luk clive () ilanet ! net ! au Subject: RE: Problem building Tomcat Connector mod_jk2.so But one the I found is the could be a problem of something else. When I re-compile apache. I found that it doesn't create any .so file at all under $APACHE_HOME/modules. Could anyone tell me

Problem building Tomcat Connector mod_jk2.so

2003-07-30 Thread Clive Luk
Hi all, I am new to the list. Has anybody had problem building mod_jk2.so. I have no error message on building mod_jk2.so. But after i finished the following steps. I counldn't find and *.so file. I am useing RedHat 9 I have installed: openssl-0.9.7b libtool-1.5 httpd-2.0.47

Problem building Tomcat Connector mod_jk2.so PART 2

2003-07-30 Thread Clive Luk
] Sent: Wednesday, 30 July 2003 7:16 PM To: [EMAIL PROTECTED] Subject: Problem building Tomcat Connector mod_jk2.so Hi all, I am new to the list. Has anybody had problem building mod_jk2.so. I have no error message on building mod_jk2.so. But after i finished the following steps. I counldn't find

Re: Problem building Tomcat Connector mod_jk2.so

2003-07-30 Thread Jørgen Nørgaard
Hello, Building the connectors are a bit of a struggle, the documentation is inconsistent and (very) sparse. Which is a pitty because apache/tomcat are great (and tomcat 3 was so easy to build connectors for). That said, I managed to build a mod_jk2 connector using configure in cd

RE: Problem building Tomcat Connector mod_jk2.so

2003-07-30 Thread Clive Luk
: Jørgen Nørgaard [mailto:[EMAIL PROTECTED] Sent: Wednesday, 30 July 2003 7:33 PM To: Tomcat Users List Subject: Re: Problem building Tomcat Connector mod_jk2.so Hello, Building the connectors are a bit of a struggle, the documentation is inconsistent and (very) sparse. Which is a pitty because apache

RE: Problem building Tomcat Connector mod_jk2.so

2003-07-30 Thread Collins, Jim
This may be a silly question but can't you just download a binary. -Original Message- From: Clive Luk [mailto:[EMAIL PROTECTED] Sent: 30 July 2003 10:41 To: Tomcat Users List Subject: RE: Problem building Tomcat Connector mod_jk2.so Hi Jorgen, i have been searching all the location

RE: Problem building Tomcat Connector mod_jk2.so

2003-07-30 Thread Clive Luk
building Tomcat Connector mod_jk2.so This may be a silly question but can't you just download a binary. -Original Message- From: Clive Luk [mailto:[EMAIL PROTECTED] Sent: 30 July 2003 10:41 To: Tomcat Users List Subject: RE: Problem building Tomcat Connector mod_jk2.so Hi Jorgen, i have

RE: Problem building Tomcat Connector mod_jk2.so

2003-07-30 Thread Jørgen Nørgaard
=proxy I have already spent a whole day trying to build mod_jk2.so. just can't get through. HELP! Cheers, Clive -Original Message- From: Jørgen Nørgaard [mailto:[EMAIL PROTECTED] Sent: Wednesday, 30 July 2003 7:33 PM To: Tomcat Users List Subject: Re: Problem building Tomcat Connector mod_jk2

Re: Problem building Tomcat Connector mod_jk2.so

2003-07-30 Thread John Turner
a whole day trying to build mod_jk2.so. just can't get through. HELP! Cheers, Clive -Original Message- From: Jørgen Nørgaard [mailto:[EMAIL PROTECTED] Sent: Wednesday, 30 July 2003 7:33 PM To: Tomcat Users List Subject: Re: Problem building Tomcat Connector mod_jk2.so Hello, Building

RE: Problem building Tomcat Connector mod_jk2.so PART 2

2003-07-30 Thread Sullivan, Patrick
] Sent: Wednesday, July 30, 2003 3:23 AM To: Tomcat Users List Subject: Problem building Tomcat Connector mod_jk2.so PART 2 Sorry for the second post. I am trying to build from jakarta-tomcat-connectors-4.1.26-src.tar.gz. Please let me know if you need more information. apache2 works fine on port

Tomcat Connector for IIS Binary

2003-07-03 Thread Joe Kelli Mihalich
Hi, Sorry for this semi-newbie question, but can someone please point me To the URL where the tomcat connector binary distribution is? All the docs I've read said it should be in: http://jakarta.apache.org/builds/jakarta-tomcat-4.0

RE: Tomcat Connector for IIS Binary

2003-07-03 Thread Joe Kelli Mihalich
Hi, I found it, nevermind. I guess the connectors were moved to the JK Directory structure. Joe -Original Message- From: Joe Kelli Mihalich [mailto:[EMAIL PROTECTED] Sent: Thursday, July 03, 2003 5:40 PM To: [EMAIL PROTECTED] Subject: Tomcat Connector for IIS Binary

Tomcat connector for Windows Server 2003/IIS 6

2003-06-04 Thread Vincent Faraut
Hi, I successfully use Jakarta Tomcat connector on a Windows Server 2000/IIS 5 platform http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.3/bin/win32/isapi_redirect.dll I tried the same connector on the W2K3/IIS 6 platform, but it doesn' t work Does anybody knows

IIS-Tomcat Connector Config

2003-03-26 Thread Rooda, William J
I apologize in advance if my message sounds crude, but I am relatively new to configuring web servers. I have a Web server which (unfortunately) must run IIS in order to serve some old asp pages I have. All my new functionality, however, is written in J2EE architecture, so I need to connect

RES: IIS-Tomcat Connector Config

2003-03-26 Thread Tiago Ferraz Machado
PROTECTED] Assunto: IIS-Tomcat Connector Config I apologize in advance if my message sounds crude, but I am relatively new to configuring web servers. I have a Web server which (unfortunately) must run IIS in order to serve some old asp pages I have. All my new functionality, however, is written

Tomcat connector of the future? WARP, JK? (Was: Re: tomcat-apache.confnot created during Tomcat startup)

2003-02-04 Thread Bert Catsburg
Hello John, Thanks for your hint. I got the impression that WARP was the Connector of the future. So, I'm wrong. Urgent question to this list then: What is the Connector I should use to be covered for the future? Thanks, Bert Catsburg Turner, John wrote: I think the mentioned

RE: Tomcat connector of the future? WARP, JK? (Was: Re: tomcat-apache.conf not created during Tomcat startup)

2003-02-04 Thread Turner, John
, handles either. John -Original Message- From: Bert Catsburg [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 04, 2003 4:29 PM To: Tomcat Users List Subject: Tomcat connector of the future? WARP, JK? (Was: Re: tomcat-apache.conf not created during Tomcat startup) Hello John

Tomcat Connector JK2 + Apache + SSL

2002-11-25 Thread SAG - Jose Antonio Tarifa
Hello group. I'm not able to configure Apache + SSL with Tomcat to make available to servlets the SSL data, such like are returned by request.getRemoteUser() function (always return NULL). Apache runs correctly with HTTPS, but Tomcat no. Any idea?

Re: Tomcat Connector JK2 + Apache + SSL

2002-11-25 Thread David Brown
SAG - Jose Antonio Tarifa writes: Hello group. I'm not able to configure Apache + SSL with Tomcat to make available to servlets the SSL data, such like are returned by request.getRemoteUser() function (always return NULL). Apache runs correctly with HTTPS, but Tomcat no. Any idea?

Tomcat-connector....

2002-08-26 Thread Michael Delamere
Hi, I know that this is a never ending story but just one thing Why is there a special effort being made in creating the directory structure, yet when I get to the final folder it´s empty!? For example: http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.0

RE: Tomcat-connector....

2002-08-26 Thread Turner, John
if that isn't sufficient. John Turner [EMAIL PROTECTED] -Original Message- From: Michael Delamere [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 2:09 PM To: [EMAIL PROTECTED] Subject: Tomcat-connector Hi, I know that this is a never ending story but just one

Re: Tomcat-connector....

2002-08-26 Thread Michael Delamere
, August 26, 2002 8:08 PM Subject: RE: Tomcat-connector H...not sure what the complaint is here. The binaries are here (mod_jk, tomcat 3 and 4 compatible): http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.3.1/bin/linux/i38 6/ And the source is here: http://jakarta.apache.org

Tomcat Connector for 4.0.4

2002-06-25 Thread Werner Schalk
Hi, I'm trying to compile Tomcat 4.0.4 from the source but I can't find the tomcat connector which contains tomcat-utils.jar for this version. Could somebody provide me a link where I can download it? Thanks a lot. Bye, Werner -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

iplanet tomcat connector caches worker names

2002-05-03 Thread java guru
Hi., I am trying to setup tomcat connector (4.0.3) for iplanet (6.0 sp2). In the intial testing, connector is caching the worker name previously used (even after worker.properties changed and iplanet restarted). In the jk_log, I see the new worker properties taking effect, but once i try

tomcat connector looking for OLD DEV worker ?

2002-05-03 Thread java guru
Hi., I am trying tomcat connector (4.0.3) with iplanet server. After changing workers.properties file, the connector is still looking for DEV worker. Connector initialization shows new workers but while serving the request, the connector returning error as its looking for old worker

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Simon Stewart
On Tue, Apr 23, 2002 at 07:02:38PM -0400, Anthony W. Marino wrote: Any reason for using AJP14 over AJP13? And what about mod_webapp? I take it that this is mod_jk and mod_jk2? IME, mod_jk and Apache 2 don't get along well at all[1]. The impression that I've gleaned from reading past postings

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Michael Delamere
connector was faster, however I don´t have any benchmark results to prove this. bye Michael Delamere - Original Message - From: Simon Stewart [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, April 24, 2002 11:51 AM Subject: Re: Which Apache-To-Tomcat Connector

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Anthony W. Marino
On Tue, Apr 23, 2002 at 07:02:38PM -0400, Anthony W. Marino wrote: Any reason for using AJP14 over AJP13? And what about mod_webapp? I take it that this is mod_jk and mod_jk2? IME, mod_jk and Apache 2 don't get along well at all[1]. The impression that I've gleaned from reading past

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Anthony W. Marino
Users List [EMAIL PROTECTED] Sent: Wednesday, April 24, 2002 11:51 AM Subject: Re: Which Apache-To-Tomcat Connector On Tue, Apr 23, 2002 at 07:02:38PM -0400, Anthony W. Marino wrote: Any reason for using AJP14 over AJP13? And what about mod_webapp? I take it that this is mod_jk

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Simon Stewart
On Wed, Apr 24, 2002 at 08:04:17AM -0400, Anthony W. Marino wrote: On Tue, Apr 23, 2002 at 07:02:38PM -0400, Anthony W. Marino wrote: Any reason for using AJP14 over AJP13? And what about mod_webapp? I take it that this is mod_jk and mod_jk2? IME, mod_jk and Apache 2 don't get along

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Michael Delamere
? Unfortunately after visiting the jakarta site I´m none the wiser :-). bye Michael Delamere - Original Message - From: Simon Stewart [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, April 24, 2002 2:23 PM Subject: Re: Which Apache-To-Tomcat Connector On Wed, Apr 24, 2002

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Anthony W. Marino
On Wednesday 24 April 2002 08:23 am, Simon Stewart wrote: On Wed, Apr 24, 2002 at 08:04:17AM -0400, Anthony W. Marino wrote: On Tue, Apr 23, 2002 at 07:02:38PM -0400, Anthony W. Marino wrote: Any reason for using AJP14 over AJP13? And what about mod_webapp? I take it that this

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Simon Stewart
On Wed, Apr 24, 2002 at 08:31:44AM -0400, Anthony W. Marino wrote: On Wednesday 24 April 2002 08:23 am, Simon Stewart wrote: On Wed, Apr 24, 2002 at 08:04:17AM -0400, Anthony W. Marino wrote: On Tue, Apr 23, 2002 at 07:02:38PM -0400, Anthony W. Marino wrote: Is warp in the coyote

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Anthony W. Marino
When you go the the coyote drop there are instructions on using it, however, where's the Apache specific part of the instructions and module??? Anthony On Wed, Apr 24, 2002 at 08:04:17AM -0400, Anthony W. Marino wrote: On Tue, Apr 23, 2002 at 07:02:38PM -0400, Anthony W. Marino wrote:

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Simon Stewart
AFAIK, you have to compile that from source. On Wed, Apr 24, 2002 at 09:03:12AM -0400, Anthony W. Marino wrote: When you go the the coyote drop there are instructions on using it, however, where's the Apache specific part of the instructions and module??? Anthony Cheers, Simon -- The

  1   2   >