Greetings!
I would like some advice with regards to deploying a web app in a
multi-tenant scenario. A while back, we had a few cloud service
providers ask us if they could host our web app as a service. Under
pressure to come with a quick solution, we responded by implementing a
manager like
Thanks again
I forgot to mention that big thing I found from this is that I should add
Thanks
I forgot to mention that big thing I found from this thread is that I should
add -XX:HeapDumpPath=
-XX:+HeapDumpOnOutOfMemoryError2. Is there any concerns over Tomcat bootup and
shutdown times , if the heap size is bumped to 4096m ?
Many thanks again.
On 11 Apr 2013, at 21:36, Christopher Schultz
wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Esmond,
>
> On 4/10/13 8:21 PM, Esmond Pitt wrote:
>> We had lots of these and finally an attack last year on a Tomcat
>> where the manager password somehow hadn't been changed.
>
> Note t
> From: saumil shah [mailto:saumil...@hotmail.com]
> Subject: RE: RE : Tomcat 6.0.35 Crashed again
> Is there any concerns over Tomcat bootup and shutdown times , if the
> heap size is bumped to 4096m ?
Not really. You could probably measure the impact in microseconds, but not any
coarser gra
Hi,
I have installed Tomcat 7 on a 64 bit server running Windows 2003 R2 and am
trying to configure SSL to work.
I am have generated the 2 certs and a private key and added them to the
server.xml SSL HTTPS/1.1 Connector on port 443 configuration with the following
code:
Please note that t
> From: James Snider [mailto:james.sni...@hbcs.org]
> Subject: Errors when trying to configure SSL for Apache Tomcat 7
> I am have generated the 2 certs and a private key and added them to
> the server.xml SSL HTTPS/1.1 Connector on port 443 configuration with
> the following code:
> SSLCertif
2013/4/13 antoine philippe chaker :
> Hi all,
>
> I'm using the tomcat maven plugin since a while.
> Recently I have upgrade to 7.0.39 then
> sometimes the server start without any problems
> and somtimes I have this error :
>
> SEVERE: A child container failed during start
> java.util.concurrent.E
Antoine Philippe,
On Fri, Apr 12, 2013 at 6:17 PM, antoine philippe chaker <
philippe.cha...@gmail.com> wrote:
> Hi all,
>
> Caused by: java.lang.IllegalStateException: Unable to complete the scan for
> annotations for web application [/autodis] due to a StackOverflowError.
> Possible root cause
After reading antoine philippe chaker's last email/post, that motivated me
to pose a question as well.
I am using Tomcat 7.0.39 (via TomEE 1.6.0 snapshot), Atmosphere 1.0.13
(snapshot...recently downloaded within the last week), and OmniFaces Gzip
filter, and Google Calendar API (v3).
A bit of ba
> From: Howard W. Smith, Jr. [mailto:smithh032...@gmail.com]
> Subject: java.net.SocketTimeoutException: Read timed out
> The stack trace below is the exception that occurred today. Does this look
> like a tomcat or google calendar issue?
It has nothing to do with Tomcat; it's your webapp that o
Thanks all,
Konstantin, there are a lot of jar and dependencies in my application.
I think that the problem comes from there but how can I find the cyclic
references ?
Yes Howard, it's me and I see you everyday on the other list (you're good!).
About my jvm, I'm using the default java memory opti
I'm trying to list all dependencies and references into my pom.
2013/4/12 antoine philippe chaker
> Thanks all,
>
> Konstantin, there are a lot of jar and dependencies in my application.
> I think that the problem comes from there but how can I find the cyclic
> references ?
>
> Yes Howard, it'
I think that Chuck is right : it has nothing to do with Tomcat, it's more a
problem of communication between your webapp and the Google API.
2013/4/12 Caldarale, Charles R
> > From: Howard W. Smith, Jr. [mailto:smithh032...@gmail.com]
> > Subject: java.net.SocketTimeoutException: Read timed out
On Fri, Apr 12, 2013 at 7:45 PM, antoine philippe chaker <
philippe.cha...@gmail.com> wrote:
> I think that Chuck is right : it has nothing to do with Tomcat, it's more a
> problem of communication between your webapp and the Google API.
>
>
Agreed. :)
On Fri, Apr 12, 2013 at 7:25 PM, Caldarale, Charles R <
chuck.caldar...@unisys.com> wrote:
> > From: Howard W. Smith, Jr. [mailto:smithh032...@gmail.com]
> > Subject: java.net.SocketTimeoutException: Read timed out
>
> > The stack trace below is the exception that occurred today. Does this
> look
BINGO here the solution to find a cyclic reference in a maven project :
mvn dependency:tree -Dverbose -Dincludes=org.bouncycastle
So I have added an exclusion and now my Tomcat is very very happy :-)
2013/4/12 antoine philippe chaker
> I'm trying to list all dependencies and references into my
On Fri, Apr 12, 2013 at 8:02 PM, Howard W. Smith, Jr. <
smithh032...@gmail.com> wrote:
>
> On Fri, Apr 12, 2013 at 7:25 PM, Caldarale, Charles R <
> chuck.caldar...@unisys.com> wrote:
>
>> > From: Howard W. Smith, Jr. [mailto:smithh032...@gmail.com]
>> > Subject: java.net.SocketTimeoutException: R
18 matches
Mail list logo