Community

Configuring the header.jsp

created by Tridib Das in JBoss Portal - View the full discussion

Hi All,

I have modified the header.jsp and created my own .war file.

But still i have to modify the jboss-service.xml(\server\default\deploy\jboss-portal.sar\META-INF)

<mbean
      code="org.jboss.portal.core.aspects.controller.PageCustomizerInterceptor"
      name="portal:service=Interceptor,type=Command,name=PageCustomizer"
      xmbean-dd=""
      xmbean-code="org.jboss.portal.jems.as.system.JBossServiceModelMBean">
      <xmbean/>
      <attribute name="TargetContextPath">/portal-core</attribute>
      <attribute name="HeaderPath">/WEB-INF/jsp/header/header.jsp</attribute>
      <attribute name="TabsPath">/WEB-INF/jsp/header/tabs.jsp</attribute>
      <!-- Overrides the value of core.login.namespace in config.xml  -->
      <!--  attribute name="LoginNamespace">dashboard</attribute -->
      <depends
         optional-attribute-name="Config"
         proxy-type="attribute">portal:service=ServerConfig</depends>
      <depends
         optional-attribute-name="PortalAuthorizationManagerFactory"
         proxy-type="attribute">portal:service=PortalAuthorizationManagerFactory</depends>
      <depends
         optional-attribute-name="PortalObjectContainer"
         proxy-type="attribute">portal:container=PortalObject</depends>
     
   </mbean>

Without modifying the file , if there is any work around to solve the problem.

Please reply.

 

Thanks

Tridib

Reply to this message by going to Community

Start a new discussion in JBoss Portal at Community