Re: Configuration of Default Servlet for a single Container?

2014-03-22 Thread Brian Burch
On 22/03/14 13:10, Martin Gainty wrote: Hi Brian I *think* what youre looking for in JSPWiki Page *Aliases* located here: Thanks for spending time thinking about my question, Martin. Unfortunately, Mark snipped out my original description of the problem and I didn't put it back in my reply

Re: Configuration of Default Servlet for a single Container?

2014-03-22 Thread Brian Burch
On 22/03/14 14:05, Mark Thomas wrote: On 22/03/2014 12:25, Brian Burch wrote: On 31/01/14 13:27, Brian Burch wrote: On 31/01/14 12:48, Mark Thomas wrote: On 31/01/2014 12:42, Brian Burch wrote: Have I overlooked a configuration trick that would allow me to use the webapp without a symlink

OWF webapp log errors

2014-03-01 Thread J. Brian Hall
I have installed the OWF webapp in Tomcat and I'm trying to resolve some errors I'm finding in the log files. I have not had much luck getting responses to questions on the OWF mailing list, so I'm hoping someone can help here. Here are the details of my setup: -Windows 7. -Tomcat 7.0.42.

RE: Installing the OWF webapp to an existing Tomcat Instance

2014-02-25 Thread J. Brian Hall
Mark, -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Tuesday, February 25, 2014 3:34 AM To: Tomcat Users List Subject: Re: Installing the OWF webapp to an existing Tomcat Instance On 24/02/2014 23:46, J. Brian Hall 2. Log files. Yes, the webapp fails

RE: Installing the OWF webapp to an existing Tomcat Instance

2014-02-25 Thread J. Brian Hall
Chris, -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Tuesday, February 25, 2014 1:01 AM To: Tomcat Users List Subject: Re: Installing the OWF webapp to an existing Tomcat Instance -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Brian, On 2/24

RE: Installing the OWF webapp to an existing Tomcat Instance

2014-02-25 Thread J. Brian Hall
Mikolaj, -Original Message- From: Mikolaj Rydzewski [mailto:m...@ceti.pl] Sent: Tuesday, February 25, 2014 2:52 AM To: Tomcat Users List Subject: RE: Installing the OWF webapp to an existing Tomcat Instance On 25.02.2014 00:46, J. Brian Hall wrote: ERROR

RE: Installing the OWF webapp to an existing Tomcat Instance

2014-02-25 Thread J. Brian Hall
Mikolaj, -Original Message- From: Mikolaj Rydzewski [mailto:m...@ceti.pl] Sent: Tuesday, February 25, 2014 7:35 AM To: Tomcat Users List Subject: RE: Installing the OWF webapp to an existing Tomcat Instance On 25.02.2014 13:22, J. Brian Hall wrote: Feb 24, 2014 7:14:28 PM

RE: Installing the OWF webapp to an existing Tomcat Instance

2014-02-25 Thread J. Brian Hall
this? Thank you again for your help. Brian. -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Tuesday, February 25, 2014 8:08 AM To: Tomcat Users List Subject: RE: Installing the OWF webapp to an existing Tomcat Instance From: J. Brian Hall

RE: Installing the OWF webapp to an existing Tomcat Instance

2014-02-25 Thread J. Brian Hall
Leo, -Original Message- From: Leo Donahue [mailto:donahu...@gmail.com] Sent: Tuesday, February 25, 2014 9:44 AM To: Tomcat Users List Subject: Re: Installing the OWF webapp to an existing Tomcat Instance On Tue, Feb 25, 2014 at 7:17 AM, J. Brian Hall jbrianhall...@me.com wrote: Chuck

Installing the OWF webapp to an existing Tomcat Instance

2014-02-24 Thread J. Brian Hall
-MySQL 5.6 (Note that I followed the directions on p. 12-13 to integrate with MySQL). -JDK 1.7.0_51-b13 Sorry to ask this question on this list, but I don't know where else to go. Brian. - To unsubscribe, e-mail: users

RE: Installing the OWF webapp to an existing Tomcat Instance

2014-02-24 Thread J. Brian Hall
the OWF webapp to an existing Tomcat Instance From: J. Brian Hall [mailto:jbrianhall...@me.com] Subject: Installing the OWF webapp to an existing Tomcat Instance if I access OWF through Tomcat's Application Manager, the URL address it follows goes to http://localhost:8080/owf/ when it should go

Configuration of Default Servlet for a single Container?

2014-01-31 Thread Brian Burch
. Have I overlooked a configuration trick that would allow me to use the webapp without a symlink, but still have the Default Servlet access external static content as if it were internal? Regards, Brian - To unsubscribe, e

Re: Configuration of Default Servlet for a single Container?

2014-01-31 Thread Brian Burch
On 31/01/14 12:48, Mark Thomas wrote: On 31/01/2014 12:42, Brian Burch wrote: Have I overlooked a configuration trick that would allow me to use the webapp without a symlink, but still have the Default Servlet access external static content as if it were internal? http://tomcat.apache.org

Re: Proposal to contribute a SyslogAccessLogValve to the Tomcat project

2013-12-12 Thread Brian Burch
it represents a valuable step forward with code that hasn't changed much over several releases. Regards, Brian Regarding the existing Syslog implementations in Log4j and Logback, they don't yet allow user to customise the syslog header fields but I plan to propose to contribute these enhancements

Re: Single Signon without Cookies

2013-12-11 Thread Brian Burch
On 10/12/13 18:02, Mark Thomas wrote: On 10/12/2013 17:13, Brian Burch wrote: Some background first: I made a lot of changes to the Authenticator test classes some time ago. That led to changes to some of the Authenticator classes. The test classes are basically in pairs - with and without SSO

Re: Single Signon without Cookies

2013-12-11 Thread Brian Burch
On 11/12/13 16:47, selvakumar netaji wrote: Hi Brian, Can you send us some sample unit tests if it doesn't violate any laws or infringements. Like tomcat itself, the unit tests are open source. The tests are all in the tc7 and tc8 repositories! Just do a svn checkout or browse them online

Single Signon without Cookies

2013-12-10 Thread Brian Burch
in Response.toEncoded). WDYT? Regards, Brian - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

j_security_check error

2013-12-01 Thread J. Brian Hall
I’m using Tomcat and a MySQL database that contains usernames/passwords/roles for form-based authentication. Logging in with correct username/password successfully directs to index.jsp (from login.jsp). Logging in with incorrect username/password successfully directs to error.jsp (from

Configuring Combined Realm

2013-10-28 Thread J. Brian Hall
How can I configure CombinedRealm in order to: (1) use JDBCRealm for my webapp with form-based authentication while (2) also using the default UserDatabaseRealm for the Tomcat Web Application Manager? I can get one or the other to work, but not both. Here are the details of my setup: -OS:

RE: Configuring Combined Realm

2013-10-28 Thread J. Brian Hall
for the fuss. From: J. Brian Hall [mailto:jbrianhall...@me.com] Sent: Monday, October 28, 2013 7:46 AM To: 'users@tomcat.apache.org' Subject: Configuring Combined Realm How can I configure CombinedRealm in order to: (1) use JDBCRealm for my webapp with form-based authentication while (2

RE: Configuring Combined Realm

2013-10-28 Thread J. Brian Hall
Hey Felix, thanks much. This is a better alternative for what I am doing. -Original Message- From: Felix Schumacher [mailto:felix.schumac...@internetallee.de] Sent: Monday, October 28, 2013 8:38 AM To: Tomcat Users List Subject: Re: Configuring Combined Realm Hello Brian, On Mo, 2013

Unable to download junit dependency to test 7.0.41

2013-06-10 Thread Brian Burch
say junit has moved from KentBeck to the junit-team repository. Given that 7.0.41 has only just been voted and released, I wonder whether I am doing something wrong? Regards, Brian - To unsubscribe, e-mail: users-unsubscr

Re: Unable to download junit dependency to test 7.0.41

2013-06-10 Thread Brian Burch
On 10/06/13 12:09, Konstantin Kolinko wrote: 2013/6/10 Mark Thomas ma...@apache.org: On 10/06/2013 11:19, Brian Burch wrote: build.properties.default has: junit.loc=http://cloud.github.com/downloads/KentBeck/junit/junit4.8.2.zip I did a clean checkout and the download hangs indefinitely

Re: Attacks in Apache servers

2013-05-02 Thread Brian Burch
strongly recommend installing packages directly from the official apache distribution servers and then verifying the signature yourself - prior to installation! Regards, Brian - To unsubscribe, e-mail: users-unsubscr

Re: Integrating blog into a JSP website

2013-03-05 Thread Brian Burch
has services to backout unwanted changes (this is basically a requirement of any wiki). However, the standard distribution comes with almost no content and you probably should keep your own content outside the war file and back it up externally. Brian

Re: Integrating blog into a JSP website

2013-03-05 Thread Brian Burch
On 05/03/13 08:03, Brian Burch wrote: On 05/03/13 07:16, André Warnier wrote: Sunil Shevante wrote: Hi, Is it possible to integrate a blog into my JSP website? Currently I have manually created the directory structure within my war file. My Site : www.investorschoolindia.com Also

Re: Best way to log requests from a servlet and to a database?

2013-01-26 Thread Brian Braun
Amazon's queue as a failover mechanism.Any ideas? :-) On Sat, Jan 26, 2013 at 12:25 AM, Hassan Schroeder hassan.schroe...@gmail.com wrote: On Fri, Jan 25, 2013 at 8:16 PM, Brian Braun brianbr...@gmail.com wrote: OK, Amazon's solution would be too expensive to use as a first option. I would

Re: [OT] Best way to log requests from a servlet and to a database?

2013-01-26 Thread Brian Braun
start using this queue, and if it gets full I could failover to Amazons Queue service. What do you think? On Sat, Jan 26, 2013 at 9:06 AM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Brian Braun [mailto:brianbr...@gmail.com] Subject: Re: Best way to log requests from

Re: Best way to log requests from a servlet and to a database?

2013-01-25 Thread Brian Braun
:-) Thanks again for your suggestion! On Fri, Jan 25, 2013 at 9:32 PM, Hassan Schroeder hassan.schroe...@gmail.com wrote: On Fri, Jan 25, 2013 at 6:00 PM, Brian Braun brianbr...@gmail.com wrote: What I need is to be able to accept as much HTTP requests as possible, to log every one

Re: Best way to log requests from a servlet and to a database?

2013-01-25 Thread Brian Braun
OK, Amazon's solution would be too expensive to use as a first option. I would like to use it but just after a first queue is full. This first queue would be something running in my own host, using RAM to host the buffer. Any ideas on how to create this? On Fri, Jan 25, 2013 at 9:44 PM, Brian

How to stop DoS attacks to my Tomcat based app? Should I use Apache HTTPD or NGINX behind Tomcat?

2013-01-12 Thread Brian Braun
just Tomcat? Is there a filter somewhere that could help me, or a valve I haven't heard of? Tia, Brian

Re: Form based login authentication

2012-11-19 Thread Brian Burch
information about your problem, or even if I think you are just experiencing a that's just the way it works situation (at the moment I am not sure). Brian, Thanks for the post, good to hear that my post hasn't been lost. I do have a cheap test in a .war, attached. All it does is to try and get

Re: Form based login authentication

2012-11-10 Thread Brian Burch
to you later this week if I need any more information about your problem, or even if I think you are just experiencing a that's just the way it works situation (at the moment I am not sure). Regards, Brian - To unsubscribe, e

Re: Form based login authentication

2012-11-10 Thread Brian Burch
information about your problem, or even if I think you are just experiencing a that's just the way it works situation (at the moment I am not sure). Brian, Thanks for the post, good to hear that my post hasn't been lost. I do have a cheap test in a .war, attached. All it does is to try and get

Re: SSL Certificate Help

2012-11-08 Thread Brian Burch
On 07/11/12 21:13, Alissa Schneider wrote: Hi - I'm a novice Tomcat user. I've only used the tool to support BusinessObjects. I recently was asked to set up SSL for the first time. Initially I created my own self-signed certificate and was able to get everything working fine, although I would

Re: SSL BIO/NIO setup with openssl CA puzzle

2012-11-03 Thread Brian Burch
On 31/10/12 16:39, Daniel Mikusa wrote: On Oct 31, 2012, at 10:23 AM, Brian Burch wrote: On 26/10/12 13:24, Daniel Mikusa wrote: On Oct 26, 2012, at 5:11 AM, Brian Burch wrote: snip/ 2.8. keytool -list -v -keystore jks-keystore shows the keystore contents as two entries: 2.8.1. the first

Re: SSL BIO/NIO setup with openssl CA puzzle

2012-10-31 Thread Brian Burch
On 26/10/12 13:24, Daniel Mikusa wrote: On Oct 26, 2012, at 5:11 AM, Brian Burch wrote: My production tomcat 7.0.26 (and its predecessors back as far as tc 5) have been running with its original SSL server certificate in a JKS keystore for many years. I decided to retire my ancient java

Re: SSL BIO/NIO setup with openssl CA puzzle

2012-10-27 Thread Brian Burch
On 26/10/12 16:12, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian, On 10/26/12 5:11 AM, Brian Burch wrote: I have another system with java-7-openjdk-i386, but I haven't yet done any work on it. This openjdk does not ship with a keytool program, and so I presume

SSL BIO/NIO setup with openssl CA puzzle

2012-10-26 Thread Brian Burch
presume it will use openssl. I wonder whether I have hit a sun java 6 (and 7?) bug that is of limited interest - does anyone have any thoughts? Thanks.. Brian - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

Re: How to limit the number of sessions per IP address (DOS attacks)

2012-10-03 Thread Brian Braun
, André Warnier a...@ice-sa.com wrote: Brian Braun wrote: Hi Constantine, 1- I had almost decided to program a filter. However, I have found this solution: http://stackoverflow.com/**questions/3679465/find-number-** of-active-sessions-created-**from-a-given-client-ip/**3679783#3679783http

Re: How to limit the number of sessions per IP address (DOS attacks)

2012-10-03 Thread Brian Braun
, Konstantin Kolinko knst.koli...@gmail.comwrote: 2012/10/1 Brian Braun brianbr...@gmail.com: Hi Constantine, 1- I had almost decided to program a filter. However, I have found this solution: http://stackoverflow.com/questions/3679465/find-number-of-active-sessions-created-from-a-given

Re: How to limit the number of sessions per IP address (DOS attacks)

2012-09-30 Thread Brian Braun
it. However, the attribute maxActiveSessions limits the total of sessions among all the visitors, not specifically the total of sessions FOR A CERTAIN IP, or does it? Thanks! On Sun, Sep 30, 2012 at 3:24 AM, Konstantin Kolinko knst.koli...@gmail.comwrote: 2012/9/30 Brian Braun brianbr...@gmail.com

Re: AuthenticatorBase setChangeSessionIdOnAuthentication without cookies

2012-09-26 Thread Brian Burch
On 24/09/12 17:52, Mark Thomas wrote: On 24/09/2012 11:41, Brian Burch wrote: I draw the following conclusions: 1. A client that can accept a Set-Cookie for JSESSIONID will be able to maintain a persistent session (is that incorrectly overloading a reserved word?), no matter whether

Re: AuthenticatorBase setChangeSessionIdOnAuthentication without cookies

2012-09-25 Thread Brian Burch
On 24/09/12 19:50, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian, On 9/23/12 5:46 AM, Brian Burch wrote: However, in the case where the client is not using cookies (my test disables them for its Context), there does not appear to be a way for the server

Re: AuthenticatorBase setChangeSessionIdOnAuthentication without cookies

2012-09-24 Thread Brian Burch
On 23/09/12 11:10, Mark Thomas wrote: Thanks for looking at my questions, Mark. I hoped you would find time, because you fixed the original bug quite recently and would still remember the rather convoluted logic for FORM authentication. On 23/09/2012 10:46, Brian Burch wrote

AuthenticatorBase setChangeSessionIdOnAuthentication without cookies

2012-09-23 Thread Brian Burch
of each webapp's web.xml. Does each Context have its own instance of the authenticator valve? I would like to be sure of my understanding before proposing the test case as an enhancement, so any comments or advice would be helpful. Thanks, Brian

Re: Is there a REAL solution to the BEAST attack (CVE-2011-3389) for Tomcat 7.x

2012-09-15 Thread Brian Braun
, which ones should I add? On Sat, Sep 15, 2012 at 2:57 AM, Mark Thomas ma...@apache.org wrote: Brian Braun brianbr...@gmail.com wrote: Hi, Is there a REAL solution to the BEAST attack (CVE-2011-3389) for Tomcat 7.x? For more info about this attack: http://web.nvd.nist.gov/view/vuln/detail

Re: Is there a REAL solution to the BEAST attack (CVE-2011-3389) for Tomcat 7.x

2012-09-15 Thread Brian Braun
requirements :-) On Sat, Sep 15, 2012 at 2:05 PM, Mark Thomas ma...@apache.org wrote: On 15/09/2012 19:59, Brian Braun wrote: Hi Mark, I was really interested in your advice. I'm glad you answered, thanks! I'm trying not the disable TLS1.0 because I did a site that is being uses by unknown people

Re: SSL Vulnerability in Tomcat and/or JVM?

2012-09-15 Thread Brian Braun
and diffehelmen ciphers from your supported cipher list. This really only leaves you with RC4 ciphers. Dan On Sep 14, 2012, at 5:14 PM, Brian Braun brianbr...@gmail.com wrote: Hi Dan, Thanks a lot for your response! Contacting them will not work. I have had false positives in the past

Re: Is there a REAL solution to the

2012-09-15 Thread Brian Braun
: Yeah, but I thought OpenSSL had a patch for this that worked. Read...#2635: 1/n-1 record splitting technique for CVE-2011-3389 -Original Message- From: Brian Braun brianbr...@gmail.com Sent: Sep 14, 2012 11:12 PM To: Tomcat Users List users@tomcat.apache.org Subject

SSL Vulnerability in Tomcat and/or JVM?

2012-09-14 Thread Brian Braun
,SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA protocol=HTTP/1.1 SSLEnabled=true /Connector Thanks in advance! Brian

Re: SSL Vulnerability in Tomcat and/or JVM?

2012-09-14 Thread Brian Braun
=org.apache.coyote.http11.Http11Protocol port=443 .../ APR/OpenSSL Connector protocol=org.apache.coyote.http11.Http11AprProtocol port=443 .../ Dan -Original Message- From: Brian Braun [mailto:brianbr...@gmail.com] Sent: Friday, September 14, 2012 1:06 AM To: Tomcat Users List

Is there a REAL solution to the BEAST attack (CVE-2011-3389) for Tomcat 7.x

2012-09-14 Thread Brian Braun
Hi, Is there a REAL solution to the BEAST attack (CVE-2011-3389) for Tomcat 7.x? For more info about this attack: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2011-3389 My toughts and questions, as far as I have investigated this issue: - Disabling the TLS1.0 protocol would be too

Customize from and to address for emails that come from tomcat

2012-08-24 Thread Brian Weddell
I'm using mail.jar and activation-1.1.jar. I am able to successfully send mail from Tomcat. However the emails come from the user running tomcat and the FQDN of the local host. Is there a way to mask this? For example, instead of: From: tomc...@servername.domain.com

Re: Any way to deal with too many request per second?

2012-06-30 Thread Brian Braun
Hi Joseph, Could you elaborate that further please? It sounds like a solution, but I didn't understand it. Thanks in advance! On Fri, Jun 29, 2012 at 8:28 PM, Joseph wutong...@gmail.com wrote: Try jdk build in block queue in concurrent pkg 在 2012-6-30,7:57,Brian Braun brianbr...@gmail.com 写道

Any way to deal with too many request per second?

2012-06-29 Thread Brian Braun
Hi, First of all, I'm using Ubuntu 11.1 + Tomcat 7.0.22. I created a RESTfull service. My clients are sending me HTTP requests, and I return them responses. Usually, a client makes at the most 1-2 requests per second which is totally fine, but some clients sometimes make about 30 requests per

Re: Trying to suppress keystore and truststore password in Cent OS process listings.

2012-03-25 Thread Brian Hand
Pid Worked like a champ. Thank you once again. Brian On 3/25/2012 2:40 AM, Pid * wrote: On 25 Mar 2012, at 06:25, Brian Handhandbri...@gmail.com wrote: Hello all I been working with getting JMX working with SSL with client side authentication working on tomcat. All is working well

Trying to suppress keystore and truststore password in Cent OS process listings.

2012-03-24 Thread Brian Hand
these passwords in the clear and support the SSL configuration capabilities that are setup? Thanks in advance Brian ps -ef | grep jsvc root 14973 1 0 23:51 ?00:00:00 jsvc.exec -pidfile /var/run/jsvc.pid -cp /usr/local/apache/bin/bootstrap.jar:/usr/local/apache/bin/tomcat-juli.jar

disabling SessionListener Logging

2012-03-17 Thread Brian Hand
on port 80 and enable SSL on port 443 ) I haven't done much above and beyond that. Thanks in advance Brian - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: disabling SessionListener Logging

2012-03-17 Thread Brian Hand
to this being in the log output. org.apache.catalina.core.ApplicationContext which isn't a part of the example web app. I am open to any other ideas. Thanks Brian On 3/17/2012 2:23 AM, Pid * wrote: On 17 Mar 2012, at 07:21, Brian Handhandbri...@gmail.com wrote: Hello I am currently running

Re: disabling SessionListener Logging

2012-03-17 Thread Brian Hand
that was not the case. Thanks for the prompt assistance Brian On 3/17/2012 2:39 AM, Pid * wrote: On 17 Mar 2012, at 07:31, Brian Handhandbri...@gmail.com wrote: Thanks for the quick response. It doesn't appear to be the case. The example servlet doesn't seem to have any logger calls and is just

Re: Critical Problem Tomcat 7

2012-01-23 Thread Brian Burch
, it will take a while to start while it repopulates the cache by compiling all your files again. I don't know whether this will resolve your problem, but it wouldn't be the first time confusion was caused by something supposedly deleted under netbeans still hanging around. Regards, Brian Jan 19

Re: is der any default username for tomcat?

2012-01-06 Thread Brian Burch
to read the Tomcat docs. 3) http://www.catb.org/~esr/faqs/smart-questions.html Is it a full moon? - Chuck Probably just the start of a new academic year in India... sigh, the patience of you guys never ceases to impress me. Brian THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL

Re: Login fails, then works subsequently (Tomcat 7)

2011-12-21 Thread Brian Burch
more more graceful, i.e. bounce directly back to the login form rather than display the error response. However, if only you and me care about it, then I have more important things to work on! Regards, Brian - To unsubscribe

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

2011-12-09 Thread Brian Burch
to NonLoginAuthenticator (https://issues.apache.org/bugzilla/show_bug.cgi?id=52303) which shows how to inject an existing Principal instance into a SingleSignOn session. This might give you some idea how to achieve what you want without the complexity of subclassing all the standard realms. Regards, Brian

Re: SingleSignonValve and webapp session timeout

2011-11-29 Thread Brian Burch
On 14/10/11 04:04, Brian Burch wrote: I will go quiet for a few days while I checkout 6.0.28 and get it to build. Phew! That took me longer than I expected I got 6.0.28 to build, then ran all the unit tests, then debugged the SSO logic and started to understand it. Then I (coded

Re: SSL Port 443 for AIX

2011-11-12 Thread Brian Burch
On 13/11/11 04:32, Tobias Crefeld wrote: Am Sat, 12 Nov 2011 07:21:58 -0500 schrieb whoswhopongd...@gmail.com: Tomcat has been installed as a non-root user. I want to use SSL port 443 and not the deafult port 8443. When I modify the SSL connector, and try connecting as 443, I get permission

Re: tomcat doesnt want to start

2011-11-08 Thread Brian Burch
On 09/11/11 15:46, Daniel Baktiar wrote: Probably you should instead do this: $ cat /var/log/tomcat6 (I suspect it's the log file, not a tomcat6 folder). No, it is because of permissions on the /var/log/tomcat6 directory... you cannot cd to that directory as an ordinary user. so these will

RE: Tomcat produces empty/missing log files

2011-10-21 Thread Brian Jones
in the console, there are no log4j exceptions thrown, but the log files are empty again. Any more ideas? It seems like the modification to the logging.properties file was very close to achieving the goal, if only it didn't keep throwing exceptions about log4j. Thanks again, Brian J

RE: Tomcat produces empty/missing log files

2011-10-21 Thread Brian Jones
The verbose file I was referring to was the original content of the logging.properties file that I pasted in the previous message. Brian J. -Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Friday, October 21, 2011 2:24 PM To: Tomcat Users List Subject

RE: Tomcat produces empty/missing log files

2011-10-21 Thread Brian Jones
Please find below the context of logging.properties (updated, the 'verbose' copy, rather than the minimalized copy you had suggested previously): # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this

RE: Tomcat produces empty/missing log files

2011-10-21 Thread Brian Jones
I removed the log4j jar file - Tomcat now produces the output in the log files, but now complains several times about ClassDefNotFound for log4j Cheers, Brian J. -Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Friday, October 21, 2011 2:24 PM

RE: Tomcat produces empty/missing log files

2011-10-21 Thread Brian Jones
My mistake. The distro doesn't include the .jar by default. The project I deploy to Tomcat automatically sticks the log4j.jar file there. Sorry for the confusion; I overlooked this step. Brian J -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Friday, October 21

RE: Tomcat produces empty/missing log files

2011-10-21 Thread Brian Jones
enterprise LMS system. It is a very large system, comprised of 100+ sub projects within the project itself. Building and dependencies are handled by Maven. Not sure if that info helps with anything. Thanks again, Brian J. -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent

RE: Tomcat produces empty/missing log files

2011-10-21 Thread Brian Jones
brain. Brian J -Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Friday, October 21, 2011 3:40 PM To: Tomcat Users List Subject: Re: Tomcat produces empty/missing log files 2011/10/21 Brian Jones bjone...@uwo.ca: Yes, it appears that the project I'm

RE: Tomcat produces empty/missing log files

2011-10-21 Thread Brian Jones
development from the community's. Regards, Brian J -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Friday, October 21, 2011 3:47 PM To: Tomcat Users List Subject: RE: Tomcat produces empty/missing log files From: Brian Jones [mailto:bjone

RE: Tomcat produces empty/missing log files

2011-10-21 Thread Brian Jones
Yes, but the dependencies are not managed locally, it's done using a remote maven repository. Thus, it would affect the entire community. No? Brian J. -Original Message- From: David kerber [mailto:dcker...@verizon.net] Sent: Friday, October 21, 2011 4:26 PM To: Tomcat Users List

Tomcat produces empty/missing log files

2011-10-20 Thread Brian Jones
in advance, Brian J.

Re: WebApp access to a LAN share

2011-10-16 Thread Brian Burch
On 15/10/11 23:27, Caldarale, Charles R wrote: From: Brian Burch [mailto:br...@pingtoo.com] Subject: Re: WebApp access to a LAN share Well, for a start a webapp is not normally allowed to access files outside its own container... Unless you've configured Tomcat to use a security manager

Re: Configuration for both protected and public URLs in a web application

2011-10-15 Thread Brian Burch
the servlet specs and the tomcat docs to work out exactly how to do it. Brian - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: WebApp access to a LAN share

2011-10-15 Thread Brian Burch
Good luck! Brian - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: SingleSignonValve and webapp session timeout

2011-10-13 Thread Brian Burch
behaviour will undoubtedly follow. Before I make this change, I want to satisfy myself that the NonLoginAuthenticator.authenticate method is working properly according to the specification. Brian - To unsubscribe, e-mail

Re: SingleSignonValve and webapp session timeout

2011-10-13 Thread Brian Burch
On 13/10/11 11:39, Brian Burch wrote: To summarise: the webapp's explicit timeout is not being honoured because its web.xml does not define a login-config section. Therefore, the webapp has defaulted to use the NonLoginAuthenticator - which honours the existing SSO state (via the client cookie

Re: SingleSignonValve and webapp session timeout

2011-10-13 Thread Brian Burch
On 13/10/11 15:14, Brian Burch wrote: I beleve the division of responsibilities between the AuthenticatorBase abstract class and its extension classes is wrong. At the moment, it is the responsibility of the concrete class authenticate methods to add the Session to the existing SingleSignOnEntry

Re: SingleSignonValve and webapp session timeout

2011-10-13 Thread Brian Burch
On 13/10/11 15:14, Brian Burch wrote: On 13/10/11 11:39, Brian Burch wrote: To summarise: the webapp's explicit timeout is not being honoured because its web.xml does not define a login-config section. Therefore, the webapp has defaulted to use the NonLoginAuthenticator - which honours

Re: SingleSignonValve and webapp session timeout

2011-10-12 Thread Brian Burch
that particular bit of logic. I will run the scenario again to see what happens when the second webapp is first called. Brian - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

Re: SingleSignonValve and webapp session timeout

2011-10-12 Thread Brian Burch
quite relevant to my symptoms. I haven't been able to reconcile the source code and can't find the bug report yet. Brian - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

Re: redirection error due to context path after JAAS authentication with mod_proxy

2011-10-12 Thread Brian Burch
tomcat5 as a vanilla install to tomcat6 as a deb. Even if you are not on debian, perhaps looking at the installation script and file structure will help you set up something similar. Regards, Brian - To unsubscribe, e-mail

Re: SingleSignonValve and webapp session timeout

2011-10-12 Thread Brian Burch
On 12/10/11 12:35, Brian Burch wrote: I've successfully run a remote debugger session against the SingleSignOn Valve while it is handling my timeout scenario. Interestingly, the logic to handle the timeout of a single webapp is exactly as I wanted it to be... only the specific Session

SingleSignonValve and webapp session timeout

2011-10-11 Thread Brian Burch
? (puzzled) Brian Burch - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: SingleSignonValve and webapp session timeout

2011-10-11 Thread Brian Burch
- Hash: SHA1 Brian, On 10/11/2011 10:09 AM, Brian Burch wrote: 6. The user tries to refresh the second webapp's page after about 25 minutes, but the GET fails with 403 status and the explanation access to resource has been denied. Apparently, the user's session has been timed out and so he

Re: SingleSignonValve and webapp session timeout

2011-10-11 Thread Brian Burch
of the jsp's java source into my debugger and breakpoint that (nasty) complex if statement to see exactly how it handles both the timed-out Session and the associated SSO-session. Watch this space for further enlightenment... -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian, On 10/11/2011 12

Re: Leak in Tomcat 7.0.11: a java.util.Timer seems to leave a timerThread in the JVM, and Tomcat says ...has failed to stop it. This is very likely to create a memory leak

2011-07-30 Thread Brian Braun
Hi, Where do I find that? is there an archive of the threads? Thanks! On Sat, Jul 30, 2011 at 9:14 AM, Konstantin Kolinko knst.koli...@gmail.comwrote: 2011/7/30 Brian Braun brianbr...@gmail.com: How do I solve it? Do I need to kill the thread somehow, or should it die as soon as I cancel

Re: Leak in Tomcat 7.0.11: a java.util.Timer seems to leave a timerThread in the JVM, and Tomcat says ...has failed to stop it. This is very likely to create a memory leak

2011-07-30 Thread Brian Braun
(I have just found the archive, sorry for asking something so silly) On Sat, Jul 30, 2011 at 9:21 AM, Brian Braun brianbr...@gmail.com wrote: Hi, Where do I find that? is there an archive of the threads? Thanks! On Sat, Jul 30, 2011 at 9:14 AM, Konstantin Kolinko knst.koli

Re: Leak in Tomcat 7.0.11: a java.util.Timer seems to leave a timerThread in the JVM, and Tomcat says ...has failed to stop it. This is very likely to create a memory leak

2011-07-30 Thread Brian Braun
eventually and that no leaking is really happening? On Sat, Jul 30, 2011 at 9:14 AM, Konstantin Kolinko knst.koli...@gmail.comwrote: 2011/7/30 Brian Braun brianbr...@gmail.com: How do I solve it? Do I need to kill the thread somehow, or should it die as soon as I cancel the timer

Re: Leak in Tomcat 7.0.11: a java.util.Timer seems to leave a timerThread in the JVM, and Tomcat says ...has failed to stop it. This is very likely to create a memory leak

2011-07-30 Thread Brian Braun
For additional commands, e-mail: users-h...@tomcat.apache.org 2011/7/30 Brian Braun brianbr...@gmail.com:

Re: Leak in Tomcat 7.0.11: a java.util.Timer seems to leave a timerThread in the JVM, and Tomcat says ...has failed to stop it. This is very likely to create a memory leak

2011-07-30 Thread Brian Braun
Hi Terence, I will try that. Thanks! On Sat, Jul 30, 2011 at 3:13 PM, Terence M. Bandoian tere...@tmbsw.comwrote: On 1:59 PM, Brian Braun wrote: Hi Konstantine, I read all the thread, but I didn't find any conclusive response. Here are my doubts/comments, after everything I have read

Re: Leak in Tomcat 7.0.11: a java.util.Timer seems to leave a timerThread in the JVM, and Tomcat says ...has failed to stop it. This is very likely to create a memory leak

2011-07-30 Thread Brian Braun
, and not only the Tomcat manager says its clean of leaks, but also the Yourkit profiler shows noe just one object of the class loader! :-) On Sat, Jul 30, 2011 at 3:28 PM, Brian Braun brianbr...@gmail.com wrote: Hi Terence, I will try that. Thanks! On Sat, Jul 30, 2011 at 3:13 PM, Terence M

Tomcat 7.0.11: Find Leaks Button says there is a leak... then after a few minutes, it says the opposite (without any restarts in between)!

2011-07-30 Thread Brian Braun
Hi, I'm using Tomcat 7.0.11. I have noticed that after a reload of an app, the Find Leaks button sometimes declares that there is a leak. But after a few minutes (without restarting/stopping/reloading the app) it says that there are no leaks. I guess the reason is that some objects are refering

Leak in Tomcat 7.0.11: a java.util.Timer seems to leave a timerThread in the JVM, and Tomcat says ...has failed to stop it. This is very likely to create a memory leak

2011-07-29 Thread Brian Braun
Hi, I'm using Tomcat 7.0.11 and I'm experiencing a leak problem. This is what I find in the log: Jul 29, 2011 7:36:51 PM org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc SEVERE: The web application [/admin] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to

<    1   2   3   4   5   6   >