That'd what I expected, I just didn't see the parameters in mbeans.
Thanks much.
-Tony
Sent from my HTC
- Reply message -
From: "Caldarale, Charles R"
To: "Tomcat Users List"
Subject: jasper production config parameters
Date: Fri, Oct 12, 2012 11:43 am
I would like to make the changes to my jasper config per
http://tomcat.apache.org/tomcat-7.0-doc/jasper-howto.html#Production_Con
figuration
I'm currently running 7.0.27
My question is, am I required to do this in $CATALINA_BASE/conf/web.xml
or can I make the change in ${webapp.path}/WEB-INF/web.x
Thanks for the fix btw
-Tony
-Original Message-
From: Mladen Turk [mailto:mt...@apache.org]
Sent: Tuesday, May 29, 2012 11:39 AM
To: users@tomcat.apache.org
Subject: Re: jk 1.2.36 throwing 503/sendfull/cping errors
On 05/29/2012 07:28 PM, Anthony J. Biacco wrote:
> Trunk works.
>
Trunk works.
-Tony
---
Manager, IT Operations
Format Dynamics, Inc.
P: 303-228-7327
F: 303-228-7305
abia...@formatdynamics.com
http://www.formatdynamics.com
> -Original Message-
> From: Anthony J. Biacco [mailto:abia...@formatdynamics.com]
> Sent: Tuesda
t: Sunday, May 27, 2012 10:27 PM
> To: users@tomcat.apache.org
> Subject: Re: jk 1.2.36 throwing 503/sendfull/cping errors
>
> On 05/27/2012 05:27 PM, Anthony J. Biacco wrote:
> > Yeah, I can do that, thanks much.
> >
>
> Cool.
> In between can you check the code
Yeah, I can do that, thanks much.
-Tony
-Original Message-
From: Mladen Turk [mailto:mt...@apache.org]
Sent: Saturday, May 26, 2012 2:35 AM
To: users@tomcat.apache.org
Subject: Re: jk 1.2.36 throwing 503/sendfull/cping errors
On 05/25/2012 08:11 PM, Anthony J. Biacco wrote:
> G
ime.
So it's somewhere in between or right in jk_lb_worker.c
-Tony
---
Manager, IT Operations
Format Dynamics, Inc.
P: 303-228-7327
F: 303-228-7305
abia...@formatdynamics.com
http://www.formatdynamics.com
> -----Original Message-
> From: Anthony J. Biacco [mailt
>
> What if you remove the jkstatus worker?
>
worker.list=app-03,loadbalancer
app-03: works
loadbalancer: does NOT work (503)
worker.list=loadbalancer,app-03
app-03: does NOT work (503)
loadbalancer: works
> What if you put jkstatus at the end of the list?
>
worker.list=app-03,loadbalancer,j
>
> > I'm sure that once we had 'must not be in worker.list',
> > but someone changed that to 'should' inside
> > http://tomcat.apache.org/connectors-doc/reference/workers.html
> > (see balance_workers directive)
> >
> >
>
> Probably needs to be changed back, or a strong warning added.
>
And t
> On 05/24/2012 09:40 PM, Anthony J. Biacco wrote:
> >
> >
> > I'm still puzzled as to why this behavior just changed between .35
and
> > .36
> >
>
> OK, but if you follow the recommended configuration
> by making sure that workers which are members
>
> You have the worker app-03 referenced both as a worker in its own
right,
> and as a balanced
> worker. Isn't this a bit strange ?
> Normally, if it is accessed via the balancer, you do not list it in
workers.list.
I have it in the list because sometimes I reference a specific worker in
the
> > 1.2.32 and 1.2.35 work fine.
> >
> > [Wed May 23 15:56:32 2012] [32504:1138178368] [debug]
> > jk_open_socket::jk_connect.c (609): trying to connect socket 22 to
> > 0.0.0.0:0
>
> Connecting to 0.0.0.0:0 ?
>
Yeah, I balked at that too.
> > [Wed May 23 15:56:32 2012] [32504:1138178368] [debu
>
> Centos 5.8, x86_64, apache 2.2.22, java 1.6.0_32, tomcat 7.0.27, apr
> 1.4.6 (also happens on another machine with apache 2.2.21 and java
> 1.6.0_29, rest of the versions are the same)
>
FWIW I also tried the following combos with the same effects:
tomcat 7.0.25/jni 1.1.22/apr 1.4.5
tomcat
Centos 5.8, x86_64, apache 2.2.22, java 1.6.0_32, tomcat 7.0.27, apr
1.4.6 (also happens on another machine with apache 2.2.21 and java
1.6.0_29, rest of the versions are the same)
Connecting apache to tomcat ajp, same machine.
Once I upgraded to 1.2.36 I started receiving 503 errors when trying t
So I'm trying to switch from commons-dbcp to tomcat-jdbc, tomcat 7.0.21.
I have a webapp that uses DelegatingResultSet from
org.apache.commons.dbcp.DelegatingResultSet
Is there a comparable way of doing this in tomcat-jdbc? Or should I just
use a regular ResultSet?
Thanks,
-Tony
-
abia...@formatdynamics.com
http://www.formatdynamics.com
> -Original Message-
> From: Rainer Jung [mailto:rainer.j...@kippdata.de]
> Sent: Wednesday, July 20, 2011 3:38 PM
> To: users@tomcat.apache.org
> Subject: Re: thread name in extended access log valve
>
> On 20.07.201
I was using AccessLogValve in Tomcat 7 and am now starting to play with
ExtendedAccessLogValve, but can't find an equivalent to AccessLogValve's
%I identifier.
Is there one?
Thanks,
-Tony
---
Manager, IT Operations
Format Dynamics, Inc.
P: 303-228-7327
F: 303-228-7305
abia
apache_host:unique_id
Thanks,
-Tony
> -Original Message-
> From: Anthony J. Biacco [mailto:abia...@formatdynamics.com]
> Sent: Tuesday, April 05, 2011 1:55 PM
> To: Tomcat Users List
> Subject: RE: tomcat and apache log entry correlation with mod_jk
>
> Nothing yet, was in resea
and apache log entry correlation with mod_jk
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Anthony,
>
> On 4/5/2011 2:21 PM, Anthony J. Biacco wrote:
> > I'm using apache 2.0.17, tomcat 6.0.28 (and soon tomcat 7) with mod_jk
> > 1.2.28 on CentOS 5.5
I'm using apache 2.0.17, tomcat 6.0.28 (and soon tomcat 7) with mod_jk
1.2.28 on CentOS 5.5
I'd like to put a unique identifier in the tomcat request log and the
apache request log so that I can match up log entries between the two.
Is there any way to do this with mod_jk, maybe with JkEnvVar? And
y, November 13, 2010 5:27 AM
> > To: Tomcat Users List
> > Subject: Re: 7.0.4 problem
> >
> > On 13/11/2010 00:30, Anthony J. Biacco wrote:
> > >
> > > Centos 5.5 Linux x64
> > > Mysql connector j 5.1.13
> > > Tomcat 7.0.4 w/apr ajp
> >
>
> >
> > worker.list=loadbal_hub_prod,jkstatus,hub0,hub1
> >
>
> This is wrong. If the workers are already balanced (by the
loadbal_hub_prod
> balancer),
> then they should not be separately listed in worker.list.
> Correct :
> worker.list=loadbal_hub_prod,jkstatus
>
Well, assuming he doesn't
rom: Mark Thomas [mailto:ma...@apache.org]
> Sent: Saturday, November 13, 2010 5:27 AM
> To: Tomcat Users List
> Subject: Re: 7.0.4 problem
>
> On 13/11/2010 00:30, Anthony J. Biacco wrote:
> >
> > Centos 5.5 Linux x64
> > Mysql connector j 5.1.13
> > Tomcat 7.0.4
Centos 5.5 Linux x64
Mysql connector j 5.1.13
Tomcat 7.0.4 w/apr ajp
Mysql cluster 7.1.3
Jdk 1.6.0_21 x64
Anybody aware of any problems with this combination? Using jmeter to load test
my servlet, i see mysql threads held up indefinately until i get a 'Too many
connections' error from mysql. Aj
I think those flags are only valid in the Context blocks now.
-Tony
-Original Message-
From: Mohammad M. AbuZer
Sent: Tuesday, September 07, 2010 6:53 PM
To: Tomcat Users List
Subject: Tomcat Warning about existing attribute for Host
I'm using tomcat 7.0.2 BETA
-- Forwarded m
Ok, got another simple question. I don't see bufferSize listed in the
tomcat 7 docs under the http/ajp connector..is it still supported?
Didn't see it deprecated in the changelog.
Thanks,
-Tony
---
Manager, IT Operations
Format Dynamics, Inc.
303-573-1800x27
abia...@format
tember 06, 2010 1:18 AM
> To: Tomcat Users List
> Subject: Re: nio ajp connector status
>
> On 06/09/2010 03:34, Anthony J. Biacco wrote:
> > Anybody know if there's any plans to make this connector
> > production-ready in the near future for 6.x/7.x?
> > Also, wha
Anybody know if there's any plans to make this connector
production-ready in the near future for 6.x/7.x?
Also, what the current major problems/gotchas are for it and the
circumstances where it may be beneficial vs. APR AJP?
Thanks much,
-Tony
---
Manager, IT Operations
Fo
This kind of tomcat log message would tell you it's running:
Mar 18, 2010 3:01:16 PM org.apache.catalina.core.AprLifecycleListener
init
INFO: Loaded APR based Apache Tomcat Native library 1.1.19.
The Tomcat 6.0.26 branch is considered stable.
-Tony
---
Manager, IT Operati
How did you configure apr, i.e. what's your configure line?
Are you mixing 32-bit with 64-bit between your libraries and JVM?
-Tony
---
Manager, IT Operations
Format Dynamics, Inc.
303-573-1800x27
abia...@formatdynamics.com
http://www.formatdynamics.com
> -Original M
>
> However notice that there is 5 minutes gap between the actual data
> has been read from the client and send to the tomcat.
> By that time tomcat already closed the connection (30 seconds in
> server.xml) and then
> any request to send the data fails. Actually all sockets shut down.
>
>
> So
upgrade
>
> On 03/17/2010 07:15 PM, Anthony J. Biacco wrote:
> >>
> >> On 03/16/2010 10:07 PM, Anthony J. Biacco wrote:
> >>>
> >>> The errors are:
> >>> [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1152):
> >> sending
>
> On 03/16/2010 10:07 PM, Anthony J. Biacco wrote:
> >
> > The errors are:
> > [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1152):
> sending
> > to ajp13 pos=4 len=4 max=8192
> > [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1152):
System:
x86_64/CentOS 5.4/Apache 2.2.14/Tomcat 6.0.20
Problem:
I just upgraded from mod_jk 1.2.28 to 1.2.30. I have 4 apache servers
JKing to 4 tomcat servers in load balanced worker. Both apache and
tomcat are on the same servers.
After upgrading, I have started to see mod_jk reporting connection
If you're still getting the error:
"Could not create resource factory instance [Root exception is
java.lang.InstantiationException :
org.apache.tomcat.dbcp.dbcp.DataSourceConnectionFactory"
Make sure you have tomcat-dbcp.jar in your tomcat/lib. The .dbcp.dbcp.
factory comes from that jar (versus j
We're using the 11.2.0.1 oracle jar with the seperate commons-dbcp 1.4 without
any problems or modifications. This is with 6.0.24 and 6.0.20 under 1.6.0_18 on
centos 5.
-Tony
Sent from my Windows® phone.
-Original Message-
From: Mark Shifman
Sent: Tuesday, March 02, 2010 6:08 PM
To
If #1 is correct maybe you should just revert back until you can do more
testing outside production.
Of course that's only if you're not using some tomcat 6/java 1.6 specific
features for your apps
-Tony
Sent from my Windows® phone.
-Original Message-
From: André Warnier
Sent: Saturda
You haven't said if you tried a previous java version or tomcat version
(6.0.20)?
-Tony
Sent from my Windows® phone.
-Original Message-
From: Carl
Sent: Friday, February 12, 2010 5:22 AM
To: Tomcat Users List
Subject: Re: Tomcat dies suddenly
This problem continues to plague me.
A q
I would do option 2 also if I were him. I doubt his cpus are 32-bit though. I'm
betting any dual core out there is 64-bit, though I wouldn't bet the farm on
it. We use the 64-bit jvm on dual-core xeons without any problem (rhel5).
-Tony
Sent from my Windows Mobile® phone.
-Original Messag
>
> The real "culprit" here for your chunked encoding and lack of
> content-length header is mod_deflate (as Rainer indicated).
> It has to do that, because it compresses the response on-the-fly, and
> does not know the compressed response size in advance.
>
Which would be fine (well not fine, b
ppdata.de]
> Sent: Friday, June 12, 2009 3:44 AM
> To: Tomcat Users List
> Subject: Re: chunked encoding
>
> On 12.06.2009 10:43, Markus Schönhaber wrote:
> > Anthony J. Biacco:
> >
> >> Hence the idea about downgrading to http 1.0. But that doesn't get
> me
>>
>> Yes, and I think that with keep-
>>alive off, apache should not chunk >>(or at least give the option to) since
it knows I am closing the
>>connection
>>right after the response is finished.
>I suggest using the environment
>variables downgrade-1.0 and
>nokeepalive,
>maybe also no-
>
> Maybe your idea of making this be a HTTP 1.0 request, or say set
> whatever internal flag Tomcat would itself set if it had been an HTTP
> 1.0 request. Perhaps a servlet filter is soon enough, or if not, a
> .
> Provided that would do the trick, it is also something you could do at
> the Apa
>
> BTW: IIRC, the OP mentioned mod_deflate compression. It comes last in
> the response handling. I'm not totally sure, how mod_deflate changes
> the
> headers (whether content-length is for the uncompressed or compressed
> size), but I expect mod_deflate to also change content of fixed length
>
>
> > - the first-choice solution would be to have the CDN fix their
> software,
> > or select another CDN which can handle chunked content.
>
> I agree.
>
And you know how easy that will be :-)
> > - the second-best would be :
> > (presuming the OP knows at some point the real size of the dat
>
> Rainer Jung:
>
> > On 12.06.2009 10:43, Markus Schönhaber wrote:
>
> >> No, it's not strange at all. If the length of the response body is
> not
> >> known when the response headers are sent, you obviously can't add a
> >> Content-Length header. That has nothing to do with the HTTP version
>
It turned out I just wasn't using a response big enough. Once I did something
like 10k I then got a chunked header from tomcat.
-Tony
---
Manager, IT Operations
Format Dynamics, Inc.
303-573-1800x27
abia...@formatdynamics.com
http://www.formatdynamics.com
> -Original
>
> The client thus requests this javascript from the CDN.
>
> The CDN looks in their cache if they have it.
> If they do, they serve it.
> If not, they issue a request to your site for it, and your site
> delivers
> it to the CDN. The CDN anyway delivers it to the client.
> If the response of y
> -Original Message-
> From: Anthony J. Biacco
> Sent: Thursday, June 11, 2009 2:31 PM
> To: 'Tomcat Users List'
> Subject: RE: chunked encoding
>
> > I tested with a >8K jsp and did get it chunked.
> > Do you happen to know the parameter for changing
> I tested with a >8K jsp and did get it chunked.
> Do you happen to know the parameter for changing the buffer size?
> Perhaps I can increase it to a number representing the largest length
> of my servlet content. Which isn't too big, maybe 20K.
NM on this, I found bufferSize for the AJP connecto
>
> > Here's my problem. When the request is to a servlet (static apache
> files
> > and JSPs through mod_jk are fine) in the form of a GET, instead of
> > sending a Content-Length response header, I get a Transfer-Encoding:
> > chunked header
> > I'd like to know:
> > 1) What are the causes of ei
I'm running apache 2.2.11->mod_jk 1.2.27->tomcat 6.0.18. I'm attempting
to gzip javascript output from apache (static files), and tomcat
(servlets with javascript content types). I'm using mod_deflate in
apache to do this.
Here's my problem. When the request is to a servlet (static apache files
and
e appropriate now I think.
Thanx again for the pointer in the right direction.
-Tony
Sent from my Windows Mobile® phone.
-Original Message-
From: André Warnier
Sent: Wednesday, June 10, 2009 2:27 AM
To: Tomcat Users List
Subject: Re: custom header
Anthony J. Biacco wrote:
> Thanx fo
73-1800x27
abia...@formatdynamics.com
http://www.formatdynamics.com
> -Original Message-
> From: André Warnier [mailto:a...@ice-sa.com]
> Sent: Friday, June 05, 2009 10:00 AM
> To: Tomcat Users List
> Subject: Re: custom header
>
> Anthony J. Biacco wrote:
> > Is there a w
Is there a way to set a custom HTTP header from tomcat/mod_jk for the
AJP connector? Short of changing the tomcat/mod_jk source code, that is.
I have requests go from apache -> mod_jk -> tomcat, multiple servers,
and I want to see in a Response header what tomcat my request is getting
processed by.
Fyi, you should be able to use jmeter to test AJP connections
-Tony
---
Manager, IT Operations
Format Dynamics, Inc.
303-573-1800x27
abia...@formatdynamics.com
http://www.formatdynamics.com
> -Original Message-
> From: Rainer Jung [mailto:rainer.j...@kippdata.de]
Anybody got the patch for the tomcat 6.0.18 version of jsvc that lets it
log to syslog?
I found a couple patches, but they were all either for non-current
versions of jsvc or the patches were formatted all wrong on the web.
Thanx,
-Tony
---
Manager, IT Operations
Format D
Try Awffull instead, it's a webalizer spinoff that's actually still
worked on.
-Tony
---
Manager, IT Operations
Format Dynamics, Inc.
303-573-1800x27
abia...@formatdynamics.com
http://www.formatdynamics.com
> -Original Message-
> From: John Moore [mailto:johnmo...@
Probably not the best solution, but you could always resolve the DNS for
www.w3.org internally to your local apache web server (if you have one)
or to the tomcat server (if you're running the http port), build the
sub-directories for the URI's path, download the dtd file from w3.org
and stick it in
This is a little OT, but I'm interested to see if oracle decides to
merge their BEA acquisition jrockit product with sun's JDK or just picks
one of them to represent.
-Tony
---
Manager, IT Operations
Format Dynamics, Inc.
303-573-1800x27
abia...@formatdynamics.com
http://ww
Are you talking about the apache httpd web server or apache tomcat
application server?
Both will run on xp and vista. There are quirks with both on vista, with
workarounds. Questions about the web server should be directed to the
httpd mailing list (see apache.org)
-Tony
-
; To: Tomcat Users List
> Subject: Re: GlobalNamingResources outside of server.xml
>
> Anthony J. Biacco wrote:
> > I did end up trying it and it did work, I just didn't know if it was
> something that's frowned upon, or would for whatever reason was planned
> to b
erver.xml
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Tony,
>
> On 4/17/2009 1:01 PM, Anthony J. Biacco wrote:
> > I'd like to know if it's possible to now put the
> directives
> > in a file separate from server.xml and still keep them glob
Hi,
I'm using directives in my server.xml file under
(I used to have them in the webapps specific
context files). I use in the webapps specific context
files to point to them.
I'd like to know if it's possible to now put the directives
in a file separate from server.xml and still keep them glo
> >>> So I set tomcat's connectionTimeout to 0 and repeat request.
> >>> This time Tomcat (after 60 seconds) doesn't reset the keeped alive
socket count to 0 (as expected), socket still > > >>> in stage 'R'.
> >>>
> >>> ...
> >>>
> >> We saw that. Since Cping/Cpong worked, we do not even have an in
Rainer thanx for the input, comments below.
>
> On 16.04.2009 01:49, Anthony J. Biacco wrote:
> > A month or so ago I posted that I was having problems with mod_jk
> > (1.2.27) getting a pong response back from tomcat (6.0.18) in
> responses
> > to a ping. Apach
A month or so ago I posted that I was having problems with mod_jk
(1.2.27) getting a pong response back from tomcat (6.0.18) in responses
to a ping. Apache is 2.2.11 with worker mpm.
I have a little more information now and am hoping with help I can solve
the problem so I can keep the ping timeout
Oh no, I wasn't saying to have cisco loadbalance the tomcats, I was
asking why cisco isn't load balancing your apache requests?
But yes, your answer is yes.
-Tony
---
Manager, IT Operations
Format Dynamics, Inc.
303-573-1800x27
abia...@formatdynamics.com
http://www.formatd
I don't see anything not doable in your diagram, although I would take
issue with you having your apache servers separated in your cisco load
balancer. Why aren't you load balancing to both apaches in a single
cluster instead of having one take all the load and the other in reserve
in case the firs
Remember that over nfs, the client's access to the server will be as
user nobody or nfsnobody, depending on your system, so that user will
have to have access to all those directories/files, unless of course you
use the anonuid/anongid directives in your exports file.
-Tony
---
the file over to the server?
- Original Message
From: Rainer Jung
To: Tomcat Users List
Sent: Sunday, March 8, 2009 1:04:59 PM
Subject: Re: mod_jk and 304
On 07.03.2009 22:22, Anthony J. Biacco wrote:
> If you have your jkloglevel set to at least info, the modjk log file
> (wh
I have educated him on this as have others and am helping him privately as i'm
on the apache list as well.
-Tony
Sent from my Windows Mobile® phone.
-Original Message-
From: André Warnier
Sent: Sunday, March 08, 2009 11:45 AM
To: Tomcat Users List
Subject: Re: Tuning worker MPM
kulbi
If you have your jkloglevel set to at least info, the modjk log file (whatever
you have it set to) will show the jk version when apache is started or reloaded
-Tony
Sent from my Windows Mobile® phone.
-Original Message-
From: Eqbal
Sent: Saturday, March 07, 2009 2:13 PM
To: Tomcat User
You might want to have them not hit / but hit a small static file that
apache will always have, maybe even keep it in cache. No sense in them
monitoring / which you've shown goes through to your tomcat. Seems a
little wasteful. Unless of course, you want their monitoring to hit
tomcat.
-Tony
-
Have you counted the actual # of requests for both apaches via something
like server-status, or looked in mod_jk.log, that they are both
receiving an equal # of successful requests?
The "Writing to client aborted or client network problems" are nothing
to really worry about. They usually mean the b
Before I go reinventing some data, anybody have or know of any recent
comparative performance data for running tomcat under sun jvm vs.
oracle/bea jrockit jvm vs. ibm jvm?
Thanx,
-Tony
---
Manager, IT Operations
Format Dynamics, Inc.
303-573-1800x27
abia...@formatdynamics.
it's a Java/JVM based concept, but understand that Tomcat itself is running in
the JVM, so classloading can be relative to tomcat, or whatever you have
running in the JVM. For example, the concept of servlets in tomcat are actually
the JVM classloader loading a GenericServlet or HttpServlet clas
Doesn't seem too hard to do cookies, googling it finds pages like
http://www.roseindia.net/jsp/jspcookies.shtml which can probably help you out.
-Tony
---
Manager, IT Operations
Format Dynamics, Inc.
303-573-1800x27
abia...@formatdynamics.com
http://www.formatdynamics.com
In my experience using jsvc with a non-root user, you can't provide the -server
argument. I tried it, because I too also thought I was running -clients, and
even though it doesn't say it (unless you turn on debugging to see the actual
processed startup switches), jsvc will use the server jvm (if
s: user=0.01 sys=0.00,
real=0.00 secs]
-Tony
---
Manager, IT Operations
Format Dynamics, Inc.
303-573-1800x27
abia...@formatdynamics.com
http://www.formatdynamics.com
-Original Message-
From: Anthony J. Biacco
Sent: Friday, February 20, 2009 10:03 AM
To: '
[mailto:rainer.j...@kippdata.de]
Sent: Friday, February 20, 2009 3:03 AM
To: Tomcat Users List
Subject: Re: mod_jk pool/thread/configure questions
On 19.02.2009 19:17, Anthony J. Biacco wrote:
>>> the max of 400 and stay there until tomcat is restarted. Is there a
way
>>> to res
Thanx for all that. Responses below.
>> the max of 400 and stay there until tomcat is restarted. Is there a
way
>> to resolve this? And more importantly, should I resolve it? Is there
any
>> major memory/CPU inplications to it keeping its threads at the max?
>Do a thread dump "kill -QUIT". It go
net]
Sent: Wednesday, February 18, 2009 3:32 PM
To: Tomcat Users List
Subject: Re: mod_jk pool/thread/configure questions
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Anthony,
On 2/18/2009 4:43 PM, Anthony J. Biacco wrote:
> 1. That's how I understood the documentation also. Maybe &
topher Schultz [mailto:ch...@christopherschultz.net]
Sent: Wednesday, February 18, 2009 2:24 PM
To: Tomcat Users List
Subject: Re: mod_jk pool/thread/configure questions
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Anthony,
On 2/18/2009 1:14 PM, Anthony J. Biacco wrote:
> I'm using apache 2.2
Agreed, I run 2 LBed tomcats in seperate vmware machines for our dev environ.
with no noticeable problems. Depends on the app though. For instance, my mysql
cluster in vmware sucks when you do just about anything in the vm machines,
because it's so sensitive to latency.
-Tony
Sent from my Wind
Hello,
I'm using apache 2.2.11 with tomcat 6.0.18 and mod_jk 1.2.27 on linux
2.6 x86_64.
I was using a prefork mpm in apache, but have now moved to the worker
mpm.
I have a question or two regarding mod_jk in light of this change.
1. I'm running with ThreadsPerChild at 25 and MaxClients at 500. S
I'd like to change the default of 60 seconds in relation to the log "
This operation will timeout if no session state has been received within
60 seconds."
Is there an equivalent? I'm running 6.0.13.
Thanx!
-Tony
--
Anthony J. Biacco
Senior Systems/Network Administrator
De
Installing the 64-bit JVM fixed it. Thanx!
-Tony
Anthony J. Biacco
Senior Systems/Network Administrator
Decentrix Inc.
303-899-4000 x303
> -Original Message-
> From: Anthony J Biacco [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, January 09, 200
nx,
-Tony
--------
Anthony J. Biacco
Senior Systems/Network Administrator
Decentrix Inc.
303-899-4000 x303
> -Original Message-
> From: robert lazarski [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, January 09, 2007 4:37 PM
> To: Tomcat Users List
> Subject: Re: Problems with A
'll check the 5.5.18 changelog, thanx.
-Tony
------------
Anthony J. Biacco
Senior Systems/Network Administrator
Decentrix Inc.
303-899-4000 x303
> -Original Message-
> From: robert lazarski [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, January 09, 2007 3
("/usr/local/apr/lib/libtcnative-1.so.0.1.3", O_RDONLY) = 12
30469 open("/usr/local/apr/lib/libtcnative-1.so.0.1.3", O_RDONLY) = 12
30469 open("/usr/local/apr/lib/libtcnative-1.so.0.1.3", O_RDONLY) = 10
-Tony
Anthony J. Biacco
Senio
nfigure --with-apr=/usr/local/apr
--with-java-home=/usr/java/jdk1.5.0_06
make
make install
ldconfig
vi /usr/local/tomcat/bin/startup.sh
Add to LD_LIBRARY_PATH ":/usr/local/apr/lib"
Restart tomcat
-Tony
---
92 matches
Mail list logo