What are the possible downsides of setting a low initial memory pool and
a high max pool? If a tomcat app usually needs approximately 64MB of
heap space, but sometimes as much as 300-400MB, would it cause any
problems to set the initial pool to 16M and the max pool to 512M?
--
Eric
Disclai
Thanks so much Andre for taking the time to help me understand this. It's VERY
helpful! I've attached the section of httpd.conf below related to virtual
hosts. I think I'm starting to get the picture now.
Whatever I input into Adobe's software, I ALWAYS see in the mod_jk.log file the
hostname:
Jeffrey Janner wrote:
Assume latest Tomcat 6.x for current deployment, and 7.x for future deployments.
I host an app for a couple of dozen customers. Naturally, upgrade time can be
a bit of a pain,
why ?
and I'd like to simplify things.
Assuming that all the customer-specific information
Assume latest Tomcat 6.x for current deployment, and 7.x for future deployments.
I host an app for a couple of dozen customers. Naturally, upgrade time can be
a bit of a pain, and I'd like to simplify things.
Assuming that all the customer-specific information (DB connection info, logger
info,
Just one more thing, then I'm going to bed..
modjkl...@comcast.net wrote:
Thanks Andre,
I'd still be interested is there's a way to have mod_jk only check for traffic
coming into mydomain.com for folder /mywebapp. I think the current solution
checks all domains, such as mydomain2.com and myd
> -Original Message-
> From: Mark Thomas [mailto:ma...@apache.org]
> Sent: Thursday, February 16, 2012 12:50 PM
> To: Tomcat Users List
> Subject: Re: Cores with FlushableGzipOutputStream
>
> On 16/02/2012 20:45, Allen Reese wrote:
> > My question is, I have all of the data in pcap forma
On 16/02/2012 20:45, Allen Reese wrote:
> My question is, I have all of the data in pcap format, so I can extract the
> chunks, what is the best way to feed this through.
> Do I decompress it all and write it all at once through the stream?
> Or is this going to matter based on what order the chun
> -Original Message-
> From: Allen Reese [mailto:are...@yahoo-inc.com]
> Sent: Thursday, February 09, 2012 1:28 PM
> To: Tomcat Users List
> Cc: Lars Anderson
> Subject: RE: Cores with FlushableGzipOutputStream
>
>
>
> > -Original Message-
> > From: Konstantin Kolinko [mailto:k
On 16.02.2012 21:24, André Warnier wrote:
modjkl...@comcast.net wrote:
Thanks Andre,
I'd still be interested is there's a way to have mod_jk only check for
traffic coming into mydomain.com for folder /mywebapp. I think the
current solution checks all domains, such as mydomain2.com and
mydomain3.
modjkl...@comcast.net wrote:
Thanks Andre,
I'd still be interested is there's a way to have mod_jk only check for traffic coming into mydomain.com for folder /mywebapp. I think the current solution checks all domains, such as mydomain2.com and mydomain3.com, etc., for a map to mydomain.com/myweb
Thanks Andre,
I'd still be interested is there's a way to have mod_jk only check for traffic
coming into mydomain.com for folder /mywebapp. I think the current solution
checks all domains, such as mydomain2.com and mydomain3.com, etc., for a map to
mydomain.com/mywebapp.
Couldn't I just have
modjkl...@comcast.net wrote:
Hi Andre, yes I see your point (Rainer's solution would solve that too I
suppose). Also, believe me, I was trying all sorts of addresses in Adobe's
input field:
http://www.mydomain.com/mywebapp
http://mydomain.com/mywebapp
http://mydomain.com:80/mywebapp
http://hos
I have that in the server.xml still no luck
Security Constraint
secure
Restricted Access - Get Only
/*
role1
BASIC
Management Reports
Thank you Chuck, I feel a lot better now :-)
- Original Message -
From: "Charles R Caldarale"
To: "Tomcat Users List"
Sent: Thursday, February 16, 2012 11:17:05 AM
Subject: RE: mod_jk doesn't map to software-generated web address, but maps to
this address when I enter it into browse
> From: modjkl...@comcast.net [mailto:modjkl...@comcast.net]
> Subject: Re: mod_jk doesn't map to software-generated web
> address, but maps to this address when I enter it into browser
> Also interesting is the tcpdump I send out earlier reports two cksum
> INCORRECTs when Adobe accesses port
Hi Andre, yes I see your point (Rainer's solution would solve that too I
suppose). Also, believe me, I was trying all sorts of addresses in Adobe's
input field:
http://www.mydomain.com/mywebapp
http://mydomain.com/mywebapp
http://mydomain.com:80/mywebapp
http://host3.mydomain.com/mywebapp
http:/
2012/2/16 Christopher Schultz :
>
> On 2/16/12 8:26 AM, Sachin Mehrotra wrote:
>> BASIC My App
>> Realm
>
> I believe if you set to BASIC, Tomcat will add its own
> Valve to the valve chain. If you don't set the here but
> still add your to context.xml, does that improve things?
>
IIRC Tomcat
And still more..
André Warnier wrote:
Another addendum at end.
André Warnier wrote:
In this case, and although Rainer is of course The mod_jk specialist,
I beg to differ with his analysis.
modjkl...@comcast.net wrote:
mod_jk.log file snippet--
[Thu Feb 16 06:46:37 2012
Another addendum at end.
André Warnier wrote:
In this case, and although Rainer is of course The mod_jk specialist, I
beg to differ with his analysis.
modjkl...@comcast.net wrote:
mod_jk.log file snippet--
[Thu Feb 16 06:46:37 2012] [13722:140020322740160] [debug]
jk_ha
Hi Ranier,
I took all JkMounts inside the VirtualHost tags and placed them outside these
tags, and above them added JkMountCopy All, restarted Apache, and now Adobe
successfully can access mydomain.com/mywebapp. Thanks so much!!!
I also tried modifying the above httpd.conf configuration by rem
In this case, and although Rainer is of course The mod_jk specialist, I beg to differ with
his analysis.
modjkl...@comcast.net wrote:
mod_jk.log file snippet--
[Thu Feb 16 06:46:37 2012] [13722:140020322740160] [debug] jk_handler::mod_jk.c (2662): Service finished with s
On 16.02.2012 17:55, modjkl...@comcast.net wrote:
original message is below---
Hello. I'm trying to setup Adobe's Flexbuilder 4.6 software to access
mydomain.com/mywebapp using port 80 on Apache Webserver 2.2.21 and connect
using mod_jk 1.2.32 on a remote Linux
Hi Christopher, I've never used tcpdump before, but it seems the trick is
knowing how to configure it with the various switches to extract what one
wants. I took a stab at it below, but I can't find much meaning in it. This
snippet captures the time when Adobe accesses the webaddress. Is there a
On Thu, Feb 16, 2012 at 11:15 AM, Christopher Schultz <
ch...@christopherschultz.net> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Gregory,
>
> On 2/16/12 10:55 AM, Gregory Werner wrote:
> > In this case it is a test environment. We are trying to emulate
> > two distinct physical
Ok, that's a lot more readable.
See in-line.
modjkl...@comcast.net wrote:
(removing the irrelevant bits)
...
http://mydomain.com:8080/mywebapp
the Adobe Flashbuilder software states that a connection was successfully made to the server. However, if I enter the following instead:
As Chri
On 16/02/2012 15:55, Gregory Werner wrote:
> In-line responses. Thanks for the ideas, I really do appreciate it.
>
> On Thu, Feb 16, 2012 at 10:43 AM, Christopher Schultz <
> ch...@christopherschultz.net> wrote:
>
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>>
>> Gregory,
>>
>> On 2/16/1
Thanks Andre for catching my typo (correct in practice, but incorrect when I
edited it for this email). I've corrected it below. Also, switched to plain
text instead of HTML.
Thanks Christopher -- I eliminated the attachments. I've tried to make it more
readable for color-blind people, use in-t
Christopher Schultz wrote:
...
The image was stripped by the list, so we can't see it. You'll have to
post elsewhere if it's important.
Also, though I could see your customized font colors, many readers
will not be able to, and the archives may not show them either. Then
there are red-green co
Hi,
>Which one?
Tomcat + OpenEJB in OSGi environment
>Looks like your integration isn't exactly complete.
Yep it cannot reach the OpenEjb at all because there is no binding in the
naming for local EJBs
>Local EJB refs aren't bound, only (non-local) EJB refs?
Yep
>Looks like nobody has done a
> From: Violeta Georgieva [mailto:miles...@gmail.com]
> Subject: Re: Using local EJBs in web application
> > It's probably just my issue but I am not seeing your
> > war file as valid.
> What do you mean?
I think it means we've got another Martin G on our hands...
In other words, all posts fr
Sorry, a bit more readable, still in-line.
(my email program seems to do funny things with your text).
modjkl...@comcast.net wrote:
Hello. I'm trying to setup Adobe's Flexbuilder 4.6 software to access mydomain.com/mywebapp using port 80 on Apache Webserver 2.2.21 and connect using mod_jk 1.2.32
>It's probably just my issue but I am not seeing your war file as valid.
What do you mean?
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
To whom it may concern,
On 2/16/12 10:59 AM, modjkl...@comcast.net wrote:
> Hello. I'm trying to setup Adobe's Flexbuilder 4.6 software to
> access mydomain.com/mywebapp using port 80 on Apache Webserver
> 2.2.21 and connect using mod_jk 1.2.32 on a r
See notes in-line.
modjkl...@comcast.net wrote:
Hello. I'm trying to setup Adobe's Flexbuilder 4.6 software to access mydomain.com/mywebapp using port 80 on Apache Webserver 2.2.21 and connect using mod_jk 1.2.32 on a remote Linux CentOS 6.2 server. I'm puzzled by the mod_jk.log file, which I've
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Gregory,
On 2/16/12 10:55 AM, Gregory Werner wrote:
> In this case it is a test environment. We are trying to emulate
> two distinct physical servers/load-balancing (which is the real
> case) on a single physical machine with one Tomcat instance.
> L
Hello. I'm trying to setup Adobe's Flexbuilder 4.6 software to access
mydomain.com/mywebapp using port 80 on Apache Webserver 2.2.21 and connect
using mod_jk 1.2.32 on a remote Linux CentOS 6.2 server. I'm puzzled by the
mod_jk.log file, which I've included a snippet below and attached as a text
In-line responses. Thanks for the ideas, I really do appreciate it.
On Thu, Feb 16, 2012 at 10:43 AM, Christopher Schultz <
ch...@christopherschultz.net> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Gregory,
>
> On 2/16/12 10:34 AM, Gregory Werner wrote:
> > I didn't know that ei
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Gregory,
On 2/16/12 10:34 AM, Gregory Werner wrote:
> I didn't know that either. It is simply a case of looking for the
> wrong keywords. I said application score replication they said
> context attribute replication. I gotta learn how to speak the
I didn't know that either. It is simply a case of looking for the wrong
keywords. I said application score replication they said context attribute
replication. I gotta learn how to speak their language.
Even after I put
in my context.xml
and make sure that my application's web.xml has
**
*
*
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Sachin,
On 2/16/12 8:26 AM, Sachin Mehrotra wrote:
> BASIC My App
> Realm
I believe if you set to BASIC, Tomcat will add its own
Valve to the valve chain. If you don't set the here but
still add your to context.xml, does that improve things?
-
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Chuck,
On 2/15/12 4:21 PM, Caldarale, Charles R wrote:
>> From: Gregory Werner [mailto:grjas...@gmail.com] Subject: Re:
>> Application Scope Replication in 6.0.x
>
>> Common data definitions which are used over and over and over
>> again and don't ch
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Pid,
On 2/15/12 4:56 PM, Pid * wrote:
> On 15 Feb 2012, at 20:33, Christopher Schultz
> wrote:
>
> Gregory,
>
> On 2/15/12 11:11 AM, Gregory Werner wrote:
I saw an email back in 2007 which went unanswered.
Currently, I have load balancer
On 16/02/2012 13:26, Sachin Mehrotra wrote:
> Do your logs indicate your custom authenticator is active or does it
> throw an error?
> ANS-->>> tomcat logs and other logs doesn't show any exception or even
> traces added in the valve class. In Tomcat 6 we are able to see logs
> added in our impleme
Do your logs indicate your custom authenticator is active or does it
throw an error?
ANS-->>> tomcat logs and other logs doesn't show any exception or even
traces added in the valve class. In Tomcat 6 we are able to see logs
added in our implemementation of AuthenticatorBase class.
How had you co
On 16/02/2012 11:34, Konstantin Kolinko wrote:
> 2012/2/16 Pradeep Fernando :
>> I want to start multiple tomcat server instances by giving a port
>> offset kind of parameter. I dont want to hard code the port. A
>> port.offset system property would be ideal.
>>
>> say my default port is 8080. with
On 16/02/2012 12:30, Sachin Mehrotra wrote:
> Hi
>
> After upgrade from Tomcat 6 to Tomcat 7.0.20, our Basic Authentication
> valve is not hitting. It seems it is overlooking our implementation of
> Basic Authentication.
> Below is the implementation:
> We are having Realm that is doing authentica
Hi
After upgrade from Tomcat 6 to Tomcat 7.0.20, our Basic Authentication
valve is not hitting. It seems it is overlooking our implementation of
Basic Authentication.
Below is the implementation:
We are having Realm that is doing authentication using our
authentication server. Before that we are h
2012/2/16 Andres Aguado :
> Hi, although this space is for tomcat cuestion, i'd like to expose my
> problem with an apache 2.2 server over win2k8, because i'm going
> crazy, and if anyone could help me it'll be very appreciated.
>
> Well, I've an apache 2.2 server over win2k8, and i want to configu
2012/2/16 Pradeep Fernando :
> I want to start multiple tomcat server instances by giving a port
> offset kind of parameter. I dont want to hard code the port. A
> port.offset system property would be ideal.
>
> say my default port is 8080. with port.offset param set to '1'. it
> would be 8081.
>
Hi, although this space is for tomcat cuestion, i'd like to expose my
problem with an apache 2.2 server over win2k8, because i'm going
crazy, and if anyone could help me it'll be very appreciated.
Well, I've an apache 2.2 server over win2k8, and i want to configure
reverse proxy on it to send requ
50 matches
Mail list logo