Re: Cannot connect to tomcat through apache (proxy)

2012-04-15 Thread Mark Thomas
Pid * p...@pidster.com wrote: On 14 Apr 2012, at 22:50, Gautam adva...@gmail.com wrote: Connector port=8443 maxHttpHeaderSize=8192 maxThreads=150 minSpareThreads=25 maxSpareThreads=75 enableLookups=true acceptCount=100 connectionTimeout=2 disableUploadTimeout=true

Javamelody and Struts

2012-04-15 Thread Miguel González Castaños
Dear all, Javamelody is supposedly very easy to install for Tomcat but We do have a webapp using the Struts framework and I can't figure out how to configure Javamelody or get any error log of what I'm doing wrong. The web.xml example in the Javamelody is blocking my webapp to work (we use

RE: 7.0.25 to 7.0.27 requires -Xmx32m to go to -Xmx512m

2012-04-15 Thread Dale Ogilvie
Just a thought from someone who knows nothing more than the contents of this thread about the issue. Would it make sense to only cache classes within a jar? i.e. empty the cache when moving on to scan the next jar? Possibly one might get enough performance benefit from intra-jar class

Re: Javamelody and Struts

2012-04-15 Thread Debraj Mallick
hi there, in your web.xml include these *filter filter-namemonitoring/filter-name filter-classnet.bull.javamelody.MonitoringFilter/filter-class /filter filter-mapping filter-namemonitoring/filter-name url-pattern/*/url-pattern /filter-mapping