jk2.properties Query

2005-02-15 Thread Hari Mailvaganam
Hi: I noticed the following on the catalina.out: Feb 15, 2005 9:19:13 AM org.apache.jk.server.JkMain start INFO: Jk running ID=0 time=1/37 config=/local/jakarta-tomcat-5.0.28/conf/jk2.properties Does Tomcat 5.0.28 have mod_jk on by default

RE: jk2.properties Query

2005-02-15 Thread Caldarale, Charles R
From: Hari Mailvaganam [mailto:[EMAIL PROTECTED] Subject: jk2.properties Query Does Tomcat 5.0.28 have mod_jk on by default? The default server.xml has an AJP13 connector defined on port 8009; it's been that way for a long time. You should comment it out if you don't need it. - Chuck

Is jk2.properties even used?

2004-11-17 Thread Troy Simpson
In this example, I'm using: Tomcat 5.0.19 Apache 2.0.52 Sun Solaris 8 jk2 2.0.4 (i think) My jk2.properties contains only this one line: request.registerRequests=false And apache and tomcat appears to be working just fine without a problem. So I was wondering, is jk2.properties even used

Re: Is jk2.properties even used?

2004-11-17 Thread Troy Simpson
:/MediaManager/*] info=Map to Luna Insight Media Manager. # Uri mapping [uri:/BrowserInsight/*] info=Map to Luna Insight BrowserInsight. Troy Simpson wrote: In this example, I'm using: Tomcat 5.0.19 Apache 2.0.52 Sun Solaris 8 jk2 2.0.4 (i think) My jk2.properties contains only this one line

Re: Is jk2.properties even used?

2004-11-17 Thread Troy Simpson
: Tomcat 5.0.19 Apache 2.0.52 Sun Solaris 8 jk2 2.0.4 (i think) My jk2.properties contains only this one line: request.registerRequests=false And apache and tomcat appears to be working just fine without a problem. So I was wondering, is jk2.properties even used for setting channelSocket.port, etc

Re: Is jk2.properties even used?

2004-11-17 Thread Troy Simpson
Apache 2.0.52 Sun Solaris 8 jk2 2.0.4 (i think) My jk2.properties contains only this one line: request.registerRequests=false And apache and tomcat appears to be working just fine without a problem. So I was wondering, is jk2.properties even used for setting channelSocket.port, etc? Here are what

re: auto-generating jk2.properties for tomcat5

2004-06-18 Thread James Black
Hello, I don't remember how I got this to work under tomcat4, but how would I auto-generate the jk2.properties file for tomcat5? Thank you. -- Love is mutual self-giving that ends in self-recovery. Fulton Sheen James Black[EMAIL PROTECTED

RE: jk2.properties

2004-06-06 Thread Martinelli Paolo A.
Nice try, but unfortunately does not work... ;o) What I want to do is to use the mx4j features implemented in Tomcat to collect statistical information and I need to move the jk2.properties file for a security issue. By the way this is not my only problem, for example: the mx4j functionality

jk2.properties

2004-06-05 Thread Martinelli Paolo A.
Hi all, I need to move the jk2.properties file from the standard location, does anyone knows how to do it??? Thanks, Paolo Martinelli IrisCube Reply S.p.A. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: jk2.properties

2004-06-05 Thread Bill Barker
I've never tried it, but you should be able to set jkHome=/path/to/new/home on the Connector element to have Tomcat look for /path/to/new/home/conf/jk2.properties. Of course, Tomcat will also use this as the base for any other relative file references (e.g. the unix-socket file). Martinelli

jk2.properties utility

2004-06-02 Thread meissa . Sakho
I'm wondering if jk2.properties is mandatory. I'm running jboss 3.2.3 which is bundled with tomcat 4.1.29 and apache2 with mod_jk2 under linux. I just have workers2.properties and everything works fine. I don't have any jk2.properties. Can someone tells me what is the jk2.properties used

Re: jk2.properties documentation

2004-03-19 Thread Daniel Savard
Le ven 19/03/2004 à 01:06, Chong Yu Meng a écrit : Daniel Savard wrote: Is there any documentation on the jk2.properties? There is the Jakarta documentation available on their site. Or you could dig through the source code. I also looked at the Jakarta docs, however

jk2.properties documentation

2004-03-18 Thread Daniel Savard
Is there any documentation on the jk2.properties? After reading the document: http://cymulacrum.net/writings/tomcat5/c831.html#USING_MOD_JK2 I still get a problem lying with my jk2.properties. However, I was unable to find any complete documentation on this. Also, the above document mention 4

Re: jk2.properties documentation

2004-03-18 Thread Chong Yu Meng
Daniel Savard wrote: Is there any documentation on the jk2.properties? There is the Jakarta documentation available on their site. Or you could dig through the source code. After reading the document: http://cymulacrum.net/writings/tomcat5/c831.html#USING_MOD_JK2 I still get a problem lying

Changing location of jk2.properties

2004-01-08 Thread Andrew Kerr
Hi there, The jk2 documentation mentions that conf/jk2.properties is the *default* location for this file, which implies that it can be changed. However, I can't find any documentation indicating how this can be done. I have done a lot of digging through the source code, and I can see

Multiple AuthN configs with jk2.properties

2003-10-13 Thread Ian Boston
Hi, I have a number of apps sitting behind apache+mod_jk. Some want apache+mod_jk to manage authN and so require request.tomcatAuthentication=false in jk2.properties and others what to manage authentication themselves with request.tomcatAuthentication=true. Unfortunately the behaviour appears

Help on workers2 and jk2 properties files

2003-08-14 Thread EPC
Hi All, I had successfully configured TC 5 + Apache 2 using mod_jk2 on Win2k. But I couldn't found any documentation about the details of files workers2.properties and jk2.properties. Can some one help me out on this, by providing some info about all the options and their meaning which we can

jk2.properties

2003-07-10 Thread James Courtney
Under what circumstances are the properties set in this file relevant? At least for channelSocket they seem to at best be overridden by those in the server.xml for the corresponding CoyoteConnector. I'm using Tomcat 4.1.24. Jamey

Re: jk2.properties

2003-07-10 Thread Simon Pabst
I think you can leave all entries commented when you're using channelSockets, however when you use channelUnix (fast unix sockets) you need some entries in jk2.properties. (see http://www.pubbitch.org/jboss/mod_jk2.html for details) At 14:28 10.07.2003 -0700, you wrote: Under what circumstances

RE: jk2.properties

2003-07-10 Thread James Courtney
Thanks Simon. It's just odd that it's settings don't override what's in server.xml or that you can set the same thing both places. I could see using jk2.properties for extended properties specific to each channel type but things like host and port that are specified in the server.xml are just

Re: [JK2] JK2 Properties for Coyote Connector

2003-03-24 Thread QJian
Please check attachment out. Tim Jian 3833 Farragut Ave. Kensington, MD 20895 Email: [EMAIL PROTECTED] (See attached file: jk2.properties

Re: [JK2] JK2 Properties for Coyote Connector

2003-03-22 Thread Bill Barker
Jerry Jalenak [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, I'm trying to get the Coyote Connector working with Apache 2.x and Tomcat 3.3.1. I've been through the Coyote 1.0rc2 doc and have updated all of the .jar files in Tomcat. What I'm missing is the JK2.properties file

[JK2] JK2 Properties for Coyote Connector

2003-03-21 Thread Jerry Jalenak
Hi, I'm trying to get the Coyote Connector working with Apache 2.x and Tomcat 3.3.1. I've been through the Coyote 1.0rc2 doc and have updated all of the .jar files in Tomcat. What I'm missing is the JK2.properties file. Does anyone have an example of what this file should look like? TIA

RE: Tomcat 4.1.18 - IIS 5.0 plugin - jk2.properties + workers2.properties

2003-03-12 Thread Johannes Fiala
Users List' [EMAIL PROTECTED] cc Subject RE: Tomcat 4.1.18 - IIS 5.0 plugin - jk2.properties + workers2.properties Actually, that error is generally related to IIS trying to start up when Apache Http server is running on the same port...make sure Apache http server is STOPPED and than Tomcat

RE: Tomcat 4.1.18 - IIS 5.0 plugin - jk2.properties + workers2.properties

2003-03-12 Thread Johannes Fiala
Hi Rick, My last email contained a wrong diagnosis of the problem. redirection to lb:lb is fine, because it is defined as a load balancer in my workers2.properties. However, after entering http://localhost/examples I simply get a Server not found exception using MS IE 6 (indicating there was

SOLVED: Re: Tomcat 4.1.18 - IIS 5.0 plugin - jk2.properties + workers2.properties

2003-03-12 Thread Johannes Fiala
- Jakarta Isapi Redirector - 2.0 authComplete: 0 extensionUri: /jakarta/isapi_redirector2.dll logLevel: DEBUG serverRoot: f:\tomcat-4.1.18 threadPool: 20 workersFile: f:\tomcat-4.1.18\conf\ntiis\workers2.properties The correct workers2.properties + jk2.properties files can be found in the source

RE: SOLVED: Re: Tomcat 4.1.18 - IIS 5.0 plugin - jk2.properties + workers2.properties

2003-03-12 Thread Aparna Narla
-Original Message- From: Johannes Fiala [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2003 2:43 PM To: Tomcat Users List Cc: [EMAIL PROTECTED] Subject: SOLVED: Re: Tomcat 4.1.18 - IIS 5.0 plugin - jk2.properties + workers2.properties Hi to all! I finally have found the solution

RE: SOLVED: Re: Tomcat 4.1.18 - IIS 5.0 plugin - jk2.properties + workers2.properties

2003-03-12 Thread Antoni Unkovich
a.m. To: 'Tomcat Users List' Subject: RE: SOLVED: Re: Tomcat 4.1.18 - IIS 5.0 plugin - jk2.properties + workers2.properties -Original Message- From: Johannes Fiala [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2003 2:43 PM To: Tomcat Users List Cc: [EMAIL PROTECTED

RE: Tomcat 4.1.18 - IIS 5.0 plugin - jk2.properties + workers2.properties

2003-03-10 Thread Johannes Fiala
- IIS 5.0 plugin - jk2.properties + workers2.properties Here are a few differences between your configuration and mine: 1) My workers2.properties uses [shm:] instead of [shm]. 2) I found that the 2.0.2 jk2 ISAPI redirector dll does not like forward slash path syntax on Windows (for your SHM

RE: Tomcat 4.1.18 - IIS 5.0 plugin - jk2.properties + workers2.properties

2003-03-10 Thread Rick Bullotta
) -Original Message- From: Johannes Fiala [mailto:[EMAIL PROTECTED] Sent: Monday, March 10, 2003 2:24 PM To: Tomcat Users List Cc: [EMAIL PROTECTED] Subject: RE: Tomcat 4.1.18 - IIS 5.0 plugin - jk2.properties + workers2.properties Hi Rick, I tried both fixes, but they failed. I also tried

RE: Tomcat 4.1.18 - IIS 5.0 plugin - jk2.properties + workers2.properties

2003-03-09 Thread Johannes Fiala
hi there, here are the properties files I currently use (a merge of Mark's + Rick's configuration files): = jk2.properties = ## THIS FILE MAY BE OVERRIDEN AT RUNTIME. MAKE SURE TOMCAT IS STOPED ## WHEN YOU EDIT THE FILE. ## COMMENTS

RE: Tomcat 4.1.18 - IIS 5.0 plugin - jk2.properties + workers2.properties

2003-03-09 Thread Rick Bullotta
] wrote: hi there, here are the properties files I currently use (a merge of Mark's + Rick's configuration files): = jk2.properties = ## THIS FILE MAY BE OVERRIDEN AT RUNTIME. MAKE SURE TOMCAT IS STOPED ## WHEN YOU EDIT THE FILE

Re: jk2.properties

2002-11-04 Thread Maxime
In this configuration, serverRoot is not in worker2.properties , but in jk2.properties... i don't understand your answer, can you explain 'hard code it to where you've installed Apache' ? thanks by advance - Original Message - From: Robert L Sowders [EMAIL PROTECTED] To: Tomcat Users

Re: jk2.properties

2002-11-04 Thread Robert L Sowders
The variable is a system variable. If you intend to use it you will have to put it in your system environment, or make sure this variable is available to the program when it starts. If you cannot do this, then everyplace it is asked for in the workers2.properties and jk2.properties files

jk2.properties

2002-11-01 Thread Maxime
Hello I attempt to use tomcat 4.1.10 and mod_jk2 my jk2.properties : #Apache serverRoot=/usr/local/apache # list of needed handlers. handler.list=apr,channelUnix,request # Set the default port for the channelSocket #channelSocket.port=8009 # Location of the socket. channelUnix.file=${jkHome

Re: jk2.properties

2002-11-01 Thread Robert L Sowders
:jk2.properties Hello I attempt to use tomcat 4.1.10 and mod_jk2 my jk2.properties : #Apache serverRoot=/usr/local/apache # list of needed handlers. handler.list=apr,channelUnix,request # Set the default port for the channelSocket #channelSocket.port=8009 # Location of the socket

mod_jk/jk2.properties/JK2 Connector

2002-07-30 Thread franzR
-Connector in the server.xml file. However, what's the meaning of the jk2.properties which can be found in the conf directory? Do these properties overrule the worker's setting? Can I get rid off of them without harming tomcat? II) socket- / unix channel What's the difference between a socket / unix