Re: More domains

2007-03-08 Thread Wayne Gemmell
Hi, I've been fighting with the same thing today. On Wed, 07 Mar 2007 19:27:30 +0100 Marcell Kiss-Toth [EMAIL PROTECTED] wrote: I copied the localhost Host section and replaced the localhost value to my domain name. Already created the folders so on. Have no errors, just getting a blank

Re: More domains

2007-03-08 Thread Wayne Gemmell
K, forget about my last post, you need to put a context tag in the server.xml file like this... Context displayName=site name docBase= path= workDir=work/Catalina/site name/_/Context I don't think its a recommended method of doing things but it works... Cheers Wayne

Re: HTTP plus

2007-02-28 Thread Wayne Gemmell
On Wed, 28 Feb 2007 12:36:03 +0100 Georg Sauer-Limbach [EMAIL PROTECTED] wrote: If you don't want to deal with HTTP, you should not use the Servlet API (which is the Java abstraction of HTTP) at all. You can do the indicated code with generic sockets, no need to mind about Servlets

Re: UserDatabaseRealm Problems

2007-01-25 Thread Wayne Gemmell
getting very dispondent about the whole thing. Any constructive advice will be appreciated. Regards Wayne On Wed, 24 Jan 2007 16:12:01 +0200 Wayne Gemmell [EMAIL PROTECTED] wrote: 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

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

UserDatabaseRealm Problems

2007-01-24 Thread Wayne Gemmell
(Thread.java:595) Any ideas what I'm doing wrong or what I can do to fix it? Regards Wayne Gemmell - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail