Hi, I am developing an application using portlets (JSP). The portlet based application consists of several java classes, jsps, javascript files, css files, tlds and some static html pages. Is it possible to deploy this application as a war file ? Right now, each type of file resides in a different sub folder under the jetspeed folder structure ? ex. java class in the WEB-INF/classes folder, jsps in the WEB-INF/conf/templates/jsp/portlets/html folder, tlds in the WEB-INF/conf/templates/jsp folder. Is there a way to keep all the related application/portlet files separate from one another ? Similarly all application related jar files could go into a seperate folder other than the WEB-INF/lib folder. Nikhil.
