Re: form tag and root context isssue

2004-08-02 Thread Paul Thomas
ex.jsp) is not available. Is there another solution? I use This works for me on TC 4.1 and TC 5.0. HTH -- Paul Thomas +--+-+ | Thomas Micro Systems Limited | Software Solutions for Business | | Computer

Re: [OT] Tomcat MD5 Authentication

2004-08-30 Thread Paul Thomas
On 30/08/2004 22:34 Steven Leija wrote: I'm trying to configure Tomcat to use MD5 encryption for my JDBCRealm. Has anyone successfully gotten this to work? Thanks, Steven Yes. It works a trat for me. Your RDBMS will need to be able to support MD5 passwords of course. -- Paul T

Re: Struts with Tomcat and Apache

2004-04-10 Thread Paul Thomas
yes, where? Any hint would be apreciated, Ralf. I supect that you're trying to use the old mod_jk connector. Try mod_jk2 instead. -- Paul Thomas +--+-+ | Thomas Micro Systems Limited | Software Solution

Re: monkeys-bunches-bananas design issue - not Friday

2004-04-10 Thread Paul Thomas
ody got a better way? Probably not better but I've has to overcome the same problem and found that something like public class Monkey { MonkeyDTO ... Bunch[] ... } public class Bunch { BunchDTO BananaDTO[] } with appropriate getters/setters work

[OT] Re: running tomcat on port 80

2005-06-23 Thread Paul Thomas
out, only processes run as root can access ports below 1024. Personally, I would never run Tomcat as root. I use Apache/jk2 instead. It works well and is fairly easy to set up. HTH. Paul Thomas +--+---+ | Thomas Micro