RE: JDBCRealm and dynamic resources/roles

2003-09-09 Thread Eelco
and you don't even have to do a context restart. Regards, Eelco Hier my previous post: > Hello. > > I am working on a web application that creates directories with > resources (mainly Gifs) > in it. When creating new directories, i.e. "res1" and "res2&quo

JDBCRealm and dynamic resources/roles

2003-09-08 Thread Eelco
s: is this still the best way? If this (old) thread is really outdated, what would be the right way to proceed with this problem? Should I extend/implement JDBCRealm? I am using Tomcat 4.1 on Windows/Linux/Unix with JDK 1.3.1_08 Any help will be greatly appreciat

Re: Tomcat 4 Problem - Connection refused

2002-02-19 Thread Eelco den Heijer
Hi Chuck, "Connection refused" basically means: there is nothing on that port listening , so my guess is that TC 4.0.1 is not running (or at least, it not listening on port ) Try running TC4 without TC3.3, see if you connect to TC4 then. Eelco Chuck Amadi wrote: > > I ha

Re: ConcurrentModificationException error

2002-02-19 Thread Eelco den Heijer
Kent Kurima wrote: > > When I try to remove some information from the session I get a > ConcurrentModificationException error. > > tomcat 3.X did not have this problem, but tomcat 4.X is complaining about > this. > > here is a section of code that is having the problem > > java.util.Enumeratio

Re: EdH: Newbie deployment problem

2002-02-19 Thread Eelco den Heijer
Hi Paul, What if you put the digester jar in the messagelets/WEB-INF/lib ? Paul Brown wrote: > > Hi > > i have put the Digester jar inside my war and i still get the same > problem at deployment time. > > ie. this stacktrace > -- To unsubscribe: For additional co

Re: Newbie deployment problem

2002-02-19 Thread Eelco den Heijer
gt; > have i missed a step out? > > should System.out logging in a servlet appear through the Tomcat > console (inside overloaded init() method)? Yep. You should look into logging your stuff using the log api one day, but System.out should work fine. Hope this helps, Eelco -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>

Re: Tomcat4.0.2 & MySQL Connection Pools & ClassLoader - bug ?

2002-02-19 Thread Eelco den Heijer
so like to know why it doesn't work. Regards, Eelco > "Jacquet, Frederic" wrote: > > Dear all, > > I am not exactly sure of what I have found a bug or a JNDI context > misunderstanding from me. > > I have search since three days why, when I follow the J