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

Tomcat Apache SSL Unauthenticated Content

2007-02-16 Thread c .
Hello, I've got tomcat running with apache using mod_proxy_ajp. Apache is serving out all static files and taking care of ssl. When I go to a secure page under tomcat (https) I always get a warning that the page contains unauthenticated content. The following is an exerpt from my server.xml fi

Tomcat mod_proxy_ajp and jk exceptions

2007-03-23 Thread c .
Hello, I'm using mod_proxy_ajp as my link b/w tomcat and apache. Things are working well with the exception of getting the following error: 2007-03-22 20:02:42,875 [TP-Processor51] WARN org.apache.jk.core.MsgContext - Error sending end packet java.net.SocketException: Broken pipe at java.net

Re: Tomcat mod_proxy_ajp and jk exceptions

2007-03-23 Thread c .
I'll try upping the connection timeouts, but aside from the problem of dropped connections what I'm really confused about is why there is a jk exception (org.apache.jk.common.ChannelSo cket.send(ChannelSocket.java:518)) when I'm using mod_proxy_ajp, NOT mod_jk. Chris. On 3/23/07, Christop

Re: Tomcat mod_proxy_ajp and jk exceptions

2007-03-23 Thread c .
seconds to 60 could be relevant. chris. On 3/23/07, c. <[EMAIL PROTECTED]> wrote: I'll try upping the connection timeouts, but aside from the problem of dropped connections what I'm really confused about is why there is a jk exception (org.apache.jk.common.ChannelSo > > c

Re: Tomcat mod_proxy_ajp and jk exceptions

2007-03-23 Thread c .
eader: ajp_ilink_receive failed [Thu Mar 22 19:55:23 2007] [error] (120006)APR does not understand this error code: proxy: read response failed from 139.0.0.1:8009 (139.0.0.1) On 3/23/07, c. <[EMAIL PROTECTED]> wrote: Looking at the server.xml connectionTimeout, I've set the value to 60, 600 second

Re: Tomcat mod_proxy_ajp and jk exceptions

2007-03-23 Thread c .
Filip, thanks for the info, I'll listen to anyone with good advice. So you recommend mod_proxy_http over mod_jk? Is it the same basic setup as mod_proxy_ajp? Looking at the doc ( http://httpd.apache.org/docs/2.0/mod/mod_proxy_http.html) it doesn't give much info. c. On 3/23/07, F

Re: Tomcat mod_proxy_ajp and jk exceptions

2007-03-23 Thread c .
Filip, I know this isn't the httpd forum, but how did you get the ssl working using mod_proxy_http? Chris. On 3/23/07, c. <[EMAIL PROTECTED]> wrote: Filip, thanks for the info, I'll listen to anyone with good advice. So you recommend mod_proxy_http over mod_jk? Is it the sam

Re: Tomcat mod_proxy_ajp and jk exceptions

2007-03-23 Thread c .
with mod_proxy_ajp? and while we're on the subject, what's the difference b/w proxyPass and ProxyPassReverse in laymens terms? thanks, c. On 3/23/07, Christopher Schultz <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, Apologies to all. I r

Re: Tomcat mod_proxy_ajp and jk exceptions

2007-03-23 Thread c .
eCertificateFile <-- SSLProxyEngine SSLProxyMachineCertificatePath SSLEngine SSLProxyProtocol, SSLProxyCipherSuite c. wrote: > Filip, thanks for the info, I'll listen to anyone with good advice. > So you > recommend mod_proxy_http over mod_jk? > > Is it the same basic setup as mod_

Re: Tomcat mod_proxy_ajp and jk exceptions

2007-03-24 Thread c .
'm not sure what the problem would be the only way to get SSL between apache and tomcat, is to use mod_proxy Filip c. wrote: > Thanks Filip, > > We've always had the need for SSL, and our config worked without any > changes > when I put AJP in the mix. It doesn't, h

Re: Tomcat mod_proxy_ajp and jk exceptions

2007-03-26 Thread c .
seriously? if so can you send me the link? if not just call me gullible. On 3/26/07, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: Mladen Turk wrote: > Filip Hanik - Dev Lists wrote: >> or simply set a few headers in httpd when the request came in over >> SSL, and then have a filter read

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?

Proxy and rewrite

2007-06-05 Thread c .
Hello, I'm having trouble Redirecting while using mod_proxy. Previously I was sending all my traffic to tomcat with: ProxyPass /order http://1.1.1.1:8080/order and redirecting with: Redirect 301 /cgi-bin/order.cgi http://pi.pizza73.com/order/pizza.html This worked fine. Now however I'm forwar

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.

HTTP 408 Login timeout

2006-09-20 Thread C S
I'm dealing with a problem where if a user hits a secured page and is forwarded to a login page (using Form Auth). If the user sits on that login page for too long, and then try to login they are confronted with a nasty HTTP 408 error. I don't know if this behaviour is part of the servlet spec,

Problems Starting Tomcat

2006-03-03 Thread C Rose
Hi all I'm having problems starting Tomcat after my home account (in which Tomcat is installed) was moved from one server to another. The most visible thing that has changed is that my home directory now has a different path. Before the move, my installation of Tomcat worked fine. Now it won

Re: Problems Starting Tomcat

2006-03-03 Thread C Rose
er it is configured but not started (could it be during the move you 'lost' the database drivers and so the datasource can't start?) regards C Rose a écrit : Hi all I'm having problems starting Tomcat after my home account (in which Tomcat is installed) was moved from one serv

Sorry-HowToUnSubscribe

2005-10-18 Thread Binildas C
; X-Spam-Check-By: apache.org > Received-SPF: pass (asf.osuosl.org: local policy) > Received: from [202.43.219.77] (HELO > web8602.mail.in.yahoo.com) (202.43.219.77) > by apache.org (qpsmtpd/0.29) with SMTP; Tue, 18 > Oct 2005 22:28:27 -0700 > Received: (qmail 1494

Problem with context path /webapps

2007-03-02 Thread Mike c
Hi, I am trying to migrate some of our applications currently deployed on Tomcat 4.1 to Tomcat 5.5 and I cannot get any applications that have a context path that starts with /webapps to work. I am getting a 404 error on all these contexts. Does 5.5 not allow a context paths to start webapps?

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Problems with Tomcat 5.0.28 and Netbeans 5.0

2006-09-05 Thread Carlos Puero C.
Hi everybody, I got a problem... And I'd like your help I use NetBeans 5.0 with Tomcat 5.0.28 and MySQL 5.0.21, I try to crate a connection pool from Tomcat to Mysql, I followed all the steps that I've found on similar forums, and my frustration is that appears an error: No Suitable Driver...

[Fwd: Re: Problems with Tomcat 5.0.28 and Netbeans 5.0]

2006-09-07 Thread Carlos Puero C.
) <[EMAIL PROTECTED] prefix="sql" uri="http://java.sun.com/jstl/sql"%> <[EMAIL PROTECTED] prefix="c" uri="http://java.sun.com/jstl/core"; %>       JSP Page  

[Fwd: Re: [Fwd: Re: Problems with Tomcat 5.0.28 and Netbeans 5.0]]

2006-09-08 Thread Carlos Puero C.
Hi Martin, thanks 4 ur help, I don't know what I've changed but, I created a new project, all the pages new, I put the code that u gave me and IT WORKED. ;-) I was very tired but al least it works... thank y very much Saludos Lsi. Carl

Ant Deploy to a Subdirectory of appBase

2005-11-10 Thread Kevin C. Dorff
I have my application running as is my Ant script that I use to deploy, undeploy, redploy to the running server. That is working like a charm when my deploy path is to the appbase, such as My context.xml file WEB-INF/web.xml Portion of my ant script This uploads the war file to the serve

WEBDAV for Tomcat 5.0.28

2006-02-27 Thread John C. Dale
I have a static website deployed in 5.0.28 and wish to access/maintain it using the lightweight DAV servlet that ships with this version of Tomcat (Slide is overkill for my purposes). dav org.apache.catalina.servlets.WebdavServlet debug 0

RE: WEBDAV for Tomcat 5.0.28

2006-02-27 Thread John C. Dale
t, IMO, is my best alternative save this one issue, and (duh) any help would be much appreciated. JCD -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Monday, February 27, 2006 2:44 PM To: Tomcat Users List Subject: Re: WEBDAV for Tomcat 5.0.28 John C. Dale wrote: &

[UPDATE - FOUND WORKAROUND FOR LINUX TOMCAT WEBDAV DEPLOYMENTS] WEBDAV for Tomcat 5.0.28

2006-02-27 Thread John C. Dale
on-informative error message. Bear Down, JCD -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Monday, February 27, 2006 2:44 PM To: Tomcat Users List Subject: Re: WEBDAV for Tomcat 5.0.28 John C. Dale wrote: > What is the recommended deployment of the static site

RE: Session Timeout

2006-02-27 Thread John C. Dale
mport com.ditd.util.Util; import com.gbs.security.IUserInfo; /** * @author John C. Dale ([EMAIL PROTECTED]) */ public class ExtendSession implements Filter { private static Logger log = Logger.getLogger( ExtendSession.class.getName()); public void doFilter(ServletRequest servletRe

RE: Tomcat 5.5.x crashes almost every single day.

2006-02-28 Thread John C. Dale
There are many variables along the path to enlightenment. Don't give-up on Tomcat so soon. Sometimes Tomcat is only as good as the applications deployed within her. Given that Tomcat has been up and running for me for as many as 90 days in a row with a high-use application accessing a database (o

RE: Tomcat 5.5.x crashes almost every single day.

2006-02-28 Thread John C. Dale
throw new NotReallyAHackerException(); } } catch (NotReallyAHackerException hrahe) { return new GoToLawOrBusinessSchoolEvent(); } Bear Down, JCD -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Tomasz Nowak Sent: Tuesday, February 28, 2006 11:25 AM

"Response already committed" when redirecting from error page?

2006-03-02 Thread David C. Schweisguth
hate to deploy something that spews mysterious log messages, especially if they mean the something might not always work or there's a resource leak or whatever. Thanks, -- David C. Schweisguth, Senior Software Engineer Healthline Networks, Inc., 660 Third Street, San Francisco, CA 94107 phone 41

Question about Serialized User Principal Object...

2006-03-04 Thread John C. Dale
I'm using Tomcat 5.0.28 on Linux (FC4) and Windows (2k). I would like my users to avoid the login process to streamline access to authentication-protected content. All information in the session is serialized do disk when I bounce the Tomcat process. However, the Principal object is not. I've o

RE: Helpppp: Tomcat displays Page slowly

2006-03-20 Thread John C. Dale
I had a similar issue when using XMLHttpRequest (AJAX) - when using Firefox and testing on the same machine, Firefox would hang for several seconds as it competed with the JVM/Compiler for processor resources. My solution was to test locally with IE 6.x+ which had better behavior in this regard, t

Question/Problem

2006-04-03 Thread Eric C. Forcey
I'm not sure if this is the appropriate list if not forgive me. I have a server running Fedora/Tomcat/ColdFusion. I am a new administrator to this machine. I haven't worked with CF or Tomcat before. Currently their server is down. Getting the following in the catalina.out file: Apr 3, 2006

RE: How i can exclude a url pattern for a filter ?

2006-04-29 Thread John C. Dale
This is a tough one - I've always configured my filters to include all relevant URL's (logical equivalent of exclusion for non-matches). -Original Message- From: Legolas Woodland [mailto:[EMAIL PROTECTED] Sent: Saturday, April 29, 2006 11:20 AM To: Tomcat Users List Subject: How i can e

RE: Tomcat Standalone: Traffic Reporting?

2006-05-10 Thread John C. Dale
I've had good luck with this... http://awstats.sourceforge.net/ JCD -Original Message- From: Pete Lamborne [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 10, 2006 2:12 PM To: users@tomcat.apache.org Subject: Tomcat Standalone: Traffic Reporting? Hi, I am running several websites/weba

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

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

What is the proper location for custom realm and principle classes?

2007-03-02 Thread Page, Steve C.
All- I have this working, but I want to make sure I am following best practices. I created customer realm and principle classes. If I left the classes in WEB-INF/classes, I received a ClassNotFoundException on the realm class. If I put the classes in common/classes, I received a ClassNotFound

RE: What is the proper location for custom realm and principle classes?

2007-03-02 Thread Page, Steve C.
lyst/Developer BFDP Information Technology (317) 818-8685 [EMAIL PROTECTED] -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Friday, March 02, 2007 5:46 PM To: Tomcat Users List Subject: RE: What is the proper location for custom realm and principle classes? &

RE: What is the proper location for custom realm and principle classes?

2007-03-02 Thread Page, Steve C.
PROTECTED] -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Friday, March 02, 2007 6:13 PM To: Tomcat Users List Subject: RE: What is the proper location for custom realm and principle classes? > From: Page, Steve C. [mailto:[EMAIL PROTECTED] > Subject: RE: Wh

RE: how to set role for JAASRealm

2007-03-07 Thread Page, Steve C.
Shahab- I am hardly an expert, but I have just created a custom principal. Here is what I learned. The RealmBase class is responsible for creating principals for the context. Normally, this is just a Principal class. Since I extended Principal, I also needed to extend BaseRealm. The realm class m

HTTP Status 404 - /docs/RELEASE-NOTES.txt

2007-04-08 Thread MERWYN C WELCOME
Hello folks, I'm relatively new to Tomcat, so I'm not sure if this is a bug report or a configuration issue: In Apache Tomcat 6.0 from the homepage - http://localhost:8080/docs/ - Reference, Release Notes link appears to be broken. When I click on the Release Notes link, I get HTTP Status 404

Re: HTTP Status 404 - /docs/RELEASE-NOTES.txt

2007-04-08 Thread MERWYN C WELCOME
Thanks Rashmi, I'm using Tomcat 6.0.10 too. So I guess that it's a bug report since the link points to http://localhost:8080/docs/RELEASE-NOTES.txt not http://localhost:8080/RELEASE-NOTES.txt. Any idea how I make a bug report? -Merwyn Rashmi Rubdi <[EMAIL PROTECTED]> wrote: On Tomcat 6.0.10 th

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 5.5 manager question.

2007-06-08 Thread William C. Mount
ion? Accessiblity is the problem, I can only directly access port 80 and 443 from my client, so I have to somehow proxy the http transport agent to get access to the consoles. Thanks, William C. Mount RHCE J2EE Web Solutions CoEx Global IT Solutions Caterpillar Inc. 812 W. Washington St. East Pe

Data Sources Overwritten

2007-06-14 Thread Jeffrey C. Baldwin
(Tomcat 5.0.28 running on CentOS 4.4 using Java 1.4.2_14-b05) Hello All, I have a problem with my understanding of data sources within Tomcat. I have an application (MRS). I deploy MRS using the Tomcat Manager. I then open up Tomcat Administration and I see MRS under: Tomcat Server - Service

Re: Data Sources Overwritten

2007-06-14 Thread Jeffrey C. Baldwin
se changes to disk. When you restart, > it's as if you never made any changes at all. > > --David > > Jeffrey C. Baldwin wrote: > >> (Tomcat 5.0.28 running on CentOS 4.4 using Java 1.4.2_14-b05) >> >> Hello All, >> >> I have a problem with my un

Re: Data Sources Overwritten

2007-06-14 Thread Jeffrey C. Baldwin
re it should have happened. > ie when the server starts up, it will make the pool and thats > probably why it kills the pool every time its started. > > good luck... > > > > - Original Message - From: "Jeffrey C. Baldwin" > <[EMAIL PROTECTED]>

Re: Data Sources Overwritten

2007-06-14 Thread Jeffrey C. Baldwin
sword url jdbc:jtds:sqlserver://123.456.789.96/mrsuat;user=rreddy;password=password driverClassName net.sourceforge.jtds.jdbc.Driver maxIdle 1 username rreddy Christopher Schultz wrote: > Jeffrey, > > Jeffrey C.

Re: Data Sources Overwritten

2007-06-14 Thread Jeffrey C. Baldwin
Jeffrey C. Baldwin wrote: > Chris, > > Thank you for the time. However, I'm still not having any luck... > > Again, I have the entries in server.xml, so if I restart the Tomcat > service AFTER deploying the app, all is wel

Re: Data Sources Overwritten

2007-06-14 Thread Jeffrey C. Baldwin
Pid wrote: > Jeffrey C. Baldwin wrote: >> Chris, >> >> Thank you for the time. However, I'm still not having any luck... > > What's in your Host definition in server.xml, can you post that too? > > p >

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

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.

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

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

  1   2   >