the classes directory behind WEB-INF does not exist - you need to create it. of course, that is just the start of things - each user needs to follow their own package directory
Ray ---------- From: Markus Strau?[SMTP:[EMAIL PROTECTED]] Reply To: Jetspeed Users List Sent: Thursday, December 13, 2001 4:29 AM To: Jetspeed Users List Subject: AW: where is the /WEB-INF/classes folder? thanks, now it works with me markus -----Ursprungliche Nachricht----- Von: ICM S Op Guest 5 [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 12. Dezember 2001 17:54 An: Jetspeed Users List Betreff: RE: where is the /WEB-INF/classes folder? I placed my portlets directly in the classes directory and it works. It should be also possible to place it in the portlets directory: WEB-INF\classes\org\apache\jetspeed\portal\portlets but then you should insert this line into your portlet.java: package org.apache.jetspeed.portal.portlets; Good luck, Andreas K. > -----Original Message----- > From: Markus Strau? [mailto:[EMAIL PROTECTED]] > Sent: Mittwoch, 12. Dezember 2001 17:11 > To: Jetspeed Users List > Subject: AW: where is the /WEB-INF/classes folder? > > > andreas, thank you for your helpful response > > but - and this goes to all - > > i still want my own portlets to be displayed in jetspeed... > but the logfile says it could not load the class files. > so where should the .class files go? is the portletapps folder the > correct one? > or where else should these files be put? > > tia > markus > > > > -----Ursprungliche Nachricht----- > Von: ICM S Op Guest 5 [mailto:[EMAIL PROTECTED]] > Gesendet: Mittwoch, 12. Dezember 2001 16:53 > An: Jetspeed Users List > Betreff: RE: where is the /WEB-INF/classes folder? > > > Hi Markus, > > the classes directory is gone because for the release version > a jar file > has been build. > > If you want back your class files you have to do this: > - stop tomcat > - create a classes directory inside of WEB-INF > - extract all files from your lib/jetspeed*.jar file to this directory > - download the jetspeed1.3a2src.zip > - extract the src/java/* directories to the classes directory > (take care > that it maps the directory structure you already have, starting with > org/...) > - rename your lib/jetspeed*.jar to .jar_new or something else > - start tomcat > > that's all. > > Andreas Kempf > > > > > -----Original Message----- > > From: Markus Strau? [mailto:[EMAIL PROTECTED]] > > Sent: Mittwoch, 12. Dezember 2001 15:22 > > To: [EMAIL PROTECTED] > > Subject: where is the /WEB-INF/classes folder? > > > > > > ....lookin at the jetspeed 1.3a2 rc.... > > > > well, where is it? > > where am i supposed to place my own classes to? > > should i add a classes folder where the old was? > > or whatever? > > could anybody explain that to me? > > > > -_- > > > > > > Mit freundlichen Gru?en / With best regards > > > > Markus Strau? > > Softwareentwickler > > [EMAIL PROTECTED] > > > > > > > > -- > > 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]> > > > -- > 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]> -- 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]>
