Verification of Vulnerability CVE-2024-56337 in Apache Tomcat

2024-12-26 Thread Luqman C
not mentioned explicitly. Could you confirm if the default value (true) is sufficient, or if there are additional configuration steps required to mitigate the vulnerability in this case? Regards, Luqman C DevOps Engineer M : +91 9746578492 | Email: luqma...@polussolutions.com<mailto:lu

RE: tomcat 8.5.28

2018-03-02 Thread THOMAS, NEFERTA C
Please paused on all your attempts none of this sounds above board so many issues and no one has a point of contact to talk to or whom to I should go to please don't proceed until I have spoken to a software specialist. From: Cheltenham, Chris [mailto:ccheltenham-...@philasd.org] Sent: Frid

RE: Hanging threads in tomee 1.7.4

2016-08-01 Thread Kuldeep Sagoo (C)
Hi Chris, I analysed the thread dump using TDA (Thread Dump Analyser) and got the following summary: Overall Thread Count69 Overall Monitor Count 33 Number of threads waiting for a monitor 0 Number of threads locking a monitor 7 N

Tomee process status "Running" but application processing no order - Hung Threads?

2016-07-29 Thread Kuldeep Sagoo (C)
Hi all, I was really hoping you could help - I'm currently working in application support and one of our key applications as started behaving abnormally when upgrading from Tomee version 1.68 to 1.7.4 (Apache Tomcat (TomEE)/7.0.68 (1.7.4)) . JDK java version "1.8.0_77" Java(TM) SE Runtime Envi

Tomcat Failure Modes

2016-02-11 Thread Edward Hart (c)
Q1: Can Tomcat be configured to 'roll back' if a patch update causes a TC failure on a production server? Q2: Can TC be configured to fail to a known safe state in the event of server failure during operation? I am developing a Security Technical Implement Guide (STIG) for Tomcat. A STIG is

Tomcat7 and Tomcat8 bug or configuration problem

2014-10-13 Thread C. Kaeppelin
Dear Sir, I only replaced in the web.xml file of webapps examples /jsp/security/protected/* by /jsp/plugin/* then in my browser i typed : localhost:8080/examples/jsp/plugin/plugin.jsp After authentication i did not get the clock as usual with tomcat 6. Do the test please. Thank

Re: Transfer-Encoding: chunked not working

2013-12-06 Thread C. Benson Manica
a:728) (rest of stack trace omitted) Presumably this is my actual problem, whatever it is? On Thu, Dec 5, 2013 at 10:57 PM, Felix Schumacher < felix.schumac...@internetallee.de> wrote: > > > > > "C. Benson Manica" schrieb: > >On Thu, Dec 5, 201

Re: Transfer-Encoding: chunked not working

2013-12-05 Thread C. Benson Manica
On Thu, Dec 5, 2013 at 10:58 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > C., > > On 12/5/13, 12:53 PM, C. Benson Manica wrote: > > The content I expect is in the neighborhood of 30K. What I

Re: Transfer-Encoding: chunked not working

2013-12-05 Thread C. Benson Manica
istopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Benson, > > On 12/3/13, 6:55 PM, C. Benson Manica wrote: > > Tomcat 7.0.47, OSX 10.8. Fresh install via homebrew. > > [As an aside, I'm interested in your experience with >

Re: Transfer-Encoding: chunked not working

2013-12-03 Thread C. Benson Manica
Also, if HTTP 1.1 weren't enabled for some reason, wouldn't the default simply be to serve the entire content, rather than the first 16384 bytes? On Tue, Dec 3, 2013 at 4:44 PM, C. Benson Manica wrote: > connectionTimeout="2" >redir

Re: Transfer-Encoding: chunked not working

2013-12-03 Thread C. Benson Manica
t; and > > seemingly exactly one 16384-byte chunk of content that is longer than > that. > > Consequently the page that should be transferred is not rendered by the > > user agent (Chrome in this case). AFAICT it's Tomcat that isn't sending > all > > the c

Transfer-Encoding: chunked not working

2013-12-03 Thread C. Benson Manica
rendered by the user agent (Chrome in this case). AFAICT it's Tomcat that isn't sending all the chunks properly. Why might it not be doing that? What else might be the problem? -- C. Benson Manica cbman...@gmail.com

Re: context path ignored in conf/Catalina/localhost/*

2013-08-29 Thread D C
On Thu, Aug 29, 2013 at 2:10 PM, Daniel Mikusa wrote: > On Aug 29, 2013, at 2:02 PM, D C wrote: > > > Tomcat 7.0.40 > > RHEL 6 > > > > I am trying to define all of my contexts in > conf/Catalina/localhost/*.xml. > > > > This seems to work fine,

context path ignored in conf/Catalina/localhost/*

2013-08-29 Thread D C
Tomcat 7.0.40 RHEL 6 I am trying to define all of my contexts in conf/Catalina/localhost/*.xml. This seems to work fine, however I'm having an issue setting the path. myApp.xml This simply does not work. It worked fine if I put it into conf/context.xml. The only way this works is if i rena

Re: Having trouble with common.loader

2013-08-27 Thread D C
Thank you all for your help. I figured out what the problem was. I accidentally made logging.properties and catalina.properties owned by root:root with 640 permissions. Changed to root:tomcat, and everything worked right away.

Re: Having trouble with common.loader

2013-08-23 Thread D C
On Thu, Aug 22, 2013 at 2:51 PM, Konstantin Kolinko wrote: > 2013/8/22 D C : > > On Thu, Aug 22, 2013 at 11:48 AM, Konstantin Kolinko < > knst.koli...@gmail.com > >> wrote: > > > >> 2013/8/22 Daniel Mikusa : > >> > On Aug 21, 2013, at 4:09

Re: Having trouble with common.loader

2013-08-22 Thread D C
On Thu, Aug 22, 2013 at 11:48 AM, Konstantin Kolinko wrote: > 2013/8/22 Daniel Mikusa : > > On Aug 21, 2013, at 4:09 PM, David kerber wrote: > > > >> Basically you're trying to defeat the way the system is designed to > work. Don't do that… > > > > +1 Don't do what you've described unless you h

Re: Having trouble with common.loader

2013-08-22 Thread D C
On Thu, Aug 22, 2013 at 11:57 AM, Daniel Mikusa wrote: > On Aug 22, 2013, at 11:31 AM, D C wrote: > > > On Thu, Aug 22, 2013 at 10:30 AM, Daniel Mikusa >wrote: > > > >> On Aug 22, 2013, at 9:21 AM, D C wrote: > >> > >>> Ok, here goes. grep -

Re: Having trouble with common.loader

2013-08-22 Thread D C
On Thu, Aug 22, 2013 at 10:30 AM, Daniel Mikusa wrote: > On Aug 22, 2013, at 9:21 AM, D C wrote: > > > Ok, here goes. grep -v '/opt/jdk' > > Removing some of the fluff. > > > Aug 21, 2013 5:08:03 PM org.apache.catalina.startup.HostConfig > > deployD

Re: Having trouble with common.loader

2013-08-22 Thread D C
ib :/web/webapps/myApp/WEB-INF/classes/com/myco/management/spring_utils/ContextLoaderListener.class] :/web/webapps/myApp/WEB-INF/lib Thanks, Dan On Thu, Aug 22, 2013 at 6:47 AM, Daniel Mikusa wrote: > On Aug 21, 2013, at 5:09 PM, D C wrote: > > > I added verbose, it does not appear

Re: Having trouble with common.loader

2013-08-21 Thread D C
I added verbose, it does not appear to attempt to load anything from /web/lib/ ​ for permissions i verified that i could read the files as the tomcat user.​ ​ Thanks, Dan On Wed, Aug 21, 2013 at 5:01 PM, Daniel Mikusa wrote: > On Aug 21, 2013, at 4:48 PM, D C wrote: > > > So

Re: Having trouble with common.loader

2013-08-21 Thread D C
s. > > Keep all of your JAR files in "WEB-INF/lib", with the exception of JDBC > drivers. Put those in "$CATALINA_BASE/lib". > > Dan > > > > > > > On 8/21/2013 3:58 PM, D C wrote: > >> Tomcat 7.0.40 > >> CentOS 6.3 >

Having trouble with common.loader

2013-08-21 Thread D C
Tomcat 7.0.40 CentOS 6.3 Java 1.7.0_21 I am trying to move all libraries out of my webapps directory, and into a common place. I have my libs that were bundled with tomcat in /tomcat/lib (the default), and my extra libs i want to keep in /web/lib. I've updated /tomcat/conf/catalina.properties t

Re: Using websocket with Tomcat 7.0.37

2013-04-08 Thread eric . robert . c
- Mail original - > De: "Howard W. Smith, Jr." > À: "Tomcat Users List" > Envoyé: Lundi 8 Avril 2013 14:19:50 > Objet: Re: Using websocket with Tomcat 7.0.37 > > On Mon, Apr 8, 2013 at 7:01 AM, Muralidhar Yaragalla < > java.yaraga...@gmail.com> wrote: > > > See if you are following th

Using websocket with Tomcat 7.0.37

2013-04-08 Thread eric . robert . c
Hi all ! I would like to use web socket, and I started looking to do so with tomcat API. I'm currently using Tomcat 7.0.37 on Windows Seven, integrated in Eclipse Juno. I tried to follow the example code from tomcat documentation, and read the associated JavaDoc for package org.apache.catalina.

Re: Handling requests when under load - ACCEPT and RST vs non-ACCEPT

2012-11-14 Thread Asankha C. Perera
regards asankha -- Asankha C. Perera AdroitLogic, http://adroitlogic.org http://esbmagic.blogspot.com - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Handling requests when under load - ACCEPT and RST vs non-ACCEPT

2012-11-12 Thread Asankha C. Perera
crash etc.. and if two processes are to fight for the same port - it would be quite unpredictable.. I wonder if there are any real users who let this happen on a production environment as described on this list regards asankha -- Asankha C. Perera AdroitLogic, http://adroi

Re: Handling requests when under load - ACCEPT and RST vs non-ACCEPT

2012-11-12 Thread Asankha C. Perera
nths - until we find that this solution has a value. regards asankha -- Asankha C. Perera AdroitLogic, http://adroitlogic.org http://esbmagic.blogspot.com - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For ad

Re: Handling requests when under load - ACCEPT and RST vs non-ACCEPT

2012-11-09 Thread Asankha C. Perera
tter?". I assert that it is *not* better. Clients can set TCP handshake timeouts and survive. Your server will perform much better without all this foolishness. If you can, try to understand what I said better.. Its ok to not accept this proposal and/or not understand it.. regards as

Re: Handling requests when under load - ACCEPT and RST vs non-ACCEPT

2012-11-08 Thread Asankha C. Perera
On 11/09/2012 02:16 AM, Pid wrote: On 08/11/2012 15:03, Asankha C. Perera wrote: Hi Mark what happens if some other process grabs the port in the meantime: what is Tomcat supposed to do then? In reality I do not know of a single client production deployment that would allocate the same port

Re: Handling requests when under load - ACCEPT and RST vs non-ACCEPT

2012-11-08 Thread Asankha C. Perera
one else will find this thread useful in future to understand the issue better and to overcome it regards asankha -- Asankha C. Perera AdroitLogic,http://adroitlogic.org http://esbmagic.blogspot.com - To unsub

Re: Handling requests when under load - ACCEPT and RST vs non-ACCEPT

2012-11-07 Thread Asankha C. Perera
t to possibly conflicting services, that may grab another's port when its suffering under load. I cannot see any other issues of turning off accepting - and I am curious to know if anyone else could share their views on this - considering real production deployments regards asankha --

Re: Handling requests when under load - ACCEPT and RST vs non-ACCEPT

2012-11-07 Thread Asankha C. Perera
does when the application doesn't call accept() fast enough, or at all, you get platform-dependent behaviour. There is nothing you can do about this in Java or indeed in C either. A program that created a ServerSocketChannel, didn't register it for OP_ACCEPT, and then called select(), would

Re: Handling requests when under load - ACCEPT and RST vs non-ACCEPT

2012-11-07 Thread Asankha C. Perera
// Accept the next incoming connection from the server // socket socket = serverSock.accept(); } catch (IOException ioe) { //we didn't get a socket countDown

Re: Handling requests when under load - ACCEPT and RST vs non-ACCEPT

2012-11-06 Thread Asankha C. Perera
On 11/07/2012 11:55 AM, Mark Thomas wrote: Mark Thomas wrote: "Asankha C. Perera" wrote: My testing has been primarily on Linux / Ubuntu. With which version of Tomcat? And which connector implentation? Tomcat 7.0.29 and possibly 7.0.32 too, but I believe its common to all

Re: Handling requests when under load - ACCEPT and RST vs non-ACCEPT

2012-11-06 Thread Asankha C. Perera
ment - maybe even a good GSoc project. As a fellow member of the ASF and a committer on multiple projects/years, I believed it was my duty to bring this to the attention of the Tomcat community. regards asankha -- Asankha

Re: Handling requests when under load - ACCEPT and RST vs non-ACCEPT

2012-11-06 Thread Asankha C. Perera
et socket = serverSocket.accept(); Thread.sleep(300); // do nothing } } [1] http://esbmagic.blogspot.com/2012/10/does-tomcat-bite-more-than-it-can-chew.html [2] http://esbmagic.blogspot.com/2012/11/how-to-stop-biting-when-you-cant-chew.html regards asankha -- Asankha C. Perera AdroitLo

Re: Handling requests when under load - ACCEPT and RST vs non-ACCEPT

2012-11-05 Thread Asankha C. Perera
ing some other mechanism? Sure, I've written a pure Java example [1] that illustrates what I am proposing. It illustrates how you could turn off accepting new connections, and resume normal operations once load levels returns to normal. [1] http://esbmagic.blogspot.com/2012/11/

Re: Handling requests when under load - ACCEPT and RST vs non-ACCEPT

2012-11-05 Thread Asankha C. Perera
onnections-tt27431279r4.html [3] http://hc.apache.org/httpcomponents-core-ga/httpcore-nio/apidocs/org/apache/http/impl/nio/reactor/DefaultListeningIOReactor.html -- Asankha C. Perera AdroitLogic, http://adroitlogic.org http://esbmagic.bl

Re: Handling requests when under load - ACCEPT and RST vs non-ACCEPT

2012-11-02 Thread Asankha C. Perera
Components/NIO library already supports this, so its something that Tomcat too can support if the community thinks it would be useful. cheers asankha -- Asankha C. Perera AdroitLogic, http://adroitlogic.org http://esbmagic.blogspot.com

Re: Handling requests when under load - ACCEPT and RST vs non-ACCEPT

2012-11-01 Thread Asankha C. Perera
. I'm not sure what happens if you use a non-static IP (which are public, but can change). -- Asankha C. Perera AdroitLogic, http://adroitlogic.org http://esbmagic.blogspot.com - To unsubscribe, e-mail: user

Re: Handling requests when under load - ACCEPT and RST vs non-ACCEPT

2012-10-29 Thread Asankha C. Perera
hout accepting and closing the ones that it cannot handle. regards asankha -- Asankha C. Perera AdroitLogic, http://adroitlogic.org http://esbmagic.blogspot.com - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.

Re: Handling requests when under load - ACCEPT and RST vs non-ACCEPT

2012-10-29 Thread Asankha C. Perera
300"/> thanks asankha On 10/29/2012 09:43 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Asankha, On 10/29/12 9:20 AM, Asankha C. Perera wrote: During some performance testing I've seen that Tomcat resets accepted TCP connections when under load. I ha

Handling requests when under load - ACCEPT and RST vs non-ACCEPT

2012-10-29 Thread Asankha C. Perera
could be safely retried. If the connection was not accepted, a fail-over is straight forward. Hope to hear some details from the developer community, to understand this behavior better regards asankha [1] http://markmail.org/message/v7cpj6oqumtn5gtp [2] http://troll.ws/image/6b38f283 -- Asan

Re: Tomcat error -54

2012-07-23 Thread Kavya C B
lient connection aborted or network problems ". On Mon, Jul 23, 2012 at 2:21 PM, André Warnier wrote: > Kavya C B wrote: > >> Can you tell, why this error is coming : >>> >>> can't receive the response message from tomcat, network >>> >&

Re: Tomcat error -54

2012-07-23 Thread Kavya C B
> > Can you tell, why this error is coming : > > can't receive the response message from tomcat, network > >> problems or tomcat is down (10.182.18.2:8009), err=-54 > > >

Re: ServletException logging changes between 5.5 and 6.0/7.0?

2012-02-09 Thread C C
A1 > > Chris, > > On 2/9/12 2:40 PM, C C wrote: >> To test, I created a webapp with a single servlet, >> ExceptionServlet, that simply throw a ServletException in its >> service() method, e.g.: >> ... snip ... > So log4j.properties is located in WEB-IN

ServletException logging changes between 5.5 and 6.0/7.0?

2012-02-09 Thread C C
Hello, I'm seeing a difference in the way Tomcat handles logging exceptions thrown by a servlet, and I wonder if it's a configuration change or if this is simply how Tomcat is expected to behave. Tomcat versions tested: 5.5.26, 6.0.35, 7.0.25 OS: Windows 7 Java: 1.5.0_22 for Tomcat 5.5.26 and 6

Re: Custom realm.authenticate() that would work with any realm - possible?

2011-12-14 Thread Juanjo C
Hi, I'm sure that the response can't be so simple. Surely my English don't allows me understand the cuestion. I don't know why you want do it, but if you want realy to do an login without password, you can use Jaas. It's a bit complicated explain it here, but if you be able to read Spanish you ca

Re: Expected behavior of Tomcat under load

2011-05-26 Thread Asankha C. Perera
server" systems ? I am quite certain this was from the ESB node which was the "client" to tomcat .. thanks asankha -- Asankha C. Perera AdroitLogic, http://adroitlogic.org http://esbmagic.blogspot.com -

Re: Expected behavior of Tomcat under load

2011-05-26 Thread Asankha C. Perera
ks asankha -- Asankha C. Perera AdroitLogic, http://adroitlogic.org http://esbmagic.blogspot.com - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Expected behavior of Tomcat under load

2011-05-25 Thread Asankha C. Perera
7 10.77.69.810.101.29.42 HTTP 9062 8080 Continuation or non-HTTP traffic[Packet size limited during capture] 392677 37.125492 10.101.29.42 10.77.69.8 TCP 8080 9062 8080 > 9062 [RST] Seq=1 Win=0 Len=0 -- Asankha C. Perera

RE: Cannot create a link to a file - suspecting tomcat is the issue

2011-03-10 Thread John C
RE: Cannot create a link to a file - suspecting tomcat is the issue > > Date: Thu, 10 Mar 2011 09:29:42 -0600 > > From: joseph.mor...@ignitesales.com > > To: users@tomcat.apache.org > > > > John, > > > > Think about what the browser is doing. When the brow

RE: Cannot create a link to a file - suspecting tomcat is the issue

2011-03-10 Thread John C
, > > Think about what the browser is doing. When the browser sees > file:///C:/Users/OEM/Desktop/testa.text, it wants to load a file from > the local system where it is running, which is NOT your Apache + Tomcat > server, but the user's machine. > > For so many reasons

RE: Cannot create a link to a file - suspecting tomcat is the issue

2011-03-10 Thread John C
. However I would like to link to absolute files anywhere on the system where the Apache + Tomcat server is hosted. In this case I am running on local host and using the absolute link to the file (file:///C:/Users/OEM/Desktop/testa.txt). Unfortunately this doesn't work. Any idea what I am

Cannot create a link to a file - suspecting tomcat is the issue

2011-03-10 Thread John C
I am trying to create a link to a file in my webpage. The anchors href for the link is "file:///C:/Users/OEM/Desktop/testa.txt". When I run my webpage from file I can click the link (file:///C:/Users/OEM/Documents/NetBeansProjects/WebApp/web/main.htm). However when I run my web

RE: Trouble connecting Tomcat 7.0 with Apache Server 2.2 (reposting question - hopefully this formats better)

2011-03-03 Thread John C
I fixed my own problem. I changed the workers.properties file to this: workers.tomcat_home=C:\Program Files (x86)\Apache Software Foundation\Tomcat 7.0workers.java_home=C:\Program Files (x86)\Java\jdk1.6.0_17ps=\worker.list=myworkerworker.myworker.port=8009worker.myworker.host

Trouble connecting Tomcat 7.0 with Apache Server 2.2 (reposting question - hopefully this formats better)

2011-03-03 Thread John C
Reposting the same question I posted a minute ago due to weird formatting issues. Hopefully this email fixes it. I am trying to connect Tomcat 7.0 and Apache Server 2.2 using Windows 7.0. I created a .jsp file to test if my setup was correct under "C:\Program Files (x86)\Apache Sof

Trouble connecting Tomcat 7.0 with Apache Server 2.2

2011-03-03 Thread John C
I am trying to connect Tomcat 7.0 and Apache Server 2.2 using Windows 7.0. I created a .jsp file to test if my setup was correct under "C:\Program Files (x86)\Apache Software Foundation\Tomcat 7.0\webapps\sitepoint\count.jsp". I can successfully load the count.jsp file by ente

Tomcat Job Opportunities at SpringSource

2010-04-27 Thread Colby Berger (c)
I am very interested in speaking to you about a Java EE/Tomcat opportunity with SpringSource/VMware. This is an Senior level position and we are looking for someone that has great communication skills along with the technical skills. This position will be working with Tomcat and S2's tc Serve

how to encrypt password in data source config in context.xml

2010-01-14 Thread WM C
Hi All - Sorry if this question seems dumb, but here it is: In the data source declaration, database username, password needs to be provided, and they are in plain text! For the application, data source works fine, but I feel it is really not safe - anybody who can access the s

RE: How to encrypt password in Data Source Declaration

2010-01-14 Thread WM C
a new question, create a new message. Do not reply to an old one > (even if you change the subject). > > Mark > > On 14/01/2010 17:54, WM C wrote: > > > > Hi All - > > > > > > > > Sorry if this question seems dumb, but here it is: > > &

How to encrypt password in Data Source Declaration

2010-01-14 Thread WM C
Hi All - Sorry if this question seems dumb, but here it is: In the data source declaration, database username, password needs to be provided, and they are in plain text! For the application, data source works fine, but I feel it is really not safe - anybody who can access the server

RE: How to access files in network drive

2010-01-03 Thread WM C
t; To: users@tomcat.apache.org > > 2010/1/3 WM C > > > In my web app, I need to read files from a network drive folder, which has > > access restriction (my account is permitted). > > > > During development time, since I am using Eclipse and Tomcat is integrated > > in

How to access files in network drive

2010-01-03 Thread WM C
Hi - This is more like a general java question. In my web app, I need to read files from a network drive folder, which has access restriction (my account is permitted). During development time, since I am using Eclipse and Tomcat is integrated inside, so both were run under my account, everyt

RE: data source factory

2009-11-28 Thread WM C
> From: ma...@apache.org > To: users@tomcat.apache.org > Subject: Re: data source factory > > WM C wrote: > > Hi - > > > > I am upgrading a working web app from Tomcat 5.0 to 5.5, and encounter the > > following data source problem. > > > > According

data source factory

2009-11-28 Thread WM C
Hi - I am upgrading a working web app from Tomcat 5.0 to 5.5, and encounter the following data source problem. According to Apache web site, for Tomcat 5.5 configuration, I should use factory="org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory in for datasource configuration. It work

Re: Tomcat 5.5.28 to 6.0.20 migration question

2009-11-05 Thread Michael C
Andre, >From what I'm able to remember, that's amazing! Also I will check all of those places as soon as I'm allowed back on. I'm almost certain server.XML contains 8080. -Mike On Thursday, November 5, 2009, André Warnier wrote: > Michael C wrote: > > Chuck,

Re: Tomcat 5.5.28 to 6.0.20 migration question

2009-11-05 Thread Michael C
e how helpful it will be given the third party nature. --Mike On Thursday, November 5, 2009, Caldarale, Charles R wrote: >> From: Michael C [mailto:tomcat6d...@gmail.com] >> Subject: Re: Tomcat 5.5.28 to 6.0.20 migration question >> >> when I go to http://:8080 I don&#x

Re: Tomcat 5.5.28 to 6.0.20 migration question

2009-11-05 Thread Michael C
ck the log files (which I hope are in /logs folder). Tomcat is run as a service by the Smarts program when it starts, and the service does start, so I'm not sure where I would see errors. Also, a little telepathy couldn't hurt. --Mike On Thursday, November 5, 2009, Caldarale, C

Tomcat 5.5.28 to 6.0.20 migration question

2009-11-05 Thread Michael C
Hi all, I’m using a program called EMC Smarts which is a network monitoring tool.  It can accommodate a web interface using Tomcat, which is currently version 5.5.28 and works perfectly.  I am trying to upgrade to version 6.0.20 but am having some trouble.  Smarts official documentation for Tomcat

Re: Howto - DB based Persistent sessions with no timeout?

2009-07-16 Thread Derek C
On Thu, July 16, 2009 10:22 am, Mark Thomas wrote: > Of the top of my head - probably. This is *open* source... :) thanks very much - I'll try it and see! Derek -- Derek C In Ireland - To unsubscribe, e-mail: users-

Re: Howto - DB based Persistent sessions with no timeout?

2009-07-16 Thread Derek C
out of 0?) thanks very much for this info Derek -- Derek C In Ireland - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Howto - DB based Persistent sessions with no timeout?

2009-07-16 Thread Derek C
s NEVER timeout from their point of view (i.e. if the user goes off for 30 minutes / 2 hours / etc and then returns to their browser then their session would be loaded back from the DB)? thanks very much for any information! Derek --

java.net.SocketException: Too many open files

2009-06-03 Thread John . C . Cartwright
Hello All, something strange happened to our tomcat 5.5 instance running on RHEL Linux. Suddenly we began getting the exception listed below written out to the catalina.out log. It was repeated approx 4 million times w/in a couple of hours until it filled up the file system and hung tomcat. Thi

RE: different behavior in processing jar files in Tomcat 5.0.28 andTomcat 6.0.18

2009-05-22 Thread Guimaraes, Patricia (NIH/NLM) [C]
processing jar files in Tomcat > 5.0.28 andTomcat 6.0.18 > > On 5/22/2009 2:29 PM, Guimaraes, Patricia (NIH/NLM) [C] wrote: > > Essentially, when running my Java code which calls method > > getResource(String name) of class Class to find a resource > > So, you'r

different behavior in processing jar files in Tomcat 5.0.28 and Tomcat 6.0.18

2009-05-22 Thread Guimaraes, Patricia (NIH/NLM) [C]
Hi, In the process of migrating an application from Tomcat 5.0.28 to Tomcat 6.0.18, I've identified a different behavior in processing jar files between the two versions. I've attached a small test application (testapp.war) that can be run under both versions to display the differences. I've

strange problem w/ connection pool and Oracle

2009-02-11 Thread John . C . Cartwright
Hello All, I'm having a rather strange problem using Oracle-specific types obtained from a connection pool defined my my context.xml. I'm reading the ResultSet w/ getObject, but then when I try to cast the Object to the correct type, I see: Cause: java.lang.ClassCastException: oracle.sql.STRUCT

Re: Problem with POST to servlet: 16384 bytes maximum?

2008-08-07 Thread John . C . Cartwright
I've had similar problems in various versions of tomcat. Currently the problem seems to exist in 6.0.16 but not in 6.0.14 nor 5.5.17. There was a bug filed, but I don't have the reference handy. --john - Original Message - From: Michele Fuortes <[EMAIL PROTECTED]> Date: Thursday, August

Re: Tomcat 5.0 rolling stdout

2008-07-08 Thread Puneet C Mathur
Thanks Steve. 'logrotate' did the trick. There is a windows port available at http://www.datori.org/?p=7 . Thanks Nick ! Cheers Puneet On 08/07/2008, Puneet C Mathur <[EMAIL PROTECTED]> wrote: > > Sorry mate, 'due' to > :) > > I wish I could tel

Re: Tomcat 5.0 rolling stdout

2008-07-07 Thread Puneet C Mathur
Sorry mate, 'due' to :) I wish I could tell the vendor .. Puneet On 08/07/2008, Steve Ochani <[EMAIL PROTECTED]> wrote: > > On 8 Jul 2008 at 9:39, Puneet C Mathur wrote: > > Date sent: Tue, 08 Jul 2008 09:39:10 +1000 > From: Puneet C Mathu

Tomcat 5.0 rolling stdout

2008-07-07 Thread Puneet C Mathur
Hi The stdout log file on a tomcat server is getting pretty full do to the amount of data being written out by a third party application. Is there a way to have stdout.log rolling every day/limited by size, rather than having one big file? (using log4j.properties or something). We are running T

Re: unable to read complete POST body via tomcat connector

2008-05-04 Thread John . C . Cartwright
Thanks for your reply Ben. No, there's no SSL involved. --john - Original Message - From: Ben Stringer <[EMAIL PROTECTED]> Date: Sunday, May 4, 2008 0:50 am Subject: Re: unable to read complete POST body via tomcat connector > On Sun, 2008-05-04 at 00:41 -0600, [EMAIL PROTECTED] wrote:

Re: unable to read complete POST body via tomcat connector

2008-05-04 Thread John . C . Cartwright
Thanks for your reply Mark and sorry I didn't include more specifics the first time. Tomcat version 5.5.15 mod_jk 1.2.8 Apache 2.0.46 mod_jk-ap20-1.2.8 Java 1.5.0_06 Small files read completely, large files read different amounts depending of the file. I can't find pattern in how much gets rea

unable to read complete POST body via tomcat connector

2008-05-03 Thread John . C . Cartwright
Hello All, I'm trying to POST a relatively small amount of content (22K) and find that when the request comes via apache/mod_jk, I can only read part of the body. The same request to standalone tomcat (HTTP connector) works file. I'm reading the POST body with code like: BufferedReader reader =

JSP Classloader issue

2008-03-06 Thread Pat C
Hi, Similar to how different servlets run in different classloaders scope, we have written a web application (WAR File) that runs the applications for each customer by creating a classloader per customer within the same servlet context. This means that all the dependent jar files of the proj

Re: sessions not cleaned up after expiry

2008-01-15 Thread William C. Mount
Is there a particular version number in the 5.5.X channel that fixes it? I'm running 5.5.17 for 1 application and it's doing the exact same thing. William C. Mount RHCE J2EE Web Solutions CoEx Global IT Solutions Caterpillar Inc. 812 W. Washington St. East Peoria IL, 61630 (309

tomcat.conf JAVA_OPTS

2007-12-04 Thread c .
I'm wondering what the JAVA_OPTS -Xminf0.1 and -Xmaxf0.3 are. Anyone know? Also, is there a way to start tomcat and have it spit out what JAVA_OPTS it's using?

Re: ClientAbortException writing file to servlet's output stream over SSL in IE

2007-11-05 Thread Jake C
"*.noaa.gov:80", "connect"; // }; M-- - Original Message - From: "Jake C" <[EMAIL PROTECTED]> To: Sent: Friday, November 02, 2007 7:36 PM Subject: ClientAbortException writing file to servlet's output stream over SSL in IE This is in JBOS

ClientAbortException writing file to servlet's output stream over SSL in IE

2007-11-02 Thread Jake C
This is in JBOSS 4.0.5-GA. I would guess that it is using Tomcat 5.5 from the log line "[TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/jbossweb-tomcat55.sar/ROOT.war/" This downloads a binary file. I know that the client is not closing the browser. It works just fine over HTTP. It work

Re: placing jars in /server/lib - can cause oome?

2007-10-12 Thread A C
GC 2968.834: [Tenured: 97189K->97335K(466048K), 0.6619274secs] 99370K->97335K(518528K), [Perm : 65535K->65535K(65536K)], 0.6620179 secs] 2969.556: [Full GC 2969.556: [Tenured: 97335K->97396K(466048K), 0.4763756secs] 97664K->97396K(518528K), [Perm : 65535K->65535K(65536K)], 0.4764

placing jars in /server/lib - can cause oome?

2007-10-10 Thread A C
We've been experiencing horrendous OOMEs recently after deploying 40 clones of a vendor's .war file which encompasses their application/portal. The context is about 100MB Our customized piece of the puzzle is quite small. We place the jTDS jar for a quick database connection tha'ts made to their

RE: tomcat updata problem

2007-09-12 Thread ZHOU Ping C
validateJarFile(C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\forecastTest\WEB-INF\lib\servlet.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class I guess my problem may cause by different version of jar file, my stract trace following

tomcat updata problem

2007-09-12 Thread ZHOU Ping C
hello all: I bulid a project use tomcat+struts+hibernate. The develop tool is MyEclipse At beginning I use tomcat 4.1 , jdk 1.4 and hibernate 2.0 , the project works well. Recently I updata tomcat from 4.1 to 5.5.23 and jdk from 1.4 to 1.6, some errors come out. The errors as follow

Re: Tomcat looses POST parameters

2007-08-27 Thread c .
Not sure if this will help but I thought I'd pass it on. I experienced some problems with missing POST parameters. I'm not sure where the problem lay but I was using apache 2, tomcat 5.5, mod_ajp_proxy and dwr. I upgraded to tomcat 6 using mod_proxy and NIO and have not seen the problem since.

Tomcat dead but subsys locked

2007-07-27 Thread Jeffrey C. Baldwin
Has anyone ran into this problem before? I found a few items via Google... they most/all reference removing the /var/lock/subsys/tomcat then restarting Tomcat and everything being fine. Well, I've tried that, restart Tomcat, and run 'service status tomcat' and receive the same error "tomcat d

Re: Tomcat 5.0.28 - SSL Setup

2007-07-27 Thread Jeffrey C. Baldwin
fined a connector for port 8443, here's one of mine (Tomcat 5.5.23) I think you probably need this because (at the very least) you have 'redirectPort="8443"' in your non ssl Connector config Rgds Duncan On 7/26/07, Jeffrey C. Baldwin <[EMAIL PROTECTED]> w

Tomcat 5.0.28 - SSL Setup

2007-07-26 Thread Jeffrey C. Baldwin
Hello All, I'm in a bit of a pinch here. Just had an old Solaris server fail that housed our TomCat environment and now I'm trying to put the pieces back together on a new server. I have a few of the applications up and running.. but now I've run into an app that wants to run over ssl and I

Re: Data Sources Overwritten

2007-06-14 Thread Jeffrey C. Baldwin
; - Original Message - From: "Christopher Schultz" >> <[EMAIL PROTECTED]> >> To: "Tomcat Users List" >> Sent: Thursday, June 14, 2007 7:06 PM >> Subject: Re: Data Sources Overwritten >> >> > Jeffrey, > > Jeffrey C.

Re: Data Sources Overwritten

2007-06-14 Thread Jeffrey C. Baldwin
gt; > >> - Original Message - From: "Christopher Schultz" >> <[EMAIL PROTECTED]> >> To: "Tomcat Users List" >> Sent: Thursday, June 14, 2007 7:06 PM >> Subject: Re: Data Sources Overwritten >> >> > Jeffrey, > &g

  1   2   >