Dear Marphil, have you changed the following line in TourbineResources.properties in [TOMCAT]\webapps\jetspeed\WEB-INF\conf? You have to define which template you want to use, but consider (this is what I experienced) that if you choose to use jsp, portal will be managed with a mix of vm and jsp, and not only with jsp (there are no controls nor controllers implemented in jsp, but I'm still using Jetspeed 1.4-b3...)
# ------------------------------------------------------------------- # # T E M P L A T E S E R V I C E # # ------------------------------------------------------------------- # Roughly, the number of templates in each category. # # Defaults: layout=2, navigation=10, screen=50 services.TemplateService.layout.cache.size=2 services.TemplateService.navigation.cache.size=10 services.TemplateService.screen.cache.size=50 # services.TemplateService.default.extension=vm ------------------------------ -----------------------------@@@ services.TemplateService.default.extension=jsp Then if you want to change your top default just modify top_default.jsp in [TOMCAT]\webapps\jetspeed\WEB-INF\templates\jsp\navigations\html and it will work (no restart is needed if you change something on the fly). Best regards Stefano ----- Original Message ----- From: "Marphil" <[EMAIL PROTECTED]> To: "Jetspeed Users List" <[EMAIL PROTECTED]> Sent: Friday, March 26, 2004 8:14 AM Subject: Jetspeed 1.4 - trouble using jsp instead of velocity template > Hi, > > Can anybody share how did they managed to use jsp on > their portals? > > I tried... > topnav.vm=top_default.jsp > but is throwing a JasperException. > > Thanks. > > > Marphil > > __________________________________ > Do you Yahoo!? > Yahoo! Finance Tax Center - File online. File on time. > http://taxes.yahoo.com/filing.html > > --------------------------------------------------------------------- > 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]
