Re: mod_jk2 and stickySession

2003-08-14 Thread NormW
Good evening Christian. Have you set the jvmRoute parameter in each Tomcat, and the TomcatID (aka route) for each JK worker? Norm - Original Message - From: Christian Traber [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, August 10, 2003 6:40 PM Subject: mod_jk2 and stickySession

Re: jk2_init Error ??

2003-08-14 Thread NormW
I'll take the 'scoreboard' question... It's the shared memory area for mod_jk2... it facilitates the creation the /jkstatus page it is also saved to disk and is represented in workers2.properties under the [shm] section, with details such as shm file path+name and file size attributes. I think

Re: mod_jk v1.2.5

2003-08-11 Thread NormW
10:22 PM Subject: Re: mod_jk v1.2.5 AFAIK, still coming if ever. John NormW wrote: Good afternoon all. What has become of the mod_jk binaries for v1.2.5? Still coming or some place other than: http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/ ? TIA Norm

mod_jk v1.2.5

2003-08-08 Thread NormW
Good afternoon all. What has become of the mod_jk binaries for v1.2.5? Still coming or some place other than: http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/ ? TIA Norm - To unsubscribe, e-mail: [EMAIL

Re: Re: mod_jk round robin problem stateless session beans

2003-07-15 Thread NormW
don't talk to each other). In theory, it should be a relatively easy fix in Jk2 to get 'pre-fork' working, but AFAIK, it hasn't been implemented yet. NormW [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Good morning Simon. 'RoundRobin' is less likely the more

Re: mod_jk round robin problem stateless session beans

2003-07-14 Thread NormW
Good morning Simon. 'RoundRobin' is less likely the more Tomcat's you add I suspect. The balanced worker program always searches for a new worker by starting pointers from 1 rather than the last successful worker used, (AFAICT), and if a worker is free for the task it makes for muddy water indeed

Windows, Mod_Jk2, SHM and Load Balancing.

2003-06-26 Thread NormW
Good morning all. Trying to get loadbalancing working on a WinNT box with mod_jk2 to two separated Tomcats. - Setup is Apache 2.0.46 + latest cvs mod_jk2 on WinNT; - /jkstatus page works but reports 'no shm'. The shm memory file is created and 1MB+, all 0x00; - General log entries indicate the

Re: Problems with mod_jk2

2003-06-24 Thread NormW
Good morning Nikola. What do you have in your http.conf file(s)? I assume Test.ev.co.yu is the machine you are running Tomcat on and is DNS resolvable? Norm Hi all. mod_jk2 is bugging me properly. It is not working right now and it never did. I could have made a number of mistakes, so if

Re: Problems with mod_jk2

2003-06-24 Thread NormW
Good morning Eric. The setting format for 'config.file' at least confirms what a trowel through the source code turned up. Thanks. The 'TomcatID' parameter is also alternately named 'route' in mod_jk2, and is, I think, used mostly in load-balance situations, where, at the Tomcat end, it is called

Re: Problems with mod_jk2

2003-06-24 Thread NormW
is that [channel.socket:..] points port= to 'localhost' (ie 'this machine') if Tomcat is on the same machine as mod_jk(2) or to an actual ip or domain name name if Tomcat is running on another machine. Some packet probing might resolve this. For now, Norm -e On Wed, 25 Jun 2003, NormW wrote: Good

Re: JK2 config

2003-06-22 Thread NormW
Good evening Nikola. Best of luck and I will watch your 'thread' with interest. I asked some technical questions about mod_jk2 a few weeks ago and got deafened by the silence. Considering a predominance of questions here are about configuration issues, it is amazing there seems to be enough time

Re: Question regarding tomcat-apache.conf file.

2003-06-16 Thread NormW
Good evening Kevin. I think you might need to read a little further.. AFAIK there is a specific startup option for Tomcat to generate the .conf file for Apache, and that's assuming Tomcat 4.0 supports it Apologies for the vagueness but it's not a feature I've actually used. Norm -

Re: Question regarding tomcat-apache.conf file.

2003-06-16 Thread NormW
, Kev. -Original Message- From: NormW [mailto:[EMAIL PROTECTED] Sent: 16 June 2003 11:17 To: Tomcat Users List Subject: Re: Question regarding tomcat-apache.conf file. Good evening Kevin. I think you might need to read a little further.. AFAIK there is a specific startup option

Re: Question regarding tomcat-apache.conf file.

2003-06-16 Thread NormW
been searching for info on the web about getting the two talking, there's plenty of info but no real, dummies guides. Mind you I don't suppose dummies like me should be tinkering with this stuff!! ;o) Kev. -Original Message- From: NormW [mailto:[EMAIL PROTECTED] Sent: 16 June 2003 11

Re: Question regarding tomcat-apache.conf file.

2003-06-16 Thread NormW
machine, Sun boxes running Solaris 8, if that helps any. Nothing wrong with 'dummies' snip Very true! -Original Message- From: NormW [mailto:[EMAIL PROTECTED] Sent: 16 June 2003 12:00 To: Tomcat Users List Subject: Re: Question regarding tomcat-apache.conf file. Good evening (here

Re: Question regarding tomcat-apache.conf file.

2003-06-16 Thread NormW
Good evening Kevin. Takes my cue! What they are configuring there are the example applications that come with Tomcat read what you can of the Tomcat docs once you get Apache and Tomcat working and 'see' how straight-forward the setup actually is... a bunch of settings that tell Apache what to

Re: Question regarding tomcat-apache.conf file.

2003-06-16 Thread NormW
/apt2/ta_web/webserver/apache_1.3.6/bin/httpd: fatal: mod_jk: can't find symbol bin/apachectl start: httpd could not be started Any ideas? (sorry to bug you with this one!) -Original Message- From: NormW [mailto:[EMAIL PROTECTED] Sent: 16 June 2003 12:54 To: Tomcat Users List Subject

Re: Apache issue

2003-06-16 Thread NormW
Hmmm...seems familiar. If you have the Tomcat documents also installed, check: T-C-home\webapps\tomcat-docs\config\printer\jk.html N - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 17, 2003 8:58 AM Subject: Apache issue tomcat 4.1.24 redhat 7.3

JK2 Documentation

2003-06-07 Thread NormW
Good evening All. I have a few questions re the configuration and operation of mod_jk2 that I hope some better informed user may be able to answer. 1. The documentation describes setting parameters in the httpd.conf file using JkSet, and I have had success with worker parameters, but trying to

Re: tomcat stops when logout

2003-03-19 Thread NormW
Good morning. I read in my Tomcat book that shutdown on exit was a known problem with JRE 1.3 on Windows and it recommends upgrading to 1.4 (now 1.4.1). HTH Norm - Original Message - From: Wey Hueymeei [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 20, 2003 4:17 AM Subject:

Re: User Interface To Tomcat User List

2003-03-19 Thread NormW
Good morning Eric. I wasn't 'pushing' for a change as I will go back to just viewing the Archives until I need to pose another question; that's why I mentioned that I'm only new to TC and not even close to being able to help with 99% of what comes in my Inbox. That's what I liked with the

Re: User Interface To Tomcat User List

2003-03-19 Thread NormW
As you might have noticed from this reply, it is currently possible to access this list from the unsupported by, and in no way connected to or endorsed by Jakarta/Apache news group news://news.gmame.org/gmane.comp.jakarta.tomcat.user. NormW [EMAIL PROTECTED] wrote in message news:[EMAIL

Re: jk2 and passing env vars

2003-03-18 Thread NormW
Good morning. If you are using the 2.0.43.dll version of JK2 you are not alone. N - Original Message - From: grenoml [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 6:14 AM Subject: jk2 and passing env vars Is the method for passing environment vars between

Re: jk2 and passing env vars

2003-03-18 Thread NormW
? Regards, Gerry --- NormW [EMAIL PROTECTED] wrote: Good morning. If you are using the 2.0.43.dll version of JK2 you are not alone. N - Original Message - From: grenoml [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 6:14 AM Subject: jk2 and passing env

User Interface To Tomcat User List

2003-03-18 Thread NormW
Good afternoon All. Only new to the Tomcat User Mail List and may likely opt out soon to conserve my Inbox, but wanted to say that getting 91 emails in one session (2 were relevant to the question I asked) isn't helping me or likely of much use to anyone else for that matter either. (Perhaps my

Re: jk2 and passing env vars

2003-03-18 Thread NormW
on Netware conversion. Gerry --- NormW [EMAIL PROTECTED] wrote: Good morning Gerry. I'm working with Tomcat on Netware and only got involved because of a desire to try JK2;...then find it isn't available for Netware because the way it works internally cannot be easily ported. I

Tomcat 3.3 to 4.1 - Changes?

2003-03-15 Thread NormW
Good evening All. Working with Tomcat on Netware (no cringing please). Trying to upgrade Tomcat from 3.3 to 4.1.x (current). - Has the 'ContextXMLReader' directives/function been dropped in the latest releases? (Cannot find reference to it in the Docs and cannot get it to work on 4.1) - Will

Re: Tomcat 3.3 to 4.1 - Changes?

2003-03-15 Thread NormW
: Craig R. McClanahan [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, March 16, 2003 5:54 AM Subject: Re: Tomcat 3.3 to 4.1 - Changes? On Sat, 15 Mar 2003, NormW wrote: Date: Sat, 15 Mar 2003 20:58:53 +1100 From: NormW [EMAIL PROTECTED] Reply-To: Tomcat Users List

Re: JK2

2003-03-15 Thread NormW
Good morning Chris. The download page for mod_jk2-2.0.43.dll suggests it will ONLY work for that version of Apache and no other; hence... I installed 2.0.43 win version of Apache2 (NT box). The module 'loads' without error, but a syntax check (-t) of the httpd.conf (with LoadModule and JK