<snip/> > But with 6.0 there are problems! > > 1) if one follows > http://java.sun.com/j2se/1.5.0/docs/guide/standards/index.html and put > xerces-...jar into $JAVA_HOME/lib/endorsed, errors keep > alive! (No idea why JDK endorsed standard is not working) > > 2) if one try to bypass that and create endorsed inside $CATALINA_HOME, > there are two options (wich I have not tested, since I want to go on with 5.5 > <-- unless somebody gives reason why it should be 6.0 :) > > 2a) create a deamon startup-skrip (in case one wants tomcat as deamon) and > overwrite java.endorsed.dirs=$CATALINA_HOME/foo/bar/endorsed ( foo/bar > represents some location where endorsed libs should be placed, I guess common > location would be $CATALINA_HOME/lib/endorsed ) > > 2b) for manual startup catalina.sh or .bat skript should be modified to > reflect -Djava.endorsed.dirs=$FOO/bar > > But as mentioned before: I would prefer to put such endorsed libs inside > jdk-default location. Does anyone know, if setting $JAVA_ENDORSED_LIBS > explicit would solve (idea during writing :) or is that overwritten during JDK > startup? <-- ill try this immediately
This does not work for me, I repeated to set JAVA_ENDORSED_DIRS (made mistake before, calling this var JAVA_ENDORSED_LIBS!) in several java specific env configs (inside my linux /etc/env.d/java dir), but this doesent work. Maybe it is a problem, that I am running tomcat 6.0 with jdk 1.5? After setting the mentioned env-var, I tried to start tomcat with 'catalina.sh run', since I know that this var is used inside that script, nothing but exceptions. So solutions for 6.0-users are somewhat welcome, I guess ;) Greetings, Patrick > > Greetings, > Patrick > > > > Regards, > > > > Jeroen > > > > > > On Wed, 2008-04-09 at 17:34 +0200, Patrick Heiden wrote: > > > Hi Jeroen, > > > > > > > Hi Patrick, > > > > > > > > Do you have any idea, which XML Schema is causing this error? > > > > While looking at the tomcat server.xml did you also notice this > > > > statement: > > > > > > > > Note: XML Schema validation will not work with Xerces 2.2. > > > > > > > > > > Actually I have no idea. I am using standard cocoon generated web.xml > > > <web-app version="2.4" > > > xmlns="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"> > > > > > > and logmessages state, that declaration of <web-app> could not be > found. > > > > > > > Did you provide your own version of xerces? Because the one that > comes > > > > with the JDK might not work. > > > > > > My stacktrace shows the usage of com.sun.org.apache.xerces, so I would > > guess it's suns ;) Also I am sure to not provide my own xeres version. > DYT, > > that I should put explicit dependency inside my webApp-blocks pom.xml to > > solve this? > > > > > > Best regards, > > > Patrick > > > > > > > > Regards, > > > > > > > > Jeroen > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > -- > Psssst! Schon vom neuen GMX MultiMessenger gehört? > Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
