Re: Apache Tomcat 8.0.0-RC1 release vote started

2013-08-02 Thread Michael-O
Am 2013-08-01 22:59, schrieb Mark Thomas: If you'd like early sight of Tomcat 8 and an opportunity to contribute to Tomcat development, the release vote has now opened for the first Tomcat 8 release candidate. Features include: -[...] - Update to DBCP2 (now includes JMX monitoring)

Re: Apache Tomcat 8.0.0-RC1 release vote started

2013-08-02 Thread Mark Thomas
Michael-O 1983-01...@gmx.net wrote: Am 2013-08-01 22:59, schrieb Mark Thomas: If you'd like early sight of Tomcat 8 and an opportunity to contribute to Tomcat development, the release vote has now opened for the first Tomcat 8 release candidate. Features include: -[...] - Update to DBCP2

Problem with getRealPath() on Tomcat 8

2013-08-02 Thread Ognjen Blagojevic
Hi, I am just testing Tomcat 8.0.0-RC1 that is proposed for (Alpha) release. I noticed that (unlike Tomcat 7.0.42) this version throws IllegalArgumentException upon calling ServletContext.getRealPath(). It seems that TC8 expects that argument provided to getRealPath is non-empty string.

Cert

2013-08-02 Thread Kyle Shattuck
Hello, I am using Tomcat 7 on a windows server 2012 build for this: https://wiki.jasig.org/display/CASUM/Best+Practice+-+Setting+Up+CAS+Locally+using+the+Maven2+WAR+Overlay+Method I don't think SSL is not working correctly because every time I try to authenticate over LDAPS it does not work. I

Re: Problem with getRealPath() on Tomcat 8

2013-08-02 Thread Mark Thomas
Ognjen Blagojevic ognjen.d.blagoje...@gmail.com wrote: Hi, I am just testing Tomcat 8.0.0-RC1 that is proposed for (Alpha) release. I noticed that (unlike Tomcat 7.0.42) this version throws IllegalArgumentException upon calling ServletContext.getRealPath(). That looks like a bug in the new

Re: Problem with getRealPath() on Tomcat 8

2013-08-02 Thread Ognjen Blagojevic
Mark, On 2.8.2013 13:33, Mark Thomas wrote: I noticed that (unlike Tomcat 7.0.42) this version throws IllegalArgumentException upon calling ServletContext.getRealPath(). That looks like a bug in the new resources implementation. Thank you for your prompt response. I filed a bug:

Re: Cert

2013-08-02 Thread Daniel Mikusa
On Aug 2, 2013, at 7:33 AM, Kyle Shattuck ky...@montcalm.edu wrote: Hello, I am using Tomcat 7 on a windows server 2012 build for this: https://wiki.jasig.org/display/CASUM/Best+Practice+-+Setting+Up+CAS+Locally+using+the+Maven2+WAR+Overlay+Method I don't think SSL is not working correctly

RE: Cert

2013-08-02 Thread Martin Gainty
Daniel ...he hasn't imported his DER typed certificate into the LDAP Server yet.. Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger

RE: Cert

2013-08-02 Thread Kyle Shattuck
My Server( CAS) is using SSL and the LDAP(DC) server uses SSL. So when I try to authenticate through my CAS server to DC over LDAPS it does not work. When I look at the logs of the Applications and Services Logs --Directory Service is says-- InformationActiveDirectory_DomainService1535

Re: Cert

2013-08-02 Thread Daniel Mikusa
On Aug 2, 2013, at 9:23 AM, Kyle Shattuck ky...@montcalm.edu wrote: My Server( CAS) is using SSL and the LDAP(DC) server uses SSL. So when I try to authenticate through my CAS server to DC over LDAPS it does not work. When I look at the logs of the Applications and Services Logs --Directory

RE: Cert

2013-08-02 Thread Martin Gainty
Kyle the ldap server requires the LDAP Attributes contained within the p7b dn: cn=username,o=organization,c=country objectclass:inetorgperson objectclass:organizationalPerson cn: username sn: surname your LDAP admin has 2 options: 1)enter each one manually from the attributes enumerated from

RE: Cert

2013-08-02 Thread Kyle Shattuck
We don't necessarily have a LDAP admin, so I need more details on how to execute this. I read the IBM site you provided and am not sure how to start. Our OS are Windows, they are talking about Tivoli Access Manager LDAP server Thank you for all the information! -Original Message-

Tomcat Websocket Implementation

2013-08-02 Thread Igor Urisman
Dear all, I'm looking into a solution that will make extensive use of websockets. Details are unimportant, but here's the question that I'd like to have some insight into. The current implementation (official

Re: Tomcat Websocket Implementation

2013-08-02 Thread Nick Williams
On Aug 2, 2013, at 12:05 PM, Igor Urisman wrote: Dear all, I'm looking into a solution that will make extensive use of websockets. Details are unimportant, but here's the question that I'd like to have some insight into. The current implementation (official

Re: Tomcat Websocket Implementation

2013-08-02 Thread Nick Williams
On Aug 2, 2013, at 12:42 PM, Nick Williams wrote: On Aug 2, 2013, at 12:05 PM, Igor Urisman wrote: Dear all, I'm looking into a solution that will make extensive use of websockets. Details are unimportant, but here's the question that I'd like to have some insight into. The current

Re: Tomcat Websocket Implementation

2013-08-02 Thread Igor Urisman
Super helpful -- thanks, Nick. I'll switch to T8 right away. It's alpha status is not a problem in my case. -Igor. On Fri, Aug 2, 2013 at 10:45 AM, Nick Williams nicho...@nicholaswilliams.net wrote: On Aug 2, 2013, at 12:42 PM, Nick Williams wrote: On Aug 2, 2013, at 12:05 PM, Igor

Tomcat native 1.1.27 libapr-1.so.0 is not deployed

2013-08-02 Thread srinivas yelamanchili
Hi, I built APR 1.4.8 and Tomcat 7.0.42 from source code on redhat linux I compiled the tomcat native library 1.1.27 as below ./configure --with-apr=/apps/mstrat/apache/apr-1.4.8 \     --with-java-home=/apps/mstrat/java/jdk1.7.0_25 \    

Re: Apache Tomcat 8.0.0-RC1 release vote started

2013-08-02 Thread Michael-O
Am 2013-08-02 11:43, schrieb Mark Thomas: Michael-O 1983-01...@gmx.net wrote: Am 2013-08-01 22:59, schrieb Mark Thomas: If you'd like early sight of Tomcat 8 and an opportunity to contribute to Tomcat development, the release vote has now opened for the first Tomcat 8 release candidate.

Auto-loading of the SQL Server JDBC Driver in 6.0.35

2013-08-02 Thread MWick
I expect that by putting the SQL Server JDBC4 driver jar (sqljdbc4.jar) into ${CATALINA_HOME}/lib, that the driver would be automatically available upon server start. As expected, this works in 6.0.33, but fails in 6.0.35. It seems that the fix to Bug 51640 is the cause of this, and in fact,

RE: Apache Tomcat 8.0.0-RC1 release vote started

2013-08-02 Thread Caldarale, Charles R
From: Michael-O [mailto:1983-01...@gmx.net] Subject: Re: Apache Tomcat 8.0.0-RC1 release vote started According to Apache's JIRA DBCP2 is still in the works whereas Tomcat JDBC Pool already works quite well. If so, I would favor the first option and make Tomcat JDBC Pool the default.

Re: Auto-loading of the SQL Server JDBC Driver in 6.0.35

2013-08-02 Thread Michael-O
Am 2013-08-02 21:24, schrieb mw...@loftware.com: I expect that by putting the SQL Server JDBC4 driver jar (sqljdbc4.jar) into ${CATALINA_HOME}/lib, that the driver would be automatically available upon server start. As expected, this works in 6.0.33, but fails in 6.0.35. It seems that the fix

Re: Apache Tomcat 8.0.0-RC1 release vote started

2013-08-02 Thread Michael-O
Am 2013-08-02 21:26, schrieb Caldarale, Charles R: From: Michael-O [mailto:1983-01...@gmx.net] Subject: Re: Apache Tomcat 8.0.0-RC1 release vote started According to Apache's JIRA DBCP2 is still in the works whereas Tomcat JDBC Pool already works quite well. If so, I would favor the first

Re: Apache Tomcat 8.0.0-RC1 release vote started

2013-08-02 Thread Mark Thomas
On 02/08/2013 21:17, Michael-O wrote: Am 2013-08-02 11:43, schrieb Mark Thomas: Michael-O 1983-01...@gmx.net wrote: Am 2013-08-01 22:59, schrieb Mark Thomas: If you'd like early sight of Tomcat 8 and an opportunity to contribute to Tomcat development, the release vote has now opened for the

Re: Apache Tomcat 8.0.0-RC1 release vote started

2013-08-02 Thread Mark Thomas
On 02/08/2013 21:30, Michael-O wrote: Am 2013-08-02 21:26, schrieb Caldarale, Charles R: From: Michael-O [mailto:1983-01...@gmx.net] Subject: Re: Apache Tomcat 8.0.0-RC1 release vote started According to Apache's JIRA DBCP2 is still in the works whereas Tomcat JDBC Pool already works quite

RE: Auto-loading of the SQL Server JDBC Driver in 6.0.35

2013-08-02 Thread MWick
From: Michael-O [mailto:1983-01...@gmx.net] Sent: Friday, August 02, 2013 3:28 PM To: Tomcat Users List Subject: Re: Auto-loading of the SQL Server JDBC Driver in 6.0.35 Am 2013-08-02 21:24, schrieb mw...@loftware.com: I expect that by putting the SQL Server JDBC4 driver jar

Re: Auto-loading of the SQL Server JDBC Driver in 6.0.35

2013-08-02 Thread Mark Eggers
On 8/2/2013 1:30 PM, mw...@loftware.com wrote: From: Michael-O [mailto:1983-01...@gmx.net] Sent: Friday, August 02, 2013 3:28 PM To: Tomcat Users List Subject: Re: Auto-loading of the SQL Server JDBC Driver in 6.0.35 Am 2013-08-02 21:24, schrieb mw...@loftware.com: I expect that by putting the

Help about my problem

2013-08-02 Thread Mehdi Yousefi
Hi i have use Tom-Cat ver 6.0.10 and i have only one web site on this my problem is when i try to connect to web server on localhost or network computers browser status is changing to connecting to ... but nothing hppens after long time my valid ip address is http://89.165.70.133/ i trying

RE: Help about my problem

2013-08-02 Thread Caldarale, Charles R
From: Mehdi Yousefi [mailto:mmeh...@gmail.com] Subject: Help about my problem i have use Tom-Cat ver 6.0.10 It's Tomcat, not Tom-Cat. Version 6.0.10 is over six years old and should not be used by anyone these days. Doing so is irresponsible, given the number of bug fixes and security

Re: Configuration question for 2500 simultaneous users.

2013-08-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Alec, On 8/1/13 6:14 PM, Tomcat Random wrote: I'm expecting 5000 simultaneous users, with a physical load balancer to two physical app servers. So ~2500 per machine, each running an instance of tomcat not fronted by httpd or any proxy server.

Re: Clean up after building and installing ARP on RHEL 6

2013-08-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Alec, On 8/1/13 6:41 PM, Tomcat Random wrote: Spent a while getting APR installed and my logs are now showing no warning and indicate the native libraries are working. As per the docs: The libraries will be found in $CATALINA_HOME/lib - Yup,

Re: Tomcat native 1.1.27 libapr-1.so.0 is not deployed

2013-08-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 srinivas, On 8/2/13 2:47 PM, srinivas yelamanchili wrote: I built APR 1.4.8 and Tomcat 7.0.42 from source code on redhat linux Please don't hijack threads. Instead of replying to an existing message, start a new message to

libapr-1.so.0 not deployed for Tomcat 7

2013-08-02 Thread srinivas yelamanchili
Hi, I built APR 1.4.8 from source code as non-root user on redhat linux and deployed to /apps/mstrat/apache/apr-1.4.8 Installed Tomcat 7.0.42 at  /apps/mstrat/apache-tomcat-7.0.42 by untar the .tar.gz file The Tomcat lib folder doesn't have libapr-1.so.0 I compiled the tomcat native library

Re: Help about my problem

2013-08-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mehdi, On 8/2/13 7:27 PM, Mehdi Yousefi wrote: Hi i have use Tom-Cat ver 6.0.10 and i have only one web site on this my problem is when i try to connect to web server on localhost or network computers browser status is changing to connecting to

Re: libapr-1.so.0 not deployed for Tomcat 7

2013-08-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 srinivas, On 8/2/13 10:51 PM, srinivas yelamanchili wrote: Hi, I built APR 1.4.8 from source code as non-root user on redhat linux and deployed to /apps/mstrat/apache/apr-1.4.8 Installed Tomcat 7.0.42 at /apps/mstrat/apache-tomcat-7.0.42 by

Re: Configuration question for 2500 simultaneous users.

2013-08-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Alec, On 8/1/13 6:08 PM, Tomcat Random wrote: Thanks Mark, I've been getting up to speed on JMeter. I've used selenium before. The particulars depend on your particular application - agreed. That part I can work out myself by looking at

Re: [OT] Using the bin/daemon.sh script on ubuntu.

2013-08-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Christian On 8/1/13 11:55 AM, Christian Schneider wrote: On our (AWS) installation we have limited space on /opt, therefore we attached an EBS volume to /var/, - otherwise we would get problems with the log files. Now it can grow above some GB.

Re: users Digest 3 Aug 2013 03:00:27 -0000 Issue 11464

2013-08-02 Thread Jason Cordell
Yeah, i'll bet y'all are users. Sent from Yahoo! Mail on Android

Re: libapr-1.so.0 not deployed for Tomcat 7

2013-08-02 Thread srinivas yelamanchili
Thanks Chris I installed the APR with --prefix=/apps/mstrat/apache/apr-1.4.8 The tomcat native configure had this parameter '--with-apr=/apps/mstrat/apache/apr-1.4.8' , so if it's building libtcnative i would expected it pick the libapr-1.so.0 from this apr folder just to be sure that the