interesting... I use win xp and sun jdk, and have a fully functional console with jetty6 server Revision: 483117. Now I always start the server using bin\startup.
thanks Anita --- Joe Bohn <[EMAIL PROTECTED]> wrote: > > I think this may have removed a bit too much :-) > > Now, when attempting to use the Web Console for any of the servers in > > trunk we get a NoClassDefFoundError for a xerces class when we hit > the > console welcome page. Paul avoided this on the tomcat 6 work by > adding > a dependency in config\tomcat(6) on xercesImpl. I've verified that > this > works for jetty too. I'll go ahead and check that change in for > jetty & > jetty6 (Paul is already covering tomcat with his checkin). > > Joe > > [EMAIL PROTECTED] wrote: > > Author: akulshreshtha > > Date: Wed Dec 6 05:05:35 2006 > > New Revision: 483063 > > > > URL: http://svn.apache.org/viewvc?view=rev&rev=483063 > > Log: > > Upgrade xerces to 2.8.1, GERONIMO-2594 Remove xmlParserApis and > xalan > > Remove xerces from everywhere except console > > > > Modified: > > > geronimo/server/trunk/assemblies/geronimo-boilerplate-minimal/pom.xml > > geronimo/server/trunk/configs/client-system/pom.xml > > geronimo/server/trunk/configs/j2ee-system/pom.xml > > geronimo/server/trunk/configs/online-deployer/pom.xml > > geronimo/server/trunk/configs/upgrade-cli/pom.xml > > geronimo/server/trunk/maven-plugins/car-maven-plugin/pom.xml > > geronimo/server/trunk/modules/geronimo-system/pom.xml > > geronimo/server/trunk/pom.xml > > > > Modified: > geronimo/server/trunk/assemblies/geronimo-boilerplate-minimal/pom.xml > > URL: > http://svn.apache.org/viewvc/geronimo/server/trunk/assemblies/geronimo-boilerplate-minimal/pom.xml?view=diff&rev=483063&r1=483062&r2=483063 > > > ============================================================================== > > --- > geronimo/server/trunk/assemblies/geronimo-boilerplate-minimal/pom.xml > (original) > > +++ > geronimo/server/trunk/assemblies/geronimo-boilerplate-minimal/pom.xml > Wed Dec 6 05:05:35 2006 > > @@ -156,16 +156,6 @@ > > <groupId>xerces</groupId> > > > <artifactId>xercesImpl</artifactId> > > </artifactItem> > > - > > - <artifactItem> > > - <groupId>xerces</groupId> > > - > <artifactId>xmlParserAPIs</artifactId> > > - </artifactItem> > > - > > - <artifactItem> > > - <groupId>xalan</groupId> > > - <artifactId>xalan</artifactId> > > - </artifactItem> > > </artifactItems> > > > <outputDirectory>${project.build.directory}/classes/lib/endorsed</outputDirectory> > > </configuration> > > > > Modified: geronimo/server/trunk/configs/client-system/pom.xml > > URL: > http://svn.apache.org/viewvc/geronimo/server/trunk/configs/client-system/pom.xml?view=diff&rev=483063&r1=483062&r2=483063 > > > ============================================================================== > > --- geronimo/server/trunk/configs/client-system/pom.xml (original) > > +++ geronimo/server/trunk/configs/client-system/pom.xml Wed Dec 6 > 05:05:35 2006 > > @@ -47,16 +47,6 @@ > > > <artifactId>geronimo-j2ee-management_1.0_spec</artifactId> > > </dependency> > > > > - <dependency> > > - <groupId>xerces</groupId> > > - <artifactId>xercesImpl</artifactId> > > - </dependency> > > - > > - <dependency> > > - <groupId>xerces</groupId> > > - <artifactId>xmlParserAPIs</artifactId> > > - </dependency> > > - > > </dependencies> > > > > <build> > > @@ -142,16 +132,6 @@ > > <element> > > <groupId>xstream</groupId> > > <artifactId>xstream</artifactId> > > - </element> > > - <element> > > - <groupId>xerces</groupId> > > - <artifactId>xercesImpl</artifactId> > > - > <classpathPrefix>../lib/endorsed</classpathPrefix> > > - </element> > > - <element> > > - <groupId>xerces</groupId> > > - <artifactId>xmlParserAPIs</artifactId> > > - > <classpathPrefix>../lib/endorsed</classpathPrefix> > > </element> > > </classpath> > > <classpathPrefix>../lib</classpathPrefix> > > > > Modified: geronimo/server/trunk/configs/j2ee-system/pom.xml > > URL: > http://svn.apache.org/viewvc/geronimo/server/trunk/configs/j2ee-system/pom.xml?view=diff&rev=483063&r1=483062&r2=483063 > > > ============================================================================== > > --- geronimo/server/trunk/configs/j2ee-system/pom.xml (original) > > +++ geronimo/server/trunk/configs/j2ee-system/pom.xml Wed Dec 6 > 05:05:35 2006 > > @@ -143,16 +143,6 @@ > > > <groupId>backport-util-concurrent</groupId> > > > <artifactId>backport-util-concurrent</artifactId> > > </element> > > - <element> > > - <groupId>xerces</groupId> > > - <artifactId>xercesImpl</artifactId> > > - > <classpathPrefix>../lib/endorsed</classpathPrefix> > > - </element> > > - <element> > > - <groupId>xerces</groupId> > > - <artifactId>xmlParserAPIs</artifactId> > > - > <classpathPrefix>../lib/endorsed</classpathPrefix> > > - </element> > > </classpath> > > <classpathPrefix>../lib</classpathPrefix> > > </configuration> > > > > Modified: geronimo/server/trunk/configs/online-deployer/pom.xml > > URL: > http://svn.apache.org/viewvc/geronimo/server/trunk/configs/online-deployer/pom.xml?view=diff&rev=483063&r1=483062&r2=483063 > > > ============================================================================== > > --- geronimo/server/trunk/configs/online-deployer/pom.xml > (original) > > +++ geronimo/server/trunk/configs/online-deployer/pom.xml Wed Dec > 6 05:05:35 2006 > > @@ -124,16 +124,6 @@ > > <artifactId>xstream</artifactId> > > </element> > > <element> > > - <groupId>xerces</groupId> > > - <artifactId>xercesImpl</artifactId> > > - > <classpathPrefix>../lib/endorsed</classpathPrefix> > > - </element> > > - <element> > > - <groupId>xerces</groupId> > > - <artifactId>xmlParserAPIs</artifactId> > > - > <classpathPrefix>../lib/endorsed</classpathPrefix> > > - </element> > > - <element> > > <!-- IMPORTANT: server.jar is required > for offline deployer to work --> > > <entry>server.jar</entry> > > </element> > > > > Modified: geronimo/server/trunk/configs/upgrade-cli/pom.xml > > URL: > http://svn.apache.org/viewvc/geronimo/server/trunk/configs/upgrade-cli/pom.xml?view=diff&rev=483063&r1=483062&r2=483063 > > > ============================================================================== > > --- geronimo/server/trunk/configs/upgrade-cli/pom.xml (original) > > +++ geronimo/server/trunk/configs/upgrade-cli/pom.xml Wed Dec 6 > 05:05:35 2006 > > @@ -63,16 +63,6 @@ > > </dependency> > > > > <dependency> > > - <groupId>xerces</groupId> > > - <artifactId>xercesImpl</artifactId> > > - </dependency> > > - > > - <dependency> > > - <groupId>xerces</groupId> > > - <artifactId>xmlParserAPIs</artifactId> > > - </dependency> > > - > > - <dependency> > > <groupId>xstream</groupId> > === message truncated === ____________________________________________________________________________________ Have a burning question? Go to www.Answers.yahoo.com and get answers from real people who know.
