Re: Tomcat 9.0.16 Packaging Change (Extras)

2020-03-04 Thread Stephen Hames
Hi Mark, -Dcom.sun.management.jmxremote.registry.ssl=false solved the problem. Thanks for that. Regards, Stephen On Wed, 4 Mar 2020 at 18:09, Mark Thomas wrote: > On 04/03/2020 06:45, Stephen Hames wrote: > > Hi Mark, > > > > Apologies for the very late reply here. I h

Re: Problem with tomcat connector in IIS using tomcat 9.0.31

2020-03-04 Thread Stephen Hames
Hi Matthias, I suspect your issue is: address="::"You probably want address="0.0.0.0" or the ipv4 IP address that your tomcat instance is listening on. :: allows any on IPv6, but for IPv4 I suspect that tomcat would still be listening only on 127.0.0.1 Regards, Stephen

Re: Tomcat 9.0.16 Packaging Change (Extras)

2020-03-03 Thread Stephen Hames
, and restart, I am able to connect without issue. Worth noting: I am using 9.0.31. Thanks. Regards, Stephen On Tue, 10 Sep 2019 at 18:36, Mark Thomas wrote: > On 10/09/2019 09:41, Stephen Hames wrote: > > Hi All, > > > > After Tomcat 9.0.14, the packaging available for d

Tomcat 9.0.16 Packaging Change (Extras)

2019-09-10 Thread Stephen Hames
, it seems to work as normal, but if I don't add the jar, it does not. Thanks. Regards, Stephen -- This message may contain confidential and privileged information. If it has been sent to you in error, please reply to advise the sender of the error and then immediately delete this message.

Re: URL decoding

2017-04-28 Thread Stephen Crawford
throws an error or Geoserver throws an error, but in this case nothing happens except for the 400 BAD REQUEST. Nothing in logs of Tomcat or Geoserver. I have not yet tried changing the logging level. Thanks, Steve -- Stephen Crawford Center for Environmental Informatics The Pennsylvania State

Re: URL decoding

2017-04-27 Thread Stephen Crawford
On 4/27/2017 2:27 PM, Mark Thomas wrote: On 27/04/17 17:23, Stephen Crawford wrote: Hello All, We are running Tomcat 8.5.13 on Linux, mostly as a container for Geoserver. We have a few apps (in Flash!) that have been running fine untouched for at least six years but stopped working a few

URL decoding

2017-04-27 Thread Stephen Crawford
is sent on through. My question: can I configure Tomcat to return to the the previous behavior of allowing this request? I cannot change the Flash apps Thanks, Steve -- Stephen Crawford Center for Environmental Informatics The Penn

Re: tomcat 7.0.40 - http sessions not expiring

2016-06-04 Thread Stephen Bhadran
ing else I can look for in the heapdump and threaddump? [image: Inline image 1] thanks, Stephen On Fri, Jun 3, 2016 at 5:57 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Stephen, > > On 6/3

tomcat 7.0.40 - http sessions not expiring

2016-06-03 Thread Stephen Bhadran
? I'd very much appreciate the help. thanks, Stephen

Re: Does Tomcat support clustering for automatic fail over?

2015-11-05 Thread Stephen Booth
lso makes it easier to do work on the tomcat processes while keeping the service live. Stephen -- The University of Edinburgh is a charitable body, registered in Scotland, with registration number

Re: Making fail-over work with PermGen errors

2015-11-05 Thread Stephen Booth
load balancer might have successfully failed over but because the dead node was not noticed it hung around in a blocked state until the node was needed. Stephen -- The University of Edinburgh is a charitable body, registered in Scotland, with regi

Making fail-over work with PermGen errors

2015-11-03 Thread Stephen Booth
the jvm run out of PermGen space then tomcat seems to stay alive enough to prevent fail-over but not enough to actually serve any content. Stephen -- The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336

Re: Tomcat occasionally duplicating responses

2015-05-18 Thread Stephen Dawkins
On Mon, May 18, 2015 at 12:30 PM, Mark Thomas ma...@apache.org wrote: Thanks. That rules out some possibilities for application error. When you get two threads writing to the response, if would be useful to know which of the following those threads are: - the Tomcat thread that handled the

Re: Tomcat occasionally duplicating responses

2015-05-18 Thread Stephen Dawkins
On Mon, May 18, 2015 at 2:24 PM, Mark Thomas ma...@apache.org wrote: On 18/05/2015 13:40, Stephen Dawkins wrote: On Mon, May 18, 2015 at 12:30 PM, Mark Thomas ma...@apache.org wrote: Bingo. I think I have found the problem (well, a problem anyway). It looks like there is a bug in javamelody

Tomcat occasionally duplicating responses

2015-05-18 Thread Stephen Dawkins
Stephen

Re: Tomcat occasionally duplicating responses

2015-05-18 Thread Stephen Dawkins
On Mon, May 18, 2015 at 11:22 AM, Mark Thomas ma...@apache.org wrote: On 18/05/2015 10:31, Stephen Dawkins wrote: Tomcat will call flushBuffer() internally. Tomcat does re-use Request/Response objects so if a reference is accidentally retained to one of them you can see this issue. Try

Re: Tomcat occasionally duplicating responses

2015-05-18 Thread Stephen Dawkins
On Mon, May 18, 2015 at 12:00 PM, Mark Thomas ma...@apache.org wrote: On 18/05/2015 11:50, Stephen Dawkins wrote: On Mon, May 18, 2015 at 11:22 AM, Mark Thomas ma...@apache.org wrote: On 18/05/2015 10:31, Stephen Dawkins wrote: Does anyone have any suggestions as to where the issue could

Question on Http11AprProcessor Error parsing HTTP request header error messages

2015-03-05 Thread Owens, Stephen (ITD)
in: [OPEN_READ], State out: [CLOSED] Are the DEBUG org.apache.coyote.http11.Http11AprProcessor- Error parsing HTTP request header signs of a problem or just messages popping up because the log4j level is DEBUG? Thanks, Stephen R. Owens Senior Software Engineer Massachusetts Office of Information

Tomcat 8, Log4j, setting environment variables in setenv.sh

2015-02-25 Thread Owens, Stephen (ITD)
LOGGING_MANAGER=-Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Log4JLogger Are those the correct values for Tomcat 8 as well? Thanks, Stephen R. Owens Email: stephen.ow...@state.ma.usmailto:stephen.ow...@state.ma.us

Re: Session Config = Tracking Mode not working

2014-11-18 Thread Stephen McCants
. At this point, I'm not sure what else I should try to debug the problem. Any suggestions would be appreciated. Sincerely, Stephen McCants On Tue, 18 Nov 2014 03:17:27 +0300 Konstantin Kolinko knst.koli...@gmail.com wrote: 2014-11-18 2:49 GMT+03:00 Stephen McCants stephen.mcca...@hcs.us.com: Hello

Re: isELIgnored default is wrong

2014-11-18 Thread Stephen McCants
Hello Konstantin Kolinko, Thank you for the useful debugging tips. By setting the server in Strict Compliance, I found some problems with our TLD declarations. After fixing that, isELIgnored has the default of true, as expected. Thanks again! Sincerely, Stephen McCants On Sat, 8 Nov 2014 17

Re: Session Config = Tracking Mode not working

2014-11-18 Thread Stephen McCants
Spent sometime in the debugger and it is Shiro that is appending the JSESSIONID on a redirect if the session cookie hasn't been set yet. So, now I'm off to figure out how to turn it off in Shiro. Thanks again for your help! Sincerely, Stephen McCants On Wed, 19 Nov 2014 01:51:53 +0300

Session Config = Tracking Mode not working

2014-11-17 Thread Stephen McCants
present. Some of the software running tests is getting confused by the JSESSIONID on the URL the first time it hits our login page, so it doesn't recognize the login page. Thoughts as to where I might have gone wrong? Thanks in advance. Sincerely, Stephen -- Stephen McCants Senior

Re: isELIgnored default is wrong

2014-11-17 Thread Stephen McCants
Hello Christopher Schultz, Sorry for the delayed reply. On 11/7/14 2:51 PM, Stephen McCants wrote: I'm seeing a strange problem where isELIgnored has the wrong default value for a new Tomcat install of 5.0.56. That version number is certainly wrong. Highest 5.0 version is 5.0.30

isELIgnored default is wrong

2014-11-07 Thread Stephen McCants
differences would come into play? BTW, other people apparently have run into this problem: See answer and comments on http://stackoverflow.com/questions/793983/jsp-el-expression-is-not-evaluated . Thanks in advance. Sincerely, Stephen McCants Stephen McCants Senior Software Engineer

Re: So You Want High Performance ( cont )

2013-10-25 Thread Stephen More
On Fri, Oct 25, 2013 at 5:14 AM, Felix Schumacher felix.schumac...@internetallee.de wrote: On Do, 2013-10-24 at 11:29 -0400, Stephen More wrote: I came across this paper by Peter Lin ( http://tomcat.apache.org/articles/performance.pdf ). In a simple xml addressbook war he summarizes how

Re: So You Want High Performance ( cont )

2013-10-25 Thread Stephen More
On Fri, Oct 25, 2013 at 10:30 AM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Stephen, On 10/25/13, 9:13 AM, Stephen More wrote: On Fri, Oct 25, 2013 at 5:14 AM, Felix Schumacher felix.schumac...@internetallee.de wrote: On Do

Re: So You Want High Performance ( cont )

2013-10-25 Thread Stephen More
On Fri, Oct 25, 2013 at 10:30 AM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Stephen, On 10/25/13, 9:13 AM, Stephen More wrote: On Fri, Oct 25, 2013 at 5:14 AM, Felix Schumacher felix.schumac...@internetallee.de wrote: On Do

So You Want High Performance ( cont )

2013-10-24 Thread Stephen More
I came across this paper by Peter Lin ( http://tomcat.apache.org/articles/performance.pdf ). In a simple xml addressbook war he summarizes how different variables affect the speed of the application. In one test he compares: Sun X1 400mhz Ultra Sparc IIe - 5 requests/sec AMD 2ghz XP - 25

Re: So You Want High Performance ( cont )

2013-10-24 Thread Stephen More
On Thu, Oct 24, 2013 at 4:14 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Stephen, On 10/24/13, 11:29 AM, Stephen More wrote: I came across this paper by Peter Lin ( http://tomcat.apache.org/articles/performance.pdf

Re: java version 1.7.0_25 + apache-tomcat-7.0.41 = Illegal type for StackMapType: -4

2013-06-22 Thread Stephen More
Mojarra and Spring. On Fri, Jun 21, 2013 at 12:14 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Stephen, On 6/21/13 11:10 AM, Stephen More wrote: My web application has been working great with jdk1.6. At this point I am trying

java version 1.7.0_25 + apache-tomcat-7.0.41 = Illegal type for StackMapType: -4

2013-06-21 Thread Stephen More
to make or is this a bug ? -Thanks Stephen More

PersistentManager Store property problem?

2013-02-13 Thread Owens, Stephen (ITD)
attribute is the interval (in seconds) between checks for expired sessions among those sessions that are currently swapped out. Is the checkInterval attribute invalid for a Persistent Manager JDBC Based Store? Thanks, Stephen R. Owens Email: stephen.ow...@state.ma.us

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

SimpleTCPCluster

2012-11-20 Thread Stephen Nelson-Smith
Hi, I'm trying to test simple session sharing using SimpleTCPCluster on Tomcat 7.0.32. Following the documentation, I've uncommented the Cluster className=org.apache.catalina.ha.tcp.SimpleTcpCluster/ element, and ensured distributable / is in the web.xml of the examples web app. From the docs:

Re: SimpleTCPCluster

2012-11-20 Thread Stephen Nelson-Smith
Hi Daniel. On Tue, Nov 20, 2012 at 1:55 PM, Daniel Mikusa dmik...@vmware.com wrote: On Nov 20, 2012, at 5:53 AM, Stephen Nelson-Smith wrote: I've encountered this with Tomcat clustering on CentOS in the past. Tomcat's default configuration for the cluster receiver will automatically look up

Re: SimpleTCPCluster

2012-11-20 Thread Stephen Nelson-Smith
Hi, On Tue, Nov 20, 2012 at 2:03 PM, Stephen Nelson-Smith sanel...@gmail.com wrote: Hi Daniel. On Tue, Nov 20, 2012 at 1:55 PM, Daniel Mikusa dmik...@vmware.com wrote: On Nov 20, 2012, at 5:53 AM, Stephen Nelson-Smith wrote: I've encountered this with Tomcat clustering on CentOS in the past

Re: JSP page that will not update

2011-10-07 Thread Stephen Caine
. webapps/docs/config/index.html - see Valves Thank you, Stephen - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

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

Tomcat 7 generated web.xml

2011-07-15 Thread Stephen Munro
means you can disable annotations thus improving performance. How do I do this? -- Warmest Regards, Stephen Munro

Re: Tomcat 7 generated web.xml

2011-07-15 Thread Stephen Munro
, On Fri, Jul 15, 2011 at 3:52 PM, Stephen Munro stephen.ross.mu...@gmail.com wrote: I'm looking for details on how to get the generated web.xml after all the annotations have been processed. See http://tomcat.apache.org/tomcat-7.0-doc/config/context.html and look for logEffectiveWebXml

Re: Tomcat 7 generated web.xml

2011-07-15 Thread Stephen Munro
, it just struck me as a nice feature to have. On 15 July 2011 22:18, Jesse Farinacci jie...@gmail.com wrote: Greetings, On Fri, Jul 15, 2011 at 5:10 PM, Stephen Munro stephen.ross.mu...@gmail.com wrote: Thanks for the quick reply! I've got it working, so thanks. I'm a little curious why

Re: Tomcat 7 generated web.xml

2011-07-15 Thread Stephen Munro
in your comment, unless the app is rebooted on a regular basis, it may not be worth dumping the in memory copy to a generated web.xml file. On 15 July 2011 22:28, Pid p...@pidster.com wrote: On 15/07/2011 22:25, Stephen Munro wrote: Yeah, you may be right out it's usefulness

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
for all open windows (tabs), the window id is unique. Significant values are posted to the window table and retrieved based on the window id. If there is another method using a Tomcat centric approach, I would love to hear about it. Stephen On Oct 5, 2010, at 9:01 AM, Ronald Klop wrote: Rob

Unexpected errors after opening port 80

2010-09-03 Thread Faro Stephen (NHS Connecting for Health)
related to our errors observed before the restart? Thanks for your help in advance. Steve Stephen Faro Analyst Programmer This message may contain confidential information

Re: Session problem

2010-08-25 Thread Stephen Caine
was being asked, then ignore my comment. Stephen On Aug 24, 2010, at 8:06 PM, Jason Britton wrote: Stephen - your statement doesn't really make sense in context to the problem he described or how I replied. From Hisham's first post I believe he's describing tabs within the context of a single

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

Re: Tomcat 6 SSL configuration error

2010-07-23 Thread Stephen Lorenz
Try http://localhost:8443/ https://localhost:8443/ (i.e. without the https). Perhaps the sslEnabled parameter is not configured properly? --Steve On Fri, Jul 23, 2010 at 6:26 AM, aung bar hlay aungbarh...@gmail.comwrote: hi I've read tomcat 6 ssl configuration and have gone through all the

Putting APACHE in front of a stand-alone Tomcat Server

2010-05-17 Thread Stephen .
Hi all, just a quick question. I am currently using a stand-alone Tomcat Server to run an application. However, I plan to expand this application (which is web-based) to enable Authentication processes from external IDPs (Identity Providers). Unfortunately, to be able to implement this,

RE: Putting APACHE in front of a stand-alone Tomcat Server

2010-05-17 Thread Stephen .
of a stand-alone Tomcat Server From: borut.hadzia...@gmail.com To: users@tomcat.apache.org Take a look at http://tomcat.apache.org/connectors-doc/ I think you can also use apache mod_proxy. On Mon, May 17, 2010 at 1:36 PM, Stephen . marr...@hotmail.com wrote: Hi all, just a quick

RE: Putting APACHE in front of a stand-alone Tomcat Server

2010-05-17 Thread Stephen .
Hi Pid, HTTPD doesn't help me much because I am using Windows. (I assume HTTPD is only for Unix/Linux systems) -Stephen Date: Mon, 17 May 2010 12:54:42 +0100 From: p...@pidster.com To: users@tomcat.apache.org Subject: Re: Putting APACHE in front of a stand-alone Tomcat Server

Re: Installing Java Advanced Imaging In Tomcat.

2010-04-26 Thread Stephen Souness
aditya siram aditya.siram at gmail.com writes: Hi all, I am having issues using jai [1] with a Tomcat webapp. I am running the tomcat6 package installed from the Ubuntu repos. The webapp does some image decompression and is unable to detect CLibJpegImageReader which is a class in the

Re-direct webpage from HTTP to HTTPS

2010-04-15 Thread Stephen .
Hi all, I have recently bought and installed an SSL Certificate on my Apache Tomcat Server. I modified the server.xml file, so that my webpage now uses only HTTPS (meaning, a secure site) However, I would like to modify it such that : if someone types in only HTTP, he will nevertheless

RE: Tomcat scalability setting - need help please

2010-04-11 Thread Stephen Souness
What sort of transaction isolation level requirements does your application have? If users are prevented from accessing the functionality of the system when a large query is being run then I would recommend checking whether the database is locking the tables. cinlung wrote: Dear Leon

Re: Comet explicit event close

2010-02-09 Thread Stephen Byrne
wants to send http request again and again (pipeline) and waits for a asyn response from the comet server. trying a POC for the same. Any ideas for concrete pipelining clients would be greatly appreciated. Thanks, Animesh -- Stephen Byrne step...@lincware.com (585) 286-5817

Re: Configuring two connectors and COMET Read event

2010-02-04 Thread Stephen Byrne
a header Transfer-Encoding: chunked, and send CRLF and flush your stream between chunks. *snip* Thanks, Animesh. -- Stephen Byrne step...@lincware.com (585) 286-5817 - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

CometProcessor proxied through Apache httpd

2010-01-27 Thread Stephen Byrne
Is there a way to get CometProcessor to work when proxying through Apache httpd? Here is what I have tried: I have an HttpServlet implementing CometProcessor. When I have a Tomcat connector like this: Connector port=8912 protocol=HTTP/1.1 address=192.168.1.30 / and I connect to it

Re: CometProcessor proxied through Apache httpd

2010-01-27 Thread Stephen Byrne
: 512-426-3929 DESK: 512-623-5913 www.KingsIsle.com -Original Message- From: Stephen Byrne [mailto:step...@lincware.com] Sent: Wednesday, January 27, 2010 9:27 AM To: users@tomcat.apache.org Subject: CometProcessor proxied through Apache httpd Is there a way to get CometProcessor to work

Re: CometProcessor proxied through Apache httpd

2010-01-27 Thread Stephen Byrne
causes Apache to pass the request through the proxy - not to send a redirect to the browser. Have you successfully used a CometProcessor behind an AJP proxy? -Stephen -- Robin D. Wilson Director of Web Development KingsIsle Entertainment, Inc. CELL: 512-426-3929 DESK: 512-623-5913

RE: Importing CERTIFICATE into Java Keystore

2009-11-20 Thread Stephen .
: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target Do you have an idea what this could mean? Thanks Regards Stephen Date: Thu, 19 Nov 2009 15:22:07 -0500 From: ch...@christopherschultz.net To: marr...@hotmail.com CC

RE: Importing CERTIFICATE into Java Keystore

2009-11-19 Thread Stephen .
keep you posted on this. Thanks again. Regards Stephen Date: Thu, 19 Nov 2009 15:22:07 -0500 From: ch...@christopherschultz.net To: marr...@hotmail.com CC: users@tomcat.apache.org Subject: Re: Importing CERTIFICATE into Java Keystore -BEGIN PGP SIGNED MESSAGE- Hash: SHA1

Importing CERTIFICATE into Java Keystore

2009-11-18 Thread Stephen .
(where abc is the alias) The import was successful. However, I am still getting the same error on my LDAP configuration. Am I doing something wrong? Is there something ELSE I need to do ? Best regards, Stephen

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: Importing CERTIFICATE into Java Keystore

2009-11-18 Thread Stephen .
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stephen, On 11/18/2009 3:26 AM, Stephen . wrote: keytool -importcert -alias abc -file ABCCA.cer (where abc is the alias) You need to make sure that the keystore file you used to import the certificate is also the keystore used

Re: IE + Flash + mod_jk issue

2009-05-13 Thread Stephen More
On Tue, May 12, 2009 at 4:58 PM, Rainer Jung wrote: On 12.05.2009 22:33, Stephen More wrote: I have a flash application ( Macromedia Breeze Presentation ) that is working fine when I access it directly from tomcat's port 8080. When I access it through apache using mod_jk, IE loads some

IE + Flash + mod_jk issue

2009-05-12 Thread Stephen More
I have a flash application ( Macromedia Breeze Presentation ) that is working fine when I access it directly from tomcat's port 8080. When I access it through apache using mod_jk, IE loads some of the flash files, but not all. The problem is only appearing with IE, it is working fine with

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: WebdavServlet + custom DirContext = unexpected behaviour

2009-02-15 Thread Stephen Winnall
On 14 Feb 2009, at 21:04, Mark Thomas wrote: Stephen Winnall wrote: Context Resources className=org.vimia.xw.db.dircontext.DBDirContext / Resource name=jdbc/xwdb auth=Container type=javax.sql.DataSource driverClassName=org.postgresql.Driver url=... username

Re: WebdavServlet + custom DirContext = unexpected behaviour

2009-02-13 Thread Stephen Winnall
Thanks for your feedback. On 13 Feb 2009, at 05:04, Caldarale, Charles R wrote: From: Stephen Winnall [mailto:st...@winnall.ch] Subject: WebdavServlet + custom DirContext = unexpected behaviour My Tomcat is as installed by NetBeans 6.5, that is with a separate CATALINA_HOME and CATALINA_BASE

Re: WebdavServlet + custom DirContext = unexpected behaviour

2009-02-13 Thread Stephen Winnall
, Tomcat 6, resources, context.xml, WebdavServlet. There are 2 people who have asked before about how to access a database from WebdavServlet, but no answers. I guess I'm missing something dead simple, but I don't know what to look for. Steve On 13 Feb 2009, at 13:33, Stephen Winnall

WebdavServlet + custom DirContext = unexpected behaviour

2009-02-12 Thread Stephen Winnall
I'm developing my first ever servlet for Tomcat 6.0.18 under Mac OS X 10.5.6 with Java 1.5.0_16. I've used Tomcat a lot with Cocoon and I know Java reasonably well. I'd like to extend the standard WebdavServlet that comes with Tomcat to access data from a relational database using JDBC.

Re: Apache Tomcat 6.0 loads blank page

2009-02-01 Thread Stephen Souness
Hi. I believe the error will be preventing Tomcat from starting - which is why the restart attempt is failing when it attempts to connect to the shutdown port - according to the log posted. Find and fix the XML issue, then you should be good to get Tomcat started. -- Stephen Souness

Re: Tomcat 6.0 loading servlet twice

2009-01-29 Thread Stephen Souness
, make sure you clean out Tomcat's work directory - just to be sure that your config changes are taking effect. -- Stephen Souness Ani wrote: On Thu, Jan 29, 2009 at 11:40, Ani jadhao.anirud...@gmail.com wrote: Hello, I have a web application in which I am facing one wiered pbm. I see

Re: javax.naming.NameNotFoundException: Name jdbc is not bound in this Context

2009-01-29 Thread Stephen Souness
Which lib did you put your jars in? The web app's or Tomcat's? -- Stephen Souness Hamacher, Eric wrote: Hello: This has been a truly frustrating problem. Here is what I did: Tomcat 6.0.18 JDK 1.5 u 16 Eclipse w/ WTP 3.4.1 Ojdbc14dms.jar Dms.jar I placed my drivers in lib. In web.xml, I

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

Re: HTTP status 404 - Context config

2009-01-28 Thread Stephen Vaughan
Nevermind, I've resolved it. thank you for replying. On Wed, Jan 28, 2009 at 2:04 AM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Stephen Vaughan [mailto:stephenvaug...@gmail.com] Subject: HTTP status 404 - Context config I'm having trouble setting up a context

HTTP status 404 - Context config

2009-01-26 Thread Stephen Vaughan
the problem, but it's not producing anything useful in the logs. I'm using the log4j example from this page: http://tomcat.apache.org/tomcat-6.0-doc/logging.html Please help! -- Best Regards, Stephen

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
Ken, This is very helpful. It strongly suggests the issue is memory management, not JFreeChart. Thanks, Stephen On Jan 23, 2009, at 2:28 PM, Ken Bowen wrote: Just a datapoint: I have a webapp which does basic graph construction using JFreeChart which has been running in development

Cookie problem in 5.5.26

2008-10-30 Thread Stephen More
I see in version 5.5.26 there are Cookie handling/parsing changes! 5.5.25 and prior I was able to read cookie values that included colons: cookie-name: lastaccess cookie-value: 10/30/2008%2010:41:00%20AM 5.5.26 and after: cookie-name: lastaccess cookie-value: 10/30/2008%2010 Other

Re: Data Truncated when proxied from Apache

2008-10-21 Thread Stephen Nelson-Smith
Hi Filip, On Wed, Oct 15, 2008 at 10:44 PM, Filip Hanik - Dev Lists [EMAIL PROTECTED] wrote: use mod_proxy_http or mod_jk, I am now but I don't understand why it behaved as it did - any idea? snip I have an application which parses XML. It sits behind an Apache Httpd 2.2 server using

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: Tomcat getting insufficient POST data

2008-10-02 Thread Stephen Nelson-Smith
Hello, Yes - I'll package 6.0.18 this afternoon and test it this evening. Initial tests look positive - will do more extensive tests this morning. Thanks very much for the suggestion. S. - To start a new topic, e-mail:

Re: Tomcat getting insufficient POST data

2008-10-01 Thread Stephen Nelson-Smith
Hi Rainer, This reminds me of some problem we found when fixing BZ 44494. Could you please try with 6.0.18? Your symptoms don't really fit 44494 exactly, but there's a chance 6.0.18 fixed it. Yes - I'll package 6.0.18 this afternoon and test it this evening. S.

Data Truncated when proxied from Apache

2008-09-30 Thread Stephen Nelson-Smith
Hi, I have an application which parses XML. It sits behind an Apache Httpd 2.2 server using mod_proxy_ajp. I am finding that if I POST more than about 1600 chars, the POST gets truncated, and I get an XML parse error. Httpd logs show: [Tue Sep 30 19:40:27 2008] [debug] mod_proxy_ajp.c(206):

Tomcat getting insufficient POST data

2008-09-30 Thread Stephen Nelson-Smith
I have an application that parses xml. I send it xml using another little app, which makes an http post. The averge size of a post is about 3000 characters. Here is the significant information: * I have a system which is being replaced, which consists of RHEL3, httpd 2.0, mod_jk and Tomcat

Re: Tomcat getting insufficient POST data

2008-09-30 Thread Stephen Nelson-Smith
On Tue, Sep 30, 2008 at 8:12 PM, Stephen Nelson-Smith [EMAIL PROTECTED] wrote: Testing: * Submitting straight to one of the new tomcat 6.0.16 machines, over http, works without fail - the XML is parsed. Ok so now it transpires that actually direct http to Tomcat never worked more than

Re: mod_ajp and Load-Balancing Issue

2008-09-22 Thread Stephen Nelson-Smith
On Mon, Sep 22, 2008 at 1:45 AM, Shaun Senecal [EMAIL PROTECTED] wrote: Are you using the ClusterSingleSignOn Valve? I'm not, no. I have httpd 2.2 on the front-end, with a balancer pool thus: ProxyRequests Off ProxyVia Off ProxyPreserveHost On ProxyErrorOverride On ProxyTimeout 60 Proxy

Re: mod_ajp and Load-Balancing Issue

2008-09-21 Thread Stephen Nelson-Smith
Good morning, By error, I just meant that I'd get redirected to the login page instead of the expected page. Sorry to confuse. There are no error pages, logs or messages. Just that I got switched to a different node. snip If you want to debug a little more: In Tomcat you can add a %S to

Re: Deploying a Java Web Application on / folder

2008-09-17 Thread Stephen Souness
You'll get better mileage as; ROOT.war - case sensitivity tends to matter for this sort of thing. -- Stephen Souness Martin Gainty wrote: deploy your application as root.war http://tomcat.apache.org/tomcat-5.5-doc/virtual-hosting-howto.html Martin

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

2008-08-13 Thread Stephen Nelson-Smith
Hi, When you move Tomcat to another machine, no Host matches and you get a 400 error. The problem was that I was hitting the loadbalancer with name lb1 or www.mysite.com. This was being proxied to machines called tomcat1, tomcat2 etc. Changing the alias to www.mysite.com seems to have fixed

Re: AJP Proxying

2008-08-13 Thread Stephen Nelson-Smith
On Tue, Aug 12, 2008 at 9:40 PM, Caldarale, Charles R [EMAIL PROTECTED] wrote: Stephen Nelson-Smith wrote: My server.xml was not originally written by me, and has been handed down and modified over the ages. It was originally from Tomcat 4.1 This is generally a really bad idea. I thought

Re: AJP Proxying

2008-08-12 Thread Stephen Nelson-Smith
no content. 2) Move stock server.xml into place I get content. I have no idea what's going on there... any ideas / suggestions? S. On Tue, Aug 12, 2008 at 8:45 AM, Stephen Nelson-Smith [EMAIL PROTECTED] wrote: I have a server running apache 2.2, configured to proxy to another tomcat server, running

  1   2   3   >