weaver      2004/08/04 07:14:45

  Modified:    portal/src/webapp/WEB-INF/assembly jetspeed-spring.xml
  Log:
  Added commented out bean def for JBossAppServerManager
  
  Revision  Changes    Path
  1.7       +18 -3     
jakarta-jetspeed-2/portal/src/webapp/WEB-INF/assembly/jetspeed-spring.xml
  
  Index: jetspeed-spring.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/assembly/jetspeed-spring.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- jetspeed-spring.xml       1 Aug 2004 15:52:25 -0000       1.6
  +++ jetspeed-spring.xml       4 Aug 2004 14:14:45 -0000       1.7
  @@ -308,9 +308,9 @@
           <constructor-arg  ><ref 
bean="org.apache.jetspeed.aggregator.PortletRenderer" /></constructor-arg>
     </bean>
     
  -  <!-- Application Server Manager 
  +  <!-- Application Server Manager for Tomcat
           Provides hooks into the application server to help us deploy portlet 
applications
  -        as web application into that server.
  +        as web application into that server.  This manager is for Tomcat 4/5
        -->
     <bean 
id="org.apache.jetspeed.tools.pamanager.servletcontainer.ApplicationServerManager" 
           class="org.apache.jetspeed.tools.pamanager.servletcontainer.TomcatManager" 
  @@ -321,11 +321,22 @@
           <constructor-arg 
index="2"><value>${autodeployment.user}</value></constructor-arg>
           <constructor-arg 
index="3"><value>${autodeployment.password}</value></constructor-arg>
     </bean>
  +  <!--
  +     Application Server Manager for JBoss.
  +     To support deployment in JBoss, comment the Tomcat app server definition above
  +     and uncomment the JBoss app server manager below
  +  -->
  +  <!--
  +  <bean 
id="org.apache.jetspeed.tools.pamanager.servletcontainer.ApplicationServerManager"
  +        class="org.apache.jetspeed.tools.pamanager.servletcontainer.JBossManager"
  +       init-method="start" />
  +  --> 
  +  
     
     <!-- Portlet Application Manager 
           Deploys portlet application to both Jetspeed's portlet registry
           and to application server Jetspeed is using to process the web application
  -        portion of the portlet application.
  +        portion of the portlet application.  
        -->
      <bean id="PAM" 
           class="org.apache.jetspeed.tools.pamanager.ApplicationServerPAM" 
  @@ -338,6 +349,10 @@
           <constructor-arg ><ref 
bean="org.apache.jetspeed.tools.pamanager.servletcontainer.ApplicationServerManager" 
/></constructor-arg>
           <constructor-arg ><ref bean="portletCache" /></constructor-arg>  
     </bean>
  +
  +  
  +  
  +  
     
     <!-- Portlet Application deployment event listener -->
     <bean id="portletAppDeploymentListener" 
  
  
  

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

Reply via email to