On the assigned disk (eg. D:) create the following folders
- 
eg: mkdir d:\ICONSULTING
 - 
eg: mkdir d:\ICONSULTING\EPM
 - 
eg: mkdir d:\ICONSULTING\EPM\backup
 - 
eg: mkdir d:\ICONSULTING\EPM\workspace.ear
 - 
eg: mkdir d:\ICONSULTING\EPM\workspace.war
 - 
eg: mkdir d:\ICONSULTING\EPM\new_ear
 
Backup the file workspace.ear in folder <Fondation Folder>\InstallableApps\ to its newly created backup folder
- 
eg: copy d:\Oracle\Middleware\EPMSystem11R1\products\Foundation\workspace\InstallableApps\workspace.ear d:\ICONSULTING\EPM\backup\workspace.ear
 
Move to folder workspace.ear
- 
eg: cd d:\ICONSULTING\EPM\workspace.ear
 
Unpack the file workspace.ear in folder workspace.ear using the executable jar.exe belonging to the JDK present in installation
- 
eg: D:\Oracle\Middleware\jdk160_29\bin\jar.exe -xvf d:\ICONSULTING\EPM\backup\workspace.ear
 
Move to folder workspace.war
- 
eg: cd d:\ICONSULTING\EPM\workspace.war
 
Unpack the file workspace.war in folder workspace.war using the executable jar.exe belonging to the JDK present in installation
- 
eg: D:\Oracle\Middleware\jdk160_29\bin\jar.exe -xvf d:\ICONSULTING\EPM\workspace.ear\workspace.war
 
In folder workspace.war copy the following files
- 
icologin.jsp
 - 
MembershipProvider.jsp
 
In folder workspace.war\WEB-INF (eg: d:\ICONSULTING\EPM\workspace.war\WEB-INF) edit file web.xml
- 
Find the following tag (if two use the not commented one) and change the value of the sub-tag <param-value> as follows (in bold green): 
 
<init-param>
<param-name>Whitelist5</param-name>
<param-value>/MembershipProvider.jsp</param-value>
</init-param>
- 
Find the following tag (if two use the not commented one) and change the value of the sub-tag <param-value> as follows (in bold green):  
 
<init-param>
<param-name>Whitelist8</param-name>
<param-value>/icologin.jsp</param-value>
</init-param>
- 
Save the file
 
In folder workspace.ear\META-INF (eg: d:\ICONSULTING\EPM\workspace.ear\META-INF) edit file application.xml
- Find the tag <module> (in bold green)
 
<module>
<web>
<web-uri>icologin.war</web-uri>
<context-root>icologin</context-root>
</web>
</module>
- 
Save the file
 
Move to folder workspace.war
- 
eg: cd d:\ICONSULTING\EPM\workspace.war
 
Compact all files in folder workspace.war in the file icologin.war using the executable jar.exe belonging to the JDK present in installation
- 
eg: D:\Oracle\Middleware\jdk160_29\bin\jar.exe -cvf d:\ICONSULTING\EPM\workspace.ear\icologin.war *
 
Move to folder workspace.ear
- 
eg: cd d:\ICONSULTING\EPM\workspace.ear
 
Compact all files in folder workspace.ear in the file icologin.ear using the executable jar.exe belonging to the JDK present in installation
- 
eg: D:\ Oracle\Middleware\jdk160_29\bin\jar.exe -cvf d:\ICONSULTING\EPM\new_ear\icologin.ear *
 
Copy the file icologin.ear from folder new_ear to folder <Fondation Folder>\InstallableApps\
- 
eg: copy d:\ICONSULTING\EPM\new_ear\icologin.ear d:\Oracle\Middleware\EPMSystem11R1\products\Foundation\workspace\InstallableApps\
 
Deploy via the WebLogic Administration Console by publishing a new application from the just created icologin.ear .
Run the application