Re: Shutdown port on Windows Service installation

2014-03-04 Thread David kerber
On 3/4/2014 12:04 PM, Jeffrey Janner wrote: -Original Message- From: David kerber [mailto:dcker...@verizon.net] Sent: Tuesday, March 04, 2014 8:17 AM To: Tomcat Users List Subject: Shutdown port on Windows Service installation I am running several instances of TC 7 as services

Re: Shutdown port on Windows Service installation

2014-03-04 Thread David kerber
On 3/4/2014 2:08 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 David, On 3/4/14, 10:47 AM, David kerber wrote: On 3/4/2014 10:34 AM, André Warnier wrote: David kerber wrote: ... That's what I was hoping Mark, Chuck or one of the other committers could

Re: Websockets timing out

2014-03-04 Thread David kerber
On 3/4/2014 3:46 PM, Bob Mancarella wrote: could you try this. http://dev.bizunite.com/inlook/echo.html click on annotation API then Connect and see if you stay connected. Seems to be working fine for me. On Tue, Mar 4, 2014 at 3:44 PM, Mark Thomas ma...@apache.org wrote: On 04/03/2014

Re: tomcat 7 for production

2014-03-02 Thread David Kerber
On 3/2/2014 2:14 PM, Ahmed Dalatony wrote: hello all, i'm planning to use tomcat in production server which version is ready for production use ??? thank you The latest released version of 7.0.x is the way to go. - To

Re: Newbie question: Installing Java EE

2014-03-01 Thread David Kerber
On 3/1/2014 3:05 AM, Bruce Whealton wrote: Hello all, Recently, I downloaded Java EE with the SDK. When I went to install it, it could not find the Java Run-time, the JRE. I have Java SE with the JDK installed and have used Java on my system. When I installed Java SE it

Re: linux vs windows responses on the list

2014-02-24 Thread David kerber
On 2/24/2014 10:59 AM, Leo Donahue wrote: In general, is it assumed that all responses given to the list assume the OP is running a version of Linux, if they don't state the OS? For example, I read the post about Tomcat upgrades/security patching best practices and the advice given is to modify

Re: sudden increase in tomcat sessions..?

2014-02-08 Thread David Kerber
On 2/8/2014 7:08 PM, Kumar Muthuramalingam wrote: Hi, I 'm using tomcat version 6 and 7. One day there was a sudden increase in number of sessions in both tomcats. And all the sessions had no username, same lastaccessed time, same created time and the inactive time was 00:00:00. It is not

Re: Http Status 404

2014-02-06 Thread David kerber
On 2/6/2014 1:05 PM, Shivam Mishra wrote: Its running thank you very much ... Can you tell us what the trouble was, so other people with the same issue can learn from it? On Thu, Feb 6, 2014 at 11:24 PM, Tim Watts t...@cliftonfarm.org wrote: On Thu, 2014-02-06 at 23:07 +0530, Shivam

Re: Tomcat classloader memory leak when an object is stored into session

2014-02-06 Thread David Kerber
On 2/6/2014 3:13 PM, Michal Botka wrote: When an application stores an object into the session and then the application is reloaded using Tomcat Web Application Manager, the classloader cannot be garbage collected. As a result, the OutOfMemoryError: PermGen space error occurs after several

Re: unable to start Tomcat through the Windows Services panel

2014-02-05 Thread David kerber
On 2/5/2014 1:01 PM, javier_esp...@hna.honda.com wrote: Nothing gets logged within Tomcat when I attempt to start it through the Windows Services panel As Andre asked, what about Windows Event viewer? Javier España Sr. Technical Analyst Honda North American Services, LLC. Information

Re: unable to start Tomcat through the Windows Services panel

2014-02-05 Thread David kerber
On 2/5/2014 1:24 PM, javier_esp...@hna.honda.com wrote: I tried changing the logon setup to use my ID and password but it did not make a difference. How do I get to the System Event Log in Windows 7? It's in Administrative Tools | Computer Management, in the System Tools branch. There are a

Re: How to update a web app without uploading the WAR

2014-01-21 Thread David kerber
You can update the single .jsp on the server, in at least some situations. I do that occasionally when I need to get an update out and can't take the service down. On 1/21/2014 12:02 PM, Chris Patterson wrote: Hello, My WAR file is becoming every time bigger and bigger, images are included

Re: How to update a web app without uploading the WAR

2014-01-21 Thread David kerber
On 1/21/2014 1:55 PM, James H. H. Lampert wrote: On 1/21/14 9:59 AM, David kerber wrote: You can update the single .jsp on the server, in at least some situations. I do that occasionally when I need to get an update out and can't take the service down. But note that if and when you DO

Re: Tomcat strips CRLFs from the generated page

2014-01-14 Thread David kerber
On 1/13/2014 10:28 PM, Asok Chattopadhyay wrote: As I said before, I have no control over the input text. In the test servlet I am simply reading text from a file and sending it out to the browser. No other processing has been done to the text by the servlet. The browser, however, receives a

Re: serialization and newest tomcat

2014-01-13 Thread David kerber
Another option would be to read them from the db once, at system startup, and then keep them static from there. You're still hitting your db, but not on an ongoing basis. On 1/13/2014 9:02 AM, Ray Holme wrote: Oh, I missed one comment from Daniel before (embedded and I did not see on the

Re: Error when performing a reset of the server

2014-01-08 Thread David kerber
I see this occasionally when trying to shut down the server, and I believe it's the app that has a stuck session or something, though I haven't been able to isolate it. However, it doesn't require a server reboot; just killing the tomcat process in task manager and then restarting it works

Re: Error when performing a reset of the server

2014-01-08 Thread David kerber
On 1/8/2014 7:04 PM, David kerber wrote: I see this occasionally when trying to shut down the server, and I Correction: when shutting down the Tomcat service, not the server itself. believe it's the app that has a stuck session or something, though I haven't been able to isolate

Re: TLS is not working in 6.0.37, 7.0.42, 7.0.47

2014-01-03 Thread David kerber
On 1/3/2014 3:28 AM, Mudassir Aftab wrote: Hi, Sorry for asking u same thing again and again, i have tried many things from above document, but nothing works for me, also no errors in the log Connector port=8443 protocol=org.apache.coyote.http11.Http11AprProtocol maxThreads=200

Re: TLS is not working in 6.0.37, 7.0.42, 7.0.47

2014-01-03 Thread David kerber
On 1/3/2014 11:18 AM, Mudassir Aftab wrote: then what could be the working config !!! , can u edit and send it to me ? Regards, Mudassir Aftab Go back and read this thread carefully. There have been several errors pointed out to you which you haven't yet fixed. Fix them (proofreading

Re: TLS is not working in 6.0.37, 7.0.42, 7.0.47

2014-01-03 Thread David kerber
On 1/3/2014 12:14 PM, Mudassir Aftab wrote: *Connector Settings:* Connector port=8443 protocol=org.apache.coyote.http11.Http11AprProtocol maxThreads=200 clientAuth=false *SSLCipherSuite=ECDHE-ECDSA-AES128-SHA256* Do you really have the asterisks around this

Re: TLS is not working in 6.0.37, 7.0.42, 7.0.47

2014-01-03 Thread David Kerber
On 1/3/2014 5:27 PM, Mudassir Aftab wrote: Again, we have to submit this as a bug.TLS 1.2 is not working in Tomcat I wouldn't be too sure of that. It might be that Firefox doesn't implement your chosen cipher. On Jan 4, 2014 3:16 AM, Caldarale, Charles R chuck.caldar...@unisys.com

Re: Apache Tomcat 5.0.28 Server/Intermittently Web Apps becomes Unresponsive

2013-12-27 Thread David kerber
On 12/27/2013 4:31 AM, Milan wrote: Hello to All, ... (Lots of good information snipped) - Each transaction, i.e. Data Insertion in both Database took around 3 to 5 seconds. - We have used DBCP for Database connection. - When data insertion took place we are

Re: Tomcat Java Settings for each webapps, and virtual host strange issue.

2013-12-27 Thread David kerber
On 12/27/2013 4:27 AM, Peter wrote: there is no log.txt but I can attach catalina logs Please look into the attachment Attachments don't come through on this list; copy the contents of the file into your message. All my webapps are working fine with following java downloaded from Oracle

Re: Tomcat Java Settings for each webapps, and virtual host strange issue.

2013-12-26 Thread David kerber
On 12/26/2013 2:17 PM, Peter wrote: Thanks *Mark,* Martin Gainty, André Warnier for you time As some of you suggested I need to have different tomcat for different java version Do you mean if I have 2 webapps, which works on 2 difference java versions then, do I have to create 2 tomcat

Re: [OT] Garbage Collectors

2013-12-18 Thread David Kerber
On 12/18/2013 6:11 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, I was recently discussing garbage collectors with a friend (yes, an exciting conversation) and I was wondering what the folks in the Tomcat community were using for their garbage collection

Re: high CPU usage with NIO and 1000+ websockets on Tomcat 7.0.49?

2013-12-13 Thread David kerber
On 12/13/2013 8:12 AM, Bob DeRemer wrote: Hi Mark (et al), We’re seeing really high CPU utilization with just a 1000 active websockets that are sending/receiving 100 byte binary messages. The profiling snippet below was with 1000 connections. If we start to increase the number of

Re: Need Information regarding Apache Webserver static file configuration

2013-12-05 Thread David kerber
On 12/5/2013 5:37 AM, Tapajyoti Roybarman wrote: Hi Andre, I apologize for not following the mailing rule. Actually this is the first time that I am taking the help of such a forum. Before I begin asking you anything I want to thank you for such a detailed explanation. To begin with, answer

Re: Java +GC question

2013-11-24 Thread David Kerber
On 11/24/2013 7:15 PM, André Warnier wrote: First of all, thanks for the analysis. Caldarale, Charles R wrote: From: André Warnier [mailto:a...@ice-sa.com] Subject: Java +GC question java version 1.6.0_26 Do we need to tell you to upgrade? Whatever happened to the Never change a running

Re: Tomcat session with uncertain problem

2013-11-11 Thread David kerber
With this code, you're not *creating* a session, you're retrieving the session that the user has connected with (request.getSession()). Usually this king issue occurs when the variable session is stored with an inappropriate scope, so that it is accessible from more than one class instance.

Re: Second Instance of Tomcat

2013-11-07 Thread David kerber
On 11/7/2013 12:46 PM, Crystal Maramba wrote: Hi, I am getting ready to deploy the Second Instance of Tomcat on the same server using different IP addresses. \Tomcat\Instance1 (IP Address: xx.xx.xx.x1) \Tomcat\Instance2 (IP Address: xx.xx.xx.x2) I have a few question, see below: 1) For

Re: Bin Folders

2013-11-06 Thread David kerber
If they are the same tomcat version, just different installation types, you can merge the install directories; I do that routinely to get the scripts from the .zip installations into my service installations. On 11/6/2013 1:29 PM, Crystal Maramba wrote: I will as soon as I combine the bin

Re: Keep Alive Serverconnection

2013-10-30 Thread David kerber
On 10/30/2013 9:12 AM, Morten Bo Oelbye wrote: Where can I find any solution about an persistent Connection. I can use the reques.inputstream as long as want. But when I use the response as an outputstream, the connectien is closed. So, how to write ping, pong, ping, pong, etc without closing?

Re: Why am i getting this exception often?

2013-10-10 Thread David kerber
On 10/10/2013 12:40 PM, Muralidhar Yaragalla wrote: No help on this? I guess not. Have you asked on the Eclipse forums? *Thanks And Regards,* Muralidhar Yaragalla.* (Visit My Blog http://yaragalla.blogspot.in) * On Wed, Oct 9, 2013 at 10:22 PM, Muralidhar Yaragalla

Re: MaxClients and maxThreads

2013-09-24 Thread David kerber
On 9/24/2013 12:11 AM, mohan.radhakrish...@polarisft.com wrote: Yes. That is probably the capacity planning part that involves think time analysis and concurrency. What Were They Thinking: Modeling Think Times for Performance Testing Tom Wilson from Computer Measurement Group is what I plan to

Re: Audit Exceptions on Apache

2013-09-18 Thread David kerber
On 9/18/2013 5:04 AM, Joy Obba wrote: 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: Need settings/configuration details to improve tomcat performance

2013-09-11 Thread David kerber
On 9/11/2013 1:47 PM, Akbar Thanakalacheruvu wrote: Hi All We are deploying around 10 to 15 websites on a tomcat server where each website will have concurrency of 100 users at a given time. This concurrency will continue though out the day. So, I need settings/configuration details of tomcat

Re: How tomcat is handling bandwidth sharing across all request

2013-09-11 Thread David kerber
On 9/11/2013 1:38 PM, Arun Kumar wrote: Hi We are developing small video hosting application ,we are not writing any special program for open the video file and send to player , simply we are using tomcat DefaultServlet for above all video request , now we have to benchmark our application

Re: Heap recommendations for Tomcat 7

2013-09-06 Thread David kerber
On 9/6/2013 1:43 PM, John Beaulaurier -X (jbeaulau - ADVANCED NETWORK INFORMATION INC at Cisco) wrote: Hello, Is there a good formula for JDK Heap parameters for Tomcat 7 as it relates to hardware, or should ergonomics be allowed to define, or is it more application driven? OS: RHEL 5.5

Re: tomcat7w.exe

2013-09-02 Thread David Kerber
On 9/2/2013 12:22 PM, Markward Schubert wrote: I have a short question. Does the monitor exe do anything magical when a tomcat service is started the first time with it, in contrast to starting the already installed service with the windows service manager? In fact our application would not

Re: Question about usernames being case insensitive

2013-08-27 Thread David kerber
On 8/27/2013 3:26 PM, Propes, Barry L wrote: -Original Message- From: Daniel Mikusa [mailto:dmik...@gopivotal.com] Sent: Tuesday, August 27, 2013 2:22 PM To: Tomcat Users List Subject: Re: Question about usernames being case insensitive On Aug 27, 2013, at 2:52 PM, Michael Spring

Re: Having trouble with common.loader

2013-08-21 Thread David kerber
Basically you're trying to defeat the way the system is designed to work. Don't do that... On 8/21/2013 3:58 PM, D C wrote: Tomcat 7.0.40 CentOS 6.3 Java 1.7.0_21 I am trying to move all libraries out of my webapps directory, and into a common place. I have my libs that were bundled with

Re: Having trouble with common.loader

2013-08-21 Thread David kerber
On 8/21/2013 4:27 PM, Daniel Mikusa wrote: On Aug 21, 2013, at 4:09 PM, David kerber dcker...@verizon.net wrote: Basically you're trying to defeat the way the system is designed to work. Don't do that… +1 Don't do what you've described unless you have a very good reason. It will cause

Re: Regarding queries to access application using domain name instead of IP_address:8080 _ cpanel

2013-08-19 Thread David kerber
On 8/19/2013 1:27 PM, Karuppu Samy wrote: Hi Chris, Let me explain you clearly. I have centos with cPanel which comes with tomcat 7. I have installed tomcat 7 now. My query is, After deploy the application through tomcat manager, I am able to access the application through

Re: Upgrade to Tomcat 7 Issues

2013-08-09 Thread David kerber
On 8/9/2013 11:46 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chuck, On 8/9/13 10:08 AM, Caldarale, Charles R wrote: From: Seema Patel [mailto:seema...@hotmail.com] Subject: RE: Upgrade to Tomcat 7 Issues In my WEB-INF/lib I have the following (sorry the

Re: java.net.UnknownHostException: Failed to negotiate with a suitable domain controller for xxx

2013-08-01 Thread David kerber
On 8/1/2013 2:24 PM, Caldarale, Charles R wrote: From: Seema Patel [mailto:seema...@hotmail.com] Subject: RE: java.net.UnknownHostException: Failed to negotiate with a suitable domain controller for xxx When upgrading Tomcat from version 5.5 to 7, would I need to upgrade to version 6 first

Re: [OT] Enable session persistence between two tomcat nodes behind load balancer

2013-07-23 Thread David Kerber
On 7/23/2013 5:51 PM, Jeffrey Janner wrote: -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Monday, July 22, 2013 5:45 PM To: Tomcat Users List Subject: Re:[OT] Enable session persistence between two tomcat nodes behind load balancer -BEGIN

Re: JSP in Static Resources

2013-07-15 Thread David kerber
... * Thanks for your comments * I already see sites that do this. * For example please visit these three sites: * http://en.wikipedia.org/wiki/Apache_Tomcat * View source * link rel=stylesheet

Re: Windows service for tomcat7

2013-06-11 Thread David kerber
On 6/11/2013 5:06 PM, akshata chas wrote: Hi, I'm trying to install tomcat service for Windows 7 manually on my system through command prompt. I tried withservice.bat install MyProject but it looks like service doesn't get installed properly because I can see the service in the list but when I

Re: Reuse work temp directories

2013-05-28 Thread David kerber
On 5/28/2013 12:22 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Vicky, On 5/28/13 2:30 AM, vicky007aggar...@yahoo.co.in wrote: Is there is a way by which we can create work temp directories on run time so that we can avoid creating multiple tomcat instances

Re: Reuse work temp directories

2013-05-28 Thread David kerber
On 5/28/2013 1:21 PM, vicky007aggar...@yahoo.co.in wrote: Thanks David Chris for responding back. Actually i am doing a proof of concept,in which in want to use the same CATALINA_BASE across in lieu of creating 10 different tomcat instances. I am doing this by using variables in server.xml

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: 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: 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

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

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 and

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

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

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

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

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: 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

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

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 the

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:

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

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