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 Gr��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]>
