-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Svante,
On 4/13/12 5:16 AM, Svante Kumlien wrote:
> I have an Apache acting as reverse proxy for a Tomcat over ajp.
Standard stupid question: are you sure you need Apache httpd in the mix?
> (Gaahhh, the stack trace is swallowed, I only have the mes
The app sends massive emails to users with some info that requires
users to log on the webapp and fill in some forms. It seems
(without any logs or metrics) that people tend to fill the forms
right away after they got the emails and together with the mailing
process (that requires DB use to get
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Miguel,
On 4/13/12 4:27 AM, Miguel González Castaños wrote:
> The app sends massive emails to users with some info that requires
> users to log on the webapp and fill in some forms. It seems
> (without any logs or metrics) that people tend to fill th
2012/4/13 :
>
> The specification requires that every class and its hierarchy is scanned for
> annotations when the web app start. It was the Spring folks complaining about
> the slow start time when we didn't cache anything during the scan process.
>
> As I have said before:
> - If you don't ne
Peter wrote:
>Thanks for the response Mark - it is consistent with both observations
>that i noted in the original email (heap post startup was near 0, and
>disabling scanning resolves). I looked in the changelog in 26/27 and
>did not see anything in there that fits this? If your hypothesis is
>
2012/4/13 Matt Munz :
> Olivier,
>
> When I try to deploy from Maven, the following message appears in the access
> log. [1] There are no other messages in any of the other logs for this event.
>
> [1] 127.0.0.1 - - [12/Apr/2012:21:15:59 -0700] "PUT
> /manager/html/deploy?path=%2F HTTP/1.1" 401
Konstantin Kolinko wrote:
>> The message is not diplayed because in line 282 to 286 the message
>> is killed by:
>> else {
>> // A custom error-page has not been defined for the
>> exception
>> // that was thrown during request processing. Check if an
>> // erro
Hi all,
My stuff:
Windows Server 2008 R2 64 bit
Apache 2.2.22 with mod_proxy_ajp
Tomcat 7.0.25 (On same server as Apache)
I have an Apache acting as reverse proxy for a Tomcat over ajp.
Apache conf for the proxyPass:
ProxyPass ajp://127.0.0.1:8009/tomcatSite
ProxyPassReverse ajp://127.0.0.1:8009
On 13/04/2012 10:14, Pid * wrote:
On 13 Apr 2012, at 09:09, "Miguel González Castaños"
wrote:
Dear all,
A server that I manage has a Struts webapp with a Tomcat 5.5.x standalone
server. No JMX or whatsoever has been configured.
The app sends massive emails to users with some info that
>
>>
>> I'd added
>>
>>org.springframework.instrument.classloading.tomcat.Tomc
>>at
>> InstrumentableClassLoader to the plugin
>>configuration,
>> which was then picked up correctly and used by the WebAppLoader.
>
>Could you attach the patch to an issue ?
MTOMCAT-140 created.
>
>>
>> Thanks,
>>
On 13 Apr 2012, at 09:09, "Miguel González Castaños"
wrote:
> Dear all,
>
> A server that I manage has a Struts webapp with a Tomcat 5.5.x standalone
> server. No JMX or whatsoever has been configured.
>
> The app sends massive emails to users with some info that requires users to
> log on th
Dear all,
A server that I manage has a Struts webapp with a Tomcat 5.5.x
standalone server. No JMX or whatsoever has been configured.
The app sends massive emails to users with some info that requires
users to log on the webapp and fill in some forms. It seems (without any
logs or metric
Hi,
2012/4/13 Leigh Anderson :
> Hi Olivier,
>
> It's actually the act of declaring a context.xml with a Loader element
> that causes the application to fail. A new instance of WebAppLoader is
> created, overriding the one carefully created by the plugin, without the
> benefit of a properly config
Hi Olivier,
It's actually the act of declaring a context.xml with a Loader element
that causes the application to fail. A new instance of WebAppLoader is
created, overriding the one carefully created by the plugin, without the
benefit of a properly configured class path. I've included a small patc
Hi,
Can you try with: mvn tomcat7:deploy -Dtomcat.username=Administrator
-Dtomcat.password=a
See Mojo documentation:
http://tomcat.apache.org/maven-plugin-2.0-SNAPSHOT/tomcat7-maven-plugin/deploy-mojo.html
2012/4/13 Matt Munz :
> Olivier,
>
> When I try to deploy from Maven, the following messag
15 matches
Mail list logo