6 Replies Latest reply on Mar 21, 2006 1:03 PM by permendersingh

    Portal Instances and URLs

      JBoss AS 4.0.3
      JBoss Portal 2.2
      MySQL 4.1.15

      I am having a little problem understanding how to create a custom URL to my portal instance....

      I have a war file deployed on the server (ex. myPortal.war) and can access it with the url http://localhost:8080/portal/portal/myPortal

      I understand "myPortal" is defined in the object.xml file and everthing runs just fine...

      I want the address to be http://localhost:8080/portal/myPortal (get rid of 1 of the portals)

      I read some posts on this and the documentation but still have had no luck getting this path changed...

      Can someone please help this newbie?

      Thanks

      Indy

        • 1. Re: Portal Instances and URLs

          ok....I know someone here knows the answer to this....

          Please, any info....

          Thanks

          Indy

          • 2. Re: Portal Instances and URLs

            if you define myPortal as a portal instance in the *-objects.xml file then you'll get what you want.

            • 3. Re: Portal Instances and URLs

              Thank you so much for responding....

              I thought I was creating a new instance. Here is my object.xml.

              I still cant access it through localhost:8080/portal/myPortal...

              I have to use localhost:8080/portal/portal/myPortal....

              What am i doing wrong?

              Thanks again for your help....





              <parent-ref/>

              <if-exists>overwrite</if-exists>



              <portal-name>myPortal</portal-name>




              layout.id
              default



              theme.id
              matrix



              theme.renderSetId
              divRenderer



              layout.strategyId
              maximizedRegion




              <supported-modes>
              view
              </supported-modes>

              <supported-window-states>
              <window-state>maximized</window-state>
              </supported-window-states>


              <page-name>default</page-name>


              <window-name>testWindow</window-name>
              <instance-ref>testInstance</instance-ref>
              left
              0


              <window-name>test2Window</window-name>
              <instance-ref>test2Instance</instance-ref>
              center
              0







              • 4. Re: Portal Instances and URLs

                delete the above....sorry about that....here is the xml...

                <deployments>
                
                 <deployment>
                
                 <parent-ref>default</parent-ref>
                 <if-exists>overwrite</if-exists>
                 <portal>
                 <portal-name>myPortal</portal-name>
                
                 <properties>
                
                 <property>
                 <name>layout.id</name>
                 <value>default</value>
                 </property>
                
                 <property>
                 <name>theme.id</name>
                 <value>default</value>
                 </property>
                
                 <property>
                 <name>theme.renderSetId</name>
                 <value>default</value>
                 </property>
                
                 <property>
                 <name>layout.strategyId</name>
                 <value>maximizedRegion</value>
                 </property>
                
                 </properties>
                
                 <supported-modes>
                 <mode>view</mode>
                 </supported-modes>
                
                 <supported-window-states>
                 <window-state>maximized</window-state>
                 </supported-window-states>
                
                 <page>
                 <page-name>default</page-name>
                 <properties/>
                 <window>
                 <window-name>test</window-name>
                 <instance-ref>testInstance</instance-ref>
                 <region>left</region>
                 <height>0</height>
                 </window>
                 <window>
                 <window-name>test2</window-name>
                 <instance-ref>test2Instance</instance-ref>
                 <region>center</region>
                 <height>0</height>
                 </window>
                 </page>
                
                 </portal>
                
                 </deployment>
                
                </deployments>


                • 5. Re: Portal Instances and URLs

                  I believe you should set

                  <parent-ref />


                  Below is the one I am using ...

                  
                  <?xml version="1.0" encoding="iso-8859-1" ?>
                  <deployments>
                   <deployment>
                   <if-exists>overwrite</if-exists>
                   <parent-ref />
                   <portal>
                   <portal-name>Test</portal-name>
                   <properties>
                   <property>
                   <name>layout.id</name>
                   <value>generic</value>
                   </property>
                   <property>
                   <name>theme.id</name>
                   <value>evos-theme</value>
                   </property>
                   <property>
                   <name>theme.renderSetId</name>
                   <value>divRenderer</value>
                   </property>
                   <property>
                   <name>layout.strategyId</name>
                   <value>default</value>
                   </property>
                   <property>
                   <name>theme.windowRendererId</name>
                   <value>emptyRenderer</value>
                   </property>
                   <property>
                   <name>theme.decorationRendererId</name>
                   <value>emptyRenderer</value>
                   </property>
                   <property>
                   <name>theme.portletRendererId</name>
                   <value>emptyRenderer</value>
                   </property>
                   </properties>
                   <supported-modes>
                   <mode>VIEW</mode>
                   <mode>EDIT</mode>
                   <mode>HELP</mode>
                   </supported-modes>
                   <supported-window-states>
                   <window-state>NORMAL</window-state>
                   <window-state>MINIMIZED</window-state>
                   <window-state>MAXIMIZED</window-state>
                   </supported-window-states>
                   <page>
                   <page-name>Accueil</page-name>
                   <properties/>
                   <page>
                   <page-name>Info</page-name>
                   <properties/>
                   <window>
                   <window-name>TitreWindow</window-name>
                   <instance-ref>AccueilInfoTitreInstance</instance-ref>
                   <region>navigation</region>
                   <height>0</height>
                   </window>
                   <window>
                   <window-name>MenudetailWindow</window-name>
                   <instance-ref>AccueilInfoMenudetailInstance</instance-ref>
                   <region>left</region>
                   <height>0</height>
                   </window>
                   <window>
                   <window-name>NewsWindow</window-name>
                   <instance-ref>AccueilInfoNewsInstance</instance-ref>
                   <region>center</region>
                   <height>0</height>
                   </window>
                   </page>
                   <window>
                   <window-name>HelpAccueilWindow</window-name>
                   <instance-ref>HelpAccueilInstance</instance-ref>
                   <region>center</region>
                   <height>0</height>
                   </window>
                   </page>
                   <page>
                   <page-name>Cfg</page-name>
                   <properties/>
                   <page>
                   <page-name>Group</page-name>
                   <properties/>
                   <page>
                   <page-name>Detail</page-name>
                   <properties/>
                   <window>
                   <window-name>TitreWindow</window-name>
                   <instance-ref>GroupDetailTitreInstance</instance-ref>
                   <region>navigation</region>
                   <height>0</height>
                   </window>
                   <window>
                   <window-name>MenudetailWindow</window-name>
                   <instance-ref>GroupDetailMenudetailInstance</instance-ref>
                   <region>left</region>
                   <height>0</height>
                   </window>
                   <window>
                   <window-name>ActiveWindow</window-name>
                   <instance-ref>GroupDetailActiveInstance</instance-ref>
                   <region>center</region>
                   <height>100</height>
                   </window>
                   <window>
                   <window-name>SummaryWindow</window-name>
                   <instance-ref>GroupDetailSummaryInstance</instance-ref>
                   <region>center</region>
                   <height>0</height>
                   </window>
                   </page>
                   <page>
                   <page-name>Main</page-name>
                   <properties/>
                   <window>
                   <window-name>TitreWindow</window-name>
                   <instance-ref>GroupMainTitreInstance</instance-ref>
                   <region>navigation</region>
                   <height>0</height>
                   </window>
                   <window>
                   <window-name>MenumainWindow</window-name>
                   <instance-ref>GroupMainMenumainInstance</instance-ref>
                   <region>left</region>
                   <height>0</height>
                   </window>
                   <window>
                   <window-name>CriteriaWindow</window-name>
                   <instance-ref>GroupMainCriteriaInstance</instance-ref>
                   <region>center</region>
                   <height>0</height>
                   </window>
                   <window>
                   <window-name>ListWindow</window-name>
                   <instance-ref>GroupMainListInstance</instance-ref>
                   <region>center</region>
                   <height>100</height>
                   </window>
                   </page>
                   <page>
                   <page-name>Report</page-name>
                   <properties/>
                   <window>
                   <window-name>ReportWindow</window-name>
                   <instance-ref>GroupReportReportInstance</instance-ref>
                   <region>center</region>
                   <height>0</height>
                   </window>
                   </page>
                   <window>
                   <window-name>HelpGroupWindow</window-name>
                   <instance-ref>HelpGroupInstance</instance-ref>
                   <region>center</region>
                   <height>0</height>
                   </window>
                   </page>
                   <page>
                   <page-name>Entity</page-name>
                   <properties/>
                   <page>
                   <page-name>Detail</page-name>
                   <properties/>
                   <window>
                   <window-name>TitreWindow</window-name>
                   <instance-ref>EntityDetailTitreInstance</instance-ref>
                   <region>navigation</region>
                   <height>0</height>
                   </window>
                   <window>
                   <window-name>MenudetailWindow</window-name>
                   <instance-ref>EntityDetailMenudetailInstance</instance-ref>
                   <region>left</region>
                   <height>0</height>
                   </window>
                   <window>
                   <window-name>ActiveWindow</window-name>
                   <instance-ref>EntityDetailActiveInstance</instance-ref>
                   <region>center</region>
                   <height>100</height>
                   </window>
                   <window>
                   <window-name>SummaryWindow</window-name>
                   <instance-ref>EntityDetailSummaryInstance</instance-ref>
                   <region>center</region>
                   <height>0</height>
                   </window>
                   </page>
                   <page>
                   <page-name>Main</page-name>
                   <properties/>
                   <window>
                   <window-name>TitreWindow</window-name>
                   <instance-ref>EntityMainTitreInstance</instance-ref>
                   <region>navigation</region>
                   <height>0</height>
                   </window>
                   <window>
                   <window-name>MenumainWindow</window-name>
                   <instance-ref>EntityMainMenumainInstance</instance-ref>
                   <region>left</region>
                   <height>0</height>
                   </window>
                   <window>
                   <window-name>CriteriaWindow</window-name>
                   <instance-ref>EntityMainCriteriaInstance</instance-ref>
                   <region>center</region>
                   <height>0</height>
                   </window>
                   <window>
                   <window-name>ListWindow</window-name>
                   <instance-ref>EntityMainListInstance</instance-ref>
                   <region>center</region>
                   <height>100</height>
                   </window>
                   </page>
                   <page>
                   <page-name>Report</page-name>
                   <properties/>
                   <window>
                   <window-name>ReportWindow</window-name>
                   <instance-ref>EntityReportReportInstance</instance-ref>
                   <region>center</region>
                   <height>0</height>
                   </window>
                   </page>
                   <window>
                   <window-name>HelpEntityWindow</window-name>
                   <instance-ref>HelpEntityInstance</instance-ref>
                   <region>center</region>
                   <height>0</height>
                   </window>
                   </page>
                   <page>
                   <page-name>Portal</page-name>
                   <properties/>
                   <page>
                   <page-name>Detail</page-name>
                   <properties/>
                   <window>
                   <window-name>TitreWindow</window-name>
                   <instance-ref>PortalDetailTitreInstance</instance-ref>
                   <region>navigation</region>
                   <height>0</height>
                   </window>
                   <window>
                   <window-name>MenudetailWindow</window-name>
                   <instance-ref>PortalDetailMenudetailInstance</instance-ref>
                   <region>left</region>
                   <height>0</height>
                   </window>
                   <window>
                   <window-name>ActiveWindow</window-name>
                   <instance-ref>PortalDetailActiveInstance</instance-ref>
                   <region>center</region>
                   <height>100</height>
                   </window>
                   <window>
                   <window-name>SummaryWindow</window-name>
                   <instance-ref>PortalDetailSummaryInstance</instance-ref>
                   <region>center</region>
                   <height>0</height>
                   </window>
                   </page>
                   <page>
                   <page-name>Main</page-name>
                   <properties/>
                   <window>
                   <window-name>TitreWindow</window-name>
                   <instance-ref>PortalMainTitreInstance</instance-ref>
                   <region>navigation</region>
                   <height>0</height>
                   </window>
                   <window>
                   <window-name>MenumainWindow</window-name>
                   <instance-ref>PortalMainMenumainInstance</instance-ref>
                   <region>left</region>
                   <height>0</height>
                   </window>
                   <window>
                   <window-name>CriteriaWindow</window-name>
                   <instance-ref>PortalMainCriteriaInstance</instance-ref>
                   <region>center</region>
                   <height>0</height>
                   </window>
                   <window>
                   <window-name>ListWindow</window-name>
                   <instance-ref>PortalMainListInstance</instance-ref>
                   <region>center</region>
                   <height>100</height>
                   </window>
                   </page>
                   <page>
                   <page-name>Report</page-name>
                   <properties/>
                   <window>
                   <window-name>ReportWindow</window-name>
                   <instance-ref>PortalReportReportInstance</instance-ref>
                   <region>center</region>
                   <height>0</height>
                   </window>
                   </page>
                   <window>
                   <window-name>HelpPortalWindow</window-name>
                   <instance-ref>HelpPortalInstance</instance-ref>
                   <region>center</region>
                   <height>0</height>
                   </window>
                   </page>
                   <page>
                   <page-name>User</page-name>
                   <properties/>
                   <page>
                   <page-name>Detail</page-name>
                   <properties/>
                   <window>
                   <window-name>TitreWindow</window-name>
                   <instance-ref>UserDetailTitreInstance</instance-ref>
                   <region>navigation</region>
                   <height>0</height>
                   </window>
                   <window>
                   <window-name>MenudetailWindow</window-name>
                   <instance-ref>UserDetailMenudetailInstance</instance-ref>
                   <region>left</region>
                   <height>0</height>
                   </window>
                   <window>
                   <window-name>ActiveWindow</window-name>
                   <instance-ref>UserDetailActiveInstance</instance-ref>
                   <region>center</region>
                   <height>100</height>
                   </window>
                   <window>
                   <window-name>SummaryWindow</window-name>
                   <instance-ref>UserDetailSummaryInstance</instance-ref>
                   <region>center</region>
                   <height>0</height>
                   </window>
                   </page>
                   <page>
                   <page-name>Main</page-name>
                   <properties/>
                   <window>
                   <window-name>TitreWindow</window-name>
                   <instance-ref>UserMainTitreInstance</instance-ref>
                   <region>navigation</region>
                   <height>0</height>
                   </window>
                   <window>
                   <window-name>MenumainWindow</window-name>
                   <instance-ref>UserMainMenumainInstance</instance-ref>
                   <region>left</region>
                   <height>0</height>
                   </window>
                   <window>
                   <window-name>CriteriaWindow</window-name>
                   <instance-ref>UserMainCriteriaInstance</instance-ref>
                   <region>center</region>
                   <height>0</height>
                   </window>
                   <window>
                   <window-name>ListWindow</window-name>
                   <instance-ref>UserMainListInstance</instance-ref>
                   <region>center</region>
                   <height>100</height>
                   </window>
                   </page>
                   <page>
                   <page-name>Report</page-name>
                   <properties/>
                   <window>
                   <window-name>ReportWindow</window-name>
                   <instance-ref>UserReportReportInstance</instance-ref>
                   <region>center</region>
                   <height>0</height>
                   </window>
                   </page>
                   <window>
                   <window-name>HelpUserWindow</window-name>
                   <instance-ref>HelpUserInstance</instance-ref>
                   <region>center</region>
                   <height>0</height>
                   </window>
                   </page>
                   <page>
                   <page-name>Directory</page-name>
                   <properties/>
                   <page>
                   <page-name>Detail</page-name>
                   <properties/>
                   <window>
                   <window-name>TitreWindow</window-name>
                   <instance-ref>DirectoryDetailTitreInstance</instance-ref>
                   <region>navigation</region>
                   <height>0</height>
                   </window>
                   <window>
                   <window-name>MenudetailWindow</window-name>
                   <instance-ref>DirectoryDetailMenudetailInstance</instance-ref>
                   <region>left</region>
                   <height>0</height>
                   </window>
                   <window>
                   <window-name>ActiveWindow</window-name>
                   <instance-ref>DirectoryDetailActiveInstance</instance-ref>
                   <region>center</region>
                   <height>100</height>
                   </window>
                   <window>
                   <window-name>SummaryWindow</window-name>
                   <instance-ref>DirectoryDetailSummaryInstance</instance-ref>
                   <region>center</region>
                   <height>0</height>
                   </window>
                   </page>
                   <page>
                   <page-name>Main</page-name>
                   <properties/>
                   <window>
                   <window-name>TitreWindow</window-name>
                   <instance-ref>DirectoryMainTitreInstance</instance-ref>
                   <region>navigation</region>
                   <height>0</height>
                   </window>
                   <window>
                   <window-name>MenumainWindow</window-name>
                   <instance-ref>DirectoryMainMenumainInstance</instance-ref>
                   <region>left</region>
                   <height>0</height>
                   </window>
                   <window>
                   <window-name>CriteriaWindow</window-name>
                   <instance-ref>DirectoryMainCriteriaInstance</instance-ref>
                   <region>center</region>
                   <height>0</height>
                   </window>
                   <window>
                   <window-name>ListWindow</window-name>
                   <instance-ref>DirectoryMainListInstance</instance-ref>
                   <region>center</region>
                   <height>100</height>
                   </window>
                   </page>
                   <page>
                   <page-name>Report</page-name>
                   <properties/>
                   <window>
                   <window-name>ReportWindow</window-name>
                   <instance-ref>DirectoryReportReportInstance</instance-ref>
                   <region>center</region>
                   <height>0</height>
                   </window>
                   </page>
                   <window>
                   <window-name>HelpDirectoryWindow</window-name>
                   <instance-ref>HelpDirectoryInstance</instance-ref>
                   <region>center</region>
                   <height>0</height>
                   </window>
                   </page>
                   <window>
                   <window-name>HelpCfgWindow</window-name>
                   <instance-ref>HelpCfgInstance</instance-ref>
                   <region>center</region>
                   <height>0</height>
                   </window>
                   </page>
                   <page>
                   <page-name>Coe</page-name>
                   <properties/>
                   <page>
                   <page-name>Wiki</page-name>
                   <properties/>
                   <page>
                   <page-name>Detail</page-name>
                   <properties/>
                   <window>
                   <window-name>TitreWindow</window-name>
                   <instance-ref>WikiDetailTitreInstance</instance-ref>
                   <region>navigation</region>
                   <height>0</height>
                   </window>
                   <window>
                   <window-name>MenudetailWindow</window-name>
                   <instance-ref>WikiDetailMenudetailInstance</instance-ref>
                   <region>left</region>
                   <height>0</height>
                   </window>
                   <window>
                   <window-name>ActiveWindow</window-name>
                   <instance-ref>WikiDetailActiveInstance</instance-ref>
                   <region>center</region>
                   <height>100</height>
                   </window>
                   <window>
                   <window-name>SummaryWindow</window-name>
                   <instance-ref>WikiDetailSummaryInstance</instance-ref>
                   <region>center</region>
                   <height>0</height>
                   </window>
                   </page>
                   <page>
                   <page-name>Main</page-name>
                   <properties/>
                   <window>
                   <window-name>TitreWindow</window-name>
                   <instance-ref>WikiMainTitreInstance</instance-ref>
                   <region>navigation</region>
                   <height>0</height>
                   </window>
                   <window>
                   <window-name>MenumainWindow</window-name>
                   <instance-ref>WikiMainMenumainInstance</instance-ref>
                   <region>left</region>
                   <height>0</height>
                   </window>
                   <window>
                   <window-name>CriteriaWindow</window-name>
                   <instance-ref>WikiMainCriteriaInstance</instance-ref>
                   <region>center</region>
                   <height>0</height>
                   </window>
                   <window>
                   <window-name>ListWindow</window-name>
                   <instance-ref>WikiMainListInstance</instance-ref>
                   <region>center</region>
                   <height>100</height>
                   </window>
                   </page>
                   <page>
                   <page-name>Report</page-name>
                   <properties/>
                   <window>
                   <window-name>ReportWindow</window-name>
                   <instance-ref>WikiReportReportInstance</instance-ref>
                   <region>center</region>
                   <height>0</height>
                   </window>
                   </page>
                   <window>
                   <window-name>HelpWikiWindow</window-name>
                   <instance-ref>HelpWikiInstance</instance-ref>
                   <region>center</region>
                   <height>0</height>
                   </window>
                   </page>
                   <page>
                   <page-name>Task</page-name>
                   <properties/>
                   <page>
                   <page-name>Detail</page-name>
                   <properties/>
                   <window>
                   <window-name>TitreWindow</window-name>
                   <instance-ref>TaskDetailTitreInstance</instance-ref>
                   <region>navigation</region>
                   <height>0</height>
                   </window>
                   <window>
                   <window-name>MenudetailWindow</window-name>
                   <instance-ref>TaskDetailMenudetailInstance</instance-ref>
                   <region>left</region>
                   <height>0</height>
                   </window>
                   <window>
                   <window-name>ActiveWindow</window-name>
                   <instance-ref>TaskDetailActiveInstance</instance-ref>
                   <region>center</region>
                   <height>100</height>
                   </window>
                   <window>
                   <window-name>SummaryWindow</window-name>
                   <instance-ref>TaskDetailSummaryInstance</instance-ref>
                   <region>center</region>
                   <height>0</height>
                   </window>
                   </page>
                   <page>
                   <page-name>Main</page-name>
                   <properties/>
                   <window>
                   <window-name>TitreWindow</window-name>
                   <instance-ref>TaskMainTitreInstance</instance-ref>
                   <region>navigation</region>
                   <height>0</height>
                   </window>
                   <window>
                   <window-name>MenumainWindow</window-name>
                   <instance-ref>TaskMainMenumainInstance</instance-ref>
                   <region>left</region>
                   <height>0</height>
                   </window>
                   <window>
                   <window-name>CriteriaWindow</window-name>
                   <instance-ref>TaskMainCriteriaInstance</instance-ref>
                   <region>center</region>
                   <height>0</height>
                   </window>
                   <window>
                   <window-name>ListWindow</window-name>
                   <instance-ref>TaskMainListInstance</instance-ref>
                   <region>center</region>
                   <height>100</height>
                   </window>
                   </page>
                   <page>
                   <page-name>Report</page-name>
                   <properties/>
                   <window>
                   <window-name>ReportWindow</window-name>
                   <instance-ref>TaskReportReportInstance</instance-ref>
                   <region>center</region>
                   <height>0</height>
                   </window>
                   </page>
                   <window>
                   <window-name>HelpTaskWindow</window-name>
                   <instance-ref>HelpTaskInstance</instance-ref>
                   <region>center</region>
                   <height>0</height>
                   </window>
                   </page>
                   <page>
                   <page-name>Help</page-name>
                   <properties/>
                   <page>
                   <page-name>Detail</page-name>
                   <properties/>
                   <window>
                   <window-name>TitreWindow</window-name>
                   <instance-ref>HelpDetailTitreInstance</instance-ref>
                   <region>navigation</region>
                   <height>0</height>
                   </window>
                   <window>
                   <window-name>MenudetailWindow</window-name>
                   <instance-ref>HelpDetailMenudetailInstance</instance-ref>
                   <region>left</region>
                   <height>0</height>
                   </window>
                   <window>
                   <window-name>ActiveWindow</window-name>
                   <instance-ref>HelpDetailActiveInstance</instance-ref>
                   <region>center</region>
                   <height>100</height>
                   </window>
                   <window>
                   <window-name>SummaryWindow</window-name>
                   <instance-ref>HelpDetailSummaryInstance</instance-ref>
                   <region>center</region>
                   <height>0</height>
                   </window>
                   </page>
                   <page>
                   <page-name>Main</page-name>
                   <properties/>
                   <window>
                   <window-name>TitreWindow</window-name>
                   <instance-ref>HelpMainTitreInstance</instance-ref>
                   <region>navigation</region>
                   <height>0</height>
                   </window>
                   <window>
                   <window-name>MenumainWindow</window-name>
                   <instance-ref>HelpMainMenumainInstance</instance-ref>
                   <region>left</region>
                   <height>0</height>
                   </window>
                   <window>
                   <window-name>CriteriaWindow</window-name>
                   <instance-ref>HelpMainCriteriaInstance</instance-ref>
                   <region>center</region>
                   <height>0</height>
                   </window>
                   <window>
                   <window-name>ListWindow</window-name>
                   <instance-ref>HelpMainListInstance</instance-ref>
                   <region>center</region>
                   <height>100</height>
                   </window>
                   </page>
                   <page>
                   <page-name>Report</page-name>
                   <properties/>
                   <window>
                   <window-name>ReportWindow</window-name>
                   <instance-ref>HelpReportReportInstance</instance-ref>
                   <region>center</region>
                   <height>0</height>
                   </window>
                   </page>
                   <window>
                   <window-name>HelpHelpWindow</window-name>
                   <instance-ref>HelpHelpInstance</instance-ref>
                   <region>center</region>
                   <height>0</height>
                   </window>
                   </page>
                   <page>
                   <page-name>Discussion</page-name>
                   <properties/>
                   <page>
                   <page-name>Detail</page-name>
                   <properties/>
                   <window>
                   <window-name>TitreWindow</window-name>
                   <instance-ref>DiscussionDetailTitreInstance</instance-ref>
                   <region>navigation</region>
                   <height>0</height>
                   </window>
                   <window>
                   <window-name>MenudetailWindow</window-name>
                   <instance-ref>DiscussionDetailMenudetailInstance</instance-ref>
                   <region>left</region>
                   <height>0</height>
                   </window>
                   <window>
                   <window-name>ActiveWindow</window-name>
                   <instance-ref>DiscussionDetailActiveInstance</instance-ref>
                   <region>center</region>
                   <height>100</height>
                   </window>
                   <window>
                   <window-name>SummaryWindow</window-name>
                   <instance-ref>DiscussionDetailSummaryInstance</instance-ref>
                   <region>center</region>
                   <height>0</height>
                   </window>
                   </page>
                   <page>
                   <page-name>Main</page-name>
                   <properties/>
                   <window>
                   <window-name>TitreWindow</window-name>
                   <instance-ref>DiscussionMainTitreInstance</instance-ref>
                   <region>navigation</region>
                   <height>0</height>
                   </window>
                   <window>
                   <window-name>MenumainWindow</window-name>
                   <instance-ref>DiscussionMainMenumainInstance</instance-ref>
                   <region>left</region>
                   <height>0</height>
                   </window>
                   <window>
                   <window-name>CriteriaWindow</window-name>
                   <instance-ref>DiscussionMainCriteriaInstance</instance-ref>
                   <region>center</region>
                   <height>0</height>
                   </window>
                   <window>
                   <window-name>ListWindow</window-name>
                   <instance-ref>DiscussionMainListInstance</instance-ref>
                   <region>center</region>
                   <height>100</height>
                   </window>
                   </page>
                   <page>
                   <page-name>Report</page-name>
                   <properties/>
                   <window>
                   <window-name>ReportWindow</window-name>
                   <instance-ref>DiscussionReportReportInstance</instance-ref>
                   <region>center</region>
                   <height>0</height>
                   </window>
                   </page>
                   <window>
                   <window-name>HelpDiscussionWindow</window-name>
                   <instance-ref>HelpDiscussionInstance</instance-ref>
                   <region>center</region>
                   <height>0</height>
                   </window>
                   </page>
                   <page>
                   <page-name>Document</page-name>
                   <properties/>
                   <page>
                   <page-name>Detail</page-name>
                   <properties/>
                   <window>
                   <window-name>TitreWindow</window-name>
                   <instance-ref>DocumentDetailTitreInstance</instance-ref>
                   <region>navigation</region>
                   <height>0</height>
                   </window>
                   <window>
                   <window-name>MenudetailWindow</window-name>
                   <instance-ref>DocumentDetailMenudetailInstance</instance-ref>
                   <region>left</region>
                   <height>0</height>
                   </window>
                   <window>
                   <window-name>ActiveWindow</window-name>
                   <instance-ref>DocumentDetailActiveInstance</instance-ref>
                   <region>center</region>
                   <height>100</height>
                   </window>
                   <window>
                   <window-name>SummaryWindow</window-name>
                   <instance-ref>DocumentDetailSummaryInstance</instance-ref>
                   <region>center</region>
                   <height>0</height>
                   </window>
                   </page>
                   <page>
                   <page-name>Main</page-name>
                   <properties/>
                   <window>
                   <window-name>TitreWindow</window-name>
                   <instance-ref>DocumentMainTitreInstance</instance-ref>
                   <region>navigation</region>
                   <height>0</height>
                   </window>
                   <window>
                   <window-name>MenumainWindow</window-name>
                   <instance-ref>DocumentMainMenumainInstance</instance-ref>
                   <region>left</region>
                   <height>0</height>
                   </window>
                   <window>
                   <window-name>CriteriaWindow</window-name>
                   <instance-ref>DocumentMainCriteriaInstance</instance-ref>
                   <region>center</region>
                   <height>0</height>
                   </window>
                   <window>
                   <window-name>ListWindow</window-name>
                   <instance-ref>DocumentMainListInstance</instance-ref>
                   <region>center</region>
                   <height>100</height>
                   </window>
                   </page>
                   <page>
                   <page-name>Report</page-name>
                   <properties/>
                   <window>
                   <window-name>ReportWindow</window-name>
                   <instance-ref>DocumentReportReportInstance</instance-ref>
                   <region>center</region>
                   <height>0</height>
                   </window>
                   </page>
                   <window>
                   <window-name>HelpDocumentWindow</window-name>
                   <instance-ref>HelpDocumentInstance</instance-ref>
                   <region>center</region>
                   <height>0</height>
                   </window>
                   </page>
                   <window>
                   <window-name>HelpCoeWindow</window-name>
                   <instance-ref>HelpCoeInstance</instance-ref>
                   <region>center</region>
                   <height>0</height>
                   </window>
                   </page>
                   <security-constraint>
                   <policy-permission>
                   <role-name>Authenticated</role-name>
                   <action-name>view</action-name>
                   </policy-permission>
                   </security-constraint>
                   </portal>
                   </deployment>
                  <deployment>
                  <if-exists>overwrite</if-exists>
                   <instance>
                   <instance-name>AccueilInfoMenudetailInstance</instance-name>
                   <component-ref>evos.AccueilMenudetail</component-ref>
                   <preferences>
                   <preference>
                   <name>evospage</name>
                   <value>AccueilInfo</value>
                   <read-only>true</read-only>
                   </preference>
                   <preference>
                   <name>menu</name>
                   <value><![CDATA[<div id="p7TMnav"><div><a href="#" onClick="P7_TMenu(this);return false">Accueil</a><div><a href="${URL}Test/Accueil/Accueil/Main" target="Test-Accueil-Accueil-Main">accueil</a></div></div><div><a href="#" onClick="P7_TMenu(this);return false">Cfg</a><div><a href="${URL}Test/Cfg/Group/Main" target="Test-Cfg-Group-Main">groupe</a></div><div><a href="${URL}Test/Cfg/User/Main" target="Test-Cfg-User-Main">utilisateur</a></div><div><a href="${URL}Test/Cfg/Directory/Main" target="Test-Cfg-Directory-Main">répertoire</a></div><div><a href="${URL}Test/Cfg/Portal/Main" target="Test-Cfg-Portal-Main">portail</a></div><div><a href="${URL}Test/Cfg/Entity/Main" target="Test-Cfg-Entity-Main">entité</a></div></div><div><a href="#" onClick="P7_TMenu(this);return false">Coe</a><div><a href="${URL}Test/Coe/Wiki/Main" target="Test-Coe-Wiki-Main">wiki</a></div><div><a href="${URL}Test/Coe/Task/Main" target="Test-Coe-Task-Main">tâche</a></div><div><a href="${URL}Test/Coe/Discussion/Main" target="Test-Coe-Discussion-Main">discussion</a></div><div><a href="${URL}Test/Coe/Document/Main" target="Test-Coe-Document-Main">document</a></div><div><a href="${URL}Test/Coe/Help/Main" target="Test-Coe-Help-Main">aide</a></div></div></div>]]></value>
                   <read-only>true</read-only>
                   </preference>
                   <preference>
                   <name>portal</name>
                   <value>test</value>
                   <read-only>true</read-only>
                   </preference>
                   </preferences>
                   </instance>
                  </deployment>
                  <deployment>
                  <if-exists>overwrite</if-exists>
                   <instance>
                   <instance-name>AccueilInfoNewsInstance</instance-name>
                   <component-ref>evos.AccueilNews</component-ref>
                   <preferences>
                   <preference>
                   <name>evospage</name>
                   <value>AccueilInfo</value>
                   <read-only>true</read-only>
                   </preference>
                   <preference>
                   <name>portal</name>
                   <value>test</value>
                   <read-only>true</read-only>
                   </preference>
                   </preferences>
                   </instance>
                  </deployment>
                  <deployment>
                  <if-exists>overwrite</if-exists>
                   <instance>
                   <instance-name>AccueilInfoTitreInstance</instance-name>
                   <component-ref>evos.AccueilTitre</component-ref>
                   <preferences>
                   <preference>
                   <name>evospage</name>
                   <value>AccueilInfo</value>
                   <read-only>true</read-only>
                   </preference>
                   <preference>
                   <name>portal</name>
                   <value>test</value>
                   <read-only>true</read-only>
                   </preference>
                   </preferences>
                   </instance>
                  </deployment>
                  <deployment>
                  <if-exists>overwrite</if-exists>
                   <instance>
                   <instance-name>GroupDetailActiveInstance</instance-name>
                   <component-ref>evos.GroupActive</component-ref>
                   <preferences>
                   <preference>
                   <name>evospage</name>
                   <value>GroupDetail</value>
                   <read-only>true</read-only>
                   </preference>
                   <preference>
                   <name>portal</name>
                   <value>test</value>
                   <read-only>true</read-only>
                   </preference>
                   </preferences>
                   </instance>
                  </deployment>
                  <deployment>
                  <if-exists>overwrite</if-exists>
                   <instance>
                   <instance-name>GroupMainCriteriaInstance</instance-name>
                   <component-ref>evos.GroupCriteria</component-ref>
                   <preferences>
                   <preference>
                   <name>evospage</name>
                   <value>GroupMain</value>
                   <read-only>true</read-only>
                   </preference>
                   <preference>
                   <name>portal</name>
                   <value>test</value>
                   <read-only>true</read-only>
                   </preference>
                   </preferences>
                   </instance>
                  </deployment>
                  <deployment>
                  <if-exists>overwrite</if-exists>
                   <instance>
                   <instance-name>GroupMainListInstance</instance-name>
                   <component-ref>evos.GroupList</component-ref>
                   <preferences>
                   <preference>
                   <name>evospage</name>
                   <value>GroupMain</value>
                   <read-only>true</read-only>
                   </preference>
                   <preference>
                   <name>portal</name>
                   <value>test</value>
                   <read-only>true</read-only>
                   </preference>
                   </preferences>
                   </instance>
                  </deployment>
                  <deployment>
                  <if-exists>overwrite</if-exists>
                   <instance>
                   <instance-name>GroupDetailMenudetailInstance</instance-name>
                   <component-ref>evos.GroupMenudetail</component-ref>
                   <preferences>
                   <preference>
                   <name>evospage</name>
                   <value>GroupDetail</value>
                   <read-only>true</read-only>
                   </preference>
                   <preference>
                   <name>portal</name>
                   <value>test</value>
                   <read-only>true</read-only>
                   </preference>
                   </preferences>
                   </instance>
                  </deployment>
                  <deployment>
                  <if-exists>overwrite</if-exists>
                   <instance>
                   <instance-name>GroupMainMenumainInstance</instance-name>
                   <component-ref>evos.GroupMenumain</component-ref>
                   <preferences>
                   <preference>
                   <name>evospage</name>
                   <value>GroupMain</value>
                   <read-only>true</read-only>
                   </preference>
                   <preference>
                   <name>portal</name>
                   <value>test</value>
                   <read-only>true</read-only>
                   </preference>
                   </preferences>
                   </instance>
                  </deployment>
                  <deployment>
                  <if-exists>overwrite</if-exists>
                   <instance>
                   <instance-name>GroupReportReportInstance</instance-name>
                   <component-ref>evos.GroupReport</component-ref>
                   <preferences>
                   <preference>
                   <name>evospage</name>
                   <value>GroupReport</value>
                   <read-only>true</read-only>
                   </preference>
                   <preference>
                   <name>portal</name>
                   <value>test</value>
                   <read-only>true</read-only>
                   </preference>
                   </preferences>
                   </instance>
                  </deployment>
                  <deployment>
                  <if-exists>overwrite</if-exists>
                   <instance>
                   <instance-name>GroupDetailSummaryInstance</instance-name>
                   <component-ref>evos.GroupSummary</component-ref>
                   <preferences>
                   <preference>
                   <name>evospage</name>
                   <value>GroupDetail</value>
                   <read-only>true</read-only>
                   </preference>
                   <preference>
                   <name>portal</name>
                   <value>test</value>
                   <read-only>true</read-only>
                   </preference>
                   </preferences>
                   </instance>
                  </deployment>
                  <deployment>
                  <if-exists>overwrite</if-exists>
                   <instance>
                   <instance-name>GroupMainTitreInstance</instance-name>
                   <component-ref>evos.GroupTitre</component-ref>
                   <preferences>
                   <preference>
                   <name>evospage</name>
                   <value>GroupMain</value>
                   <read-only>true</read-only>
                   </preference>
                   <preference>
                   <name>portal</name>
                   <value>test</value>
                   <read-only>true</read-only>
                   </preference>
                   </preferences>
                   </instance>
                  </deployment>
                  <deployment>
                  <if-exists>overwrite</if-exists>
                   <instance>
                   <instance-name>GroupDetailTitreInstance</instance-name>
                   <component-ref>evos.GroupTitre</component-ref>
                   <preferences>
                   <preference>
                   <name>evospage</name>
                   <value>GroupDetail</value>
                   <read-only>true</read-only>
                   </preference>
                   <preference>
                   <name>portal</name>
                   <value>test</value>
                   <read-only>true</read-only>
                   </preference>
                   </preferences>
                   </instance>
                  </deployment>
                  <deployment>
                  <if-exists>overwrite</if-exists>
                   <instance>
                   <instance-name>EntityDetailActiveInstance</instance-name>
                   <component-ref>evos.EntityActive</component-ref>
                   <preferences>
                   <preference>
                   <name>evospage</name>
                   <value>EntityDetail</value>
                   <read-only>true</read-only>
                   </preference>
                   <preference>
                   <name>portal</name>
                   <value>test</value>
                   <read-only>true</read-only>
                   </preference>
                   </preferences>
                   </instance>
                  </deployment>
                  <deployment>
                  <if-exists>overwrite</if-exists>
                   <instance>
                   <instance-name>EntityMainCriteriaInstance</instance-name>
                   <component-ref>evos.EntityCriteria</component-ref>
                   <preferences>
                   <preference>
                   <name>evospage</name>
                   <value>EntityMain</value>
                   <read-only>true</read-only>
                   </preference>
                   <preference>
                   <name>portal</name>
                   <value>test</value>
                   <read-only>true</read-only>
                   </preference>
                   </preferences>
                   </instance>
                  </deployment>
                  <deployment>
                  <if-exists>overwrite</if-exists>
                   <instance>
                   <instance-name>EntityMainListInstance</instance-name>
                   <component-ref>evos.EntityList</component-ref>
                   <preferences>
                   <preference>
                   <name>evospage</name>
                   <value>EntityMain</value>
                   <read-only>true</read-only>
                   </preference>
                   <preference>
                   <name>portal</name>
                   <value>test</value>
                   <read-only>true</read-only>
                   </preference>
                   </preferences>
                   </instance>
                  </deployment>
                  <deployment>
                  <if-exists>overwrite</if-exists>
                   <instance>
                   <instance-name>EntityDetailMenudetailInstance</instance-name>
                   <component-ref>evos.EntityMenudetail</component-ref>
                   <preferences>
                   <preference>
                   <name>evospage</name>
                   <value>EntityDetail</value>
                   <read-only>true</read-only>
                   </preference>
                   <preference>
                   <name>portal</name>
                   <value>test</value>
                   <read-only>true</read-only>
                   </preference>
                   </preferences>
                   </instance>
                  </deployment>
                  <deployment>
                  <if-exists>overwrite</if-exists>
                   <instance>
                   <instance-name>EntityMainMenumainInstance</instance-name>
                   <component-ref>evos.EntityMenumain</component-ref>
                   <preferences>
                   <preference>
                   <name>evospage</name>
                   <value>EntityMain</value>
                   <read-only>true</read-only>
                   </preference>
                   <preference>
                   <name>portal</name>
                   <value>test</value>
                   <read-only>true</read-only>
                   </preference>
                   </preferences>
                   </instance>
                  </deployment>
                  <deployment>
                  <if-exists>overwrite</if-exists>
                   <instance>
                   <instance-name>EntityReportReportInstance</instance-name>
                   <component-ref>evos.EntityReport</component-ref>
                   <preferences>
                   <preference>
                   <name>evospage</name>
                   <value>EntityReport</value>
                   <read-only>true</read-only>
                   </preference>
                   <preference>
                   <name>portal</name>
                   <value>test</value>
                   <read-only>true</read-only>
                   </preference>
                   </preferences>
                   </instance>
                  </deployment>
                  <deployment>
                  <if-exists>overwrite</if-exists>
                   <instance>
                   <instance-name>EntityDetailSummaryInstance</instance-name>
                   <component-ref>evos.EntitySummary</component-ref>
                   <preferences>
                   <preference>
                   <name>evospage</name>
                   <value>EntityDetail</value>
                   <read-only>true</read-only>
                   </preference>
                   <preference>
                   <name>portal</name>
                   <value>test</value>
                   <read-only>true</read-only>
                   </preference>
                   </preferences>
                   </instance>
                  </deployment>
                  <deployment>
                  <if-exists>overwrite</if-exists>
                   <instance>
                   <instance-name>EntityMainTitreInstance</instance-name>
                   <component-ref>evos.EntityTitre</component-ref>
                   <preferences>
                   <preference>
                   <name>evospage</name>
                   <value>EntityMain</value>
                   <read-only>true</read-only>
                   </preference>
                   <preference>
                   <name>portal</name>
                   <value>test</value>
                   <read-only>true</read-only>
                   </preference>
                   </preferences>
                   </instance>
                  </deployment>
                  <deployment>
                  <if-exists>overwrite</if-exists>
                   <instance>
                   <instance-name>EntityDetailTitreInstance</instance-name>
                   <component-ref>evos.EntityTitre</component-ref>
                   <preferences>
                   <preference>
                   <name>evospage</name>
                   <value>EntityDetail</value>
                   <read-only>true</read-only>
                   </preference>
                   <preference>
                   <name>portal</name>
                   <value>test</value>
                   <read-only>true</read-only>
                   </preference>
                   </preferences>
                   </instance>
                  </deployment>
                  <deployment>
                  <if-exists>overwrite</if-exists>
                   <instance>
                   <instance-name>PortalDetailActiveInstance</instance-name>
                   <component-ref>evos.PortalActive</component-ref>
                   <preferences>
                   <preference>
                   <name>evospage</name>
                   <value>PortalDetail</value>
                   <read-only>true</read-only>
                   </preference>
                   <preference>
                   <name>portal</name>
                   <value>test</value>
                   <read-only>true</read-only>
                   </preference>
                   </preferences>
                   </instance>
                  </deployment>
                  <deployment>
                  <if-exists>overwrite</if-exists>
                   <instance>
                   <instance-name>PortalMainCriteriaInstance</instance-name>
                   <component-ref>evos.PortalCriteria</component-ref>
                   <preferences>
                   <preference>
                   <name>evospage</name>
                   <value>PortalMain</value>
                   <read-only>true</read-only>
                   </preference>
                   <preference>
                   <name>portal</name>
                   <value>test</value>
                   <read-only>true</read-only>
                   </preference>
                   </preferences>
                   </instance>
                  </deployment>
                  <deployment>
                  <if-exists>overwrite</if-exists>
                   <instance>
                   <instance-name>PortalMainListInstance</instance-name>
                   <component-ref>evos.PortalList</component-ref>
                   <preferences>
                   <preference>
                   <name>evospage</name>
                   <value>PortalMain</value>
                   <read-only>true</read-only>
                   </preference>
                   <preference>
                   <name>portal</name>
                   <value>test</value>
                   <read-only>true</read-only>
                   </preference>
                   </preferences>
                   </instance>
                  </deployment>
                  <deployment>
                  <if-exists>overwrite</if-exists>
                   <instance>
                   <instance-name>PortalDetailMenudetailInstance</instance-name>
                   <component-ref>evos.PortalMenudetail</component-ref>
                   <preferences>
                   <preference>
                   <name>evospage</name>
                   <value>PortalDetail</value>
                   <read-only>true</read-only>
                   </preference>
                   <preference>
                   <name>portal</name>
                   <value>test</value>
                   <read-only>true</read-only>
                   </preference>
                   </preferences>
                   </instance>
                  </deployment>
                  <deployment>
                  <if-exists>overwrite</if-exists>
                   <instance>
                   <instance-name>PortalMainMenumainInstance</instance-name>
                   <component-ref>evos.PortalMenumain</component-ref>
                   <preferences>
                   <preference>
                   <name>evospage</name>
                   <value>PortalMain</value>
                   <read-only>true</read-only>
                   </preference>
                   <preference>
                   <name>portal</name>
                   <value>test</value>
                   <read-only>true</read-only>
                   </preference>
                   </preferences>
                   </instance>
                  </deployment>
                  <deployment>
                  <if-exists>overwrite</if-exists>
                   <instance>
                   <instance-name>PortalReportReportInstance</instance-name>
                   <component-ref>evos.PortalReport</component-ref>
                   <preferences>
                   <preference>
                   <name>evospage</name>
                   <value>PortalReport</value>
                   <read-only>true</read-only>
                   </preference>
                   <preference>
                   <name>portal</name>
                   <value>test</value>
                   <read-only>true</read-only>
                   </preference>
                   </preferences>
                   </instance>
                  </deployment>
                  <deployment>
                  <if-exists>overwrite</if-exists>
                   <instance>
                   <instance-name>PortalDetailSummaryInstance</instance-name>
                   <component-ref>evos.PortalSummary</component-ref>
                   <preferences>
                   <preference>
                   <name>evospage</name>
                   <value>PortalDetail</value>
                   <read-only>true</read-only>
                   </preference>
                   <preference>
                   <name>portal</name>
                   <value>test</value>
                   <read-only>true</read-only>
                   </preference>
                   </preferences>
                   </instance>
                  </deployment>
                  <deployment>
                  <if-exists>overwrite</if-exists>
                   <instance>
                   <instance-name>PortalMainTitreInstance</instance-name>
                   <component-ref>evos.PortalTitre</component-ref>
                   <preferences>
                   <preference>
                   <name>evospage</name>
                   <value>PortalMain</value>
                   <read-only>true</read-only>
                   </preference>
                   <preference>
                   <name>portal</name>
                   <value>test</value>
                   <read-only>true</read-only>
                   </preference>
                   </preferences>
                   </instance>
                  </deployment>
                  <deployment>
                  <if-exists>overwrite</if-exists>
                   <instance>
                   <instance-name>PortalDetailTitreInstance</instance-name>
                   <component-ref>evos.PortalTitre</component-ref>
                   <preferences>
                   <preference>
                   <name>evospage</name>
                   <value>PortalDetail</value>
                   <read-only>true</read-only>
                   </preference>
                   <preference>
                   <name>portal</name>
                   <value>test</value>
                   <read-only>true</read-only>
                   </preference>
                   </preferences>
                   </instance>
                  </deployment>
                  <deployment>
                  <if-exists>overwrite</if-exists>
                   <instance>
                   <instance-name>UserDetailActiveInstance</instance-name>
                   <component-ref>evos.UserActive</component-ref>
                   <preferences>
                   <preference>
                   <name>evospage</name>
                   <value>UserDetail</value>
                   <read-only>true</read-only>
                   </preference>
                   <preference>
                   <name>portal</name>
                   <value>test</value>
                   <read-only>true</read-only>
                   </preference>
                   </preferences>
                   </instance>
                  </deployment>
                  <deployment>
                  <if-exists>overwrite</if-exists>
                   <instance>
                   <instance-name>UserMainCriteriaInstance</instance-name>
                   <component-ref>evos.UserCriteria</component-ref>
                   <preferences>
                   <preference>
                   <name>evospage</name>
                   <value>UserMain</value>
                   <read-only>true</read-only>
                   </preference>
                   <preference>
                   <name>portal</name>
                   <value>test</value>
                   <read-only>true</read-only>
                   </preference>
                   </preferences>
                   </instance>
                  </deployment>
                  <deployment>
                  <if-exists>overwrite</if-exists>
                   <instance>
                   <instance-name>UserMainListInstance</instance-name>
                   <component-ref>evos.UserList</component-ref>
                   <preferences>
                   <preference>
                   <name>evospage</name>
                   <value>UserMain</value>
                   <read-only>true</read-only>
                   </preference>
                   <preference>
                   <name>portal</name>
                   <value>test</value>
                   <read-only>true</read-only>
                   </preference>
                   </preferences>
                   </instance>
                  </deployment>
                  <deployment>
                  <if-exists>overwrite</if-exists>
                   <instance>
                   <instance-name>UserDetailMenudetailInstance</instance-name>
                   <component-ref>evos.UserMenudetail</component-ref>
                   <preferences>
                   <preference>
                   <name>evospage</name>
                   <value>UserDetail</value>
                   <read-only>true</read-only>
                   </preference>
                   <preference>
                   <name>portal</name>
                   <value>test</value>
                   <read-only>true</read-only>
                   </preference>
                   </preferences>
                   </instance>
                  </deployment>
                  <deployment>
                  <if-exists>overwrite</if-exists>
                   <instance>
                   <instance-name>UserMainMenumainInstance</instance-name>
                   <component-ref>evos.UserMenumain</component-ref>
                   <preferences>
                   <preference>
                   <name>evospage</name>
                   <value>UserMain</value>
                   <read-only>true</read-only>
                   </preference>
                   <preference>
                   <name>portal</name>
                   <value>test</value>
                   <read-only>true</read-only>
                   </preference>
                   </preferences>
                   </instance>
                  </deployment>
                  <deployment>
                  <if-exists>overwrite</if-exists>
                   <instance>
                   <instance-name>UserReportReportInstance</instance-name>
                   <component-ref>evos.UserReport</component-ref>
                   <preferences>
                   <preference>
                   <name>evospage</name>
                   <value>UserReport</value>
                   <read-only>true</read-only>
                   </preference>
                   <preference>
                   <name>portal</name>
                   <value>test</value>
                   <read-only>true</read-only>
                   </preference>
                   </preferences>
                   </instance>
                  </deployment>
                  <deployment>
                  <if-exists>overwrite</if-exists>
                   <instance>
                   <instance-name>UserDetailSummaryInstance</instance-name>
                   <component-ref>evos.UserSummary</component-ref>
                   <preferences>
                   <preference>
                   <name>evospage</name>
                   <value>UserDetail</value>
                   <read-only>true</read-only>
                   </preference>
                   <preference>
                   <name>portal</name>
                   <value>test</value>
                   <read-only>true</read-only>
                   </preference>
                   </preferences>
                   </instance>
                  </deployment>
                  <deployment>
                  <if-exists>overwrite</if-exists>
                   <instance>
                   <instance-name>UserMainTitreInstance</instance-name>
                   <component-ref>evos.UserTitre</component-ref>
                   <preferences>
                   <preference>
                   <name>evospage</name>
                   <value>UserMain</value>
                   <read-only>true</read-only>
                   </preference>
                   <preference>
                   <name>portal</name>
                   <value>test</value>
                   <read-only>true</read-only>
                   </preference>
                   </preferences>
                   </instance>
                  </deployment>
                  <deployment>
                  <if-exists>overwrite</if-exists>
                   <instance>
                   <instance-name>UserDetailTitreInstance</instance-name>
                   <component-ref>evos.UserTitre</component-ref>
                   <preferences>
                   <preference>
                   <name>evospage</name>
                   <value>UserDetail</value>
                   <read-only>true</read-only>
                   </preference>
                   <preference>
                   <name>portal</name>
                   <value>test</value>
                   <read-only>true</read-only>
                   </preference>
                   </preferences>
                   </instance>
                  </deployment>
                  <deployment>
                  <if-exists>overwrite</if-exists>
                   <instance>
                   <instance-name>DirectoryDetailActiveInstance</instance-name>
                   <component-ref>evos.DirectoryActive</component-ref>
                   <preferences>
                   <preference>
                   <name>evospage</name>
                   <value>DirectoryDetail</value>
                   <read-only>true</read-only>
                   </preference>
                   <preference>
                   <name>portal</name>
                   <value>test</value>
                   <read-only>true</read-only>
                   </preference>
                   </preferences>
                   </instance>
                  </deployment>
                  <deployment>
                  <if-exists>overwrite</if-exists>
                   <instance>
                   <instance-name>DirectoryMainCriteriaInstance</instance-name>
                   <component-ref>evos.DirectoryCriteria</component-ref>
                   <preferences>
                   <preference>
                   <name>evospage</name>
                   <value>DirectoryMain</value>
                   <read-only>true</read-only>
                   </preference>
                   <preference>
                   <name>portal</name>
                   <value>test</value>
                   <read-only>true</read-only>
                   </preference>
                   </preferences>
                   </instance>
                  </deployment>
                  <deployment>
                  <if-exists>overwrite</if-exists>
                   <instance>
                   <instance-name>DirectoryMainListInstance</instance-name>
                   <component-ref>evos.DirectoryList</component-ref>
                   <preferences>
                   <preference>
                   <name>evospage</name>
                   <value>DirectoryMain</value>
                   <read-only>true</read-only>
                   </preference>
                   <preference>
                   <name>portal</name>
                   <value>test</value>
                   <read-only>true</read-only>
                   </preference>
                   </preferences>
                   </instance>
                  </deployment>
                  <deployment>
                  <if-exists>overwrite</if-exists>
                   <instance>
                   <instance-name>DirectoryDetailMenudetailInstance</instance-name>
                   <component-ref>evos.DirectoryMenudetail</component-ref>
                   <preferences>
                   <preference>
                   <name>evospage</name>
                   <value>DirectoryDetail</value>
                   <read-only>true</read-only>
                   </preference>
                   <preference>
                   <name>portal</name>
                   <value>test</value>
                   <read-only>true</read-only>
                   </preference>
                   </preferences>
                   </instance>
                  </deployment>
                  <deployment>
                  <if-exists>overwrite</if-exists>
                   <instance>
                   <instance-name>DirectoryMainMenumainInstance</instance-name>
                   <component-ref>evos.DirectoryMenumain</component-ref>
                   <preferences>
                   <preference>
                   <name>evospage</name>
                   <value>DirectoryMain</value>
                   <read-only>true</read-only>
                   </preference>
                   <preference>
                   <name>portal</name>
                   <value>test</value>
                   <read-only>true</read-only>
                   </preference>
                   </preferences>
                   </instance>
                  </deployment>
                  <deployment>
                  <if-exists>overwrite</if-exists>
                   <instance>
                   <instance-name>DirectoryReportReportInstance</instance-name>
                   <component-ref>evos.DirectoryReport</component-ref>
                   <preferences>
                   <preference>
                   <name>evospage</name>
                   <value>DirectoryReport</value>
                   <read-only>true</read-only>
                   </preference>
                   <preference>
                   <name>portal</name>
                   <value>test</value>
                   <read-only>true</read-only>
                   </preference>
                   </preferences>
                   </instance>
                  </deployment>
                  <deployment>
                  <if-exists>overwrite</if-exists>
                   <instance>
                   <instance-name>DirectoryDetailSummaryInstance</instance-name>
                   <component-ref>evos.DirectorySummary</component-ref>
                   <preferences>
                   <preference>
                   <name>evospage</name>
                   <value>DirectoryDetail</value>
                   <read-only>true</read-only>
                   </preference>
                   <preference>
                   <name>portal</name>
                   <value>test</value>
                   <read-only>true</read-only>
                   </preference>
                   </preferences>
                   </instance>
                  </deployment>
                  <deployment>
                  <if-exists>overwrite</if-exists>
                   <instance>
                   <instance-name>DirectoryMainTitreInstance</instance-name>
                   <component-ref>evos.DirectoryTitre</component-ref>
                   <preferences>
                   <preference>
                   <name>evospage</name>
                   <value>DirectoryMain</value>
                   <read-only>true</read-only>
                   </preference>
                   <preference>
                   <name>portal</name>
                   <value>test</value>
                   <read-only>true</read-only>
                   </preference>
                   </preferences>
                   </instance>
                  </deployment>
                  <deployment>
                  <if-exists>overwrite</if-exists>
                   <instance>
                   <instance-name>DirectoryDetailTitreInstance</instance-name>
                   <component-ref>evos.DirectoryTitre</component-ref>
                   <preferences>
                   <preference>
                   <name>evospage</name>
                   <value>DirectoryDetail</value>
                   <read-only>true</read-only>
                   </preference>
                   <preference>
                   <name>portal</name>
                   <value>test</value>
                   <read-only>true</read-only>
                   </preference>
                   </preferences>
                   </instance>
                  </deployment>
                  <deployment>
                  <if-exists>overwrite</if-exists>
                   <instance>
                   <instance-name>WikiDetailActiveInstance</instance-name>
                   <component-ref>evos.WikiActive</component-ref>
                   <preferences>
                   <preference>
                   <name>evospage</name>
                   <value>WikiDetail</value>
                   <read-only>true</read-only>
                   </preference>
                   <preference>
                   <name>portal</name>
                   <value>test</value>
                   <read-only>true</read-only>
                   </preference>
                   </preferences>
                   </instance>
                  </deployment>
                  <deployment>
                  <if-exists>overwrite</if-exists>
                   <instance>
                   <instance-name>WikiMainCriteriaInstance</instance-name>
                   <component-ref>evos.WikiCriteria</component-ref>
                   <preferences>
                   <preference>
                   <name>evospage</name>
                   <value>WikiMain</value>
                   <read-only>true</read-only>
                   </preference>
                   <preference>
                   <name>portal</name>
                   <value>test</value>
                   <read-only>true</read-only>
                   </preference>
                   </preferences>
                   </instance>
                  </deployment>
                  <deployment>
                  <if-exists>overwrite</if-exists>
                   <instance>
                   <instance-name>WikiMainListInstance</instance-name>
                   <component-ref>evos.WikiList</component-ref>
                   <preferences>
                   <preference>
                   <name>evospage</name>
                   <value>WikiMain</value>
                   <read-only>true</read-only>
                   </preference>
                   <preference>
                   <name>portal</name>
                   <value>test</value>
                   <read-only>true</read-only>
                   </preference>
                   </preferences>
                   </instance>
                  </deployment>
                  <deployment>
                  <if-exists>overwrite</if-exists>
                   <instance>
                   <instance-name>WikiDetailMenudetailInstance</instance-name>
                   <component-ref>evos.WikiMenudetail</component-ref>
                   <preferences>
                   <preference>
                   <name>evospage</name>
                   <value>WikiDetail</value>
                   <read-only>true</read-only>
                   </preference>
                   <preference>
                   <name>portal</name>
                   <value>test</value>
                   <read-only>true</read-only>
                   </preference>
                   </preferences>
                   </instance>
                  </deployment>
                  <deployment>
                  <if-exists>overwrite</if-exists>
                   <instance>
                   <instance-name>WikiMainMenumainInstance</instance-name>
                   <component-ref>evos.WikiMenumain</component-ref>
                   <preferences>
                   <preference>
                   <name>evospage</name>
                   <value>WikiMain</value>
                   <read-only>true</read-only>
                   </preference>
                   <preference>
                   <name>portal</name>
                   <value>test</value>
                   <read-only>true</read-only>
                   </preference>
                   </preferences>
                   </instance>
                  </deployment>
                  <deployment>
                  <if-exists>overwrite</if-exists>
                   <instance>
                   <instance-name>WikiReportReportInstance</instance-name>
                   <component-ref>evos.WikiReport</component-ref>
                   <preferences>
                   <preference>
                   <name>evospage</name>
                   <value>WikiReport</value>
                   <read-only>true</read-only>
                   </preference>
                   <preference>
                   <name>portal</name>
                   <value>test</value>
                   <read-only>true</read-only>
                   </preference>
                   </preferences>
                   </instance>
                  </deployment>
                  <deployment>
                  <if-exists>overwrite</if-exists>
                   <instance>
                   <instance-name>WikiDetailSummaryInstance</instance-name>
                   <component-ref>evos.WikiSummary</component-ref>
                   <preferences>
                   <preference>
                   <name>evospage</name>
                   <value>WikiDetail</value>
                   <read-only>true</read-only>
                   </preference>
                   <preference>
                   <name>portal</name>
                   <value>test</value>
                   <read-only>true</read-only>
                   </preference>
                   </preferences>
                   </instance>
                  </deployment>
                  <deployment>
                  <if-exists>overwrite</if-exists>
                   <instance>
                   <instance-name>WikiMainTitreInstance</instance-name>
                   <component-ref>evos.WikiTitre</component-ref>
                   <preferences>
                   <preferen


                  • 6. Re: Portal Instances and URLs
                    permendersingh

                    Hi,

                    I have the same issue. My portal url is http://localhost:8080/portal/portal/testPortal. And I want to make it simpler as http://localhost:8080/testPortal.

                    any clues?