Hi, I didn't get the binary distribution of Projector 0.1 to work. I had to apply some workarounds / fixes to get a working application. -> you will have to build from source.
I posted my experiences to this maillist earlier this day. Daniel Florey committed a few hotfixes. good luck Roman Am Fr 17.09.2004 15:38, Isabel Wanderley <[EMAIL PROTECTED]> schrieb: > Thanks to all... I downloaded the binary distribution but when I start > tomcat and try to access the localhost/project itÂs giving an exception > org.apache.slide.projector.ProcessException... anyone knows why this is > happenning?! > > This projector is getting me crazy :P Anyone knows where I can find some > doc about it?! > > Thanks, > > > TCI > Isabel Wanderley > Engenheira de Software > Tecnologia do Conhecimento e da InformaÃÃo > +55 81 3222.2166 / +55 81 9913.6894 > [EMAIL PROTECTED] > www.tcisolutions.com.br > > > > -----Original Message----- > From: Guido Casper [mailto:[EMAIL PROTECTED] > Sent: sexta-feira, 17 de setembro de 2004 04:08 > To: Slide Users Mailing List > Subject: Re: AW: Help installing projector > > > Florey, Daniel wrote: > > Hi, > > Projector needs its application files stored in the Slide repository. > > This can be achieved by either using the tomcat-install ant task that > > will unpack the files into the default file store. If you are using > > db-stores, you'll have to upload them manually after starting Slide. > > Upload the application folder that you find under under > > /projector/src/content/ to the /projector folder in the slide root > > directory (not into the files folder). > > I don't have the time to test projector (will do) but how about adding a > > build target like: > > <target name="init-projector"> > <ant dir="webdavclient" target="build-ant"/> > <taskdef resource="webdavclient/dist/ant/webdav.taskdefs"> > <classpath> > <fileset dir="webdavclient/dist/ant"> > <include name="**/*.jar"/> > </fileset> > </classpath> > </taskdef> > <davput url="http://${server}/projector" > userid="${user}" password="${passwd}"> > <fileset dir="projector/src/content"> > <include name="**/*"/> > </fileset> > </davput> > </target> > > something like that. > > Guido > > > After doing so you should be able to at least get the admin > > application running. A ready-to-run solution would be to install the > > binary distribution where everything should work right after starting. > > > Regards, Daniel > > > > ________________________________ > > > > Von: Isabel Wanderley [mailto:[EMAIL PROTECTED] > > Gesendet: Do 16.09.2004 20:50 > > An: [EMAIL PROTECTED] > > Betreff: Help installing projector > > > > > > Hi guys... > > > > I got the last Slide version from cvs with projector, but I canÂt make > > > projector work... I built the source and put the projector.war in > > tomcat but when I try to access doesnÂt appear nothing... Anyone can > help me on that ?! :) > > > > Thanks, > > > > > > TCI > > Isabel Wanderley > > Engenheira de Software > > Tecnologia do Conhecimento e da InformaÃÃo > > +55 81 3222.2166 / +55 81 9913.6894 > > [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> > > www.tcisolutions.com.br <http://www.tcisolutions.com.br/> > > > > > > > > > > > > ---------------------------------------------------------------------- > > -- > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
