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

Coyote Connector for Http

2003-09-25 Thread N.B.Bopanna
Hi All, How to configure Coyote connector for my webaplication? My web application is in a folder called 'speed' in webapps directory. Can the server.xml can have 2 Host tags? Bopanna Sr. Software Engineer, RCS Technologies, Bangalore

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

SSL Connector attributes

2003-09-24 Thread Ian Elverson
I am trying to find out what all of the possible values are for the 'algorithm' and 'protocol' attributes of the Factory element in the HTTPS connector. I have looked all over the web and have only found a reference to the existence of the 'algorithm' attribute, but no usage examples. Also

Re: SSL Connector attributes

2003-09-24 Thread Bill Barker
' attributes of the Factory element in the HTTPS connector. I have looked all over the web and have only found a reference to the existence of the 'algorithm' attribute, but no usage examples. Also, the only example for the 'protocol' attribute I can find is the one included in the configuration file

Compilation Error !! mod_jk.dll, Apache 2.0.47 + Connector 4.1.27

2003-09-23 Thread Satya Narayan Dash
Hi All, I am getting a compilation error while generating the mod_jk.dll for Apache 2.0.47 and Connector 4.1.27. These are the steps I followed. 1. Took the sources of Apache and Connector and set APACHE2_HOME and JAVA_HOME. 2. From the prompt I run, MSDEV mod_jk.dsp /MAKE ALL. (VC++ 6.0

tomcat apache webapps connector trailing slash

2003-09-16 Thread Zhi Cheng Wang
dear all I have been search the internet but could not find a solution. I need to omit the trailing / to enable apache to handle requests to tomcat. I am using apache 2.0, tomcat 4.1.27 and appropriate webapp connector any suggestions are welcome many thanks

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

Connector/J or ODBC?

2003-09-09 Thread Christopher Williams
Amy, Always use a native JDBC driver if one is available: 1. The JDBC-ODBC bridge adds another layer of translation and redirection, slowing down your database operations. 2. The JDBC-ODBC bridge seems kinda flaky. I keep on getting errors staing that HRESULT is busy with another operation when

Tomcat 4.1.24 Coyote Connector hangs

2003-09-05 Thread ryan
. The effected Connector continues to accept incoming requests for a short while but never responds to them. It occurs on both Connectors and, once one has stopped working, typically, the other Connector remains unaffected and continues working normally. The only way to recover from this is for us

Re: Tomcat 4.1.24 Coyote Connector hangs

2003-09-05 Thread Remy Maucherat
of the Connectors stops working. The effected Connector continues to accept incoming requests for a short while but never responds to them. It occurs on both Connectors and, once one has stopped working, typically, the other Connector remains unaffected and continues working normally. The only way to recover

Virtual host and mod_jk2 connector setup questions

2003-09-02 Thread Clive Luk
HI all, I am only newbie to tomcat. I really need help on setting up tomcat 4.1.27 with mod_jk2 connector with a virtual host on apache 2.0.47. I have digged through the mail-list and the jarkata doco page. still no help. Here are my configuration files and the output of the catalina.out file

RE: Virtual host and mod_jk2 connector setup questions

2003-09-02 Thread Clive Luk
PM To: Tomcat Users List Subject: Virtual host and mod_jk2 connector setup questions HI all, I am only newbie to tomcat. I really need help on setting up tomcat 4.1.27 with mod_jk2 connector with a virtual host on apache 2.0.47. I have digged through the mail-list and the jarkata doco page. still

jakarta connector, jBoss 3.0.6 and iPlanet version 6

2003-08-27 Thread Rick Edwards
Hi all I've compiled version 4.1.27 of the jakarta nsapi_redirector, but can't seem to get anything to redirect. jBoss is for sure working, because I can access the examples directly, using http://norman:8080/idm/ui/ping.jsp However, if I try to access these same examples using

Re: jakarta connector, jBoss 3.0.6 and iPlanet version 6

2003-08-27 Thread Eric J. Pinnell
Hi, What I had to do is fool netscape into thinking that the file was there. For example: I had http://www.foo.com/index.jsp. I had to touch (write a 0 length file) index.jsp in the netscape docroot so netscape wouldn't throw a 404. Doing this would fool netscape into thinking the file was

RE: Connector or Apache and Tomcat

2003-08-26 Thread Madere, Colin
If you're not concerned with having lots of users hitting the static content, you can serve it with Tomcat (meaning not use Apache and a connector), though there may be reasons of performance and security that you may want to have Apache in front anyway. To set up what you want just with Tomcat

Re: Reg: Connector or Apache and Tomcat

2003-08-25 Thread John Turner
Tomcat is perfectly capable of serving HTML documents. Set up a Host in server.xml, and in that Host set up a Context to handle your static content. If you're not using Apache now, there's no reason to use it in the future just for serving static files. John [EMAIL PROTECTED] wrote: Hi I am

iPlanet 6 Connector Solaris 8

2003-08-21 Thread Fitzmaurice, Paul
I am having problems building a connector for iPlanet 6 on Solaris 8, does anyone have one built which they would like to share? Also, if you would be so kind as to pass along the iPlanet config settings to connect to a remote Tomcat Server. Thank you, Paul

Re: iPlanet 6 Connector Solaris 8

2003-08-21 Thread Eric J. Pinnell
Hi, Accepting a binary from strangers is risky business, IMHO. Maybe if you post what troubles you are having someone can help? The documentation is in the mod_jk source file. -e On Thu, 21 Aug 2003, Fitzmaurice, Paul wrote: I am having problems building a connector for iPlanet 6 on Solaris

Re: Apache 2.0.47, Tomcat 5.0.5, JK2 connector 2.0.2

2003-08-14 Thread John Turner
/server and JAVA_HOME/jre/lib/i386/client. I can't get to work without jni either. Pat -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 11:00 AM To: Tomcat Users List Subject: Re: Apache 2.0.47, Tomcat 5.0.5, JK2 connector 2.0.2 It can't find

RE: Apache 2.0.47, Tomcat 5.0.5, JK2 connector 2.0.2

2003-08-14 Thread Pat Pomatto
Hi, I have done everything you mentioned. I also reconfigured the connector without jni. Tomcat does not throw any errors but apache does. Apache errors: [Thu Aug 07 12:39:45 2003] [error] mod_jk child init 1 0 [Thu Aug 07 12:39:45 2003] [error] jk2_init() Can't find child 9981 in scoreboard

RE: Apache 2.0.47, Tomcat 5.0.5, JK2 connector 2.0.2

2003-08-09 Thread Pat Pomatto
Hi, I have done everything you mentioned. I also reconfigured the connector without jni. Tomcat does not throw any errors but apache does. Apache errors: [Thu Aug 07 12:39:45 2003] [error] mod_jk child init 1 0 [Thu Aug 07 12:39:45 2003] [error] jk2_init() Can't find child 9981

Apache 2.0.47, Tomcat 5.0.5, JK2 connector 2.0.2

2003-08-09 Thread Pat Pomatto
Hi, Im running on Linux Apache 2.0.47, Tomcat 5.0.5 and trying to use JK2 connector 2.0.2 which I built successfully. I configured the connector with jni. I cannot seem to get the connector to work. In my apache/logs/error_log the error generated is: [Tue Aug 05 10:31:53 2003] [error

RE: Apache 2.0.47, Tomcat 5.0.5, JK2 connector 2.0.2

2003-08-08 Thread Pat Pomatto
, Tomcat 5.0.5, JK2 connector 2.0.2 It can't find libjvm.so. Do you have that installed? Alternatively, does it work without JNI? John Pat Pomatto wrote: Hi, I'm running on Linux Apache 2.0.47, Tomcat 5.0.5 and trying to use JK2 connector 2.0.2 which I built successfully. I configured

Re: Apache 2.0.47, Tomcat 5.0.5, JK2 connector 2.0.2

2003-08-06 Thread John Turner
It can't find libjvm.so. Do you have that installed? Alternatively, does it work without JNI? John Pat Pomatto wrote: Hi, Im running on Linux Apache 2.0.47, Tomcat 5.0.5 and trying to use JK2 connector 2.0.2 which I built successfully. I configured the connector with jni. I cannot seem

Re: Apache 2.0.47, Tomcat 5.0.5, JK2 connector 2.0.2

2003-08-05 Thread Eric J. Pinnell
Apache 2.0.47, Tomcat 5.0.5 and trying to use JK2 connector 2.0.2 which I built successfully. I configured the connector with jni. I cannot seem to get the connector to work. In my apache/logs/error_log the error generated is: [Tue Aug 05 10:31:53 2003] [error] vm.init(): no jvm_dll_path

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

Help with mod_jk2 + Coyote connector + Apache 2 + TC 4.1.24

2003-07-31 Thread Mauricio Nuñez
Hi Someone can help me, please My configuration is the following: 1) load balancer ( Hardware ) 2) 2 Apache2 using mod_jk2 (RedHat 9) 3) 2 Tomcat4 listen at 8009 using Coyote Connector (RedHat 9) jdk sun 1.4.2 4) 1 Mysql server. (Redhat 7.2 , Mysql 4.0.13) Our monitor alerts about a 15s

Re: Help with mod_jk2 + Coyote connector + Apache 2 + TC 4.1.24

2003-07-31 Thread Eric J. Pinnell
Hi, Try playing with the connectionTimout setting in your server.xml. By default it is set at 0. Try using 12. Also experiment with -1. I have found that the connector resets every once in a while with a 0. With 12 the connection doesn't reset but times out. I have heard that a -1

Re: Help with mod_jk2 + Coyote connector + Apache 2 + TC 4.1.24

2003-07-31 Thread Mauricio Nuñez
see nothing rare. TIA Mauricio El Jue 31 Jul 2003 12:30, Eric J. Pinnell escribió: Hi, Try playing with the connectionTimout setting in your server.xml. By default it is set at 0. Try using 12. Also experiment with -1. I have found that the connector resets every once in a while

Re: Help with mod_jk2 + Coyote connector + Apache 2 + TC 4.1.24

2003-07-31 Thread Eric J. Pinnell
Someone can explain how analize data from a kill -3 ( thread dump ) . I can see nothing rare. Google for this. You could write a book about this subject and I don't think this is the right place to do it. Basically it's used to see if threads are blocked or hanging on a piece of code. If

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 jk

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
It may be silly. I just want to complie the latest connector the binary available for download is not the latest though. Cheers, Clive -Original Message- From: Collins, Jim [mailto:[EMAIL PROTECTED] Sent: Wednesday, 30 July 2003 7:50 PM To: 'Tomcat Users List' Subject: RE: Problem

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
Try the connector source from here: http://jakarta.apache.org/builds/jakarta-tomcat-connectors/ John Clive Luk wrote: Hi Jorgen, i have been searching all the location. but still couldn't find it. I am using the apxs that is from apache2.0.47. i didn't use the redhat version of apache2. So i

jk connector and response.sendRedirect()

2003-07-30 Thread Chris Egolf
to redirect the client to another relative URL. Previously, we were using the warp connector and everything worked fine. Now, using mod_jk, the redirect fails causing the browser to say it can't find the host. Here's what I've tried so far. I removed Apache from the mix and setup the Coyote

Re: jk connector and response.sendRedirect()

2003-07-30 Thread John Turner
Chris Egolf wrote: With just the JK connector enabled and listening on 8009, I've added Apache back and setup Alias elements in the Host element of my server.xml. The host the browser says it can't find is the actual hostname of the machine, not the DNS entry. Can Apache resolve this hostname

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

AW: jk connector and response.sendRedirect()

2003-07-30 Thread Fischer, Ilona
] Betreff: jk connector and response.sendRedirect() I'm pulling my hair out on this one, but I think I've narrowed it down so I can at least ask the question... We're running Tomcat 4.1.24/Apache 1.3.27/Sun JDK 1.4.2 using mod_jk. The issue we're dealing with now, is that in some

Re: jk connector and response.sendRedirect()

2003-07-30 Thread Chris Egolf
John Turner wrote: Chris Egolf wrote: With just the JK connector enabled and listening on 8009, I've added Apache back and setup Alias elements in the Host element of my server.xml. The host the browser says it can't find is the actual hostname of the machine, not the DNS entry. Can Apache

Re: jk connector and response.sendRedirect()

2003-07-30 Thread Chris Egolf
Chris Egolf wrote: John Turner wrote: Can Apache resolve this hostname? Is it setup in /etc/hosts (or the HOSTS file if you're using Win32)? Yes, I believe so. I added all the possible hostnames as alias to /etc/hosts (BTW, I'm running on Linux -- RH7.3). Hmmm...my JkMount stuff is in the

Re: jk connector and response.sendRedirect()

2003-07-30 Thread Zach Gatu
... We're running Tomcat 4.1.24/Apache 1.3.27/Sun JDK 1.4.2 using mod_jk. The issue we're dealing with now, is that in some cases an existing webapp uses the response.sendRedirect() method to redirect the client to another relative URL. Previously, we were using the warp connector and everything

Re: jk connector and response.sendRedirect()

2003-07-30 Thread Chris Egolf
I'm not a programmer but an administrator. We have had an similar problem and solved it by changing the apache option UseCanonicalNames from on to off. [when UseCanonicalName ist on, everytimes you call response.sendRedirect() the apache takes the servername (from httd.conf) and make the absolute

Problem with the connector part

2003-07-28 Thread batristain
Greetings, I'm trying to get mod_jk set up on my apache ssl server running tomcat and I'm having problems with the jakarta-tomcat-connectors-jk-1.2.2-src. When I try to configure .buildconf.sh I get an error message and I was hoping someone could help me out This is what happens cd native #

Controlling access to webapps from ajp13 connector

2003-07-23 Thread Nathan Ward
How can I configure Tomcat to filter requests received via the ajp13 connector on port 8009 based on whether the HTTP Request was received on a secure connection or not? I see the following in the souce code for tomcat4.CoyoteConnector class in the jakarta-tomcat-connector project

Re: Controlling access to webapps from ajp13 connector

2003-07-23 Thread John Turner
Try isSecure() in the request object. John Nathan Ward wrote: How can I configure Tomcat to filter requests received via the ajp13 connector on port 8009 based on whether the HTTP Request was received on a secure connection or not? I see the following in the souce code for tomcat4

Re: JK2 connector

2003-07-22 Thread v.siguier
Thank you very much for your help ! Your document should be in Jakarta-Apache web site. I have one question more : what do I have to do if http server and application server are not on the same computer ? Vincent If you are using mod_jk_2.0.46.dll, that would be mod_jk, not mod_jk2.

Re: JK2 connector

2003-07-22 Thread John Turner
In workers.properties, change worker.ajp13.host to the IP address of the server where Tomcat is installed. John v.siguier wrote: Thank you very much for your help ! Your document should be in Jakarta-Apache web site. I have one question more : what do I have to do if http server and application

AW: JK2 connector

2003-07-22 Thread Fischer, Ilona
] Gesendet: Dienstag, 22. Juli 2003 14:45 An: Tomcat Users List Betreff: Re: JK2 connector In workers.properties, change worker.ajp13.host to the IP address of the server where Tomcat is installed. John v.siguier wrote: Thank you very much for your help ! Your document should be in Jakarta

Re: AW: JK2 connector

2003-07-22 Thread John Turner
- Von: John Turner [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 22. Juli 2003 14:45 An: Tomcat Users List Betreff: Re: JK2 connector In workers.properties, change worker.ajp13.host to the IP address of the server where Tomcat is installed. John

RE: JK2 connector

2003-07-22 Thread Halstead, Chris
Communication over 127.0.0.1 (or localhost, which should resolve to 127.0.0.1) should be more efficient than using the real IP. The MTU over loopback (127.0.0.1) is on the order of 8k in Solaris and 16k in current Linux distros, whereas the MTU over a real IP maxes at 1500. The larger MTU

AW: JK2 connector

2003-07-22 Thread Fischer, Ilona
:[EMAIL PROTECTED] Gesendet: Dienstag, 22. Juli 2003 18:57 An: Tomcat Users List Betreff: RE: JK2 connector Communication over 127.0.0.1 (or localhost, which should resolve to 127.0.0.1) should be more efficient than using the real IP. The MTU over loopback (127.0.0.1) is on the order of 8k in Solaris

JK2 connector

2003-07-21 Thread v.siguier
Hello everybody ! I am new Apache, Tomcat user and I try to learn how to make them communicate. I use Apache 2.0.47, Tomcat 4.1.24 and I downloaded mod_jk_2.0.46.dll (Windows NT platform) in Apache2/modules. I try to do what is described in the Quick Start JK2 configuration guide

Re: JK2 connector

2003-07-21 Thread John Turner
If you are using mod_jk_2.0.46.dll, that would be mod_jk, not mod_jk2. Check out my HOWTO for Windows, it covers everything step by step. The version numbers are a little out of date, but it shouldn't matter. http://www.johnturner.com/howto Incidentally, I had a little trouble with the DLL

Re: Coyote connector and chunking

2003-07-17 Thread Tim Funk
(AFAIK) The only way to disable it is to supply your own Content-Length. -Tim Rick Blair wrote: Hi all, i have been searching, but cannot find away to turn off chunking in the coyote connecter 4.1.24. Is there a way, or do i revert to the older http1.1 connector. Thanks Rick

Coyote connector and chunking

2003-07-16 Thread Rick Blair
Hi all, i have been searching, but cannot find away to turn off chunking in the coyote connecter 4.1.24. Is there a way, or do i revert to the older http1.1 connector. Thanks Rick *** Support your Local POP3/IMAP Server Down with exchange. Rick Blair

Ajp Connector Replacement

2003-07-15 Thread Holden Robbins
Hello, I was wondering should I be using something other than Ajp to connect IIS to Tomcat 4.0.2 beta 2? Ajp is crashing with a NumberFormatException when I use Siteminder to do access control on some of the servlets I'm using. It looks like Ajp doesn't handle very large header fields very

Re: Ajp Connector Replacement

2003-07-15 Thread Tim Funk
The Coyote connectors. http://jakarta.apache.org/builds/jakarta-tomcat-connectors/coyote/release/v1.0-rc2/ -Tim Holden Robbins wrote: Hello, I was wondering should I be using something other than Ajp to connect IIS to Tomcat 4.0.2 beta 2? Ajp is crashing with a NumberFormatException when I

JK Connector/JkSet or JkUriSet

2003-07-11 Thread Ray Madigan
I staid up until 2:30AM trying to figure this out and couldn't. Ouch! I am connecting Apache 2.0.46 with Tomcat 4.1.24 using the mod_jk found on the tomcat site which is named mod_jk.so-ap2.0.46-rh72. I changed its name to mod_jk.so and made all of the modifications that I could from the

Re: JK Connector/JkSet or JkUriSet

2003-07-11 Thread John Turner
Neither is a valid command directive for mod_jk. JkSet and JkUriSet are for mod_jk2. John On Fri, 11 Jul 2003 08:41:12 -0700, Ray Madigan [EMAIL PROTECTED] wrote: I staid up until 2:30AM trying to figure this out and couldn't. Ouch! I am connecting Apache 2.0.46 with Tomcat 4.1.24 using the

RE: JK Connector/JkSet or JkUriSet

2003-07-11 Thread Ray Madigan
Can one find mod_jk2 on the tomcat site or do you have to build it? -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Friday, July 11, 2003 8:48 AM To: Tomcat Users List Subject: Re: JK Connector/JkSet or JkUriSet Neither is a valid command directive for mod_jk

Re: JK Connector/JkSet or JkUriSet

2003-07-11 Thread John Turner
[mailto:[EMAIL PROTECTED] Sent: Friday, July 11, 2003 8:48 AM To: Tomcat Users List Subject: Re: JK Connector/JkSet or JkUriSet Neither is a valid command directive for mod_jk. JkSet and JkUriSet are for mod_jk2. John On Fri, 11 Jul 2003 08:41:12 -0700, Ray Madigan [EMAIL PROTECTED] wrote: I staid

Re: JK Connector/JkSet or JkUriSet

2003-07-11 Thread Rick
http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v2.0. 2/ Rick - Original Message - From: Ray Madigan [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, July 11, 2003 9:05 AM Subject: RE: JK Connector/JkSet or JkUriSet Can one find mod_jk2

timeouts settings for ajp13 connector? mod_jk2

2003-07-10 Thread Gianni Martiradonna
Hello An workers.properties (mod_jk) was possible to set any timeouts Is these also possible on worker2.properties? When we look on jkstatus there have many connection. (See below) Must these connections be closed after a time, or it is not necessary? (reset) Or closed ajp13 connector

JK Connector url rewrite question

2003-07-10 Thread Noel Rappin
I'm running an Apache/Tomcat combination using mod_jk. Whenever I enter a URL to hit the apache server, somewhere along the redirect to tomcat the server portion of the url gets changed. So, if I type http://localhost/myapp I actually get in the browser http://my.hostname.com/myapp This

Re: JK Connector url rewrite question

2003-07-10 Thread Simon Pabst
Hmm, sure you don't use a proxy connection toconnect to tomcat instead of mod_jk? :-) My other guess would be to check Apache's httpd.conf for UseCanonicalName and ServerName If ServerName is my.hostname.com and UseCanonicalName is on Apache uses always Servername instead of the URL you typed

Re: JK Connector url rewrite question

2003-07-10 Thread srevilak
From: Noel Rappin [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: JK Connector url rewrite question I'm running an Apache/Tomcat combination using mod_jk. Whenever I enter a URL to hit the apache server, somewhere along the redirect to tomcat the server portion

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

Re: mod_jk and Coyote connector

2003-07-02 Thread John Turner
Yes, CoyoteConnector fully supports JK. Its what I use in production. I would avoid Ajp13Connector, unless you need it. I would use the actual source for the connectors: http://jakarta.apache.org/builds/jakarta-tomcat-connectors/ If you want ot post your JK problems to the list, we can help.

RE: mod_jk and Coyote connector

2003-07-02 Thread James Courtney
thanks! Jamey -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 02, 2003 5:23 AM To: Tomcat Users List Subject: Re: mod_jk and Coyote connector Yes, CoyoteConnector fully supports JK. Its what I use in production. I would avoid Ajp13Connector

Re: mod_jk and Coyote connector

2003-07-02 Thread John Turner
are configured in httpd.conf, are Apache DSOs, and are written in C (mod_jk, mod_jk2). The most recent Apache HTTP connector code will be in the URL I posted earlier, not under the Tomcat 4.1.24 distribution location, AFAIK. That said, I have had no problems with JK and see no reason to use JK2

RE: mod_jk and Coyote connector

2003-07-02 Thread James Courtney
John, I was simply making the assumption that the connector code released with Tomcat 4.1.24 had been tested and validated to be at a stable point for that release. I understand that there are two parts to the code and that the connectors are a separate project. What I want to know

Tomcat Proxy Connector

2003-07-01 Thread Bishop, Cass
I'm having a problem with my Apache 2.0/Tomcat 4.1 system. Our developer needs to use the Proxy setup contained in this how-to: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/proxy-howto.html Here is the Proxy Connector section from my server.xml: Connector className=org.apache.coyote.tomcat4

mod_jk and Coyote connector

2003-07-01 Thread James Courtney
Not that I've had any luck getting mod_jk to work with either the legacy Ajp13Connector or the CoyoteConnector but which one should be used? I know that the CoyoteConnector is required for mod_jk2 and I've had that working (mostly, occasional lapses in communication, see other messages to user

Connector will not redirect to HTTPS

2003-06-30 Thread Abid Ali Teepo
Hello Somehow tomcat will not redirect requests to pages under a security constraint to https. Instead i get an HTTP 500 Internal Server Error In my server.xml the two connectors look like this : !-- Define a non-SSL Coyote HTTP/1.1 Connector on port 8081 -- Connector className

RE : IIS 5 + Tomcat 4.1.24 + JK2 Connector problem - RESOLVED

2003-06-26 Thread Hertenstein Alain
Hi guys, Well, simply said, the Server Reboot magical solution made it work... (thanks David for that one) Now, did all the previous modifications (shm file, etc) also make the JK2 connector work too !? I don't know. In any case, all URLs are now working fine : http://localhost:8080/examples

RE : IIS 5 + Tomcat 4.1.24 + JK2 Connector problem

2003-06-26 Thread Hertenstein Alain
4.1.24 + JK2 Connector problem Okay silly question time... Are you running any sort of firewall? Also when you added: [shm] file=C:\tomcat4\logs\shm.file size=1048576 Did you create a blank file for it or has Tomcat created one, if it has its hould contain lots of data? What error

Coyote or Catalina for SSL socket factory/connector?

2003-06-26 Thread K.C. Baltz
Which classes should I be using for my HTTPS port? Some of the documentation indicates the Catalina classes, namely: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/ssl-howto.html Other pages indicate the Coyote classes are preferred:

IIS 5 + Tomcat 4.1.24 + JK2 Connector problem

2003-06-25 Thread Hertenstein Alain
for IIS and http://localhost:8080 for Tomcat, as well as the JSP and Servlets examples). After that I followed the instructions on the jakarta web site to install the JK2 connector : after some trials (and some typo errors from my side in the Registry...), I finally got that green arrow in the IIS

RE: IIS 5 + Tomcat 4.1.24 + JK2 Connector problem

2003-06-25 Thread David Legg
Do you have an entry for [shm] in your workers2.properties file? It is essential that it is present for the JK2 connector to work correctly. This didn't appear in any documentation I found. Most of the error messages you mention are there even in working configurations so don't worry about them

RE : IIS 5 + Tomcat 4.1.24 + JK2 Connector problem

2003-06-25 Thread Hertenstein Alain
:/examples/*] info=Map the whole webapp - What is that [shm] entry you mentioned ? Thanks again, Alain -Message d'origine- De : David Legg [mailto:[EMAIL PROTECTED] Envoyé : mercredi, 25. juin 2003 16:23 À : 'Tomcat Users List' Objet : RE: IIS 5 + Tomcat 4.1.24 + JK2 Connector

RE: RE : IIS 5 + Tomcat 4.1.24 + JK2 Connector problem

2003-06-25 Thread David Legg
- From: Hertenstein Alain [mailto:[EMAIL PROTECTED] Sent: 25 June 2003 15:32 To: 'Tomcat Users List' Subject: RE : IIS 5 + Tomcat 4.1.24 + JK2 Connector problem Hi David, No I don't have any, here is what I have in my workers2.properties file : #Define the communication channel

Re: RE : IIS 5 + Tomcat 4.1.24 + JK2 Connector problem

2003-06-25 Thread Dominic Parry
Did you restart Tomcat? And reboot your machine? - Original Message - From: Hertenstein Alain To: 'Tomcat Users List' Sent: Wednesday, June 25, 2003 5:38 PM Subject: RE : RE : IIS 5 + Tomcat 4.1.24 + JK2 Connector problem Hi again, Just replaced my workers2.properties

RE : RE : IIS 5 + Tomcat 4.1.24 + JK2 Connector problem

2003-06-25 Thread Hertenstein Alain
Users List Objet : Re: RE : IIS 5 + Tomcat 4.1.24 + JK2 Connector problem Did you restart Tomcat? And reboot your machine? - Original Message - From: Hertenstein Alain To: 'Tomcat Users List' Sent: Wednesday, June 25, 2003 5:38 PM Subject: RE : RE : IIS 5 + Tomcat 4.1.24

Re: RE : RE : IIS 5 + Tomcat 4.1.24 + JK2 Connector problem

2003-06-25 Thread John Turner
when following the instructions ? Thanks again for your help... Alain -Message d'origine- De : David Legg [mailto:[EMAIL PROTECTED] Envoyé : mercredi, 25. juin 2003 16:59 À : 'Tomcat Users List' Objet : RE: RE : IIS 5 + Tomcat 4.1.24 + JK2 Connector problem Aha! I thought so :-) Here's my

Re: IIS 5 + Tomcat 4.1.24 + JK2 Connector problem

2003-06-25 Thread Jason Bainbridge
help... Alain -Message d'origine- De : David Legg [mailto:[EMAIL PROTECTED] Envoyé : mercredi, 25. juin 2003 16:59 À : 'Tomcat Users List' Objet : RE: RE : IIS 5 + Tomcat 4.1.24 + JK2 Connector problem Aha! I thought so :-) Here's my workers2.properties file

RE : IIS 5 + Tomcat 4.1.24 + JK2 Connector problem

2003-06-25 Thread Hertenstein Alain
=0 time=0/47 config=C:\Program Files\Apache Group\Tomcat 4.1 \conf\jk2.properties Regards Alain -Message d'origine- De : Jason Bainbridge [mailto:[EMAIL PROTECTED] Envoyé : mercredi, 25. juin 2003 17:50 À : Tomcat Users List Objet : Re: IIS 5 + Tomcat 4.1.24 + JK2 Connector problem Can

RE: RE : RE : IIS 5 + Tomcat 4.1.24 + JK2 Connector problem

2003-06-25 Thread Januski, Ken
To: 'Tomcat Users List' Subject: RE : RE : IIS 5 + Tomcat 4.1.24 + JK2 Connector problem Hi again, Just replaced my workers2.properties file with yours (and changing the path to the shm file according to my Tomcat 4 installation): exactly the same problem... Besides, I double-checked the W2K Event log

RE: RE : RE : IIS 5 + Tomcat 4.1.24 + JK2 Connector problem

2003-06-25 Thread Januski, Ken
PROTECTED] Sent: Wednesday, June 25, 2003 11:50 AM To: Tomcat Users List Subject: Re: RE : RE : IIS 5 + Tomcat 4.1.24 + JK2 Connector problem Its a pain because: - the pool of people who understand the connectors from a development aspect is small - the pool of people who understand

Re: IIS 5 + Tomcat 4.1.24 + JK2 Connector problem

2003-06-25 Thread Jason Bainbridge
PROTECTED] Envoyé : mercredi, 25. juin 2003 17:50 À : Tomcat Users List Objet : Re: IIS 5 + Tomcat 4.1.24 + JK2 Connector problem Can you try a netstat -a and see if your machine is listening on port 8009? It could be the relevant section in CATALINA_HOME\conf\server.xml is commentedo ut. You

Re: IIS 5 + Tomcat 4.1.24 + JK2 Connector problem

2003-06-25 Thread Jason Bainbridge
On Thu, 26 Jun 2003 00:20, Januski, Ken wrote: I can only second and third the following: I really don't know what to do. Why is this such a pain to simply connect IIS and Tomcat, even when following the instructions ? Mainly because the number of Apache Web Server + Tomcat users far out

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