Re: XML Parse problem in a webapp context.xml

2007-01-27 Thread Pete
No problem Mark. I suspected the error was just some message inconsistency. It was a bit confusing at first, but determined it wasn't that file via trial and error. (And a little snooping in the code.) There is a partial stack trace in the original message ( cut the middle out), but I can get

Re: XML Parse problem in a webapp context.xml

2007-01-27 Thread Mark Thomas
Pete wrote: > Mark, > > I stated in the original message that the conf/web.xml is unmodified and the > problem only happens with certain contents in the META-INF/context.xml after > it gets moved from the app into conf/Catalina/localhost directory. > > -P Sorry - my bad. I should have read you

Re: Problems with mod_jk apache

2007-01-27 Thread Víctor Fragoso
Yes I was, I ended up using mod_proxy, it was much easier, but thanks anyway! On 1/25/07, Rainer Jung <[EMAIL PROTECTED]> wrote: I assume you are using version 1.2.20. Increase you JkLogLevel to debug and check in the mod_jk log file, if mod_jk succeeds in matching your request url to your con

TC6, SRV 2.5, annotations

2007-01-27 Thread Hassan Schroeder
First pass at playing with the 2.5 Servlet stuff, annotations specifically. On TC 6.0.7, adding this line to a test Filter: @Resource javax.sql.DataSource foo; :: causes this exception when the context is reloaded: SEVERE: Exception starting filter EnvironmentFilter javax.naming.NameNo

Re: About Tomcat's configure

2007-01-27 Thread Li
Hi, About JDK ... you cah echo JAVA_HOME and see the path, make sure it points to the right JDK directory. About configuration, you can read tomcat doc (it is deployed on your tomcat). Or visit tomcat official site. On 1/27/07, 悠 妮 <[EMAIL PROTECTED]> wrote: Hello All, I have two questions a

log4j:WARN No appenders could be found for logger error install on Tomcat 4.1.34 with JDK 1.4.2

2007-01-27 Thread Philippe Couas
I want install samples on my Tomcat server 4.1.34 and I have following error messages ? Do you have an idea ? Regards Philippe Apache Tomcat/4.1.34 log4j:WARN No appenders could be found for logger (org.apache.myfaces.webapp.StartupServletContextListener). log4j:WARN

RE: authentication using active directory

2007-01-27 Thread Deepan
On Fri, 2007-01-26 at 11:09 -0500, Propes, Barry L [GCG-NAOT] wrote: > you have to use the usernames and passwords as j_username and j_password. You > didn't try to change that did you? > I had just switched to Basic authentication mode. Will update username and password to j_username and j_pass