Re: Using EL expressions in an ObjectFactory

2013-09-19 Thread Esmond Pitt
Mark Can I direct your attention to java.beans.Statement and java.beans.Expression. They already do all the matching you're talking about. EJP Forward to the list as per Marks' request. -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Tuesday, 17 September 2013 12:

RE: APR Connector questions

2013-09-19 Thread Jeffrey Janner
> -Original Message- > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Sent: Thursday, September 19, 2013 12:38 PM > To: Tomcat Users List > Cc: Tomcat Random > Subject: Re: APR Connector questions > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Alec, > > Plea

Re: Audit Exceptions on Apache

2013-09-19 Thread Michael-O
Am 2013-09-18 11:04, schrieb Joy Obba: Hello Team, Some security issues were raised by our audit team and these issues were forwarded to secur...@apache.org. We got a response from Mark Thomas from the Security team Theses issues are listed below: 1. Banner Disclosure We observed that the

Re: APR Connector questions

2013-09-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Alec, Please keep discussions on the mailing lists so others can benefit from them. On 9/19/13 12:01 PM, Tomcat Random wrote: > The answer for am I going to be using SSL is maybe. It's not > mandatory, but would be nice for an admin area of the sit

Re: Tomcat 7.0.42 startup failure: FindClass org/apache/catalina/startup/Boostrap failed

2013-09-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Scott, On 9/19/13 12:25 PM, PELL Scott H wrote: > Thanks for the quick reply. Am uninstalling it all and starting > over. We have an extensive installation of ColdFusion 9 and Java > running on JRun4 to provide line-of-business application isola

Re: Exception thrown while starting tomcat on Mac OS

2013-09-19 Thread Kalyan Vavilapalli
Mark, I did follow all the links and did not find any answers. Is there a specific link you are referring to that I am overlooking? Appreciate you help. Thanks Kalyan On 9/19/13 9:37 AM, "Mark Thomas" wrote: >On 19/09/2013 15:04, Kalyan Vavilapalli wrote: >> I am on a Mac version 10.8.4 using

RE: Tomcat 7.0.42 startup failure: FindClass org/apache/catalina/startup/Boostrap failed

2013-09-19 Thread PELL Scott H
Chris, Thanks for the quick reply. Am uninstalling it all and starting over. We have an extensive installation of ColdFusion 9 and Java running on JRun4 to provide line-of-business application isolation for security, etc.; it includes about 90 instances as well as nearly 80 web sites. As a re

mod_jk not changes IP of hostname when occurs changing of IP on DNS

2013-09-19 Thread Tiago Braga
In apache, the module mod_jk not changes IP of hostname when occurs changing of IP on DNS. Version of apache: Server version: Apache/2.2.15 (Unix) Server built: Aug 2 2013 08:02:15 Version mod_jk: 1.2.37 Example: workers.properties worker.portalconsultoras_prd.type=ajp13 worker.portalconsul

Re: Tomcat 7.0.42 startup failure: FindClass org/apache/catalina/startup/Boostrap failed

2013-09-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Scott, On 9/19/13 11:03 AM, PELL Scott H wrote: > Background: Switching from Adobe JRun4 for ColdFusion and Java to > Tomcat 7.0.42. Have 10 years of experience with JRun4 as J2EE > application server, so am familiar with some of the issues > invo

Re: APR Connector questions (was: ARP Connector questions)

2013-09-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Alec, Changed subject: it's APR (Apache Portable Runtime), not ARP (which is something different). On 9/19/13 11:39 AM, Tomcat Random wrote: > Tomcat 7.0.42, RHEL6 > > I've installed the APR connector and have my service.xml configured > with the

ARP Connector questions

2013-09-19 Thread Tomcat Random
Tomcat 7.0.42, RHEL6 I've installed the ARP connector and have my service.xml configured with the only enabled connector being: 1. I'm expecting about 2500 simultaneous visitors. Any thoughts on how much I might want to bump up the maxThreads and acceptCount? 2. Does the ARP connector wo

Tomcat 7.0.42 startup failure: FindClass org/apache/catalina/startup/Boostrap failed

2013-09-19 Thread PELL Scott H
Background: Switching from Adobe JRun4 for ColdFusion and Java to Tomcat 7.0.42. Have 10 years of experience with JRun4 as J2EE application server, so am familiar with some of the issues involved. Initial Install: Installed Tomcat 7.0.42 on Windows 2012 and created an instance following thes

Re: Exception thrown while starting tomcat on Mac OS

2013-09-19 Thread Mark Thomas
On 19/09/2013 15:04, Kalyan Vavilapalli wrote: > I am on a Mac version 10.8.4 using tomcat 6.0.37 and Oracle JDK7. Recently > upgraded from JDK6 to JDK 7. When I try to start tomcat the exceptions below > are thrown at the very end. > > I searched all over the internet for solutions to this, but

Exception thrown while starting tomcat on Mac OS

2013-09-19 Thread Kalyan Vavilapalli
I am on a Mac version 10.8.4 using tomcat 6.0.37 and Oracle JDK7. Recently upgraded from JDK6 to JDK 7. When I try to start tomcat the exceptions below are thrown at the very end. I searched all over the internet for solutions to this, but nothing seems to work. I tried adding these parameters

Re: Problems with Clustering / Session Replication

2013-09-19 Thread Daniel Mikusa
On Sep 18, 2013, at 9:00 AM, Nicholas Violi wrote: > Thanks Daniel. > > On Tue, Sep 17, 2013 at 5:30 PM, Daniel Mikusa wrote: >> >> Tried a quick two node setup on my Mac w/out HTTPD and it worked OK. Go >> to one Tomcat instance's port in chrome, it increments the counter in my >> app. Refre

Re: Tomcat classes from previous run remains

2013-09-19 Thread Daniel Mikusa
On Sep 19, 2013, at 1:53 AM, Saurabh Saraswat wrote: > Dear All, > > I am running an j2ee application which uses spring, hibernate, jsf, etc. > the application also uses ha-jdbc to make the databases highly available. > when the application is deployed for the first time, the app runs smoothly,

MaxClients and maxThreads

2013-09-19 Thread mohan . radhakrishnan
Hi, I am following the instructions in https://access.redhat.com/site/articles/15786 to tune MaxClients in httpd.conf and maxThreads in JBoss Tomcat. " The recommended value of maxThreads is 200 per CPU, so here we assume the server is a single core machine. If it had been quad core

Re: RSocket Error

2013-09-19 Thread Daniel Mikusa
On Sep 19, 2013, at 12:59 AM, Divya Prakash wrote: > > > > Hi Folks, > > > > We are getting below random error while sending request from one web > application to another. > > > > It is messing up the live application only for some of the requests. > > > > java.net.SocketException:

RE: RSocket Error

2013-09-19 Thread Martin Gainty
MG>1)the problem calling executeMethod will need to try{..} catch for IOException and HttpException /** 308* Executes the given {@link HttpMethod HTTP method}. 309* 310* @param method the {@link HttpMethod HTTP method} to execute. 311* @return the method's r

Re: Tomcat7.0.42 shutdown problems

2013-09-19 Thread Konstantin Kolinko
2013/9/19 Beutel, Stephan : > Hello, > > I want to stop installed Windows service in command line using 'Tomcat7.exe > stop SERVICENAME'. > With Tomcat 7.0.35 it works well. With 7.0.42 I always get an error code 6 > and the service isn't stopped. > > Here's the log output from commons-daemon.log

Re: 8.0.0 RC1: WebSocket ServerContainer servlet context attribute gets set too late.

2013-09-19 Thread Mark Thomas
On 16/09/2013 17:37, Nick Williams wrote: > On Sep 16, 2013, at 11:21 AM, Mark Thomas wrote: >> It certainly looks at this point as if the order is "anything you like". >> Personally, I'd prefer something rather more deterministic. > > Agreed. That's why I filed [1]. I've added a comment on some

Tomcat7.0.42 shutdown problems

2013-09-19 Thread Beutel, Stephan
Hello, I want to stop installed Windows service in command line using 'Tomcat7.exe stop SERVICENAME'. With Tomcat 7.0.35 it works well. With 7.0.42 I always get an error code 6 and the service isn't stopped. Here's the log output from commons-daemon.log: [2013-09-19 01:32:40] [info] [ 3816] Co