diff --git a/ccm-sci-bundle/application.xml b/ccm-sci-bundle/application.xml
index 5b3b5f715..49353b8ab 100644
--- a/ccm-sci-bundle/application.xml
+++ b/ccm-sci-bundle/application.xml
@@ -19,9 +19,9 @@
-
- -->
diff --git a/ccm-sci-bundle/sql/upgrade/default/0.0.0-6.6.0/upd_nav_templates_table.sql b/ccm-sci-bundle/sql/upgrade/default/0.0.0-6.6.0/upd_nav_templates_table.sql
index 3d666421e..9162b36c7 100644
--- a/ccm-sci-bundle/sql/upgrade/default/0.0.0-6.6.0/upd_nav_templates_table.sql
+++ b/ccm-sci-bundle/sql/upgrade/default/0.0.0-6.6.0/upd_nav_templates_table.sql
@@ -28,6 +28,38 @@ update nav_templates
where url like '%packages/navigation/templates%';
+-- AAP: update jsp names
+update nav_templates
+ set url=replace(url,'aap-atoz','sci-atoz'),
+ description=replace(description,'AAP','SCI'),
+ title=replace(title,'AAP','SCI')
+ where url like '%aap-atoz%';
+
+update nav_templates
+ set url=replace(url,'aap-default' ,'sci-default'),
+ description=replace(description,'AAP','SCI'),
+ title=replace(title,'AAP','SCI')
+ where url like '%aap-default%';
+
+update nav_templates
+ set url=replace(url,'aap-portal' ,'sci-portal'),
+ description=replace(description,'AAP','SCI'),
+ title=replace(title,'AAP','SCI')
+ where url like '%aap-portal%';
+
+update nav_templates
+ set url=replace(url,'aap-recent' ,'sci-recent'),
+ description=replace(description,'AAP','SCI'),
+ title=replace(title,'AAP','SCI')
+ where url like '%aap-recent%';
+
+update nav_templates
+ set url=replace(url,'aap-welcome' ,'sci-welcome'),
+ description=replace(description,'AAP','SCI'),
+ title=replace(title,'AAP','SCI')
+ where url like '%aap-welcome%';
+
+
-- IAW: update jsp names
update nav_templates
set url=replace(url,'iaw-atoz','sci-atoz'),
diff --git a/ccm-sci-bundle/web/templates/ccm-navigation/navigation/sci-portal.jsp b/ccm-sci-bundle/web/templates/ccm-navigation/navigation/sci-portal.jsp
index fa67f6b0e..bd78893d6 100644
--- a/ccm-sci-bundle/web/templates/ccm-navigation/navigation/sci-portal.jsp
+++ b/ccm-sci-bundle/web/templates/ccm-navigation/navigation/sci-portal.jsp
@@ -4,7 +4,7 @@
xmlns:show="/WEB-INF/bebop-show.tld"
version="1.2">
- <%-- JSP template to use a portal page as index page in navigation --%>
+