RE: 403 on https connection but not http

2009-01-26 Thread Emsley, I (Iain)
...@christopherschultz.net] Sent: 23 January 2009 19:16 To: Tomcat Users List Subject: Re: 403 on https connection but not http -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Iain, Emsley, I (Iain) wrote: I'm trying to get https:// working on an application running on Tomcat 5.5.23 on Windows Server 2003. When I

403 on https connection but not http

2009-01-23 Thread Emsley, I (Iain)
Hi, I'm trying to get https:// working on an application running on Tomcat 5.5.23 on Windows Server 2003. When I ran the application on port 8080, it logged me in fine using our login filters, however when I moved to https://, the application returns 403 without any messages being written to

File Not Found when serving SSL

2008-12-23 Thread Emsley, I (Iain)
Morning, I'm using Tomcat 5.5.23 on Windows Server 2003 using JDK 1.6.0_07 and I've just got SSL working on port 8443. I'm trying to serve up some static files from webapps/ROOT (which work when not running SSL) but I get the response: 08:36:37,383 ERROR [BwSvciFilter] Callback

File Not Found in SSL

2008-12-22 Thread Emsley, I (Iain)
Hi, I've just got SSL working on tomcat 5.5.23 but for some reason some static files are not being served on the port 8443 but if I log in on port 8080 without SSL, they files are served up correctly. The files are in webapps/ROOT and do not move but using port 8443 I get the

JAAS modules being ignored by Tomcat

2008-06-03 Thread Emsley, I (Iain)
Hello, I've just deployed a JAAS module onto Tomcat 5.5.23 into the server/lib file to read a cookie and authenticate via that method for the url: localhost:8080/ucal. However one of the applications that I'm trying to log into currently has form-based authentication set in its web.xml:

Overriding Password in JDBC Realm

2008-03-20 Thread Emsley, I (Iain)
I'm trying to implement a JDBC realm to compare a cookie against a database to authenticate an identity but my current application falls over trying to get a password where one doesn't exist (they are checked earlier on in the cycle in another section of the programme). Is there a way of

RE: Overriding Password in JDBC Realm

2008-03-20 Thread Emsley, I (Iain)
Emsley, I (Iain) wrote: I'm trying to implement a JDBC realm to compare a cookie against a database to authenticate an identity but my current application falls over trying to get a password where one doesn't exist (they are checked earlier on in the cycle in another section

RE: JAAS Realms, cookies and authentication

2007-10-12 Thread Emsley, I (Iain)
: Re: JAAS Realms, cookies and authentication -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Iain, Emsley, I (Iain) wrote: What I'm trying to achieve is when the user logs in on main site and clicks the link to the Java calendar, the link will read the cookie (extracting the user name/password

JAAS Realms, cookies and authentication

2007-10-11 Thread Emsley, I (Iain)
Hi, I'm trying to implement a solution to log in users to one of our web apps which runs on Tomcat via cookies to which I've had several false starts and I'd like to ask some advice on the best way of implementing this securely. What I'm trying to achieve is when the user logs in on main site

RE: context.xml not being copied across on deployment

2007-08-21 Thread Emsley, I (Iain)
R [mailto:[EMAIL PROTECTED] Sent: 17 August 2007 15:30 To: Tomcat Users List Subject: RE: context.xml not being copied across on deployment From: Emsley, I (Iain) [mailto:[EMAIL PROTECTED] Subject: context.xml not being copied across on deployment When I check the xml files in \apache-tomcat

context.xml not being copied across on deployment

2007-08-17 Thread Emsley, I (Iain)
Dear Tomcat users, I'm very new to the Tomcat application and am trying to understand why my context files are being ignored on deployment. I've had a search in the mailing archives and read (and tried) the documentation on the Tomcat site. I'm trying to get a calendaring system (which also