It makes handling war structures so much simpler. Whether the structure is directory or a war, it can can be handled via a FileObject were all the operations are the same.
Without the use of VFS, handling file structures is a lot more difficult. Plus, I am using the VFSClassLoader handle loading Portlet classes from registered (not deployed) portlet apps, like layouts. I don't have this change committed yet, but I will later to day. On Thu, 2004-06-10 at 10:58, David Sean Taylor wrote: > May I ask ... why the dependency on VFS? > > On Jun 10, 2004, at 6:30 AM, Serge Huber wrote: > > > > > Hi all, > > > > I wonder if it's possible to slightly modify the PortletApplicationWar > > file to include configuration for the Commons VFS sub-system ? > > > > I'm having some problems in Jahia with the default configuration > > (which is in the commons-vfs-SNAPSHOT.jar file as providers.xml) and > > would like to setup another one. > > > > If I understand the setup procedure correctly, it means changing the > > following : > > > > fsManager = VFS.getManager(); > > > > with > > > > fsManager = new StandardFileSystemManager(); > > fsManager.setConfiguration(String configUri); > > > > The problem is that we should probably get the configUri from the > > jetspeed.properties file and I'm not too sure how to pass that to the > > PortletApplicationWar class. > > > > Does this change seem reasonable or do we want to enforce default > > configuration ? > > > > Regards, > > Serge Huber. > > > > > > - -- --- -----=[ shuber2 at jahia dot com ]=---- --- -- - > > www.jahia.org : A collaborative source CMS and Portal Server > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > -- > David Sean Taylor > Bluesunrise Software > [EMAIL PROTECTED] > [office] +01 707 773-4646 > [mobile] +01 707 529 9194 > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- ****************************************** * Scott T. Weaver * * <[EMAIL PROTECTED]> * * <http://www.einnovation.com> * * -------------------------------------- * * Apache Jetspeed Enterprise Portal * * Apache Pluto Portlet Container * * * * OpenEditPro, Website Content Mangement * * <http://www.openeditpro.com> * ****************************************** --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
