Re: CATALINA_OPTS under windows 7

2012-12-10 Thread Howard W. Smith, Jr.
Are you trying to run tomcat7 as a Windows Service? On Mon, Dec 10, 2012 at 6:14 PM, Raf Roger raf.n...@gmail.com wrote: Hi, i need to setup CATALINA_OPTS environment variable under windows 7. I read that in directory *tomcatDir/bin/* should be a file named setenv.bat for Windows in which

Re: Why are Tomcat's threads more costly than background threads?

2012-12-11 Thread Howard W. Smith, Jr.
Wow, i'm reading this now, because I just experienced an issue on my production server that is TomEE 1.5.1 (Tomcat 7.0.34), and the whole server locked up all because I had a @Stateless EJB inserting data into multiple tables in the database, because @Schedule timed event triggered the EJB to

Re: Communication flow with different connectors

2013-01-09 Thread Howard W. Smith, Jr.
On Wed, Jan 9, 2013 at 8:28 AM, Daniel Mikusa dmik...@vmware.com wrote: This is a good article that explains the different ways to proxy to an Apache HTTPD server. It's a little old, but still good.

Re: Communication flow with different connectors

2013-01-09 Thread Howard W. Smith, Jr.
Chris, On Wed, Jan 9, 2013 at 10:33 AM, Christopher Schultz ch...@christopherschultz.net wrote: Mark Thomas is giving a talk at ApacheCon (Portland, OR, USA, 26 Feb 2013) about Clustering Tomcat[1]. If you can make it, please join him. If not, I'm sure his slides will be available afterward.

Re: Communication flow with different connectors

2013-01-09 Thread Howard W. Smith, Jr.
On Wed, Jan 9, 2013 at 2:19 PM, Mark Thomas ma...@apache.org wrote: It varies. There is normally a link advertised on the conference web site. For the most recent ApacheCon (EU 2012) you want: http://archive.apachecon.com/eu2012/presentations/ Others should be available id you start here:

Re: Tomcat vs IIS download speed - configuration suggestions?

2013-01-10 Thread Howard W. Smith, Jr.
On Thu, Jan 10, 2013 at 9:31 AM, David kerber dcker...@verizon.net wrote: 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,

Re: unable to access comm ports on apache tomcat 6.0.18

2013-01-22 Thread Howard W. Smith, Jr.
On Tue, Jan 22, 2013 at 7:21 AM, pranjal rajput fighterjockey...@gmail.comwrote: it also works well in the web application IF it is launched using eclipse IDE. All libraries are in place. but when the application is deployed on separate tomcat server, it throws following exception: Error

Re: Latest-version TomEE 1.5.2-SNAPSHOT (Tomcat 7.0.34?) just died on me, nothing in server logs

2013-01-29 Thread Howard W. Smith, Jr.
Sending this to tomee/openejb and tomcat user mailing lists. Cross-posting is really frowned upon. Jan 29, 2013 10:27:25 AM org.apache.catalina.core.StandardWrapperValve event SEVERE: Servlet.service() for servlet [Push Servlet] in context with path [/mcmsweb] threw exception

Re: Latest-version TomEE 1.5.2-SNAPSHOT (Tomcat 7.0.34?) just died on me, nothing in server logs

2013-01-29 Thread Howard W. Smith, Jr.
On Tue, Jan 29, 2013 at 6:00 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Howard W. Smith, Jr. [mailto:smithh032...@gmail.com] Subject: Re: Latest-version TomEE 1.5.2-SNAPSHOT (Tomcat 7.0.34?) just died on me, nothing in server logs I was hoping to get a response from

Re: Latest-version TomEE 1.5.2-SNAPSHOT (Tomcat 7.0.34?) just died on me, nothing in server logs

2013-01-29 Thread Howard W. Smith, Jr.
On Tue, Jan 29, 2013 at 6:08 PM, Konstantin Kolinko knst.koli...@gmail.comwrote: 2013/1/30 Caldarale, Charles R chuck.caldar...@unisys.com: From: Howard W. Smith, Jr. [mailto:smithh032...@gmail.com] Subject: Latest-version TomEE 1.5.2-SNAPSHOT (Tomcat 7.0.34?) just died on me, nothing

Re: Tomcat using near 100% of CPU on Windows 2008

2013-01-30 Thread Howard W. Smith, Jr.
On Wed, Jan 30, 2013 at 12:27 PM, Dima Iva ots...@live.com wrote: We have a Windows 2008 R2 virtual machine on an ESXi server. It only runs one application that requires Apache, Tomcat, Java and PostgreSQL. We have the latest versions of these programs. The machine has 1TB of disk space

Re: 64 Bit Tomcat

2013-01-30 Thread Howard W. Smith, Jr.
On Wed, Jan 30, 2013 at 4:44 PM, Patrick Flaherty pflah...@rampageinc.comwrote: I have an open question about 32 bit vs 64 bit. We are currently deploying our app with 32 bit JVM and Tomcat. We are running into memory issues as we add more functionality (some via tools in the open source

Re: Latest-version TomEE 1.5.2-SNAPSHOT (Tomcat 7.0.34?) just died on me, nothing in server logs

2013-01-30 Thread Howard W. Smith, Jr.
On Tue, Jan 29, 2013 at 6:08 PM, Konstantin Kolinko knst.koli...@gmail.comwrote: 2013/1/30 Caldarale, Charles R chuck.caldar...@unisys.com: From: Howard W. Smith, Jr. [mailto:smithh032...@gmail.com] Subject: Latest-version TomEE 1.5.2-SNAPSHOT (Tomcat 7.0.34?) just died on me, nothing

Re: Latest-version TomEE 1.5.2-SNAPSHOT (Tomcat 7.0.34?) just died on me, nothing in server logs

2013-01-31 Thread Howard W. Smith, Jr.
On Thu, Jan 31, 2013 at 6:10 AM, Mark Thomas ma...@apache.org wrote: On 31/01/2013 03:14, Howard W. Smith, Jr. wrote: 5. from what I can see, there is an atmosphere thread that is (possibly) causing this issue; please see below and let me know if I should open a tomcat7.0.35 JIRA/issue

Re: Help in diagnosing server unresponsiveness

2013-01-31 Thread Howard W. Smith, Jr.
We have a application running on the latest Tomcat7 and we are getting a server crash or becoming unresponsive. This occur every few days at no fixed intervals or time of day and they certainly don't correlate to any app function ­ at least not according to the logs. How long have you seen

Re: Help in diagnosing server unresponsiveness

2013-01-31 Thread Howard W. Smith, Jr.
On Thu, Jan 31, 2013 at 10:32 PM, Zoran Avtarovski zo...@sparecreative.com wrote: 1.The app has been running on Tomcat 7 in a virtualised linux environment for about 4 months and the issue has been persistent through that time. Prior to that it was running on a physical Windows server with no

Re: Help in diagnosing server unresponsiveness

2013-02-01 Thread Howard W. Smith, Jr.
On Fri, Feb 1, 2013 at 12:09 PM, Edson Richter edsonrich...@hotmail.com wrote: Em 01/02/2013 15:03, Edson Richter escreveu: When I say (we see..) I want to mean: I see lots of junior programmers doing the same mistake over and over... I don't know if this is your case, but I feel that worth

Re: Help in diagnosing server unresponsiveness

2013-02-01 Thread Howard W. Smith, Jr.
If you want to improve performance even more, ditch EJB altogether. Moving from APR to NIO may be a good move, but it really depends upon your requirements. For instance, APR provides superior SSL performance but if you don't need it, NIO will probably give you better results. Understood,

Re: Help in diagnosing server unresponsiveness

2013-02-01 Thread Howard W. Smith, Jr.
What is the best way to look into the JPA? via JMX? In development, I do use NetBeans with Profiler (memory or cpu profile are good start point). In test environment I do use JRockit Mission Control remote monitoring. I do not use any of these in production. Probably would be possible to

Re: Help in diagnosing server unresponsiveness

2013-02-01 Thread Howard W. Smith, Jr.
Chris, On Fri, Feb 1, 2013 at 2:20 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Howard, On 2/1/13 12:41 PM, Howard W. Smith, Jr. wrote: my app is running fine, but i'm always striving for perfection and performance

Re: Help in diagnosing server unresponsiveness

2013-02-03 Thread Howard W. Smith, Jr.
to see exactly what's happening during the crash. JavaMelody provides some insight but just not enough. I'm quite happy to post the charts for others to see. Just not sure what the best way to do it is. Z. On 3/02/13 3:11 PM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: I know

Re: Help in diagnosing server unresponsiveness

2013-02-03 Thread Howard W. Smith, Jr.
On Sun, Feb 3, 2013 at 6:50 AM, Edson Richter edsonrich...@hotmail.com wrote: Em 03/02/2013 07:20, Howard W. Smith, Jr. escreveu: I hope you did not get offended :-) That wasn't my intention - I was mentioning I have some juniors here (programmers with less than a year of experience

Re: Help in diagnosing server unresponsiveness

2013-02-04 Thread Howard W. Smith, Jr.
On Sun, Feb 3, 2013 at 12:39 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Howard, On 2/1/13 6:27 PM, Howard W. Smith, Jr. wrote: For now, I want a cluster of at least 2 or 3 tomcat servers for fault-tolerance and load balancing

Re: Severe Errrors encountered in Tomcat when running a Struts2 project...

2013-02-04 Thread Howard W. Smith, Jr.
On Mon, Feb 4, 2013 at 11:31 AM, Tripti Mehta mehtatript...@gmail.com wrote: Hello Sir, Please help. I am a newbie trying to learn Application Develipment using java and Struts2. The details of my system and tomcat versions are : Tomcat is : 7.0.35 Java jdk- 1.7 My system details are:

Re: Severe Errrors encountered in Tomcat when running a Struts2 project...

2013-02-05 Thread Howard W. Smith, Jr.
On Tue, Feb 5, 2013 at 2:16 AM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Howard W. Smith, Jr. [mailto:smithh032...@gmail.com] Subject: Re: Severe Errrors encountered in Tomcat when running a Struts2 project... Chuck, if you look at Tripti's details above (in OP), it seems

Re: [Seriously OT] Help in diagnosing server unresponsiveness

2013-02-05 Thread Howard W. Smith, Jr.
Chris, On Tue, Feb 5, 2013 at 5:58 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Howard, On 2/1/13 9:57 PM, Howard W. Smith, Jr. wrote: On Fri, Feb 1, 2013 at 2:20 PM, Christopher Schultz ch...@christopherschultz.net wrote

Re: [Seriously OT] Help in diagnosing server unresponsiveness

2013-02-05 Thread Howard W. Smith, Jr.
On Tue, Feb 5, 2013 at 6:10 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chris, On 2/2/13 11:47 AM, chris derham wrote: In the Java world, most people would only call it a consider it a cluster if the app servers actually know

Re: Help in diagnosing server unresponsiveness

2013-02-05 Thread Howard W. Smith, Jr.
Chris, On Sun, Feb 3, 2013 at 12:39 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Howard, If your requirements allow for users to have to re-authenticate when you have a failover-event, then I highly recommend that you use

Re: Help in diagnosing server unresponsiveness

2013-02-06 Thread Howard W. Smith, Jr.
Chris, On Wed, Feb 6, 2013 at 12:11 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Howard, It depends on how you configure things. It's usually the lb that makes that decision, so you configure it there. I would imagine that a

Re: Help in diagnosing server unresponsiveness

2013-02-06 Thread Howard W. Smith, Jr.
On Wed, Feb 6, 2013 at 6:37 PM, Edson Richter edsonrich...@hotmail.com wrote: Hi! 404 is page not found. If query runs too long, you will get timeout or Error 500. I need to confirm which one it is, as I only use google Chrome, Google Chrome says something like, could not connect to page. I

Re: Tomcat does not accept connections from Safari on iPad vs an SSL connector with JSSE ciphers

2013-02-14 Thread Howard W. Smith, Jr.
On Thu, Feb 14, 2013 at 11:38 AM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Giuseppe, On 2/13/13 4:47 PM, Giuseppe Sacco wrote: iPad does try a few times, changing the version number, but it fails every time and eventually

Re: Tomcat 6 access Network drive and interact with desktop

2013-02-22 Thread Howard W. Smith, Jr.
On Thu, Feb 21, 2013 at 4:37 AM, ankur bajaj ankurbaj...@gmail.com wrote: Hi All I have a tomcat service which when runs with local account and is allowed to interact with desktop is not able to access network resources but If I start this service with a username it cannot interact with the

Re: PermGen space errors

2013-02-23 Thread Howard W. Smith, Jr.
On Sat, Feb 23, 2013 at 11:08 PM, Leo Donahue - RDSA IT leodona...@mail.maricopa.gov wrote: From: Caldarale, Charles R [chuck.caldar...@unisys.com] Subject: RE: PermGen space errors From: Leo Donahue - RDSA IT [mailto:leodona...@mail.maricopa.gov]

Re: PermGen space errors

2013-02-23 Thread Howard W. Smith, Jr.
On Sat, Feb 23, 2013 at 11:11 PM, Leo Donahue - RDSA IT leodona...@mail.maricopa.gov wrote: From: Leo Donahue - RDSA IT [leodona...@mail.maricopa.gov] Sent: Saturday, February 23, 2013 9:08 PM To: Tomcat Users List Subject: RE: PermGen space errors

Re: PermGen space errors

2013-02-23 Thread Howard W. Smith, Jr.
On Sat, Feb 23, 2013 at 5:44 PM, Leo Donahue - RDSA IT leodona...@mail.maricopa.gov wrote: Tomcat 7.0.32 (..upgrading right after this email...) it would be nice to know if you had tomcat's (ROOT) web app while you were running tomcat 7.0.32. You definitely should have seen the same WARNINGs

Re: JAVA_OPTS catalina.bat vs tomcat7w.exe

2013-02-25 Thread Howard W. Smith, Jr.
On Mon, Feb 25, 2013 at 2:42 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Leo Donahue - RDSA IT [mailto:leodona...@mail.maricopa.gov] Subject: RE: JAVA_OPTS catalina.bat vs tomcat7w.exe -Dcom.sun.management.jmxremote=true -Dcom.sun.management.jmxremote.port=9090

Re: JAVA_OPTS catalina.bat vs tomcat7w.exe

2013-02-25 Thread Howard W. Smith, Jr.
On Mon, Feb 25, 2013 at 3:08 PM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: can you please clarify 'the server is open to abuse from pretty much anyone who can reach it'? can you refer to me a blog or an article that discusses app abuse via jmx? i have hardware firewall in place

RE: JAVA_OPTS catalina.bat vs tomcat7w.exe

2013-02-25 Thread Howard W. Smith, Jr.
On Feb 25, 2013 5:41 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Howard W. Smith, Jr. [mailto:smithh032...@gmail.com] Subject: Re: JAVA_OPTS catalina.bat vs tomcat7w.exe can you please clarify 'the server is open to abuse from pretty much anyone who can reach

Re: Tomcat 7 doesn't start on Windows

2013-02-26 Thread Howard W. Smith, Jr.
On Tue, Feb 26, 2013 at 7:04 AM, Rune Stilling s...@rdfined.dk wrote: Hi list I have been trying to get this to work by looking a lot on similar situations around the net but nothing works. My setup is as follows: * Tomcat 7.0.37 installed via the Windows service installer package *

Re: Tomcat 7 doesn't start on Windows

2013-02-27 Thread Howard W. Smith, Jr.
On Wed, Feb 27, 2013 at 6:37 AM, computer repair centre computer.support.cen...@googlemail.com wrote: Please can you provide the value of the JAVA_HOME environment variable? Excellent question. That question has been wondering in my mind since yesterday, since Rune stated following in 2

Re: Tomcat 7 doesn't start on Windows

2013-02-27 Thread Howard W. Smith, Jr.
On Wed, Feb 27, 2013 at 7:11 AM, Rune Stilling s...@rdfined.dk wrote: Ok - So I did: CATALINA_HOME=C:\Progra~1\APACHE~1\TOMCAT~1.0 * reinstalling Tomcat7 (using the service installer, not the service.bat file, that I can't locate anyway) * checking Java Virtual Machine in Java tab in

Re: Tomcat 7 doesn't start on Windows

2013-02-27 Thread Howard W. Smith, Jr.
On Wed, Feb 27, 2013 at 7:34 AM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: On Wed, Feb 27, 2013 at 7:11 AM, Rune Stilling s...@rdfined.dk wrote: Ok - So I did: CATALINA_HOME=C:\Progra~1\APACHE~1\TOMCAT~1.0 * reinstalling Tomcat7 (using the service installer, not the service.bat

Re: Tomcat 7 doesn't start on Windows

2013-02-27 Thread Howard W. Smith, Jr.
As I wrote I'm using the service installer 32-bit/64-bit Windows Service Installer. This is an exe file and not a zip-archive. Regarding the paths - I have used windows short paths to avoid eventual troubles with spaces in path names. And BTW - I have several running Tomcat7-instances on

Re: Tomcat 7 doesn't start on Windows

2013-02-28 Thread Howard W. Smith, Jr.
On Thu, Feb 28, 2013 at 10:46 AM, Nick Williams nicho...@nicholaswilliams.net wrote: On Feb 28, 2013, at 9:40 AM, Mark Thomas wrote: Maybe this: https://issues.apache.org/bugzilla/show_bug.cgi?id=54609 I stand corrected. That's probably it. Rune reported using 7.0.37, just like in the

Re: Tomcat 7 doesn't start on Windows

2013-02-28 Thread Howard W. Smith, Jr.
On Thu, Feb 28, 2013 at 11:14 AM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Howard W. Smith, Jr. [mailto:smithh032...@gmail.com] Subject: Re: Tomcat 7 doesn't start on Windows I just searched google for: windows registry tomcat ogs\commons and I saw the following

Re: Tomcat 7 doesn't start on Windows

2013-02-28 Thread Howard W. Smith, Jr.
On Thu, Feb 28, 2013 at 12:01 PM, André Warnier a...@ice-sa.com wrote: Howard W. Smith, Jr. wrote: On Thu, Feb 28, 2013 at 10:46 AM, Nick Williams nicho...@nicholaswilliams.net wrote: On Feb 28, 2013, at 9:40 AM, Mark Thomas wrote: Maybe this: https://issues.apache.org/**bugzilla

Re: suddenly created many connections

2013-03-05 Thread Howard W. Smith, Jr.
Dhaval, I have seen suddenly so many established connections like below on my system. There is http tomcat both are running on the same machine. it might be best for you to inform the list with more details on any/all responsibilities/jobs/processes of this system of yours. http tomcat =

Re: Cannot access my app after Tomcat 7.0.28

2013-03-05 Thread Howard W. Smith, Jr.
On Tue, Mar 5, 2013 at 1:04 PM, Patrick Flaherty pflah...@rampageinc.comwrote: Hi, When using any build of Tomcat *post* 7.0.28, I cannot access my app ! The app comes up as it does in 7.0.28 (which works) and logs look the same (no errors). I just can't do an http call to the server. A

Re: Cannot access my app after Tomcat 7.0.28

2013-03-05 Thread Howard W. Smith, Jr.
On Tue, Mar 5, 2013 at 6:51 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Caldarale, Charles R Subject: RE: Cannot access my app after Tomcat 7.0.28 Now I just noticed that on this 4 core server, tomcat7.exe *32 is using 25% CPU. Take several thread dumps and see

Re: Cannot access my app after Tomcat 7.0.28

2013-03-05 Thread Howard W. Smith, Jr.
Is your Tomcat on C: drive? Sometimes file permissions there are off. http://wiki.apache.org/tomcat/**FAQ/Windowshttp://wiki.apache.org/tomcat/FAQ/Windows I don't think so, I switch 7.0.27 back in and it works. 1. What is the file path of 7.0.27 (where is it installed?

Re: Cannot access my app after Tomcat 7.0.28

2013-03-05 Thread Howard W. Smith, Jr.
Move in the other folder and install the service (Service install Tomcat7) After you run 'service.bat install Tomcat7' for 7.0.27 and 7.0.28, please reply with the following that you see in tomcat7w.exe 'Java' tab. For example, my 'Java' tab has the following: Java Classpath:

Re: Cannot access my app after Tomcat 7.0.28

2013-03-05 Thread Howard W. Smith, Jr.
On Tue, Mar 5, 2013 at 9:09 PM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: Move in the other folder and install the service (Service install Tomcat7) After you run 'service.bat install Tomcat7' for 7.0.27 and 7.0.28, please reply with the following that you see in tomcat7w.exe

Re: Cannot access my app after Tomcat 7.0.28

2013-03-05 Thread Howard W. Smith, Jr.
1. What is the file path of 7.0.27 (where is it installed? C:\apache-tomcat-7.0.27 or somewhere else?) c:\rsi_tc\tomcat 2. what is the file path of 7.0.28+ ? (where is it installed)? c:\rsi_tc\tomcat (same) 3. when you 'switch 7.0.27 back in', what does that mean? Does it mean that

Re: [OT] Cannot access my app after Tomcat 7.0.28

2013-03-05 Thread Howard W. Smith, Jr.
Chris, On Wed, Mar 6, 2013 at 12:56 AM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Howard, On 3/5/13 6:15 PM, Howard W. Smith, Jr. wrote: anyway/also, i am able to monitor tomee/tomcat (and do thread dumps against tomcat

Re: Cannot access my app after Tomcat 7.0.28

2013-03-06 Thread Howard W. Smith, Jr.
I have 2 tomcat folders (Versions 7.0.27 7.0.37) both named tomcat. I remove the service (Service remove Tomcat7) Move the folder out. Move in the other folder and install the service (Service install Tomcat7) Move the folder out? can you explain this more clearly? if you are moving

Re: Cannot access my app after Tomcat 7.0.28

2013-03-06 Thread Howard W. Smith, Jr.
Patrick, On Tue, Mar 5, 2013 at 6:51 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Caldarale, Charles R Subject: RE: Cannot access my app after Tomcat 7.0.28 Now I just noticed that on this 4 core server, tomcat7.exe *32 is using 25% CPU. Take several thread dumps

Re: [OT] Cannot access my app after Tomcat 7.0.28

2013-03-06 Thread Howard W. Smith, Jr.
Chris, Maybe NetBeans is using Attach API, because NetBeans always shows up in JVisualVM, if I have the two open on the same box (have seen this on development server and production server) . I only use JVisualVM on localhost (behind a firewall), and Windows Server 2008 (non-R2 and

Re: [OT] Cannot access my app after Tomcat 7.0.28

2013-03-06 Thread Howard W. Smith, Jr.
On Thu, Mar 7, 2013 at 12:24 AM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: Chris, Maybe NetBeans is using Attach API, because NetBeans always shows up in JVisualVM, if I have the two open on the same box (have seen this on development server and production server) . I only

Re: Console when running as a service.

2013-03-11 Thread Howard W. Smith, Jr.
On Mon, Mar 11, 2013 at 4:33 AM, André Warnier a...@ice-sa.com wrote: Well, basically it is either the one or the other, can't have your cake and eat it, etc.. wow, can't have your cake and eat it... that got me cracking up! funny! :) Under Unix/Linux, you could use a command like tail

Re: Tomcat as a service: system tray?

2013-03-12 Thread Howard W. Smith, Jr.
On Tue, Mar 12, 2013 at 12:42 PM, Sam Takoy sam.ta...@yahoo.com wrote: Actually, I download the .zip version of Tomcat. I installed the service using the service install command. So now I'm wondering, given my current situation, how to activate the system tray option. Since I'm running

Re: Procrun and Tomcat service/OS shutdown on Windows

2013-03-14 Thread Howard W. Smith, Jr.
On Thu, Mar 14, 2013 at 12:00 PM, Thomas, Steve stho...@vocollect.comwrote: Running Tomcat 7.0.23 or 7.0.37 (32 or 64-bit) installed as a service (either via service.bat or the exe installer) on a Windows 7 64-bit OS, we are seeing an issue where the Windows shutdown kills Tomcat before our

Re: Deadlock when using jetty 8 JDBCSessionManager and Tomcat 7 JDBC Connector

2013-03-19 Thread Howard W. Smith, Jr.
On Tue, Mar 12, 2013 at 5:51 PM, Mark Thomas ma...@apache.org wrote: On 12/03/2013 21:47, Colin Ingarfield wrote: Hello, We're using Jetty 8.1.3.v20120416 w/ JDBCSessionManager as our application server with Tomcat 7's JDBC Connection pool 7.0.28. We've run this particular

Re: [OT] Sharing lots of little pieces of data across a cluster

2013-03-21 Thread Howard W. Smith, Jr.
On Thu, Mar 21, 2013 at 8:54 AM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 For more complex data structures, and more ability in queries, i would suggest http://www.mongodb.org/ Ooh! Web-scale! They have json-like storage,

Re: [a bit, but not totally OT] Tomcat Behavior on Multiple HTTP requests from same browser

2013-03-22 Thread Howard W. Smith, Jr.
On Fri, Mar 22, 2013 at 10:04 AM, Jeffrey Janner jeffrey.jan...@polydyne.com wrote: -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Thursday, March 21, 2013 8:51 AM To: Tomcat Users List Subject: Re: [a bit, but not totally OT] Tomcat Behavior on Multiple

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

2013-03-24 Thread Howard W. Smith, Jr.
Hi Jeffrey, Yes, I now get it. Thanks for the lesson on Windows Networking (I thought I knew well) and thanks to Andre as well. You also said that if all I wanted to do was make a list of mapping appear in an html page (without actually using them in your application), you can just fake it

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

2013-03-24 Thread Howard W. Smith, Jr.
On Sun, Mar 24, 2013 at 7:14 PM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: Hi Jeffrey, Yes, I now get it. Thanks for the lesson on Windows Networking (I thought I knew well) and thanks to Andre as well. You also said that if all I wanted to do was make a list of mapping appear

Re: Can ClientAbortException be circumvented?

2013-03-25 Thread Howard W. Smith, Jr.
On Mon, Mar 25, 2013 at 9:00 AM, Thad Humphries thad.humphr...@gmail.comwrote: On Sun, Mar 24, 2013 at 4:46 PM, Konstantin Kolinko knst.koli...@gmail.comwrote: 2013/3/25 Thad Humphries thad.humphr...@gmail.com: I have a web-app that uses a servlet for downloading files from a

Re: Can ClientAbortException be circumvented?

2013-03-25 Thread Howard W. Smith, Jr.
On Mon, Mar 25, 2013 at 11:54 AM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: On Mon, Mar 25, 2013 at 9:00 AM, Thad Humphries thad.humphr...@gmail.comwrote: On Sun, Mar 24, 2013 at 4:46 PM, Konstantin Kolinko knst.koli...@gmail.comwrote: 2013/3/25 Thad Humphries thad.humphr

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

2013-03-25 Thread Howard W. Smith, Jr.
On Mon, Mar 25, 2013 at 6:03 AM, André Warnier a...@ice-sa.com wrote: Howard W. Smith, Jr. wrote: On Sun, Mar 24, 2013 at 7:14 PM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: Hi Jeffrey, Yes, I now get it. Thanks for the lesson on Windows Networking (I thought I knew well

Re: [somewhat OT] runtime.exec cmd.exe /C net use

2013-03-25 Thread Howard W. Smith, Jr.
On Mon, Mar 25, 2013 at 5:50 AM, André Warnier a...@ice-sa.com wrote: Howard W. Smith, Jr. wrote: Hi Jeffrey, Yes, I now get it. Thanks for the lesson on Windows Networking (I thought I knew well) and thanks to Andre as well. You also said that if all I wanted to do was make a list

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

2013-03-25 Thread Howard W. Smith, Jr.
On Mon, Mar 25, 2013 at 11:14 AM, Patrick Flaherty pflah...@rampageinc.comwrote: Update: If I'm login interactively (meaning machine boots and I login and get my desktop) and that interactive account matches the service login account then net use from within the service does return all mapped

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

2013-03-25 Thread Howard W. Smith, Jr.
On Mon, Mar 25, 2013 at 6:57 PM, Patrick Flaherty pflah...@rampageinc.comwrote: On Mar 25, 2013, at 1:15 PM, Howard W. Smith, Jr. wrote: On Mon, Mar 25, 2013 at 11:14 AM, Patrick Flaherty pflah...@rampageinc.com**wrote: Update: If I'm login interactively (meaning machine boots and I

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

2013-03-25 Thread Howard W. Smith, Jr.
On Mon, Mar 25, 2013 at 10:10 PM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: On Mon, Mar 25, 2013 at 6:57 PM, Patrick Flaherty pflah...@rampageinc.com wrote: On Mar 25, 2013, at 1:15 PM, Howard W. Smith, Jr. wrote: On Mon, Mar 25, 2013 at 11:14 AM, Patrick Flaherty pflah

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

2013-03-25 Thread Howard W. Smith, Jr.
On Mon, Mar 25, 2013 at 7:13 PM, Harris, Jeffrey E. jeffrey.har...@mantech.com wrote: You are on a Windows 7 system, which supports one user logged in at a time. I would be interested in seeing how this behaves on a Windows Server 2008 R2 system, configured for multiple users to be logged

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

2013-03-25 Thread Howard W. Smith, Jr.
On Mon, Mar 25, 2013 at 8:05 PM, Patrick Flaherty pflah...@rampageinc.comwrote: I did not know you could have multiple logins in Windows 2008 R2. You don't mean interactive login do you? When I first started using Windows Server 2008 (standard/vista version), I had multiple 'local' users,

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

2013-03-26 Thread Howard W. Smith, Jr.
On Tue, Mar 26, 2013 at 8:40 AM, Harris, Jeffrey E. jeffrey.har...@mantech.com wrote: If you buy a terminal server license, then the cap on two users is removed (to the limit specified in the terminal server license), and any users can log in remotely. That's exactly right. In Microsoft

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

2013-03-26 Thread Howard W. Smith, Jr.
On Tue, Mar 26, 2013 at 9:25 AM, Harris, Jeffrey E. jeffrey.har...@mantech.com wrote: -Original Message- From: Howard W. Smith, Jr. [mailto:smithh032...@gmail.com] Sent: Tuesday, March 26, 2013 9:03 AM To: Tomcat Users List Subject: Re: runtime.exec cmd.exe /C net use

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

2013-03-26 Thread Howard W. Smith, Jr.
On Tue, Mar 26, 2013 at 9:40 AM, chris derham ch...@derham.me.uk wrote: I searched the thread for UNC and can't see that this was asked, but seems like a sensible question. Jeffrey was the first to respond and that was asked in his first response. :)

Re: Can ClientAbortException be circumvented?

2013-03-26 Thread Howard W. Smith, Jr.
Chris, On Tue, Mar 26, 2013 at 4:00 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Howard, On 3/25/13 11:54 AM, Howard W. Smith, Jr. wrote: Test and results: clicked Download button, PDF downloaded to Google Nexus 7

Re: Can ClientAbortException be circumvented?

2013-03-26 Thread Howard W. Smith, Jr.
On Tue, Mar 26, 2013 at 8:42 PM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: Chris, On Tue, Mar 26, 2013 at 4:00 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Howard, On 3/25/13 11:54 AM, Howard W. Smith, Jr. wrote

Re: Can ClientAbortException be circumvented?

2013-03-27 Thread Howard W. Smith, Jr.
On Mon, Mar 25, 2013 at 11:58 AM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: On Mon, Mar 25, 2013 at 11:54 AM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: On Mon, Mar 25, 2013 at 9:00 AM, Thad Humphries thad.humphr...@gmail.com wrote: On Sun, Mar 24, 2013 at 4:46 PM

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

2013-04-03 Thread Howard W. Smith, Jr.
Chris, On Tue, Apr 2, 2013 at 5:12 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 I understand its not a premanent solution but as a stopgap for now ? If so , we can put it as part of daily cycle to bounce tomcat6. If you

Re: websockets holding on to threads.

2013-04-05 Thread Howard W. Smith, Jr.
On Fri, Apr 5, 2013 at 9:07 AM, Anton Piatek1 anton.pia...@uk.ibm.comwrote: I am seeing what at first appears to be a bug, but given the lack of other reports I can't believe I am the only person seeing this, so maybe it is user-error. I have tomcat (was 7.0.30, but I just tried with 7.0.39)

Re: Using websocket with Tomcat 7.0.37

2013-04-08 Thread Howard W. Smith, Jr.
On Mon, Apr 8, 2013 at 7:01 AM, Muralidhar Yaragalla java.yaraga...@gmail.com wrote: See if you are following the examples shown on tomcat7.0 docs then you are wasting time. The JSR is not yet implemented in tomcat but the examples shown are according to JSR that is currently open. Tomcat7.0

Re: websockets holding on to threads.

2013-04-08 Thread Howard W. Smith, Jr.
On Mon, Apr 8, 2013 at 4:05 AM, Anton Piatek1 anton.pia...@uk.ibm.comwrote: Multiple tabs/windows is one thing, but multiple clients are just as big a problem. Not a problem or a concern in my web app. Endusers are trained to use the web app in 'one' browser tab/window 'per device'; every

Re: websockets holding on to threads.

2013-04-08 Thread Howard W. Smith, Jr.
On Mon, Apr 8, 2013 at 8:30 AM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Anton Piatek1 [mailto:anton.pia...@uk.ibm.com] Subject: Re: websockets holding on to threads. My thinking about it being a bug is that to support N clients with websockets, you need N threads

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

2013-04-10 Thread Howard W. Smith, Jr.
Every now and then, I like to review localhost_access_log files, just to see who might be trying to access my web app, running on TomEE 1.6.0 snapshot (Tomcat 7.0.39). So, a few minutes ago, I saw the following in the log: 113.11.200.30 - - [09/Apr/2013:19:26:58 -0400] HEAD /manager/html HTTP/1.0

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

2013-04-10 Thread Howard W. Smith, Jr.
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 minutes ago, I saw the following in the log

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

2013-04-10 Thread Howard W. Smith, Jr.
On Wed, Apr 10, 2013 at 8:48 AM, Daniel Mikusa dmik...@vmware.com wrote: On Apr 10, 2013, at 8:17 AM, Howard W. Smith, Jr. wrote: This looks like a bot or automated script, checking to see if the Manager app is available. If it found the app, you'd probably see it try some exploit. Since

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

2013-04-10 Thread Howard W. Smith, Jr.
On Wed, Apr 10, 2013 at 9:44 AM, David kerber dcker...@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, Jr. [mailto:smithh032...@gmail.com**] Subject: Tomcat

Re: FW: Tomcat 5.5.20 not stopping and starting correctly

2013-04-10 Thread Howard W. Smith, Jr.
On Wed, Apr 10, 2013 at 10:36 AM, Tailor,Nilesh nilesh.tai...@fhlbny.comwrote: Thanks for the reply. This has been working without any issues so far. The problem started to appear yesterday. The strange thing is that it does not write any error to the logs. It's always best to inform the

Re: FW: Tomcat 5.5.20 not stopping and starting correctly

2013-04-10 Thread Howard W. Smith, Jr.
On Wed, Apr 10, 2013 at 12:02 PM, Tailor,Nilesh nilesh.tai...@fhlbny.comwrote: Nothing has changed since it was last running (no windows updates/reboots etc). We rebooted the server yesterday when we were debugging this issue to see if a reboot would sort the issue out (but it did not). Its

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

2013-04-10 Thread Howard W. Smith, Jr.
Chris, As others have mentioned, I wouldn't give this too much thought: someone is scanning you for vulnerabilities. I'll bet if you log the full headers of those requests, you'll see something like admin/admin or scott/tiger in the WWW-Authenticate headers. Just someone knocking on your

Re: [OT] FW: Tomcat 5.5.20 not stopping and starting correctly

2013-04-10 Thread Howard W. Smith, Jr.
On Wed, Apr 10, 2013 at 4:54 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Howard, On 4/10/13 10:50 AM, Howard W. Smith, Jr. wrote: I am running Windows Server 2008 R2 64bit, and I recognized that my server restarted

Re: FW: Tomcat 5.5.20 not stopping and starting correctly

2013-04-10 Thread Howard W. Smith, Jr.
On Wed, Apr 10, 2013 at 4:55 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Nilesh, On 4/10/13 12:02 PM, Tailor,Nilesh wrote: Nothing has changed since it was last running (no windows updates/reboots etc). We rebooted the

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

2013-04-10 Thread Howard W. Smith, Jr.
On Wed, Apr 10, 2013 at 8:21 PM, Esmond Pitt esmond.p...@bigpond.comwrote: We had lots of these and finally an attack last year on a Tomcat where the manager password somehow hadn't been changed. The attacker installed a viral servlet application that killed the server completely, we had to

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

2013-04-10 Thread Howard W. Smith, Jr.
On Wed, Apr 10, 2013 at 4:32 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Howard, On 4/10/13 1:23 PM, Howard W. Smith, Jr. wrote: As others have mentioned, I wouldn't give this too much thought: someone is scanning you

Re: RE : Tomcat 6.0.35 Crashed again

2013-04-11 Thread Howard W. Smith, Jr.
On Thu, Apr 11, 2013 at 10:41 AM, Mark H. Wood mw...@iupui.edu wrote: Really, no one else can tell you what settings to use. The best we can hope for is some accepted rules of thumb *as starting points* for further tuning. +1 to Dan, Neven, and Mark's responses. Please consider-or-do

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

2013-04-11 Thread Howard W. Smith, Jr.
On Thu, Apr 11, 2013 at 9:47 AM, Jeffrey Janner jeffrey.jan...@polydyne.com wrote: -Original Message- From: Howard W. Smith, Jr. [mailto:smithh032...@gmail.com] Sent: Wednesday, April 10, 2013 7:35 PM To: Esmond Pitt Cc: Tomcat Users List Subject: Re: Tomcat access log

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

2013-04-11 Thread Howard W. Smith, Jr.
On Thu, Apr 11, 2013 at 4:39 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jeffrey, On 4/11/13 9:47 AM, Jeffrey Janner wrote: -Original Message- From: Howard W. Smith, Jr. [mailto:smithh032...@gmail.com] Sent

  1   2   3   >