Re: CVE-2012-4534 Apache Tomcat denial of service

2012-12-04 Thread Stephen Caine
Jim, Check your Tomcat version. http://localhost:8080/ Stephen On Dec 4, 2012, at 2:47 PM, Mark Thomas ma...@apache.org wrote: CVE-2012-4534 Apache Tomcat denial of service Severity: Important Vendor: The Apache Software Foundation Versions Affected: - Tomcat 7.0.0 to 7.0.27 -

Re: JSP page that will not update

2011-10-07 Thread Stephen Caine
Konstantin I have set meta tags for no cache, no pragma, etc., all to no avail. What do you mean? meta tags inside HTML document are useless for this. You have to set HTTP headers. OK, but can you point me to where I might learn how to do this? What is most interesting is that all of

JSP page that will not update

2011-10-06 Thread Stephen Caine
. Has Tomcat 5.5.34 introduced some change that might account for what I am experiencing? 2. Is there a setting in Tomcat that can be tweaked to address my issue? Thank you, Stephen Caine - To unsubscribe, e-mail: users-unsubscr

Re: JSP page that will not update

2011-10-06 Thread Stephen Caine
, please. I appreciate you time. Stephen Caine On Oct 6, 2011, at 7:47 PM, Konstantin Kolinko wrote: 2011/10/7 Stephen Caine step...@commongrnd.com: List users, I recently updated to Tomcat 5.5.34 from 5.5.7. Keeping all the configuration files the same, I now notice that a jsp page

Re: Java update from Apple broke Tomcat

2010-11-02 Thread Stephen Caine
Rob, We use Tomcat 6.0.28 on Mac OS X 10.6.4 with the latest Java update and it seems to start up just fine. Stephen Caine Soft Breeze Systems, LLC On Nov 1, 2010, at 1:55 PM, Rob Tanner wrote: Hi, While I run production on Linux servers, I do my development on my iMac. Last week, I ran

Re: Tabbed browsers sharing session - work around.

2010-10-05 Thread Stephen Caine
Rob, The way you describe session sharing is indeed a problem. The way we deal with this is to use a separate database table to keep track of window ids. A unique value is assigned when a window is opened and maintained until the window is closed. Although the session may be the same for

Re: Session problem

2010-08-25 Thread Stephen Caine
PM, Stephen Caine step...@commongrnd.com wrote: Jason, As each window shares the same session, a change to the session value in one window will effect the session value in the others. Stephen Caine On Aug 24, 2010, at 5:21 PM, Jason Britton wrote: I would make sure that the link

Re: Session problem

2010-08-24 Thread Stephen Caine
Jason, As each window shares the same session, a change to the session value in one window will effect the session value in the others. Stephen Caine On Aug 24, 2010, at 5:21 PM, Jason Britton wrote: I would make sure that the link for your Messages tab is going to the same domain

Expression Language Changes

2009-11-18 Thread Stephen Caine
Where can I find a full and complete list of changes made to the expression language (EL) starting with Tomcat v5.5.7 through Tomcat v6.0.20? I need for this to be a detailed as possible. Thank you, Stephen Caine CommonGround Softworks, Inc

Re: Expression Language Changes

2009-11-18 Thread Stephen Caine
Mark, Thank you. I'll check it out. Where can I find a full and complete list of changes made to the expression language (EL) starting with Tomcat v5.5.7 through Tomcat v6.0.20? I need for this to be a detailed as possible. http://svn.apache.org/viewvc/tomcat/

Re: Problem with maximum threads

2009-04-21 Thread Stephen Caine
Anand, As others will surely tell you, there is something amiss in your application that spawns threads. However, the maximum number of threads Tomcat will handle is somewhere about 2400. So, if you are getting an error at 1000 threads, look somewhere else. Stephen Caine Soft Breeze

Re: Problem with maximum threads

2009-04-21 Thread Stephen Caine
in previous posts to this list. Stephen On Apr 21, 2009, at 9:38 AM, Caldarale, Charles R wrote: From: Stephen Caine [mailto:step...@commongrnd.com] Subject: Re: Problem with maximum threads However, the maximum number of threads Tomcat will handle is somewhere about 2400. I'm curious: where did

Re: Java Crash

2009-01-28 Thread Stephen Caine
), no problems were found. Also, no other process results in a JVM crash. Only when JFreeChart is run does the JVM crash. This is an X-Serve, dual core intel that has 12 gigs of RAM running OS X 10.5. Stephen Caine Soft Breeze Systems, LLC

Java Crash

2009-01-23 Thread Stephen Caine
All, Whenever I attempt to access a charting jsp, I get an invalid memory access error and the JVM just crashes. Here are the relevant portions of the java crash log. Any thoughts would be appreciated. Is this an Apple Java issue?? Stephen Caine CommonGround Softworks, Inc

Re: Java Crash

2009-01-23 Thread Stephen Caine
). Stephen Caine - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Java Crash

2009-01-23 Thread Stephen Caine
mode on a Mac OS X 10.5.6 under both Tomcat 5.5.26 and 6.0.18 for many months, and has never produced such a crash. On Jan 23, 2009, at 1:56 PM, Stephen Caine wrote: Jonathan, that is almost certainly an Apple Java issue. If by charting, you mean graphics, then even more so. The Java2D

Re: Appeal to Tomcat developers

2008-10-16 Thread Stephen Caine
Andre, In regards to contacting IS people (not developers or specialists) who use Tomcat in production environments, please contact me off-list. I think I can help to point you in the right direction and get you access to the resources you are requesting. Thank you, Stephen Caine

Re: Preventing File Access

2008-09-10 Thread Stephen Caine
for the reference. Stephen Caine CommonGround Softworks, Inc. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Preventing File Access

2008-09-09 Thread Stephen Caine
you, Stephen Caine CommonGround Softworks, Inc. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: URL Import Question

2008-04-29 Thread Stephen Caine
Mark, On Apr 29, 2008, at 2:29 AM, Mark Thomas wrote: Stephen Caine wrote: We are using a c:import url tag. Under most circumstances this works just fine, but when it is iterated hundreds of times within the same page, it causes the java process to quickly exhaust threads

URL Import Question

2008-04-28 Thread Stephen Caine
large. Thank you, Stephen Caine Soft Breeze Systems, LLC - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: URL Import Question

2008-04-28 Thread Stephen Caine
Mark, The correct procedure is to create a new message with a new subject. This will start a new thread. Actually, this is what I thought I did. My sincere apologies. Would it be better for me to start a new thread or should I just let this go? Stephen

URL Import Question

2008-04-28 Thread Stephen Caine
large. Thank you, Stephen Caine Soft Breeze Systems, LLC - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Threads

2008-04-03 Thread Stephen Caine
threads? Any advice will be appreciated. Stephen Caine Soft Breeze Systems, LLC - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Threads

2008-04-03 Thread Stephen Caine
$CATALINA_HOME cd bin ./startup.sh Where (and how) is the 64 bit flag set? Thank you for your assistance. Stephen Caine Soft Breeze Systems, LLC - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL

Re: Threads

2008-04-03 Thread Stephen Caine
Chuck, There are some thread-specific parameters you can play with, in particular -Xss. But as others have pointed out, changing one factor moves the limits on others. Your best bet (assuming you really, really need that many threads) is to run in a 64-bit process, also as previously

Re: Threads

2008-04-03 Thread Stephen Caine
Yong, Add to here: export JAVA_OPTS=-d64 -Xms1024m -Xmx1024m -XX:+MaxFDLimit -server - Djava.awt.headless=false Thank you. Stephen - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL

Re: Tomcat native lib on OS X

2007-11-08 Thread Stephen Caine
Lorenzo, We use Tomcat on OS X 10.5 and not only does it run great, the improvements in memory management (true 64 bit) are impressive. Stephen Caine Soft Breeze Systems, LLC Isn't there anyone who got the native stuff working on a Mac? I followed all the steps. I compiled the source

Re: How to increase Tomcat webserver speed?

2007-10-05 Thread Stephen Caine
memory and CPU processing speed, Tomcat is very fast. Stephen Caine Soft Breeze Systems, LLC - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Tomcat 6 Installation Path

2007-09-07 Thread Stephen Caine
All, We are attempting to install Tomcat 6 on a OS X, but are running into a problem. Our installation path has a space in a file name. Using Tomcat 5, this works just fine, but with Tomcat 6, we receive the following error (from the log): java.lang.NoClassDefFoundError:

Re: Tomcat SSL/HTTPS Performance vs Apache

2007-08-20 Thread Stephen Caine
Anthony, Has anyone done any performance analysis of Tomcat's SSL performance, especially compared to Apache. It is rumored that Tomcat is unusable without Apache in front for SSL, but I wonder if that is true. We use Tomcat SSL without Apache and it has been very stable. The only

Re: SSL port number (was: Re: Tomcat SSL/HTTPS Performance vs Apache)

2007-08-20 Thread Stephen Caine
Markus, I previously posted a question about port redirection which was answered. I was referring to that previous post. Stephen We use Tomcat SSL without Apache and it has been very stable. The only issue has been the using port 8443 as some firewalls block access. Why don't you

Re: SSL port number

2007-08-20 Thread Stephen Caine
Well, since you asked... ... or use jsvc which lets Tomcat drop privileges after binding to a privileged port and which is distributed with the Tomcat archives. Did you use it? did you like it? We have no reason but the port to give the tomcat-user any privilege (even if only at booting);

Re: Removing the port identifier

2007-08-15 Thread Stephen Caine
Chris, Thank you for the suggestion. I will investigate. Stephen Tomcat does not require you to run it as root in order to use port 443. There are various techniques, including using a web server such as Apache httpd to front Tomcat, iptables (or similar) tricks to re-route ports, or

Re: Removing the port identifier

2007-08-15 Thread Stephen Caine
Hassan, I appreciate the link. Stephen Nope; see the reference to jsvc here: http://tomcat.apache.org/tomcat-6.0-doc/setup.html - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL

Re: Removing the port identifier

2007-08-15 Thread Stephen Caine
Matthew, Thank you for your response. Apart from using iptables (which may or may not work in OS X), the Tomcat setup link, http:// tomcat.apache.org/tomcat-6.0-doc/setup.html, seems to be the best way to go. the only way to get rid of the port number is to have something listening on

Removing the port identifier

2007-08-14 Thread Stephen Caine
Is there a way to remove the port number from a https request where the original url looks something like this: https://host_name:8443/ The approach to change the server.xml file (where the connector port is changed from 8443 to 443) is not practical for us. When this is done, Tomcat

Re: TomCat users' list, forum or documentation ?

2007-05-11 Thread Stephen Caine
Sven, Before your give up with Tomcat Not at all. I'm very happily using it with Confluence, JIRA and JForum ... I just have to debug the JForum installation, but that's not a Tomcat problem. Sorry I misunderstood you. I wish you luck. Stephen Caine CommonGround Softworks, Inc

Re: Tomcat memory usage.

2007-01-17 Thread Stephen Caine
be a hindrance, however experience has shown us that this limitation has minimal impact. Stephen Caine Soft Breeze Systems, LLC - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Perm Gen not being released in GC

2006-09-15 Thread Stephen Caine
ratios - is this the main area I should be looking into? We see this same behavior. I too am interested in comments from others. We are running on a OS X Server; JVM v1.5. Stephen Caine Soft Breeze Systems, LLC - To start

Re: Using Tomcat with JSPs on Mac OS X

2006-09-07 Thread Stephen Caine
to run Tomcat with your own webapps. The download can be obtained at http://cgs.qilan.com:8080/qilan/ Qilanv3Download Stephen Caine CommonGround Softworks, Inc. I've recently installed Tomcat 5.0.25 on my Mac OS X (10.4), and have used it successfully with servlets (using Java 1.5). I am

Re: Tomcat Memory Status?

2006-07-23 Thread Stephen Caine
to the excellent advise others have provided, don't overlook Permanent Generational Memory (PermGen). If you load lot's of pages with many classes, you can easily exceed default values. Stephen Caine Soft Breeze Systems, LLC - To start

Re: connection pool

2006-03-30 Thread Stephen Caine
Edward, Where can I get JDBC driver for Microsoft Access2000? Try the HXTT driver. It works very well. Stephen Caine CommonGround Softworks, Inc. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Directory Permissions

2006-03-01 Thread Stephen Caine
directories. Thank you for any advice you can offer. Stephen Caine CommonGround Softworks, Inc. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Sad: Tomcat 5.5.x crashes almost every single day.

2006-02-28 Thread Stephen Caine
JVM memory requires a bit of homework, testing and careful evaluation. And after a lot of reading, I am only beginning to understand how all this stuff works. Patience and persistence helps. Stephen Caine CommonGround Softworks, Inc

How to set a charset

2006-01-07 Thread Stephen Caine
param-namecontextDefaultEncoding/param-name param-valueUTF-8/param-value /context-param Thank you, Stephen Caine CommonGround Softworks, Inc

Re: How to set a charset

2006-01-07 Thread Stephen Caine
. The database displays the characters correctly. Stephen Caine CommonGround Softworks, Inc. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

How to set a charset

2006-01-07 Thread Stephen Caine
. The specification calls for the space, and without it, the charset is ignored. By the way, this library has been deprecated, do you know what library has replaced its functionality? Thank you (and others) for your assistance. Stephen Caine CommonGround Softworks, Inc.

Re: java.lang.OutOfMemoryError: PermGen space

2005-12-23 Thread Stephen Caine
, but has lots of bells and whistles - and support.) Thank you and Wade for your suggestions. I have some reading to do. Stephen Caine CommonGround Softworks, Inc. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: java.lang.OutOfMemoryError: PermGen space

2005-12-22 Thread Stephen Caine
an out of memory error. We have struggled with correct allocations and continue to tweak our settings. I hope this is helpful. Stephen Caine CommonGround Softworks, Inc. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: java.lang.OutOfMemoryError: PermGen space

2005-12-22 Thread Stephen Caine
detailed measurement, that has to be taken with a large chunk of salt. Thank you for your thoughts. I am using a Quad 4 Mac OS X with a 1.4.2 JVM. Any recommendations for testing tools so I can monitor memory allocations, garbage collection and the like? Stephen Caine CommonGround

Adjusting Memory

2005-12-15 Thread Stephen Caine
was returned. Thank you in advance. Stephen Caine CommonGround Softworks, Inc. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: New Tomcat install problem

2005-11-20 Thread Stephen Caine
support files. Qilan is our product. Another thought is to look at the Activity Monitor for the 'java' process. Inspect the process and check for open files and ports. This should tell you want has loaded and where it is being referenced. Good luck, Stephen Caine CommonGround Softworks, Inc

Re: New Tomcat install problem

2005-11-20 Thread Stephen Caine
Terry, Oops, the server address is: http://cgs.qilan.com:8080/qilan/ Qilanv3Download Sorry, Stephen Caine CommonGround Softworks, Inc, - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL