Thanks, Christopher! I copied the mentioned commons JARs from the Struts 1.1 dist into my slide-admin/WEB-INF/lib but it did not yet solve the problem. Next, I will try with a more recent version of commons-beanutils.
Does it make sense to try with Struts 1.0 instead of 1.1 ? Regards, Peter Nevermann > -----Original Message----- > From: Christopher Lenz [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 17, 2003 09:36 > To: Slide Users Mailing List > Subject: Re: Cannot run slide-admin > > > Hi Peter, > > looks like you need a more recent version of > commons-beanutils (probably > 1.5 should do, but when in doubt get a recent nightly build). > > In addition, Struts 1.1 also needs commons-logging and > commons-collections, so you'll need to add recent versions of > those to > slide-admin/WEB-INF/lib too. You'll be on the safe side if > you just copy > the mentioned commons JARs from the Struts distribution (note it > contains a commons-validator, commons-resources, etc, which > are optional). > > Some time has passed since I last tried deploying Slide :-( > So I have no idea if something has magically broken in the meantime. > > Nevermann, Dr., Peter wrote: > > Hi, > > > > with current from CVS, I can do a "full-dist" build successfully. > > > > Testing the server I obtained at dist/server - backed by > > jakarta-tomcat-4.1.18, jakarta-struts-1.1-b3 and > > jakarta-taglibs/standard-1.0.1 - I observer the following > (I also added the > > root role and user at tomcat-users.xml and gave all permissions to > > principals having the root role in Domain.xml): > > > > - at server starts-up, some exceptions occur: > > * in the console (see attached console-output.txt) > > * in the log file (see attached localhost_log.2003-01-16.txt) > > - nevertheless, Slide runs fine and can be accessed through > > http://localhost:8080/slide > > - but I cannot access slide-admin: > > * http://localhost:8080/slide-admin/index.jsp return a blank page > > > > I found some hints in the archive, but none did really help: > > - copied Domain.xml somewhere else to make it accessible > for slide-admin > > - copied commons-beanutils.jar and commons-digester.jar to > > slide-admin/WEB-INF/lib > > > > Any pointers? > > > > Regards, > > Peter Nevermann > > -- > Christopher Lenz > /=/ cmlenz at gmx.de > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
