Hi, I am trying to get some html fragment from a folder name content, it is located in webapp/jetspeed/WEB-INF/content/community.html.
I have tryied several ways to get the file as a inputstream getClass().getClassLoader().getResourceAsInputstream(/WEB-INF/content/community.html"); getClass().getClassLoader().getResourceAsInputstream(WEB-INF/content/community.html"); getClass().getClassLoader().getResourceAsInputstream(/content/community.html"); getClass().getClassLoader().getResourceAsInputstream(content/community.html"); None of these seem to work, I have also tryied to get it with the ServletContext, anyone have a little insight into this ? Is there a ContentManagement system that is included with Jetspeed ? Thanks Don --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
