Re: UserDatabaseRealm Problems

2007-01-25 Thread Wayne Gemmell
Hi, thanks for the response. On Thu, 25 Jan 2007 10:27:20 + Pid <[EMAIL PROTECTED]> wrote: > Enable a RequestDumperValve so you can see what WorldPay is doing > when it hits your URL. > > http://tomcat.apache.org/tomcat-5.0-doc/config/valve.html#Request%20Dumper > %20Valve Wow thats a lot of

Re: UserDatabaseRealm Problems

2007-01-25 Thread Pid
Wesley Hof wrote: There is no UserDatabaseRealm config file. server/conf/tomcat-users.xml UserDatabaseRealm reads from that file to determine who can log in, with which privileges. Authentication is activating, but I don't see any references to a restricted area in your web.xml. what is

Re: UserDatabaseRealm Problems

2007-01-25 Thread Wesley Hof
P, :) This is a new compoment. I have this in my web.xml http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";> org.nanocontainer.integra

Re: UserDatabaseRealm Problems

2007-01-25 Thread Pid
Enable a RequestDumperValve so you can see what WorldPay is doing when it hits your URL. http://tomcat.apache.org/tomcat-5.0-doc/config/valve.html#Request%20Dumper %20Valve Has the system worked with this configuration before, or is this a new component? What have you got configured in t

Re: UserDatabaseRealm Problems

2007-01-25 Thread Wayne Gemmell
Sorry for the shameless bump. Was this question badly phrased, too easy, incomplete, etc? I've been battling for days on this, asked local lugs and the irc channel with no response. This is a system that I've inherited and I've never worked with Tomcat or any other J2EE stuff before and I am gettin

UserDatabaseRealm Problems

2007-01-24 Thread Wayne Gemmell
Hi all I'm running tomcat 5.0.30-9 with java 1.5.0_06-b05 on ubuntu Dapper. I am trying to receive a callback from worldpay in my application but this seems to break the session causing an authentication failure when worldpay initiates the callback. Here is the dump of the error : 2007/01/24 01