Re: BackupManager Heterogeneous Environment / Functionality?

2016-05-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Richard, On 5/5/16 6:01 PM, Decker, Richard M wrote: > Thanks for the quick reply. The info you requested is below. The > config is identical (minus machine names) on the 2 apache httpd > systems. > > [httpd.conf] equivalent - All JkUn/Mounts > >

[ANN] Apache Tomcat Native 1.2.7 released

2016-05-09 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat Native 1.2.7 stable. The key features of this release are: - Windows binaries built with APR 1.5.2 and OpenSSL 1.0.2h. Note that users should now be using 1.2.x in preference to 1.1.x. Please refer to the change log

mod_jk load balancing to Tomcats or SonicWall NetScaler?

2016-05-09 Thread Jason Britton
Hello Good People - I'm trying to determine the best route in which to load balance multiple tomcats, what should I be taking into consideration when choosing between SonicWall's NetScaler or in continuing to use mod_jk? This question isn't meant to fuel a purchase decision as we have already

Re: Apache redirect

2016-05-09 Thread tomcat
You should definitely go to an Apache https help list, or perhaps here : http://modwsgi.readthedocs.io/en/develop/finding-help.html I do not see any Rewrite or redirects in what you show below, although maybe the AliasMatch below could be considered as a form of internal redirect (but not one

Re: Avoiding some classes being load for webapps

2016-05-09 Thread Burghard Britzke
Hi Kalpa, > Am 09.05.2016 um 19:31 schrieb Christopher Schultz > : > > Signierter PGP-Teil > Kalpa, > > On 5/9/16 6:26 AM, Kalpa Welivitigoda wrote: > > Hi, > > > > I am using tomcat 8.0.28. I am using a custom valve which has a > > dependency for slf4j (slf4j jar

Re: dataSource.getConnectionManager() is null

2016-05-09 Thread Rob Clemens
Seeing the following stack traces before the previously mentioned errors: [config:INFO on 2016-05-08 23:06:25,591 File Monitor] Total memory allocated to the JVM: 1230Mb [config:INFO on 2016-05-08 23:06:25,592 File Monitor] Free memory in the JVM before exit: 891Mb [searchengine:ERROR on

Re: MIMEParsingException on JAX-WS with AJP

2016-05-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 5/9/16 4:50 AM, Mark Thomas wrote: > On 09/05/2016 06:39, Ooura, Nobuhito wrote: >> Hi, All. >> >> I am using Tomcat8.0.33 and JAX-WS RI 2.2.10. I am trying to File >> transfer using JAX-WS with MTOM. Client connects via reverse >> proxy

Re: Avoiding some classes being load for webapps

2016-05-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kalpa, On 5/9/16 6:26 AM, Kalpa Welivitigoda wrote: > Hi, > > I am using tomcat 8.0.28. I am using a custom valve which has a > dependency for slf4j (slf4j jar in in tomcat/lib). I also has a set > of webapps which uses different versions of slf4j

Re: Apache redirect

2016-05-09 Thread Temp Temp
Thanks Andre. I am not aware of any proxy in our network. I am pretty sure the request is directly coming to Apache. I am trying to understand the httpd.conf file. There are several RewriteRule's and redirects. Here is the virtual host configuration. ServerName www.xxx.com WSGIProcessGroup

Re: Apache redirect

2016-05-09 Thread tomcat
On 09.05.2016 18:47, Temp Temp wrote: Thanks Andre. Will do Your are welcome. Based on the minimal information you provided below, I will venture a guess however : It may be that when users access your application from the Internet, this goes through a front-end proxy server before reaching

Re: Apache redirect

2016-05-09 Thread Temp Temp
Thanks Andre. Will do On Mon, May 9, 2016 at 11:37 AM, André Warnier (tomcat) wrote: > On 09.05.2016 17:11, Temp Temp wrote: > >> Hi All >> >> Need help to trace how the redirect is happening >> >> We have some static pages and dynamic pages (Using Python) and we are >> using

Re: Apache redirect

2016-05-09 Thread tomcat
On 09.05.2016 17:11, Temp Temp wrote: Hi All Need help to trace how the redirect is happening We have some static pages and dynamic pages (Using Python) and we are using apache 2.2.15 (Unix Environment). Then you are asking for help on the wrong list. This one is for Apache Tomcat, which is

Re: Memory Problem

2016-05-09 Thread Leon Rosenberg
Well the most obvious way to determine it is to lower your settings unless it works, then lower it a little bit more. regards Leon On Mon, May 9, 2016 at 6:13 PM, Edwin Quijada wrote: > I am getting this error on my server > Java HotSpot(TM) 64-Bit Server VM

Memory Problem

2016-05-09 Thread Edwin Quijada
I am getting this error on my server Java HotSpot(TM) 64-Bit Server VM warning: INFO: os::commit_memory(0x7fe63ff4, 262144, 0) failed; error='Cannot allocate memory' (errno=12) # # There is insufficient memory for the Java Runtime Environment to continue. # Native memory allocation

Re: context root with relative path

2016-05-09 Thread David kerber
On 5/9/2016 11:34 AM, Dimitar Valov wrote: Hi, Have you decided if the proposed fix make since? If the corner case is :/, then it can be handled as well, not to remove the slash in case the previous char is :. IMO, the correct result for this case would most likely be to INCLUDE the trailing

Re: context root with relative path

2016-05-09 Thread Dimitar Valov
Hi, Have you decided if the proposed fix make since? If the corner case is :/, then it can be handled as well, not to remove the slash in case the previous char is :. Best Regards, Dimitar On Thu, Apr 21, 2016 at 7:12 PM, Leo Donahue wrote: > On Apr 21, 2016 10:38 AM,

Apache redirect

2016-05-09 Thread Temp Temp
Hi All Need help to trace how the redirect is happening We have some static pages and dynamic pages (Using Python) and we are using apache 2.2.15 (Unix Environment). We have a URL to edit product details. When this URL is used in the intranet it is displaying the product details When the same

Re: antiClickJackingUri syntax in HTTP header security filter definition

2016-05-09 Thread Violeta Georgieva
Hi, 2016-05-05 13:58 GMT+03:00 Ruan van Tonder : > > Good day > > We are running Apache Tomcat 7.0.64 on Windows Server 2012 R2. Currently we have an issue where an application page which we are using is being framed by another and due to the default settings in the HTTP

Avoiding some classes being load for webapps

2016-05-09 Thread Kalpa Welivitigoda
Hi, I am using tomcat 8.0.28. I am using a custom valve which has a dependency for slf4j (slf4j jar in in tomcat/lib). I also has a set of webapps which uses different versions of slf4j (those dependencies are in the WEB-INF/lib of those webapps). Due to the different versions in tomcat/lib and

RE: Registering database connection pool with JMX in Tomcat - Hot setting ?

2016-05-09 Thread Sailaja Ravipati
I am using tomcat jdbc pool that gets initialized with PoolProperties. Is this what you are looking for ? Regards, Sailaja. -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: 09 May 2016 14:19 To: Tomcat Users List Subject: Re: Registering database connection pool

Re: MIMEParsingException on JAX-WS with AJP

2016-05-09 Thread Mark Thomas
On 09/05/2016 06:39, Ooura, Nobuhito wrote: > Hi, All. > > I am using Tomcat8.0.33 and JAX-WS RI 2.2.10. > I am trying to File transfer using JAX-WS with MTOM. > Client connects via reverse proxy made by httpd. > The httpd connects to tomcat by AJP. > > When I upload a file several times

Re: Registering database connection pool with JMX in Tomcat - Hot setting ?

2016-05-09 Thread Mark Thomas
On 09/05/2016 05:19, Sailaja Ravipati wrote: > Hi > > I am using Tomcat version 7.0.63. > I have registered the dbconnection pool with MBeanServer. > Is there a way to make those methods hot setting? What I mean by this is, for > example if I change statement cache size in the jconsole, it