redirectport not redirecting (again!)

2004-06-09 Thread Knight, Digby
Hi all, I know this has been discussed a thousand times, but I've just tried to set up Https redirection on Tomcat 5.0.19 or 24, and no matter what I do or what instructions I follow, it won't work. Below are snips from my server.xml and applications web.xml - are they okay, or do I need to do

RE: Can webapps 'share' a security-constraint?

2004-05-26 Thread Knight, Digby
Look at the SingleSignOn valve. -Original Message- From: Barnet Wagman [mailto:[EMAIL PROTECTED] Sent: 26 May 2004 16:53 To: Tomcat Users List Subject: Can webapps 'share' a security-constraint? I'd like users to be able to login once and get access to several web apps. Is it

RE: problem with JSP - no data returned

2004-05-24 Thread Knight, Digby
It's not that tools.jar isn't on the path, and Tomcat can't compile the JSPs at runtime, is it? -Original Message- From: Parsons Technical Services [mailto:[EMAIL PROTECTED] Sent: 23 May 2004 00:52 To: Tomcat Users List Subject: Re: problem with JSP - no data returned Just a few curious

RE: Changing the 'ROOT' webapp (newbie question)

2004-05-17 Thread Knight, Digby
I did this with my site, and had the empty string pointing to my /portal app. Everything worked okay until I put in container-managed security, and then when restricted pages were redirected to the login jsp, Tomcat seemed to lose the context completely, so none of my links worked (using

RE: Problem with Tomcat 5.0.19 and JSTL (googleapi.jar conflicts with Jasper)

2004-04-06 Thread Knight, Digby
prefix=sql uri=http://java.sun.com/jstl/sql_rt;; % Should work then! Sincerely, Tom Kochanowicz -Original Message- From: Knight, Digby [mailto:[EMAIL PROTECTED] Sent: Thursday, April 01, 2004 2:09 AM To: '[EMAIL PROTECTED]' Subject: Problem with Tomcat 5.0.19 and JSTL Hi, I've

Problem with Tomcat 5.0.19 and JSTL

2004-04-01 Thread Knight, Digby
Hi, I've just installed Netbeans 3.6RC1 which has Tomcat 5.0.19 bundled, and it seems to have a problem with JSTL (error below). I've searched the Web for info, and the only thing I found (2 results in Google) was a suggestion to upgrade Xerces and Xalan, which I've done at the server and webapp

RE: Tomcat 5 and oracle

2003-12-10 Thread Knight, Digby
You may need the following in your server.xml ResourceParams: parameter namefactory/name valueorg.apache.commons.dbcp.BasicDataSourceFactory/value /parameter It's described in more detail in: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-how

HSQLDB JDBCRealm

2002-04-09 Thread Knight, Digby
Hi, I'm trying to get HSQLDB (1.6) working as the database behind the JDBCRealm, and have got most of the way there, but I seem to have a problem setting the username and password for when Tomcat connects to the database, and I'm getting a 'Cannot find user' error message as Tomcat loads. It's

REPOST: JDBCRealm digest=MD5 returns NullPointerException

2002-02-27 Thread Knight, Digby
Hi everyone, I've had the JDBCRealm working with some Access tables (using ODBC-JDBC bridge) for some time, but today tried adding digest=MD5 or digest=SHA to the Realm element in server.xml, but I get a NullPointerException whenever I submit the login form now. It's accepting the attribute

Re: REPOST: JDBCRealm digest=MD5 returns NullPointerException

2002-02-27 Thread Knight, Digby
Sorry - forget that message - I seem to have a problem with the error handling page not defining the exception object even though I've set isErrorPage=true. Strange. The information in this e-mail and any attachments (the 'e-mail') is confidential and intended solely for the addressee(s)

JDBCRealm digest=MD5 returns NullPointerException

2002-02-22 Thread Knight, Digby
Hi everyone, I've had the JDBCRealm working with some Access tables (using ODBC-JDBC bridge) for some time, but today tried adding digest=MD5 or digest=SHA to the Realm element in server.xml, but I get a NullPointerException whenever I submit the login form now. I've searched this archive for

Analysing client certificates

2002-02-19 Thread Knight, Digby
Hi Is there an easy way to analyse a clent certificate (e.g. get the distinguished name or whole certificate as an X509 object) from a request. I'm using Tomcat 4.02 and J2SDK1.4, and am passing a client certificate over SSL, but don't know how to get at it. Any ideas? Thanks in advance. Dig