taylor      2002/12/15 18:31:36

  Modified:    webapp/WEB-INF/conf JetspeedSecurity.properties
                        portlets.xreg
  Log:
  Servlet Proxy Invoker from Joe Barefoot. Invokes Struts JSPs located in the same web 
application.
  
  Revision  Changes    Path
  1.54      +0 -0      jakarta-jetspeed/webapp/WEB-INF/conf/JetspeedSecurity.properties
  
  Index: JetspeedSecurity.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed/webapp/WEB-INF/conf/JetspeedSecurity.properties,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  
  
  
  1.32      +11 -0     jakarta-jetspeed/webapp/WEB-INF/conf/portlets.xreg
  
  Index: portlets.xreg
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/webapp/WEB-INF/conf/portlets.xreg,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- portlets.xreg     12 Dec 2002 16:48:28 -0000      1.31
  +++ portlets.xreg     16 Dec 2002 02:31:35 -0000      1.32
  @@ -202,4 +202,15 @@
           <url cachedOnURL="true"/>
       </portlet-entry>
   
  +    <portlet-entry name="LocalServletProxy" hidden="false" type="abstract" 
application="false">
  +        <meta-info>
  +            <title>Local Servlet Proxy</title>
  +            <description>Invokes Local Servlets and Struts JSPs deployed to this 
web application</description>
  +        </meta-info>
  +        <security-ref parent="default"/>
  +        
<classname>org.apache.jetspeed.portal.portlets.ServletProxyPortlet</classname>
  +        <category>jsp</category>
  +        <category>jsp</category>
  +    </portlet-entry>
  +
   </registry>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to