Re: Many CLOSE_WAIT connections causing the app not available

2024-06-29 Thread Stephen Stevie
Tomcat not configured on default port On Thu, Jun 27, 2024 at 9:58 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > Stephen, > > On 6/26/24 01:18, Stephen Stevie wrote: > > We are using Apache Tomcat 8.5.49 and sometimes in a day, we see the >

Re: Many CLOSE_WAIT connections causing the app not available

2024-06-28 Thread Stephen Stevie
This was working fine for the last 2-3 years and no change in the server configs at all. This started all of a sudden. On Wed, Jun 26, 2024 at 7:02 PM Chuck Caldarale wrote: > > > On Jun 26, 2024, at 00:18, Stephen Stevie > wrote: > > > > We are using Apache Tomcat

Re: Possible penetration attempt or DOS attack: any suggestions on what can be done?

2024-06-27 Thread Stephen Tenberg
Not a tomcat issue but I can't say enough good things about cloudflare which we use. Easy to configure WAF so the site is locked down to cloudflare only and the rest of the world has to come through them where each keystroke is inspected. They have a number of preconfigured rules that mostly just

Many CLOSE_WAIT connections causing the app not available

2024-06-25 Thread Stephen Stevie
d can see 1k-1.5k users connected to the application in a day. Requesting your support here. -- Stephen

Re: The Import cannot be resolved

2024-06-23 Thread Stephen Tenberg
, it's all good now. Stephen On Sun, Jun 23, 2024 at 5:39 AM Holger Klawitter wrote: > Hi, > > I once had a similar experience when the tomcat process > ran out of file handles. At some point tomcat wasn't able to > open a file and cached the absence of that file

The Import cannot be resolved

2024-06-22 Thread Stephen Tenberg
Hello, I am trying to convert a large mature application to Tomcat 9. No WAR file is used, the files are statistically placed in directories. So far it's going pretty well and large parts of the application are working. A few minor incompatibilities have been solved. One sticking point has been

Re: Tomcat 9 symlinks ?

2024-06-19 Thread Stephen Tenberg
uck Caldarale wrote: > > > On Jun 19, 2024, at 14:42, Stephen Tenberg > wrote: > > > > You asked why path="" instead of path="foo" in context at server.xml? > > > > That was our attempt to mount this application at "/" instead of

Re: Tomcat 9 symlinks ?

2024-06-19 Thread Stephen Tenberg
mlinks - which appears to be solved at least in initial experimentation using your suggestion. Thanks again. On Wed, Jun 19, 2024 at 3:09 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > Stephen, > > On 6/19/24 13:55, Stephen Tenberg wrote: > > Hello I have sc

Tomcat 9 symlinks ?

2024-06-19 Thread Stephen Tenberg
Hello I have scoured the web trying to get symlinks working for jsp pages or folders in Tomcat 9 using Ubuntu 20.04. Here is how to repeat the issue, and what I have tried. 1. Create a new folder in webapps, say "foo" 2. Put HelloWorld.jsp there 3. (I restarted Tomcat just in case) Verify it wor

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
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
lly Tomcat 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 Pennsylv

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
here anything 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, > &

tomcat 7.0.40 - http sessions not expiring

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

Re: Does Tomcat support clustering for automatic fail over?

2015-11-05 Thread Stephen Booth
ocess it also 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 SC005336. -

Re: Making fail-over work with PermGen errors

2015-11-05 Thread Stephen Booth
the 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

Making fail-over work with PermGen errors

2015-11-03 Thread Stephen Booth
d let 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 SC0

Re: Tomcat occasionally duplicating responses

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

Re: Tomcat occasionally duplicating responses

2015-05-18 Thread Stephen Dawkins
On Mon, May 18, 2015 at 12:30 PM, Mark Thomas 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 original reque

Re: Tomcat occasionally duplicating responses

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

Re: Tomcat occasionally duplicating responses

2015-05-18 Thread Stephen Dawkins
On Mon, May 18, 2015 at 11:22 AM, Mark Thomas 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 is

Tomcat occasionally duplicating responses

2015-05-18 Thread Stephen Dawkins
200 OK\r\nServer: Apache-Coyote/1.1"..., 149) = 149 32189 16:19:34.331728 write(118, "51e\r\n", 5) = 5 32189 16:19:34.332788 write(118, "https://code.google.com/p/javamelody/ Thanks & Regards Stephen

Question on Http11AprProcessor Error parsing HTTP request header error messages

2015-03-05 Thread Owens, Stephen (ITD)
at java.lang.Thread.run(Thread.java:745) 2015-03-05 13:41:20,977 [http-apr-50881-exec-6] DEBUG org.apache.coyote.http11.Http11AprProtocol- Socket: [org.apache.tomcat.util.net.AprEndpoint$AprSocketWrapper@3ef766eb:37493472], Status in: [OPEN_READ], State out: [CLOSED] Are the DEBUG org.apache.coyote.http11.Http11AprProces

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

2015-02-25 Thread Owens, Stephen (ITD)
ot; export 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.us<mailto:stephen.ow...@state.ma.us>

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

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
would be appreciated. Sincerely, Stephen McCants On Tue, 18 Nov 2014 03:17:27 +0300 Konstantin Kolinko wrote: > 2014-11-18 2:49 GMT+03:00 Stephen McCants : > > Hello, > > > > I'm trying to remove the JSESSIONID from my URL the first time someone hits > > my Tomcat W

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

Session Config => Tracking Mode not working

2014-11-17 Thread Stephen McCants
ystem and would rather not have the complication of Apache 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

isELIgnored default is wrong

2014-11-07 Thread Stephen McCants
ere should I be looking in the configurations for a difference? What 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

Re: So You Want High Performance ( cont )

2013-10-25 Thread Stephen More
On Fri, Oct 25, 2013 at 10:30 AM, Christopher Schultz 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 >> wrote: >>> On Do, 2013-1

Re: So You Want High Performance ( cont )

2013-10-25 Thread Stephen More
On Fri, Oct 25, 2013 at 10:30 AM, Christopher Schultz 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 >> wrote: >>> On Do, 2013-1

Re: So You Want High Performance ( cont )

2013-10-25 Thread Stephen More
On Fri, Oct 25, 2013 at 5:14 AM, Felix Schumacher 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 different

Re: So You Want High Performance ( cont )

2013-10-24 Thread Stephen More
On Thu, Oct 24, 2013 at 4:14 PM, Christopher Schultz 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/perform

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

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

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

2013-06-21 Thread Stephen More
? -Thanks Stephen More

PersistentManager Store property problem?

2013-02-13 Thread Owens, Stephen (ITD)
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 wrote: > CVE-2012-4534 Apache Tomcat denial of service > > Severity: Important > > Vendor: The Apache Software Foundation > > Versions Affected: > - Tomcat 7.

Re: SimpleTCPCluster

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

Re: SimpleTCPCluster

2012-11-20 Thread Stephen Nelson-Smith
Hi Daniel. On Tue, Nov 20, 2012 at 1:55 PM, Daniel Mikusa 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 loo

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 element, and ensured is in the web.xml of the examples web app. >From the docs: - All your session attributes must implement java.io.Serializable I know th

Re: JSP page that will not update

2011-10-07 Thread Stephen Caine
10.7. > >> Can you point me to information concerning AccessLogValves, please. > > 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

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 : >> 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 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: Tomcat 7 generated web.xml

2011-07-15 Thread Stephen Munro
seemed to have implied 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 wrote: > On 15/07/2011 22:25, Stephen Munro wrote: > > Yeah, you may be right out it's usefulness

Re: Tomcat 7 generated web.xml

2011-07-15 Thread Stephen Munro
27;s primary use, it just struck me as a nice feature to have. On 15 July 2011 22:18, Jesse Farinacci wrote: > Greetings, > > On Fri, Jul 15, 2011 at 5:10 PM, Stephen Munro > wrote: > > Thanks for the quick reply! I've got it working, so thanks. I'm a little > >

Re: Tomcat 7 generated web.xml

2011-07-15 Thread Stephen Munro
> On Fri, Jul 15, 2011 at 3:52 PM, Stephen Munro > 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 logEffecti

Tomcat 7 generated web.xml

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

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

Re: Tabbed browsers sharing session - work around.

2010-10-05 Thread Stephen Caine
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: >

Unexpected errors after opening port 80

2010-09-03 Thread Faro Stephen (NHS Connecting for Health)
errors since. The only reference to port 80 in the Tomcat config is (server.xml)... I am not a Tomcat expert and don't fully understand Tomcats Thread Pooling but could this be in any way related to our errors observed before the restart? Thanks for your help in advance. Steve Stephen

Re: Session problem

2010-08-25 Thread Stephen Caine
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

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 sam

Re: Tomcat 6 SSL configuration error

2010-07-23 Thread Stephen Lorenz
Try "http://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 wrote: > hi > > I've read tomcat 6 ssl configuration and > have gone through all the steps. > > My

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

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

2010-05-17 Thread Stephen .
gt; Subject: Re: Putting "APACHE" in front 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,

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, t

Re: Installing Java Advanced Imaging In Tomcat.

2010-04-26 Thread Stephen Souness
aditya siram 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 jai_imagei

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
quest and > response are to be served using comet asyncronously on the same socket > connection. > > So i have a single socket client which 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.

Re: Comet Client Example

2010-02-08 Thread Stephen Byrne
} if ( out != null ) { try { out.close(); } catch ( IOException e ) { } } if ( socket != null ) { try { socket.close(); } catch ( IOException e ) { } } } } -- Stephen Byrne step...@lincware.com (585) 286-5817 - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Configuring two connectors and COMET Read event

2010-02-04 Thread Stephen Byrne
d 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-m

Re: CometProcessor proxied through Apache httpd

2010-01-27 Thread Stephen Byrne
module loaded. I have the ProxyPass (or RewriteRule) in a The [P] at the end of the RewriteRule 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 Directo

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

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: and I connect to it directly, everything works wonderfully - I get CometEvent.EventType.RE

RE: Importing CERTIFICATE into Java Keystore

2009-11-20 Thread Stephen .
ing failed: 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:

RE: Importing CERTIFICATE into Java Keystore

2009-11-19 Thread Stephen .
t, I could 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

RE: Importing CERTIFICATE into Java Keystore

2009-11-18 Thread Stephen .
e difference between KEYSTORE and CACERT I am just so confused!! > Date: Wed, 18 Nov 2009 15:00:17 -0500 > From: ch...@christopherschultz.net > To: users@tomcat.apache.org > Subject: Re: Importing CERTIFICATE into Java Keystore > > -----BEGIN PGP SIGNED MESSAGE-

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/

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

Importing CERTIFICATE into Java Keystore

2009-11-18 Thread Stephen .
rtcert -alias abc -file ABCCA.cer (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

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 throu

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 Firefox.

Re: Problem with maximum threads

2009-04-21 Thread Stephen Caine
X 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:

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: JavaBridge Payment Gateway Issue on Tomcat

2009-03-07 Thread Stephen Caine
Gaurav To the best of my knowledge, JavaBridge is no longer supported. Use JNI. Stephen Caine Soft Breeze Systems, LLC On Mar 7, 2009, at 1:39 AM, Gaurav Pruthi wrote: Dear All, I am facing a strange issue in tomcat from last 2 months. I have 2 websites which are running on PHP

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: If you replace the DirContext implementation, Tomcat will look in your database for WEB-INF/web.xml which is where the WebDAV servlet needs to be defined. Did you include this resource (and any other required WEB

Re: WebdavServlet + custom DirContext = unexpected behaviour

2009-02-13 Thread Stephen Winnall
, classloader, 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 200

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

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. I'v

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

Re: Tomcat 6.0 loading servlet twice

2009-01-29 Thread Stephen Souness
Also, 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 wrote: Hello, I have a web application in which I am facing one wiered pbm. I see tomcat loading ser

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

Re: Java Crash

2009-01-28 Thread Stephen Caine
d by Apple), 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 Bree

HTTP status 404 - Context config

2009-01-26 Thread Stephen Vaughan
tgresql-8.3-604.jdbc4.jar in $tomcat/lib/. Tried setting up log4j to help better diagnose 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

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

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

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

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 threa

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

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

  1   2   3   >