RE: AW: AW: tomcat-connectors-1.2.39-windows-x86_64-iis does not work

2014-04-08 Thread Alten, Jessica-Aileen
Sorry, I don't know how Windows internally resolves localhost. What I wanted to say is, that the hosts file has not been modified on that system - by default it does not contain any entries. This seems to have changed since some Windows versions, as e.g. Windows Vista contains 127.0.0.1

RE: AW: AW: tomcat-connectors-1.2.39-windows-x86_64-iis does not work

2014-04-08 Thread Alten, Jessica-Aileen
I'll try to check my settings with the C# program. Ipv6 loopback is available: 127.0.0.1 ::1 See http://support.microsoft.com/kb/929852 However, I believe the disabled ipv6 might put us on the right track. Regards, Jessica smime.p7s Description: S/MIME cryptographic signature

Fwd: Unable to start tomcat as a service.

2014-04-08 Thread akshay jain
Hi, I downloaded *apache-tomcat-7.0.52-windows-x64.zip* from the apache website. I am running windows 7 64 bit operating system. I have setup the file setenv.bat file and apache starts without any problem when started using startup.bat script. To run apache as a windows service I did the

Re: SQLNestedException in Connection Pooling With Tomcat 7.0.39

2014-04-08 Thread Saurabh Saraswat
On Fri, Apr 4, 2014 at 8:39 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Daniel, On 4/4/14, 8:57 AM, Daniel Mikusa wrote: On Apr 4, 2014, at 8:22 AM, Saurabh Saraswat ssaras...@pivotalindia.com wrote: Dear Dan,

Re: AW: AW: tomcat-connectors-1.2.39-windows-x86_64-iis does not work

2014-04-08 Thread André Warnier
Alten, Jessica-Aileen wrote: I'll try to check my settings with the C# program. Ipv6 loopback is available: 127.0.0.1 ::1 See http://support.microsoft.com/kb/929852 However, I believe the disabled ipv6 might put us on the right track. Anyway, Konstantin filed an issue in Bugzilla for

Re: Fwd: Unable to start tomcat as a service.

2014-04-08 Thread Christoph P.U. Kukulies
Am 08.04.2014 11:42, schrieb akshay jain: Hi, I downloaded *apache-tomcat-7.0.52-windows-x64.zip* from the apache website. I am running windows 7 64 bit operating system. Are you planning to leave it installed under c:\tmp ? Did you try to use service.bat install? What does the System

Re: Unable to start tomcat as a service.

2014-04-08 Thread Konstantin Kolinko
2014-04-08 13:42 GMT+04:00 akshay jain uniquejainaks...@gmail.com: Hi, I downloaded *apache-tomcat-7.0.52-windows-x64.zip* from the apache website. I am running windows 7 64 bit operating system. I have setup the file setenv.bat file and apache starts without any problem when started using

RE: AW: AW: tomcat-connectors-1.2.39-windows-x86_64-iis does not work

2014-04-08 Thread Alten, Jessica-Aileen
It may be interesting to see what happens if you add a line like this in the server's hosts file : 127.0.0.1 localhost localtomcat and then try to use each of these names in your isapi configuration for the worker.host. I tried the formerly commented out lines in the hosts file after a

How to monitor performance of tomcat

2014-04-08 Thread Randhir Singh
We have an application which has JBoss as the application server with Tomcat as the web server, our application has Oracle 11g as the database. I would give some further background to the issue we are facing, since the last 1 1/2 months, the application slows down. Sometimes it comes back to

Re: How to monitor performance of tomcat

2014-04-08 Thread Konstantin Kolinko
2014-04-08 15:05 GMT+04:00 Randhir Singh randhir.si...@sterlite.com: We have an application which has JBoss as the application server with Tomcat as the web server, our application has Oracle 11g as the database. I would give some further background to the issue we are facing, since the last 1

Re: AW: AW: tomcat-connectors-1.2.39-windows-x86_64-iis does not work

2014-04-08 Thread André Warnier
Alten, Jessica-Aileen wrote: It may be interesting to see what happens if you add a line like this in the server's hosts file : 127.0.0.1 localhost localtomcat and then try to use each of these names in your isapi configuration for the worker.host. I tried the formerly commented out lines in

Re: SQLNestedException in Connection Pooling With Tomcat 7.0.39

2014-04-08 Thread Daniel Mikusa
On Apr 8, 2014, at 5:46 AM, Saurabh Saraswat ssaras...@pivotalindia.com wrote: On Fri, Apr 4, 2014 at 8:39 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Daniel, On 4/4/14, 8:57 AM, Daniel Mikusa wrote: On Apr 4, 2014, at

Re: Catalina start problem

2014-04-08 Thread Neeraj Sinha
Guys, On 4 April 2014 20:05, Christopher Schultz ch...@christopherschultz.netwrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Neeraj, On 4/4/14, 3:46 AM, Neeraj Sinha wrote: On 3 April 2014 23:06, Christopher Schultz ch...@christopherschultz.netwrote: Neeraj, On 4/2/14,

Re: SQLNestedException in Connection Pooling With Tomcat 7.0.39

2014-04-08 Thread Saurabh Saraswat
Dear Dan, Thanks for taking time to respond me. My updated Resource Tag is - Resource name=jdbc/MaxDB auth=Container type=javax.sql.DataSource maxActive=100 maxIdle=30 maxWait=1 username=usrname password=password driverClassName=com.mysql.jdbc.Driver

Re: SQLNestedException in Connection Pooling With Tomcat 7.0.39

2014-04-08 Thread Daniel Mikusa
On Apr 8, 2014, at 8:22 AM, Saurabh Saraswat ssaras...@pivotalindia.com wrote: Dear Dan, Thanks for taking time to respond me. My updated Resource Tag is - Resource name=jdbc/MaxDB auth=Container type=javax.sql.DataSource maxActive=100 maxIdle=“30 As Chris mentioned, set

RE: Windows tcnative openssl ciphers question

2014-04-08 Thread Jeffrey Janner
-Original Message- From: Ognjen Blagojevic [mailto:ognjen.d.blagoje...@gmail.com] Sent: Monday, April 07, 2014 5:27 PM To: Tomcat Users List Subject: Re: Windows tcnative openssl ciphers question Jeffrey, EECDH/ECDHE is disabled in tcnative-1.dll. There is already a request to

RE: Unable to start tomcat as a service.

2014-04-08 Thread Jeffrey Janner
-Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Tuesday, April 08, 2014 5:24 AM To: Tomcat Users List Subject: Re: Unable to start tomcat as a service. 2014-04-08 13:42 GMT+04:00 akshay jain uniquejainaks...@gmail.com: Hi, I downloaded

RE: How to monitor performance of tomcat

2014-04-08 Thread Jeffrey Janner
-Original Message- From: Randhir Singh [mailto:randhir.si...@sterlite.com] Sent: Tuesday, April 08, 2014 6:05 AM To: users@tomcat.apache.org Subject: How to monitor performance of tomcat We have an application which has JBoss as the application server with Tomcat as the web

Re: How to monitor performance of tomcat

2014-04-08 Thread Арсений Зинченко
Hi. We use JavaMelody for moment performance checks on test box and Zabbix monitoring system to have whole history. Zabbix can use JMX connection to Tomcat instance and have set of included teamplates, for example - number of threads, current memory usage, gzip usage and so on. Main virtue of

Re: How to monitor performance of tomcat

2014-04-08 Thread Leon Rosenberg
How about http://www.moskito.org ? It has everything you need including full control of jmx beans, memory management, threads, your beans/pojos/classes, filters, urls, what not... regards Leon On Tue, Apr 8, 2014 at 1:05 PM, Randhir Singh randhir.si...@sterlite.comwrote: We have an

Re: [OT] timeout

2014-04-08 Thread Vicky B
If you want to learn never hesitate to ask a question no mater how dumb it is . As long as owners of this forum have no problem with my question , i will continue to ask .I dont have to listen to you. On Mon, Apr 7, 2014 at 10:44 PM, Hassan Schroeder hassan.schroe...@gmail.com wrote: On Sun,

Re: [OT] timeout

2014-04-08 Thread Mark Thomas
On 08/04/2014 09:39, Vicky B wrote: If you want to learn never hesitate to ask a question no mater how dumb it is . As long as owners of this forum have no problem with my question , i will continue to ask .I dont have to listen to you. No, you don't have to listen to the advice you have been

Does the HeartBleed vulnerability affect Apache Tomcat servers using Tomcat Native?

2014-04-08 Thread Arlo White
Are Apache Tomcat servers using Tomcat Native APR vulnerable to the HeartBleed OpenSSL bug, or does this layer insulate them? http://heartbleed.com/ I've also posted this question here if you wish to provide an answer on security.stackexchange:

Apache Tomcat 7/8 installation folder on Mac OSX

2014-04-08 Thread Guy Dillen
Hi, I see different folder options for installing Apache Tomcat 7/8 on a Mac: /opt, /usr/local and /Applications. What is the recommended folder to install it on Mac OSX? Thanks.

Re: Does the HeartBleed vulnerability affect Apache Tomcat servers using Tomcat Native?

2014-04-08 Thread Ognjen Blagojevic
On 8.4.2014 18:48, Arlo White wrote: Are Apache Tomcat servers using Tomcat Native APR vulnerable to the HeartBleed OpenSSL bug, or does this layer insulate them? http://heartbleed.com/ They are vulnerable. There is no layer to insulate. You may test with: http://filippo.io/Heartbleed/ I

ColdFusion10 custom mod_jk difference

2014-04-08 Thread Doug Strick
We're moving from ColdFusion8 to CF10 where I work and ran into a strange issue. We tried using mod_jk-1.2.39 and it compiled fine. We were able to get the communication working, but ran into strange errors like below. Adobe provides their own customized version of mod_jk which appears to be

Re: ColdFusion10 custom mod_jk difference

2014-04-08 Thread john Matlock
Recommendation: Switch away from Adobe CF 10 to Railo (www.getrailo.org). On Tue, Apr 8, 2014 at 2:44 PM, Doug Strick douglas.str...@gmail.comwrote: We're moving from ColdFusion8 to CF10 where I work and ran into a strange issue. We tried using mod_jk-1.2.39 and it compiled fine. We were

RE: Does the HeartBleed vulnerability affect Apache Tomcat servers using Tomcat Native?

2014-04-08 Thread Jeffrey Janner
Ognjen, Has anyone entered a bugzilla request for this one? Jeff -Original Message- From: Ognjen Blagojevic [mailto:ognjen.d.blagoje...@gmail.com] Sent: Tuesday, April 08, 2014 3:02 PM To: Tomcat Users List Subject: Re: Does the HeartBleed vulnerability affect Apache Tomcat servers

RE: Does the HeartBleed vulnerability affect Apache Tomcat servers using Tomcat Native?

2014-04-08 Thread Jeffrey Janner
-Original Message- From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] Sent: Tuesday, April 08, 2014 5:14 PM To: 'Tomcat Users List' Subject: RE: Does the HeartBleed vulnerability affect Apache Tomcat servers using Tomcat Native? Ognjen, Has anyone entered a bugzilla

Re: Does the HeartBleed vulnerability affect Apache Tomcat servers using Tomcat Native?

2014-04-08 Thread Arlo White
What would the Tomcat code change be? I suppose it'd be nice if Tomcat refused to boot and logged an ERROR with a vulnerable SSL version? Is that what you were thinking? On 04/08/2014 03:13 PM, Jeffrey Janner wrote: Ognjen, Has anyone entered a bugzilla request for this one? Jeff

Re: ColdFusion10 custom mod_jk difference

2014-04-08 Thread Doug Strick
I completely agree with you, but unfortunately am stuck with CF as the developers won't switch and the company already made an investment in licenses. On Tue, Apr 8, 2014 at 3:08 PM, john Matlock johndmatl...@gmail.com wrote: Recommendation: Switch away from Adobe CF 10 to Railo

Re: Apache Tomcat 7/8 installation folder on Mac OSX

2014-04-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Guy, On 4/8/14, 1:40 PM, Guy Dillen wrote: I see different folder options for installing Apache Tomcat 7/8 on a Mac: /opt, /usr/local and /Applications. What is the recommended folder to install it on Mac OSX? I think it's really a matter of

Re: How to monitor performance of tomcat

2014-04-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Randir, On 4/8/14, 5:05 AM, Randhir Singh wrote: We have an application which has JBoss as the application server with Tomcat as the web server, our application has Oracle 11g as the database. I would give some further background to the issue we

Re: Windows tcnative openssl ciphers question

2014-04-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jeffrey, On 4/7/14, 4:07 PM, Jeffrey Janner wrote: Ok, this is a question for the native libs builders (or whoever knows the answer). Environment: Windows Server 2008 R2, Tomcat 7.0.50 w/APR 1.1.29, Java 1.7.0_51 (all 64-bit) I'm trying to set

Re: Does the HeartBleed vulnerability affect Apache Tomcat servers using Tomcat Native?

2014-04-08 Thread Arlo White
After updating OpenSSL I simply restarted Tomcat to eliminate the vulnerability. (Checked http://filippo.io/Heartbleed before and after) I built APR and Tomcat Native from source on the server, so I assume it's doing dynamic library loading. Is the binary build staticly linked? Otherwise, I'm

Re: Apache Tomcat 7/8 installation folder on Mac OSX

2014-04-08 Thread Hassan Schroeder
On Tue, Apr 8, 2014 at 4:22 PM, Christopher Schultz ch...@christopherschultz.net wrote: I see different folder options for installing Apache Tomcat 7/8 on a Mac: /opt, /usr/local and /Applications. What is the recommended folder to install it on Mac OSX? I think it's really a matter of

Re: Does the HeartBleed vulnerability affect Apache Tomcat servers using Tomcat Native?

2014-04-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ognjen, On 4/8/14, 2:02 PM, Ognjen Blagojevic wrote: On 8.4.2014 18:48, Arlo White wrote: Are Apache Tomcat servers using Tomcat Native APR vulnerable to the HeartBleed OpenSSL bug, or does this layer insulate them? http://heartbleed.com/

Re: Does the HeartBleed vulnerability affect Apache Tomcat servers using Tomcat Native?

2014-04-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Arlo, On 4/8/14, 5:36 PM, Arlo White wrote: After updating OpenSSL I simply restarted Tomcat to eliminate the vulnerability. - -1 You must re-key your server, and get a new cert from your CA. You have stopped the bleeding but your key should

Re: Fwd: Unable to start tomcat as a service.

2014-04-08 Thread akshay jain
On Tue, Apr 8, 2014 at 3:35 PM, Christoph P.U. Kukulies k...@kukulies.orgwrote: Am 08.04.2014 11:42, schrieb akshay jain: Hi, I downloaded *apache-tomcat-7.0.52-windows-x64.zip* from the apache website. I am running windows 7 64 bit operating system. Are you planning to leave it