Re: Performance Issue while upgrading from Embedded Tomcat 6 to Tomcat 7

2013-05-23 Thread David kerber
On 5/23/2013 4:53 AM, Chirag Dewan wrote: Hi All, I tested Tomcat 7.0.40 with Solaris x86. It gave better CPU performance than Tomcat 7.0.30 . It was able to handle 70K requests at 45% CPU utilization which is still behind my bench mark of 70k requests at 25-30% utilization with Tomcat 6.

Re: Apache Tomcat Native library was not found on the java.library.path

2013-05-15 Thread David kerber
On 5/15/2013 2:55 PM, msyber wrote: The issue is the library was not found! And you want it to be? You should have said that. That shows up in my logs too, but I don't use it. 2013/5/15 Mark Thomasma...@apache.org NFO: The Apache Tomcat Native library which allows optimal performance

Re: Port still busy after removing connector in Embedded Tomcat 7.0.30

2013-05-14 Thread David Kerber
On 5/14/2013 5:27 AM, Mark Thomas wrote: On 14/05/2013 04:34, Chirag Dewan wrote: You need to destroy the connector to close the port. Mark, That seems to work. :) Now the port is free. But is it the right approach? You had a problem you couldn't solve. Someone with an @apache.org

Re: Fix CVE tomcat 6.0.18 with out upgrade

2013-05-08 Thread David Smith
, it will be great if you can let me know the procedure. Then upgrade, but keep it within the Tomcat 6.0.x versions. Going up to 6.0.37 should be perfectly safe. Put up a test env and try it. --David - To unsubscribe, e-mail: users-unsubscr

Re: Designing for Load on TomCat

2013-05-04 Thread David Kerber
On 5/4/2013 1:24 PM, Mark Thomas wrote: On 04/05/2013 16:01, Yogesh wrote: Well my question is Is it a common design practice from your experiences to configure one node (maxthreads) for the scenario where all other nodes amongst which the load was distribued fail ? You design for whatever

Re: Attacks in Apache servers

2013-05-02 Thread David N. Smith
to the iterwebs. The only plausible mitigation of this egregious vulnerability is to uninstall the 'rm' package or switch to a more secure OS. I think the vulnerability is limited to versions that support the options -r and -f. ;-) -- David

Re: Multiple tomcat containers or instance on same servers

2013-05-01 Thread David Kerber
even with a single installation of TC. Dave Please feel free to correct me. David's offer to put something together will be appreciate for the none tomcat specialist. Sent from my Windows Phone From: David Kerber Sent: 01.05.2013 02:45 To: Tomcat Users List

Re: Multiple tomcat containers or instance on same servers

2013-04-30 Thread David kerber
On 4/30/2013 10:30 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Oke, On 4/30/13 8:28 AM, Oke Akinola swisstopo wrote: I would need help to configure different application in their respective tomcat container. Does having multiple containers is same as have

Re: Multiple tomcat containers or instance on same servers

2013-04-30 Thread David Kerber
On 4/30/2013 4:34 PM, chris derham wrote: Thanks for all your feedbacks. Is multiple versions supported or all instances have to be the same build. You can have it any which way you wish, e.g. single tomcat in single catalina_home with multiple instances each with own catalina_base, or

Re: I need tomcat version 5.5.x = 5.5.36

2013-04-28 Thread David Kerber
On 4/28/2013 9:24 AM, Edoardo Panfili wrote: Il 28/04/13 12:40, Uri Shani ha scritto: Since tomcap 5 is archived... how can I get a version to download? Thanks, http://archive.apache.org/dist/tomcat/ The last one that I can see is 5.5.36 That is the latest version, and probably always will

Re: Tomcat access log reveals hack attempt: HEAD /manager/html HTTP/1.0 404

2013-04-20 Thread David Kerber
On 4/20/2013 7:29 AM, André Warnier wrote: ... Addendum : actually, as far as 4xx codes go, a bit more discrimination is needed. A 401 response (Auth required) for example, should not be slowed down, as it is part of a normal authentication cycle. There may be others like that. Well, Java

Re: Tomcat security vulnerability/ or security config issue

2013-04-18 Thread David kerber
If things are configured properly, web users won't be able to see anything outside your app hierarchy, so something clearly isn't set up properly. On 4/18/2013 9:14 AM, Wen Liu wrote: Howdy, I have a issue with Tomcat security, please find the spec below: Server version: Apache

AW: AJP suddenly Stopps acting: ajp on 7009 and 9009 : connections keept open

2013-04-16 Thread David Kumar
there was no more crash!!! Finally.. :-) I REALY appreciate your help. You guys are doing a really GREAT job! Thanks again.. David Kumar Hi Felix, 1. You are abandoning db connections and thus are draining the pool (most likely in my eyes) 2. The pool is too small (unlikely, since no work seems to be done

Re: ParNew promotion failed in verbose GC logs

2013-04-16 Thread David kerber
On 4/16/2013 5:30 AM, André Warnier wrote: ... Premature optimization is the root of all evil http://en.wikiquote.org/wiki/Donald_Knuth No doubt; I learned that one long ago. Get it working correctly first, and only then start trying to optimize pieces that aren't working well enough.

Re: Tomcat access log reveals hack attempt: HEAD /manager/html HTTP/1.0 404

2013-04-16 Thread David kerber
On 4/16/2013 12:57 PM, chris derham wrote: Or, another way of looking at this would be that for every 40 servers scanned without a 404 delay, the same bot infrastructure within the same time would only be able to scan 1 server if a 1 s 404 delay was implemented by 50% of the webservers. This

How to automatically download the latest version of a branch...

2013-04-16 Thread David BERCOT
like to be able to do : wget -P /opt/ http://tomcat.apache.org/download-60.cgi?Preferred=http%3A%2F%2Fmirrors.ircam.fr%2Fpub%2Fapache%2F?latest -O tomcat6.tar.gz Is it possible ? Thank you. David. - To unsubscribe, e-mail: users

Re: Tomcat access log reveals hack attempt: HEAD /manager/html HTTP/1.0 404

2013-04-16 Thread David kerber
On 4/16/2013 2:26 PM, André Warnier wrote: ... The trick is to make the vaccine cheap enough and easy enough to administer, so that there will be a significant enough proportion of vaccinated servers to make the virus statistically ineffective. Maybe if we find a simple patch to Tomcat to

Re: Re : Memory leak in Tomcat 6.0.35 ( 64 bit)

2013-04-15 Thread David kerber
On 4/14/2013 11:10 PM, Howard W. Smith, Jr. wrote: On Sun, Apr 14, 2013 at 10:52 PM, Mark Thomasma...@apache.org wrote: On 14/04/2013 21:53, Howard W. Smith, Jr. wrote: On Sun, Apr 14, 2013 at 6:51 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED

Re: Re : Memory leak in Tomcat 6.0.35 ( 64 bit)

2013-04-15 Thread David kerber
On 4/15/2013 10:10 AM, Howard W. Smith, Jr. wrote: On Mon, Apr 15, 2013 at 7:40 AM, David kerberdcker...@verizon.net wrote: On 4/14/2013 11:10 PM, Howard W. Smith, Jr. wrote: On Sun, Apr 14, 2013 at 10:52 PM, Mark Thomasma...@apache.org wrote: On 14/04/2013 21:53, Howard W. Smith, Jr

Re: Tomcat access log reveals hack attempt: HEAD /manager/html HTTP/1.0 404

2013-04-10 Thread David kerber
On 4/10/2013 8:17 AM, Howard W. Smith, Jr. wrote: On Wed, Apr 10, 2013 at 8:00 AM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Howard W. Smith, Jr. [mailto:smithh032...@gmail.com] Subject: Tomcat access log reveals hack attempt: HEAD /manager/html HTTP/1.0 404 a few

Re: Tomcat access log reveals hack attempt: HEAD /manager/html HTTP/1.0 404

2013-04-10 Thread David kerber
On 4/10/2013 10:24 AM, Howard W. Smith, Jr. wrote: On Wed, Apr 10, 2013 at 9:44 AM, David kerberdcker...@verizon.net wrote: On 4/10/2013 8:17 AM, Howard W. Smith, Jr. wrote: On Wed, Apr 10, 2013 at 8:00 AM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Howard W. Smith

Re: Monitoring multiple tomcat instances from single app

2013-04-10 Thread David kerber
On 4/9/2013 9:59 PM, Neven Cvetkovic wrote: On Tue, Apr 9, 2013 at 3:46 PM, David kerberdcker...@verizon.net wrote: Is there a restart command available? Obviously I need to do some more research now that you've gotten me started. David, I don't think you can restart Tomcat JVM process

Re: runtime.exec cmd.exe /C net use

2013-04-10 Thread David kerber
On 4/10/2013 2:47 PM, Bilal S wrote: On Sun, Mar 24, 2013 at 10:20 AM, Patrick Flaherty pflah...@rampageinc.comwrote: On Mar 23, 2013, at 10:00 PM, David Kerber wrote: On 3/23/2013 8:13 PM, Harris, Jeffrey E. wrote: -Original Message- From: André Warnier [mailto:a...@ice

Monitoring multiple tomcat instances from single app

2013-04-09 Thread David kerber
My system has several instances of TC 7.0.22, running on windows server 2008 R2, and JRE 6.0.27. And yes, I know both TC and Java could use an update... The TC instances are all running the same webapp, as a Windows service, though not all have the exact same version of the webapp. Each is

Re: Monitoring multiple tomcat instances from single app

2013-04-09 Thread David kerber
On 4/9/2013 3:39 PM, Neven Cvetkovic wrote: Hey David, Just one clarification - I assume TC refers to Apache Tomcat, and not tcat (mulesoft) or tc server (vmware). Yes, that's correct. TC = Apache Tomcat You could create a script that uses JMX to connect to each one of the instances

Re: configuration of db

2013-04-07 Thread David Kerber
On 4/7/2013 6:58 AM, aishani wrote: SIR WHEN MORE THAN 15 DB CONNECTION CROSSED TOMCAT GIVES AN ERROR MESSAGE THAT TOO MANY SQL CONNECTION. I AM USING TOMCAT 5.X WITH MYSQL.HOW CAN I CONFIGURE TOMCAT FOR EXECUTING MANY DB CONNECTION? That error is almost certainly coming from MySQL, not

Re: configuration of db

2013-04-07 Thread David Kerber
engine to find how to set the maximum number of simultaneous connections in mySQL. -Original Message- From: David Kerber [mailto:dcker...@verizon.net] Sent: Sunday, April 07, 2013 5:25 PM To: users@tomcat.apache.org Subject: Re: configuration of db On 4/7/2013 6:58 AM, aishani wrote

Re: Analyzing Connection Pool Errors/Leaks

2013-04-02 Thread David Landis
responsabilité pour le contenu fourni. Subject: Re: Analyzing Connection Pool Errors/Leaks From: dmik...@vmware.com Date: Mon, 1 Apr 2013 17:11:50 -0400 To: users@tomcat.apache.org On Apr 1, 2013, at 4:18 PM, David Landis wrote: Thanks for the response, see my comments inline below

Analyzing Connection Pool Errors/Leaks

2013-04-01 Thread David Landis
Hi guys, When running a performance test on my system it starts fine, but after a while I start getting errors in my application log such as (see the bottom for full stack trace): 2013-03-29 16:38:54,778 ERROR [org.hibernate.engine.jdbc.spi.SqlExceptionHelper] - [SimpleAsyncTaskExecutor-12842] -

Re: Analyzing Connection Pool Errors/Leaks

2013-04-01 Thread David Landis
Thanks for the response, see my comments inline below. On Mon, Apr 1, 2013 at 3:49 PM, Daniel Mikusa dmik...@vmware.com wrote: On Apr 1, 2013, at 3:31 PM, David Landis wrote: Hi guys, When running a performance test on my system it starts fine, but after a while I start getting errors

Internationalizing a TC webapp

2013-03-26 Thread David kerber
This is only peripherally related to tomcat, but it runs in TC 6.0.2x (don't recall the exact version, and I don't think it matters in this particular case). I need to add language translations to my webapp, and am wondering what the standard or preferred way to store and retrieve the phrases

Re: Internationalizing a TC webapp

2013-03-26 Thread David kerber
On 3/26/2013 4:57 PM, Caldarale, Charles R wrote: From: David kerber [mailto:dcker...@verizon.net] Subject: Internationalizing a TC webapp I need to add language translations to my webapp, and am wondering what the standard or preferred way to store and retrieve the phrases

Re: runtime.exec cmd.exe /C net use

2013-03-23 Thread David Kerber
On 3/23/2013 8:13 PM, Harris, Jeffrey E. wrote: -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Saturday, March 23, 2013 8:10 PM To: Tomcat Users List Subject: Re: runtime.exec cmd.exe /C net use Harris, Jeffrey E. wrote: -Original Message- From:

Re: runtime.exec cmd.exe /C net use

2013-03-23 Thread David Kerber
On 3/23/2013 8:13 PM, Harris, Jeffrey E. wrote: -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Saturday, March 23, 2013 8:10 PM To: Tomcat Users List Subject: Re: runtime.exec cmd.exe /C net use Harris, Jeffrey E. wrote: -Original Message- From:

Re: Tomcat 6.0.20/Windows 2008 R2/SSL Configuration

2013-03-20 Thread David kerber
On 3/20/2013 1:41 PM, my business mail wrote: HI, I un-commented the SSL section in the server.xml file and added the path and password to the keystore. But when accessing the https://localhost:8443/ URL, it just keeps spinning. no error , it just doesn't seem to connect. This is my first time

Re: Tomcat 6.0.20/Windows 2008 R2/SSL Configuration

2013-03-20 Thread David kerber
On 3/20/2013 2:02 PM, my business mail wrote: OK, here is the text copied from notepad. Connector executor=tomcatThreadPool port=8080 protocol=HTTP/1.1 connectionTimeout=2 redirectPort=8443 / Connector port=8442 protocol=HTTP/1.1

Re: Starting tomcat7w from batch file

2013-03-19 Thread David kerber
On 3/19/2013 2:04 AM, Mladen Turk wrote: On 03/18/2013 03:59 PM, David kerber wrote: start C:\Program Files (x86)\Apache Software Foundation\Tomcat 7.0\bin\tomcat7w.exe //MS//Small-55009 You can also copy/rename tomcat7w.exe to small-55009w.exe and you won't need any params. Hmmm. I had

AW: AJP suddenly Stopps acting: ajp on 7009 and 9009 : connections keept open

2013-03-18 Thread David Kumar
Hi Felix, 1. You are abandoning db connections and thus are draining the pool (most likely in my eyes) 2. The pool is too small (unlikely, since no work seems to be done other than waiting for new connections) 3. Lock contention while going through borrowObject (unlikely, since no thread is

Starting tomcat7w from batch file

2013-03-18 Thread David kerber
Running TC 7.0.22 32-bit on windows server 2008 R2 Standard (64-bit). I'm trying to start tomcat7w from a .cmd file to monitor the TC services, and can't seem to find the correct way of formatting the cmd-line parameters. When I just copy the command line from the start menu shortcut, it

Re: Starting tomcat7w from batch file

2013-03-18 Thread David kerber
On 3/18/2013 11:08 AM, André Warnier wrote: David kerber wrote: Running TC 7.0.22 32-bit on windows server 2008 R2 Standard (64-bit). I'm trying to start tomcat7w from a .cmd file to monitor the TC services, and can't seem to find the correct way of formatting the cmd-line parameters. When I

Re: Starting tomcat7w from batch file

2013-03-18 Thread David kerber
On 3/18/2013 11:28 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 3/18/13 11:21 AM, André Warnier wrote: David kerber wrote: On 3/18/2013 11:08 AM, André Warnier wrote: David kerber wrote: Running TC 7.0.22 32-bit on windows server 2008 R2 Standard

Re: Starting tomcat7w from batch file

2013-03-18 Thread David kerber
On 3/18/2013 11:49 AM, Harris, Jeffrey E. wrote: -Original Message- From: David kerber [mailto:dcker...@verizon.net] Sent: Monday, March 18, 2013 11:33 AM To: Tomcat Users List Subject: Re: Starting tomcat7w from batch file tells me I have a bad parameter. For example: start C

AW: AJP suddenly Stopps acting: ajp on 7009 and 9009 : connections keept open

2013-03-17 Thread David Kumar
Hey Rainer, It got stripped by the list. Can you post it somewhere and make the URL available? here you go: - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail:

AW: AJP suddenly Stopps acting: ajp on 7009 and 9009 : connections keept open

2013-03-17 Thread David Kumar
Hey Rainer, It got stripped by the list. Can you post it somewhere and make the URL available? here you go: http://www.telestar.de/tmp10356/threaddump.txt thanks David - To unsubscribe, e-mail: users-unsubscr

AW: AJP suddenly Stopps acting: ajp on 7009 and 9009 : connections keept open

2013-03-15 Thread David Kumar
? Thanks Mit freundlichen Grüßen David Kumar Softwareentwickler, B. Sc. Abteilung Infotech - Interaktiv TELESTAR-DIGITAL GmbH Am Weiher 14 D-56766 Ulmen http://www.telestar.de/ - To unsubscribe, e-mail: users-unsubscr

AW: AJP suddenly Stopps acting: ajp on 7009 and 9009 : connections keept open

2013-03-15 Thread David Kumar
like a great idea.. Default is -1. So what would be a good time, one minute? Thanks Mit freundlichen Grüßen David Kumar Softwareentwickler, B. Sc. Abteilung Infotech - Interaktiv TELESTAR-DIGITAL GmbH Am Weiher 14 D-56766 Ulmen http://www.telestar.de

AW:AJP suddenly Stopps acting: ajp on 7009 and 9009 : connections keept open

2013-03-15 Thread David Kumar
freundlichen Grüßen David Kumar Softwareentwickler, B. Sc. Abteilung Infotech - Interaktiv TELESTAR-DIGITAL GmbH Am Weiher 14 D-56766 Ulmen http://www.telestar.de/ # # Based upon the NCSA server configuration files originally by Rob McCool. # # This is the main Apache server configuration file

AW: AW:AJP suddenly Stopps acting: ajp on 7009 and 9009 : connections keept open

2013-03-15 Thread David Kumar
Hey André, According to vmtools the server is boring most times.. What do you mean, boring ? (like German langweilig ?). -- Jep prety idle.. :-) If you have 2000+ connections there in one state or another, that should mean that the system is usually pretty busy, I would think. On my

AW:AJP suddenly Stopps acting: ajp on 7009 and 9009 : connections keept open

2013-03-15 Thread David Kumar
Mit freundlichen Grüßen David Kumar Softwareentwickler, B. Sc. Abteilung Infotech - Interaktiv TELESTAR-DIGITAL GmbH Am Weiher 14 D-56766 Ulmen Tel.: + 49 (0) 6592 / 712 -2826 Tel.: + 49 (0) 2676 / 9520 -183 Fax: + 49 (0) 6592 / 712 -2829 http://www.telestar.de/ -Ursprüngliche

AW: AJP suddenly Stopps acting: ajp on 7009 and 9009 : connections keept open

2013-03-15 Thread David Kumar
. If one of the tomcats are not responding it will be restarted Thanks David - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

AW: AJP suddenly Stopps acting: ajp on 7009 and 9009 : connections keept open

2013-03-15 Thread David Kumar
. The interruption for the running JVM is minimal, so you can already try how this works before the process gets into the critical state. great I just tried a kill -QUIT in our watchdog -- pretty fast. Next time we got our problem I will send the threaddump to you guys. thanks a lot David

AW: AJP suddenly Stopps acting: ajp on 7009 and 9009 : connections keept open

2013-03-15 Thread David Kumar
Hey Rainer, attached you can find a Threaddump. Just rename it to .zip. I'm not sure waht all the stuff at the dump means. but I'm sure you know.. :-) thanks Please please before restarting take two thread dumps. On Linux/Unix a kill -QUIT will do that (and write the result to STDOUT, which

AW: AW: AW: AW: AJP suddenly Stopps acting: ajp on 7009 and 9009 : connections keept open

2013-03-14 Thread David Kumar
of days / week we it took just minutes to shut all AJP ports down. Mit freundlichen Grüßen David Kumar Softwareentwickler, B. Sc. Abteilung Infotech - Interaktiv TELESTAR-DIGITAL GmbH Am Weiher 14 D-56766 Ulmen http://www.telestar.de

Re: tomcat 6.0.35 in production maintaince

2013-03-14 Thread David kerber
On 3/14/2013 10:27 AM, fachhoch wrote: how can I block it , can I do it from my app or server setting or os setting , please advice me . Firewall or OS-level. -- View this message in context: http://tomcat.10.n6.nabble.com/tomcat-6-0-35-in-production-maintaince-tp4995740p4995898.html

AW: AJP suddenly Stopps acting: ajp on 7009 and 9009 : connections keept open

2013-03-13 Thread David Kumar
? Thanks Mit freundlichen Grüßen David Kumar Softwareentwickler, B. Sc. Abteilung Infotech - Interaktiv TELESTAR-DIGITAL GmbH Am Weiher 14 D-56766 Ulmen http://www.telestar.de/ -Ursprüngliche Nachricht- Von: André Warnier [mailto:a...@ice-sa.com] Gesendet: Dienstag, 12. März

AW: AW: AJP suddenly Stopps acting: ajp on 7009 and 9009 : connections keept open

2013-03-13 Thread David Kumar
reduced the connectionTimeout, reconfigured maxClients and added -DisableReuse to jkpropertys. Lets see what happens... Thanks a lot.. Mit freundlichen Grüßen David Kumar Softwareentwickler, B. Sc. Abteilung Infotech - Interaktiv TELESTAR-DIGITAL GmbH Am Weiher 14 D-56766 Ulmen http

AW: AW: AJP suddenly Stopps acting: ajp on 7009 and 9009 : connections keept open

2013-03-13 Thread David Kumar
a lot.. Mit freundlichen Grüßen David Kumar Softwareentwickler, B. Sc. Abteilung Infotech - Interaktiv TELESTAR-DIGITAL GmbH Am Weiher 14 D-56766 Ulmen http://www.telestar.de/ -Ursprüngliche Nachricht- Von: David Kumar [mailto:dku...@telestar.de] Gesendet: Mittwoch, 13. März 2013 14

AW: AW: AJP suddenly Stopps acting: ajp on 7009 and 9009 : connections keept open

2013-03-13 Thread David Kumar
BTW... after a while CLOSE_WAIT changes to can't identify protocol Mit freundlichen Grüßen David Kumar Softwareentwickler, B. Sc. Abteilung Infotech - Interaktiv TELESTAR-DIGITAL GmbH Am Weiher 14 D-56766 Ulmen Tel.: + 49 (0) 6592 / 712 -2826 Tel.: + 49 (0) 2676 / 9520 -183 Fax: + 49 (0

AJP suddenly Stopps acting: ajp on 7009 and 9009 : connections keept open

2013-03-12 Thread David Kumar
give us a hint to fix that problem. Mit freundlichen Grüßen David Kumar Softwareentwickler, B. Sc. Abteilung Infotech - Interaktiv TELESTAR-DIGITAL GmbH Am Weiher 14 D-56766 Ulmen http://www.telestar.de/ -Ursprüngliche Nachricht- Von: David Kumar [mailto:dku...@telestar.de

AW: AJP suddenly Stopps acting: ajp on 7009 and 9009 : connections keept open

2013-03-12 Thread David Kumar
is to low? I either should reduce the Thread at the connector or increase MaxClients? We got the connection_pool_timeout from here: https://community.jboss.org/wiki/OptimalModjk12Configuration I will have a look on the other recommended options Thanks.. Mit freundlichen Grüßen David Kumar

AW: AJP suddenly Stopps acting: ajp on 7009 and 9009 : connections keept open

2013-03-12 Thread David Kumar
Hey, thanks.. I downloaded jmxsh... I keep you guy up to date.. thanks... Mit freundlichen Grüßen David Kumar Softwareentwickler, B. Sc. Abteilung Infotech - Interaktiv TELESTAR-DIGITAL GmbH Am Weiher 14 D-56766 Ulmen http://www.telestar.de/ -Ursprüngliche Nachricht- Von

Re: Tomcat 6 access Network drive and interact with desktop

2013-02-22 Thread David kerber
On 2/22/2013 6:51 AM, chris derham wrote: I mean I need a tomcat service which can interact with desktop and can access network resources Top hit when googling for 'windows service interact with desktop'

RE: [tomcat 6.0.35]- propert loadin

2013-02-11 Thread David Sills
the JEE spec). Another way to handle it is to JAR it up into a JAR file and put it into WEB-INF/lib, but that's a bit trickier. Just a thought: that way other applications can use different values for the same properties. But if it's working for you David Sills -Original Message

Re: Getting the Manager to accept users (Tomcat 7)

2013-02-01 Thread David kerber
On 2/1/2013 2:38 PM, L Alex Pranger wrote: This seems to have done the trick for me (removing the extra comment lines). I had a comment line !-- This is my comment -- and was unaware that ending comment marks had to be on their own line. They don't; they can be either on the same line, or on

Re: 64 Bit Tomcat

2013-01-30 Thread David kerber
IME, 64 bit operating systems are far more common on the server side than 32-bit. Workstations are still a mix. I use either 32-bit or 64-bit tomcat interchangeably, depending on the memory needs of the application I'm deploying. The only thing I have to change when I switch is the database

Re: LDAP on TOMCAT 7.0.30

2013-01-28 Thread David kerber
On 1/28/2013 1:07 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 1/28/13 12:32 PM, André Warnier wrote: Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chris, On 1/28/13 7:47 AM, chris derham wrote: 1) All 3 applications

Re: AW: Tomcat 7: ClassNotFoundEception for security provider during startup

2013-01-22 Thread David kerber
On 1/22/2013 2:12 PM, Hanno Scharwächter wrote: Hanno, On 1/21/13 12:49 PM, Hanno Scharwächter wrote: the Bootstrap-ClassLoader. I checked the server-conf by starting both Tomcat versions with exactly the same server configuration (server.xml). While Tomcat 6 runs, Tomcat 7 refuses to start.

Re: Only start manager at startup

2013-01-21 Thread David kerber
On 1/21/2013 8:51 AM, Alexandre Rubert wrote: Le 18/01/2013 17:19, David kerber a écrit : On 1/18/2013 11:06 AM, Mark Thomas wrote: On 18/01/2013 14:42, David kerber wrote: On 1/18/2013 9:18 AM, Mark Thomas wrote: On 18/01/2013 13:33, Alexandre Rubert wrote: Hello, I've more than 200app

Re: War archive issue

2013-01-21 Thread David kerber
Are you sure you don't have some residue from a previous webapp name still hanging out under conf/catalina/localhost? That has bitten me more than once in the past. D On 1/21/2013 8:47 AM, vicky007aggar...@yahoo.co.in wrote: Tomcat 6.0.35 Jdk 1.6.24 OS - Red Hat Linux 5 Thanks, Vick On

AW: AW: AW: ajp on 7009 and 9009 : connections keept open

2013-01-21 Thread David Kumar
.. I couldn't start the garbagecollection so far.. Any other ideas? Thanks Mit freundlichen Grüßen David Kumar Softwareentwickler, B. Sc. Abteilung Infotech - Interaktiv TELESTAR-DIGITAL GmbH Am Weiher 14 D-56766 Ulmen http://www.telestar.de/ -Ursprüngliche Nachricht- Von: David

( ajp on 7009 and 9009 not afs3-rmtsys): connections keept open

2013-01-18 Thread David Kumar
sending to the other tomcat. 6. I don't think so also because of that the connections are kept open on our ajp ports. I know that CLOSE_WAIT means, waiting for connections to be closed, but wondering that it is not closing.. Thanks again Mit freundlichen Grüßen David Kumar Softwareentwickler

AW: AW: ( ajp on 7009 and 9009 not afs3-rmtsys): connections keept open

2013-01-18 Thread David Kumar
Hey André, are you talking about running System.gc()? That should be possible.. Mit freundlichen Grüßen David Kumar Softwareentwickler, B. Sc. Abteilung Infotech - Interaktiv TELESTAR-DIGITAL GmbH Am Weiher 14 D-56766 Ulmen http://www.telestar.de/ -Ursprüngliche Nachricht- Von

AW: AW: AW: ( ajp on 7009 and 9009 not afs3-rmtsys): connections keept open

2013-01-18 Thread David Kumar
Hey, I do that at next deployment. -- I Thursday... So far I'm trying executor for tomcat. As far I read, when I'm using connectors idle process are forced to be close.. Mit freundlichen Grüßen David Kumar Softwareentwickler, B. Sc. Abteilung Infotech - Interaktiv TELESTAR-DIGITAL GmbH Am

Re: Only start manager at startup

2013-01-18 Thread David kerber
On 1/18/2013 9:18 AM, Mark Thomas wrote: On 18/01/2013 13:33, Alexandre Rubert wrote: Hello, I've more than 200app in my webapp directory with symbolic links in some images. If I activate allowLinking tomcat crash during startup because of out of memory. I'd like to disable automatic start for

Re: Only start manager at startup

2013-01-18 Thread David kerber
On 1/18/2013 11:06 AM, Mark Thomas wrote: On 18/01/2013 14:42, David kerber wrote: On 1/18/2013 9:18 AM, Mark Thomas wrote: On 18/01/2013 13:33, Alexandre Rubert wrote: Hello, I've more than 200app in my webapp directory with symbolic links in some images. If I activate allowLinking tomcat

afs3-rmtsys: connections keept open

2013-01-16 Thread David Kumar
Hey, my name is David an I'm working for a electronic consumer company in Germany we are selling and producing TV's, receiver, satellite dishes etc.. We got some serious trouble with our tomcats. Basically we using two 7.0.12 tomcats on a single Debian 6.0. One is running on port 7090

Is error with Bamboo Sonar plugin because of Tomcat 6 instead of Tomcat 7?

2013-01-16 Thread KARR, DAVID
We're running Bamboo 3.4.3 in Tomcat 6.0.20. It mostly apparently works fine, but yesterday I tried to get the Bamboo Sonar plugin working, and when I tried to add a server connection, I got the following stack trace: Caused by: java.lang.IllegalAccessException: Class

RE: Is error with Bamboo Sonar plugin because of Tomcat 6 instead of Tomcat 7?

2013-01-16 Thread KARR, DAVID
-Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Wednesday, January 16, 2013 10:10 AM To: Tomcat Users List Subject: RE: Is error with Bamboo Sonar plugin because of Tomcat 6 instead of Tomcat 7? From: KARR, DAVID [mailto:dk0...@att.com

Re: Is error with Bamboo Sonar plugin because of Tomcat 6 instead of Tomcat 7?

2013-01-16 Thread David kerber
On 1/16/2013 1:57 PM, Caldarale, Charles R wrote: From: KARR, DAVID [mailto:dk0...@att.com] Subject: RE: Is error with Bamboo Sonar plugin because of Tomcat 6 instead of Tomcat 7? We're running Bamboo 3.4.3 in Tomcat 6.0.20. It mostly apparently works fine, but yesterday I tried to get

RE: Is error with Bamboo Sonar plugin because of Tomcat 6 instead of Tomcat 7?

2013-01-16 Thread KARR, DAVID
-Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Wednesday, January 16, 2013 10:58 AM To: Tomcat Users List Subject: RE: Is error with Bamboo Sonar plugin because of Tomcat 6 instead of Tomcat 7? From: KARR, DAVID [mailto:dk0...@att.com

Re: Is error with Bamboo Sonar plugin because of Tomcat 6 instead of Tomcat 7?

2013-01-16 Thread David kerber
On 1/16/2013 2:38 PM, KARR, DAVID wrote: -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Wednesday, January 16, 2013 10:58 AM To: Tomcat Users List Subject: RE: Is error with Bamboo Sonar plugin because of Tomcat 6 instead of Tomcat 7? From: KARR

AW: afs3-rmtsys: connections keept open

2013-01-16 Thread David Kumar
tomcat PIDs) I get: Max open files4096 4096 files Thanks again.. Mit freundlichen Grüßen David Kumar Softwareentwickler, B. Sc. Abteilung Infotech - Interaktiv TELESTAR-DIGITAL GmbH Am Weiher 14 D-56766 Ulmen http://www.telestar.de

RE: Is error with Bamboo Sonar plugin because of Tomcat 6 instead of Tomcat 7?

2013-01-16 Thread KARR, DAVID
-Original Message- From: David kerber [mailto:dcker...@verizon.net] Sent: Wednesday, January 16, 2013 11:42 AM To: Tomcat Users List Subject: Re: Is error with Bamboo Sonar plugin because of Tomcat 6 instead of Tomcat 7? On 1/16/2013 2:38 PM, KARR, DAVID wrote: -Original

AW: AW: afs3-rmtsys: connections keept open

2013-01-16 Thread David Kumar
protocol=HTTP/1.1 connectionTimeout=2 redirectPort=9443 / Connector port=9009 protocol=AJP/1.3 redirectPort=9443 / thanks.. Mit freundlichen Grüßen David Kumar Softwareentwickler, B. Sc. Abteilung Infotech - Interaktiv TELESTAR-DIGITAL GmbH Am Weiher 14 D

AW: AW: afs3-rmtsys: connections keept open

2013-01-16 Thread David Kumar
connection causing the Apache error? thanks Mit freundlichen Grüßen David Kumar Softwareentwickler, B. Sc. Abteilung Infotech - Interaktiv TELESTAR-DIGITAL GmbH Am Weiher 14 D-56766 Ulmen http://www.telestar.de/ -Ursprüngliche Nachricht- Von: David Kumar [mailto:dku...@telestar.de

Re: docBase

2013-01-11 Thread David kerber
On 1/11/2013 3:24 PM, Leo Donahue - RDSA IT wrote: Tomcat 7.0.34 Java 1.6.0_35 Can the document base of a context be an administrative share? Ex: \\servername\share$\somedirectoryfile:///\\servername\share$\somedirectory I run tomcat as a service using a local account on webserver1, that same

Re: docBase

2013-01-11 Thread David kerber
On 1/11/2013 3:28 PM, Leo Donahue - RDSA IT wrote: -Original Message- From: Leo Donahue - RDSA IT [mailto:leodona...@mail.maricopa.gov] Subject: docBase Tomcat 7.0.34 Java 1.6.0_35 Can the document base of a context be an administrative share? Ex:

Re: Tomcat vs IIS download speed - configuration suggestions?

2013-01-10 Thread David kerber
On 1/10/2013 8:56 AM, Linoma DevTeam wrote: Hi everyone, I'm running some comparison tests with tomcat 6.0.35 and IIS running in parallel on Windows Server 2008 R2. Now I would expect Tomcat to be somewhat slower, given the extra JVM layer, but in some situations, i'm seeing differences that

Re: Tomcat vs IIS download speed - configuration suggestions?

2013-01-10 Thread David kerber
On 1/10/2013 8:56 AM, Linoma DevTeam wrote: Hi everyone, I'm running some comparison tests with tomcat 6.0.35 and IIS running in parallel on Windows Server 2008 R2. Now I would expect Tomcat to be somewhat slower, given the extra JVM layer, but in some situations, i'm seeing differences that

Tomcat 7 Maven Plugin - set MaxPermSize

2012-12-11 Thread David Miller
I'm using the tomcat-maven plugin to set a value for MaxPermSize but it's not working. You can see in the below plugin my setting for JAVA_OPTS - I've also tried MAVEN_OPTS and CATALINA_OPTS. I can see that it's not working using jvisualvm (can also tell because my app eventually craps out).

Re: [OT] Recognizing certificate removal (SmartCard)

2012-12-05 Thread David kerber
On 12/5/2012 1:35 PM, André Warnier wrote: ... (*) Come to think of it, it would be rather universal as a solution. and not so complex to set up. I may have to patent this idea... Too late (at least in the US); you just made it public...

Re: [OT] Recognizing certificate removal (SmartCard)

2012-12-05 Thread David kerber
On 12/5/2012 4:18 PM, André Warnier wrote: David kerber wrote: On 12/5/2012 1:35 PM, André Warnier wrote: ... (*) Come to think of it, it would be rather universal as a solution. and not so complex to set up. I may have to patent this idea... Too late (at least in the US); you just made

Re: Issues Logging wtith log4j at common and webapp levels

2012-12-03 Thread David Johle
Well I managed to accomplish my goal 100% with the help of some new features in Log4j 2.x (currently beta-3). My eventual setup was to use the BasicContextSelector to ensure only a single logging heirarchy was created for the whole VM regardless of webapps. Then I tag events per-webapp using

Re: Error page messages

2012-11-30 Thread David Kerber
On 11/30/2012 5:59 PM, André Warnier wrote: Christopher Schultz wrote: ... I've even seen a site with a Perl-based (or was it PHP-based) service .. must have been PHP, not Perl, I'm sure. We Perl guys don't do things that way. As I was telling Leo off-line, we have a nice global switch

Re: Need help to understand CVE-2007-0450

2012-11-22 Thread David Kerber
On 11/22/2012 8:35 AM, Aditi Sinha wrote: Thanks Guys. As per my reading of the suggested material and looking at the logs that Andre has shared, I think there are two ways in which the directory traversal attack could be made. 1. By having ..\ equivalents in the URL itself 2. By having ..\

Not serving pages to anything but localhost

2012-11-16 Thread David Elliott
8 -- David Elliott The TMTI Group includes the following brands www.clickdontcall.comhttp://www.clickdontcall.com, www.gadgethelpline.comhttp://www.gadgethelpline.com, www.ukwebdesign.nethttp://www.ukwebdesign.net

Re: Not serving pages to anything but localhost

2012-11-16 Thread David kerber
On 11/16/2012 10:59 AM, David Elliott wrote: Hi All Tomcat is running and is able to serve up pages but only to itself. If I do wget http://localhost:8080 I get a page saved and the text looks right. However if I browse from any other machine (inside subnet mask, from web) it return nothing

RE: Not serving pages to anything but localhost

2012-11-16 Thread David Elliott
Hi All David kerber wrote on 16 November 2012 at 16:15 my time On 11/16/2012 10:59 AM, David Elliott wrote: Tomcat is running and is able to serve up pages but only to itself. If I do wget http://localhost:8080 I get a page saved and the text looks right. However if I browse from any

RE: Not serving pages to anything but localhost

2012-11-16 Thread David Elliott
Hi techienote techienote@gmail.com wrote on 16 November 2012 at 16:20 my time Are you able to telnet from remote machine on port 8080? No, but I can get on SSH. -- David Elliott The TMTI Group includes the following brands www.clickdontcall.comhttp://www.clickdontcall.com

RE: Not serving pages to anything but localhost

2012-11-16 Thread David Elliott
in it. 8 ... 8 Looks all fine. That is what I thought. -- David The TMTI Group includes the following brands www.clickdontcall.comhttp://www.clickdontcall.com

<    1   2   3   4   5   6   7   8   9   10   >