Re: Setup of workers.properties with multiple host and TC instances

2012-03-22 Thread Christopher Schultz
with sticky sessions unless the hw lb knows how to >> dispatch to the right http/2xTomcat physical server, in which >> case you are wasting your time with all these extra processes. > > The hw loadbalancer sends the traffic to 10.17.75.61 port 80... > apache takes it and u

RE: Setup of workers.properties with multiple host and TC instances

2012-03-22 Thread Martin Registe, Jr.
hysical server, in which case you are wasting your time with all these extra processes. Answer The hw loadbalancer sends the traffic to 10.17.75.61 port 80... apache takes it and using the workers.properties file sends it to one of TC instances then apache sends it back through the hw lb it has

Re: Setup of workers.properties with multiple host and TC instances

2012-03-22 Thread Christopher Schultz
with it on the same physical server? If httpd knows about all Tomcat instances (x10), then you'll need every httpd to have a workers.properties file with 10 workers defined and all of them pooled. They all need distinct jvmRoutes. If https only knows about its local 2 Tomcat instances, then

RE: Setup of workers.properties with multiple host and TC instances

2012-03-22 Thread Martin Registe, Jr.
Then in workers.properties I have the setup worker.list=part #worker.list=worker1, worker2 # # Defining a worker named ajp13w and of type ajp13 # Note that the name and the type do not have to match. # worker.jvm1.type=ajp13 worker.jvm1.host=10.17.75.145 worker.jvm1.port=8019 worker.jvm1.lbfactor=10

Re: Setup of workers.properties with multiple host and TC instances

2012-03-22 Thread Mladen Turk
You should learn how to quote messages ;) On 03/21/2012 08:22 PM, Martin Registe, Jr. wrote: Please note that I have two different IP addresses running under the same worker. You will need one worker per host:port thus in your case 4 of them not 2. > Okay so I broke them up and created anoth

Re: Setup of workers.properties with multiple host and TC instances

2012-03-22 Thread André Warnier
Martin Registe, Jr. wrote: -Original Message- From: Mladen Turk [mailto:mt...@apache.org] Sent: Wednesday, March 21, 2012 2:09 PM To: users@tomcat.apache.org Subject: Re: Setup of workers.properties with multiple host and TC instances On 03/21/2012 07:47 PM, Martin Registe, Jr. wrote

RE: Setup of workers.properties with multiple host and TC instances

2012-03-21 Thread Martin Registe, Jr.
-Original Message- From: Mladen Turk [mailto:mt...@apache.org] Sent: Wednesday, March 21, 2012 2:09 PM To: users@tomcat.apache.org Subject: Re: Setup of workers.properties with multiple host and TC instances On 03/21/2012 07:47 PM, Martin Registe, Jr. wrote: > Hi All, > > >

Re: Setup of workers.properties with multiple host and TC instances

2012-03-21 Thread Mladen Turk
On 03/21/2012 07:47 PM, Martin Registe, Jr. wrote: Hi All, Please note that I have two different IP addresses running under the same worker. You will need one worker per host:port thus in your case 4 of them not 2. My boss thinks that this is causing sessions to jump between the two ip ad

Setup of workers.properties with multiple host and TC instances

2012-03-21 Thread Martin Registe, Jr.
Hi All, Tomcat 6.0.29 with Apache 2.2.17 running on windows 2003R2 Currently the workers.properties files is setup like this and seems to be working fine. Current Setup worker.list=part #worker.list=worker1, worker2 # # Defining a worker named ajp13w and of type ajp13 # Note that the name and

RE: Connector IIS7 Load balancing Issue (workers.properties)

2010-06-17 Thread Luis Esquivel
Subject: Re: Connector IIS7 Load balancing Issue (workers.properties) On 17.06.2010 16:33, Luis Esquivel wrote: > Hello, > > I have a situation where my IIS tomcat load balancing configuration between 2 > nodes keeps switching in every single request from the same browser. > The JSE

Re: Connector IIS7 Load balancing Issue (workers.properties)

2010-06-17 Thread Rainer Jung
nodes each time. This was working at some point correctly where once a connection was established with a node, the connection stayed on that node until the browser was closed. Has anyone seen this problem before? Any help would be greatly appreciated. My workers.properties file looks like this

Re: Connector IIS7 Load balancing Issue (workers.properties)

2010-06-17 Thread Electronjockey
efore? Any help would be greatly appreciated. My workers.properties file looks like this: worker.list=loadbalancer,status worker.template.port=8009 worker.template.type=ajp13 worker.template.lbfactor=1 worker.template.ping_mode=A worker.template.socket_timeo

Connector IIS7 Load balancing Issue (workers.properties)

2010-06-17 Thread Luis Esquivel
point correctly where once a connection was established with a node, the connection stayed on that node until the browser was closed. Has anyone seen this problem before? Any help would be greatly appreciated. My workers.properties file looks like this: worker.list=loadbalancer,status

RE: Question on workers.properties file [SOLVED]

2010-05-27 Thread Savoy, Melinda
k you so much to both you and Andre for all your help!! This list is VERY HELPFUL. Regards. -Original Message- From: Rainer Jung [mailto:rainer.j...@kippdata.de] Sent: Thursday, May 27, 2010 9:29 AM To: Tomcat Users List Subject: Re: Question on workers.properties file I finally sugges

Re: Question on workers.properties file

2010-05-27 Thread Rainer Jung
age- From: Savoy, Melinda Sent: Wednesday, May 26, 2010 2:12 PM To: 'Tomcat Users List' Subject: RE: Question on workers.properties file I did as you suggested below. I removed SCMIS virtual website from within the jakarta virtual website and I got this in the log: [Wed May 26 14:00:0

RE: Question on workers.properties file

2010-05-27 Thread Savoy, Melinda
ser value other than using the HttpServletRequest object? Thanks. -Original Message- From: Savoy, Melinda Sent: Wednesday, May 26, 2010 2:12 PM To: 'Tomcat Users List' Subject: RE: Question on workers.properties file I did as you suggested below. I removed SCMIS virtual we

RE: Question on workers.properties file

2010-05-26 Thread Savoy, Melinda
using http://localhost/SCMIS/index.jsp Thanks again. -Original Message- From: Rainer Jung [mailto:rainer.j...@kippdata.de] Sent: Wednesday, May 26, 2010 1:18 PM To: Tomcat Users List Subject: Re: Question on workers.properties file On 26.05.2010 19:53, Savoy, Melinda wrote: > R

Re: Question on workers.properties file

2010-05-26 Thread Rainer Jung
On 26.05.2010 19:53, Savoy, Melinda wrote: Ranier - thanks for the reply. 1. I just tried this again, but I set all 3 (Default Website, jakarta virtual website and SCMIS virtual website) to Windows Authentication checked and Anonymous access unchecked and I was prompted with a login dialog bo

RE: Question on workers.properties file

2010-05-26 Thread Savoy, Melinda
on on workers.properties file On 26.05.2010 18:30, Savoy, Melinda wrote: > Trying again to see if I can respond to Andre's question regarding what my > directory structure is in order to help me determine where I've gone wrong in > my setup and why I'm not getting the auth a

Re: Question on workers.properties file

2010-05-26 Thread Rainer Jung
On 26.05.2010 18:30, Savoy, Melinda wrote: Trying again to see if I can respond to Andre's question regarding what my directory structure is in order to help me determine where I've gone wrong in my setup and why I'm not getting the auth and user values in the request that is being forwarded t

RE: Question on workers.properties file

2010-05-26 Thread Savoy, Melinda
ay, May 24, 2010 15:49 To: Tomcat Users List Subject: Re: Question on workers.properties file Savoy, Melinda wrote: > Andre, > > Thanks for the reply. I was finally able to get my the LOG file > created. I had NOT setup my virtual website, SCMIS, in addition to > the JAKARTA virtua

RE: Question on workers.properties file

2010-05-25 Thread Caldarale, Charles R
> From: dB. [mailto:dbl...@dblock.org] > Subject: RE: Question on workers.properties file > > "IIS and/or Apache do things that Tomcat does not, or not well." > For my personal education, do you have any production-type examples? PHP and other external CGI mechanisms, f

RE: Question on workers.properties file

2010-05-25 Thread dB .
u have any production-type examples? Thx dB. dB. @ dblock.org Moscow|Geneva|Seattle|New York -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Tuesday, May 25, 2010 4:10 PM To: Tomcat Users List Subject: Re: Question on workers.properties file dB. wrote: > IMHO the II

Re: Question on workers.properties file

2010-05-25 Thread André Warnier
dB. wrote: IMHO the IIS redirection is a total hack. It's a lot of additional load, a whole other web server to deal with, configure and administer. Because you're merely hiding Tomcat behind IIS you're not really getting rid of your tomcat server, you're just masking the problem. I'll allow

Re: Question on workers.properties file

2010-05-25 Thread Rainer Jung
On 25.05.2010 13:44, André Warnier wrote: Savoy, Melinda wrote: Ranier, I do not want the user to get prompted at all. I need this to work as a single sign-on (seamless to the user). Is that not possible? I had tested where when I got the prompt then I got the Domain\User name but I am needing

Re: Question on workers.properties file

2010-05-25 Thread Rainer Jung
On 25.05.2010 12:22, Savoy, Melinda wrote: Ranier, in^^ :) I do not want the user to get prompted at all. I need this to work as a single sign-on (seamless to the user). Is that not possible? I had tested where when I got the prompt then I got the Domain\User name but I am needing t

RE: Question on workers.properties file

2010-05-25 Thread dB .
-Original Message- From: Savoy, Melinda [mailto:melindasa...@texashealth.org] Sent: Monday, May 24, 2010 8:30 PM To: Tomcat Users List Subject: RE: Question on workers.properties file Yes. dB, we are a microsoft shop for all practical purposes. We were the first Java web app that was

Re: Question on workers.properties file

2010-05-25 Thread André Warnier
Savoy, Melinda wrote: Ranier, I do not want the user to get prompted at all. I need this to work as a single sign-on (seamless to the user). Is that not possible? I had tested where when I got the prompt then I got the Domain\User name but I am needing to avoid the login dialog box altoget

RE: Question on workers.properties file

2010-05-25 Thread Savoy, Melinda
taking the time to test and your help. -Original Message- From: Rainer Jung [mailto:rainer.j...@kippdata.de] Sent: Tuesday, May 25, 2010 5:14 AM To: Tomcat Users List Subject: Re: Question on workers.properties file On 25.05.2010 12:02, André Warnier wrote: > Melinda, > > from on

RE: Question on workers.properties file

2010-05-25 Thread Savoy, Melinda
your help. -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Tuesday, May 25, 2010 5:02 AM To: Tomcat Users List Subject: Re: Question on workers.properties file Melinda, from one of your previous posts : In IIS I have the following: Default Web Site - Anonymous access c

Re: Question on workers.properties file

2010-05-25 Thread Rainer Jung
On 25.05.2010 12:14, Rainer Jung wrote: On 25.05.2010 12:02, André Warnier wrote: Melinda, from one of your previous posts : In IIS I have the following: Default Web Site - Anonymous access checked and Integrated Windows authentication unchecked Jakarta - virtual web site and Anonymous access

Re: Question on workers.properties file

2010-05-25 Thread Rainer Jung
On 25.05.2010 12:02, André Warnier wrote: Melinda, from one of your previous posts : In IIS I have the following: Default Web Site - Anonymous access checked and Integrated Windows authentication unchecked Jakarta - virtual web site and Anonymous access checked and Integrated Windows authentic

Re: Question on workers.properties file

2010-05-25 Thread André Warnier
Melinda, from one of your previous posts : In IIS I have the following: Default Web Site - Anonymous access checked and Integrated Windows authentication unchecked Jakarta - virtual web site and Anonymous access checked and Integrated Windows authentication unchecked SCMIS - virtual web site

RE: Question on workers.properties file

2010-05-24 Thread Savoy, Melinda
_ From: dB. [dbl...@dblock.org] Sent: Monday, May 24, 2010 18:09 To: Tomcat Users List Subject: RE: Question on workers.properties file I am curious whether you're using IIS for anything other than single sign-on / authentication? If you're not, check out http://waffle.codeplex

RE: Question on workers.properties file

2010-05-24 Thread dB .
|Geneva|Seattle|New York -Original Message- From: Savoy, Melinda [mailto:melindasa...@texashealth.org] Sent: Monday, May 24, 2010 7:03 PM To: Tomcat Users List; Tomcat Users List Subject: RE: Question on workers.properties file Andre, Sorry for creating confusion on the other post. I

RE: Question on workers.properties file

2010-05-24 Thread Savoy, Melinda
ubject: Re: Question on workers.properties file Savoy, Melinda wrote: > Andre, > > Thanks for the reply. I was finally able to get my the LOG file created. I > had NOT setup my virtual website, SCMIS, in addition to the JAKARTA virtual > website in IIS and consequently I kept using Tomcat to a

Re: Question on workers.properties file

2010-05-24 Thread André Warnier
Savoy, Melinda wrote: Andre, Thanks for the reply. I was finally able to get my the LOG file created. I had NOT setup my virtual website, SCMIS, in addition to the JAKARTA virtual website in IIS and consequently I kept using Tomcat to authenticate instead of using IIS to do so and it was ne

RE: Question on workers.properties file

2010-05-24 Thread Savoy, Melinda
...@ice-sa.com] Sent: Monday, May 24, 2010 9:39 AM To: Tomcat Users List Subject: Re: Question on workers.properties file Hi. Your general settings look ok to me. See in text. Savoy, Melinda wrote: > Ranier, > > Again, thanks for the reply below. Apparently I do not have something setup

Re: Question on workers.properties file

2010-05-24 Thread André Warnier
rties file and workers.properties file): Server.xml: connectionTimeout="2"

RE: Question on workers.properties file

2010-05-24 Thread Savoy, Melinda
ted. Here are my settings in the following files (server.xml, isapi_redirect.properties file, uriworkermap.properties file and workers.properties file):

RE: Question on workers.properties file

2010-05-20 Thread Savoy, Melinda
: Question on workers.properties file Hi André, Melinda and everyone else, On 20.05.2010 14:31, André Warnier wrote: > savoym wrote: > I Rainer Jung is around, he may tell us if my assumptions are correct, > that IIS+redirector also sends the IIS user-id to Tomcat, if there is any. > &g

Re: Question on workers.properties file

2010-05-20 Thread Rainer Jung
Hi André, Melinda and everyone else, On 20.05.2010 14:31, André Warnier wrote: savoym wrote: I Rainer Jung is around, he may tell us if my assumptions are correct, that IIS+redirector also sends the IIS user-id to Tomcat, if there is any. If not, then tonight I might be able to send you a servl

Re: Question on workers.properties file

2010-05-20 Thread savoym
d, and pass it to your webapp in a way >>>>> it >>>>> can use it. >>>>> >>>>> If all of that is negative, then you need something like the Jespa >>>>> filter from ioplex. >>>>> That filter /will/ authentica

Re: Question on workers.properties file

2010-05-20 Thread André Warnier
savoym wrote: The issue is that we do not currently use web.xml to set the particulars for JCIFS. A wrapper was built by our former team lead who has now left the company and Michael Allen had stated that we had to use the settings as he has it in his doc in order for JESPA to work. As I stated

Re: Question on workers.properties file

2010-05-20 Thread savoym
our webapp to pick it up >>> via getRemoteUser(). This is a certainty, not a guess. I use this >>> often. >>> >>> >>> - >>> To unsubscribe, e-mail: users-unsubscr...@tom

Re: Question on workers.properties file

2010-05-20 Thread André Warnier
Hi. I am a bit busy right now, and I'll have more time tonight to answer. But in short, if you are using jCIFS until now, then Jespa is really a drop-in replacement. You get the user-id via getRemoteUser() just the same way. Only web.xml changes, the application does not, as far as I know. But

Re: Question on workers.properties file

2010-05-20 Thread savoym
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > > -- View this message in context: http://old.nabble.com/Question-on-workers.properties-file-tp28599711p28620069.html Sent from the Tomcat - U

Re: Question on workers.properties file

2010-05-20 Thread André Warnier
savoym wrote: Thanks again for the reply. I do already have the tomcatAuthentication="false" setting as you stated below and I had tried the getRemoteUse() from the HttpRequestServlet but that unfortunately did not work unless I did something wrong. I will try again but I do not think that is

Re: Question on workers.properties file

2010-05-20 Thread savoym
; forwards >> the request to Tomcat. And yes, I am wanting to retrieve in my java app >> this userid from what I thought would be through the HttpServletRequest >> class. However, that is not working. I tried to retrieve it using this >> class on the header Authorization

Re: Question on workers.properties file

2010-05-20 Thread André Warnier
not working. I tried to retrieve it using this class on the header Authorization but I am still getting a NULL value. I understood, that maybe through the workers.properties file I could SET a server environment variable using the Request.ServerVariable("AUTH_USER") method but I'm n

Re: Question on workers.properties file

2010-05-19 Thread savoym
class on the header Authorization but I am still getting a NULL value. I understood, that maybe through the workers.properties file I could SET a server environment variable using the Request.ServerVariable("AUTH_USER") method but I'm not sure how to accomplish that if that is a possib

Re: Question on workers.properties file

2010-05-19 Thread André Warnier
savoym wrote: I just got IIS to forward my request to Tomcat using the Apache Tomcat-Connectors doc. I am trying to authenticate the user login/id that executes the request to my web app to be able to grab the user login and use in my java app. Can you explain a little bit more in detail, o

Re: Question on workers.properties file

2010-05-19 Thread savoym
:27, savoym wrote: >>>> >>>> I just got IIS to forward my request to Tomcat using the Apache >>>> Tomcat-Connectors doc. >>>> >>>> I am trying to authenticate the user login/id that executes the request >>>> to >>>>

Re: Question on workers.properties file

2010-05-19 Thread Rainer Jung
t using the Apache Tomcat-Connectors doc. I am trying to authenticate the user login/id that executes the request to my web app to be able to grab the user login and use in my java app. Has anyone on this list setup a server environment variable in the workers.properties file that would equal the

Re: Question on workers.properties file

2010-05-19 Thread savoym
t; >> I am trying to authenticate the user login/id that executes the request >> to >> my web app to be able to grab the user login and use in my java app. >> >> Has anyone on this list setup a server environment variable in the >> workers.properties file that

Re: Question on workers.properties file

2010-05-18 Thread Rainer Jung
Has anyone on this list setup a server environment variable in the workers.properties file that would equal the REQUEST.SERVERVARIABLE(AUTH_USER) in IIS? Can I get the same thing from the HttpServletRequest object by using the getRemoteUser method when the request is made from IIS? An

Question on workers.properties file

2010-05-18 Thread savoym
in the workers.properties file that would equal the REQUEST.SERVERVARIABLE(AUTH_USER) in IIS? Can I get the same thing from the HttpServletRequest object by using the getRemoteUser method when the request is made from IIS? Any help here would be appreciated. -- View this message in context: http

Re: A sample workers.properties file

2009-04-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jonathan, On 4/22/2009 3:43 PM, Jonathan Mast wrote: > yeah i downloaded the source and found the sample workers.properties files. > > The workers.properties.minimal has a bug in it, btw, the ajp13w worker is > not in the worker.list

Re: A sample workers.properties file

2009-04-22 Thread Jonathan Mast
yeah i downloaded the source and found the sample workers.properties files. The workers.properties.minimal has a bug in it, btw, the ajp13w worker is not in the worker.list and must be added manually. But it works otherwise. On Wed, Apr 22, 2009 at 2:52 PM, André Warnier wrote: > An

Re: A sample workers.properties file

2009-04-22 Thread André Warnier
André Warnier wrote: Jonathan Mast wrote: The Tomcat-Connector docs say that the source dist contains a sample workers.properties file, but neither Tomcat 6 nor Httpd 2.2 src archives contain such a file. But the mod_jk connector download does, I am quite sure. You /have/ downloaded the

Re: A sample workers.properties file

2009-04-22 Thread Jonathan Mast
ok, i'll look, the docs don't explicitly say what source package the sample is in. thanks On Wed, Apr 22, 2009 at 2:48 PM, André Warnier wrote: > Jonathan Mast wrote: > >> The Tomcat-Connector docs say that the source dist contains a sample >> workers.properties fi

Re: A sample workers.properties file

2009-04-22 Thread André Warnier
Jonathan Mast wrote: The Tomcat-Connector docs say that the source dist contains a sample workers.properties file, but neither Tomcat 6 nor Httpd 2.2 src archives contain such a file. But the mod_jk connector download does, I am quite sure

A sample workers.properties file

2009-04-22 Thread Jonathan Mast
The Tomcat-Connector docs say that the source dist contains a sample workers.properties file, but neither Tomcat 6 nor Httpd 2.2 src archives contain such a file. Could someone please post a sample workers.properties file for the aforementioned Tomcat and Httdp versions? Thanks

RE: No workers.properties file in $TOMCAT_HOME/conf

2009-02-03 Thread Caldarale, Charles R
> From: Gregor Schneider [mailto:rc4...@googlemail.com] > Subject: Re: No workers.properties file in $TOMCAT_HOME/conf > > before asking this list for help, I suggest you read the excellent > documentation first. You'll find it at the link I've provided in one > of m

Re: No workers.properties file in $TOMCAT_HOME/conf

2009-02-03 Thread Gregor Schneider
On Tue, Feb 3, 2009 at 11:00 AM, wrote: > > I downloaded tomcat, intalled it but there is no file workers.properties > correct > in $TOMCAT_HOME/conf. I tried 2 downloads, the tomcat 4.1 and 5.5 series. try it with at least 5.5 or, better, with the latest 6.x-version dump the outd

No workers.properties file in $TOMCAT_HOME/conf

2009-02-03 Thread randhir . singh
I downloaded tomcat, intalled it but there is no file workers.properties in $TOMCAT_HOME/conf. I tried 2 downloads, the tomcat 4.1 and 5.5 series. The TOMCAT & JAVA home needs to be set in workers.properties files. I hope, my question is clear. Please, help in solving the doubt. reg

Re: workers.properties confusion

2007-08-25 Thread Rainer Jung
[EMAIL PROTECTED] schrieb: > I think that really depends on the path you use inside > your httpd.conf. That's the place where you specify > which workers.properties to use. > > Cheers. Yes, as the others said, Tomcat does not read or use a workers.properties. It is only us

RE: workers.properties confusion

2007-08-24 Thread gerocoma-forophp
I think that really depends on the path you use inside your httpd.conf. That's the place where you specify which workers.properties to use. Cheers. --- [EMAIL PROTECTED] escribió: > Cool, it is starting to make a bit more sense. > > Does that mean that setting settings in >

Re: workers.properties confusion

2007-08-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gerhardus, [EMAIL PROTECTED] wrote: > Does that mean that setting settings in > apache:/etc/httpd/conf/workers.properties will override any > workers.properties set in tomcat servers? Tomcat never deals with workers.properties at all. On

RE: workers.properties confusion

2007-08-24 Thread Gerhardus.Geldenhuis
Cool, it is starting to make a bit more sense. Does that mean that setting settings in apache:/etc/httpd/conf/workers.properties will override any workers.properties set in tomcat servers? > -Original Message- > From: Christopher Schultz [mailto:[EMAIL PROTECTED] > Sent: 24 Au

Re: workers.properties confusion

2007-08-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gerhardus, [EMAIL PROTECTED] wrote: > However I am a bit confused between the > /etc/httpd/conf/workers.properties for apache and > /usr/share/tomcat/conf/workers.properties You only need one workers.properties file: it configures m

workers.properties confusion

2007-08-24 Thread Gerhardus.Geldenhuis
Hi Another easy question to answer, hopefully... I just spend a lot of time going through this page: http://tomcat.apache.org/connectors-doc/reference/workers.html to decide which parameters we need/want to implement. However I am a bit confused between the /etc/httpd/conf/workers.properties

Converting workers2.properties file to workers.properties

2007-08-10 Thread Dean Lonsdale
All We are moving from JK2 to JK and would like some information/help on how to convert a workers2.properties file (JK2) to workers.properties (JK) any help greatly appreciated..apols but this question comes from an Apache novice.. Regards / Cordialement / Mit freundlichen Grüßen -- Dean

Re: bad workers.properties configuration

2007-07-22 Thread Rainer Jung
affaele Viola <[EMAIL PROTECTED]> wrote: >> > I write this workers.properties >> > >> > worker.list=default >> > worker.default.port=8009 >> > worker.default.host=localhost >> > worker.default.type=ajp13 >> > worker.default.lbfactor=1 &g

Re: bad workers.properties configuration

2007-07-22 Thread Rainer Jung
Joe Riopel schrieb: > On 7/19/07, Raffaele Viola <[EMAIL PROTECTED]> wrote: >> I write this workers.properties >> >> worker.list=default >> worker.default.port=8009 >> worker.default.host=localhost >> worker.default.type=ajp13 >> worker.

RE: bad workers.properties configuration

2007-07-20 Thread Dantas, Thiago
. -Original Message- From: Titi Wangsa [mailto:[EMAIL PROTECTED] Sent: Friday, July 20, 2007 11:56 AM To: Tomcat Users List Subject: Re: bad workers.properties configuration ommit lbfactor ? On 7/20/07, Joe Riopel <[EMAIL PROTECTED]> wrote: > On 7/19/07, Raffaele Viola <[EMAIL PROTE

Re: bad workers.properties configuration

2007-07-20 Thread Titi Wangsa
ommit lbfactor ? On 7/20/07, Joe Riopel <[EMAIL PROTECTED]> wrote: On 7/19/07, Raffaele Viola <[EMAIL PROTECTED]> wrote: > I write this workers.properties > > worker.list=default > worker.default.port=8009 > worker.default.host=localhost > worker.default.type=ajp

Re: bad workers.properties configuration

2007-07-20 Thread Joe Riopel
On 7/19/07, Raffaele Viola <[EMAIL PROTECTED]> wrote: I write this workers.properties worker.list=default worker.default.port=8009 worker.default.host=localhost worker.default.type=ajp13 worker.default.lbfactor=1 Is that all you have in the worker.properties file ? My worker.propertie

Re: bad workers.properties configuration

2007-07-20 Thread Rainer Jung
t 5.5.17 and I want to connect Apache with > Tomcat using mod_jk-1.2.21. > > I write this workers.properties > > worker.list=default > worker.default.port=8009 > worker.default.host=localhost > worker.default.type=ajp13 > worker.default.lbfactor=1 > > But when I t

bad workers.properties configuration

2007-07-19 Thread Raffaele Viola
Hi all, I'm using Apache 2.2.3 and Tomcat 5.5.17 and I want to connect Apache with Tomcat using mod_jk-1.2.21. I write this workers.properties worker.list=default worker.default.port=8009 worker.default.host=localhost worker.default.type=ajp13 worker.default.lbfactor=1 But when I try to

IIS 5 to a Tomcat 5 "unable to load workers.properties"

2007-03-19 Thread Glenn Wilson
but on its initialization I keep getting the message "unable to load workers.properties" which seems to be preventing the next step of redirecting the user to the Tomcat server. I've validated my registry entries several times and all looks good and I've searched the web

Re: workers.properties

2006-08-13 Thread Mark Eggers
This should be like any other web application. I just set it up as a test on my machine and it works fine. Take a look at: http://tomcat.apache.org/connectors-doc/ 1) Set up a standard workers.properties file (example) # only one worker # a better name is called for worker.list=myworker

workers.properties

2006-08-09 Thread D. Salemink Klikstudio
Does anybody have experience setting up the workers.properties file to serve mmbase through apache? -- D. Salemink Zomerdijkstraat 1-11079WX Amsterdam +31207726869 +31651611510 Nieuwe media cursussen http://www.klikstudio.net Webdesign en hosting http://www.klikstudio.nl