No it can't. The Portletsapps directory isn't used, and I believe must be leftover from committers no longer active.
The way Jetspeed currently works, the whole Jetspeed portal is the webapp. There is no PAR file support. If you'd like to add new portlets to the system, you can do so by copying them into a your WAR deployment. This means copying the class files into the proper location, or creating a jar file and copying it to the proper location. Similarly for templates and PSML resources. The first section of the Tutorial covers a 'hotdeploy' method with Tomcat that works well during the development phase. Finally, the portlet API standard will soon define a standard for deploying portlets to portals. > -----Original Message----- > From: Sandeep G. Nijsure [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 13, 2002 4:40 PM > To: [EMAIL PROTECTED] > Subject: Distributing portlets > > > Hi, > > What is the best method of (binary) distributing portlets? WebSphere uses > a PAR (portlet archive) file format. Does Jetspeed support that? or WAR? > > Just like jetspeed.war is dropped in Tomcat's webapps directory, > can a WAR > file be dropped in Jetspeed's portletapps directory to make it work? The > name "portletapps" kinda suggests it. > > Thanks, > Sandeep > > > -- > 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]>
