WEBFOCUS 8 INSTALLATIONS
WEBFOCUS 8 INSTALLATIONS
WEBFOCUS 8 INSTALLATIONS
BLACK BOOK
Version 3.0
Reference Materials
Approval History
Obtain Database TNS entries and Schema details from Database Administrator. Test the connection from
your local machine Oracle Client. CREATE Object permissions should be granted on all Database USERID’s.
1. Client Installation
Login to Client server using webfocus administrator ID/Password
Map the below shared server for installation files:
\\nastst\BIRPTDEV\WebFocus Intall File 8.1.04\8.1.04 Client software
\\Agnas\birptprd\Webfocus Upgrade Project Version 8104\8.1.04 Client software
Use the repository ID: WF8REP; DB server node/ORASID should be provided by DBA
In Development environment, the configuration did not work automatically because Database is in a clustered
environment. If the same problem occurs in production, follow the below instructions under “Configure the DB to
create repository tables” (Note: Please ignore the error WF Report Caster not installed in this case).
Complete the client installation without configuring the Database. After the install, modify the JDBC URL that gets
created. URL can be found at below location: C:\ibi\WebFOCUS81\config\webconfig.xml. Look for the block called
“IBI_Repos_DB_URL”:
<context-param>
<param-name>IBI_Repos_DB_URL</param-name>
<param-value>jdbc:oracle:thin:@dm04-scan:1521/WEBFDEV</param-value>
<param-properties></param-properties>
<display-order>020</display-order>
<category-name>Repository</category-name>
</context-param>
If the service name: dm04-scan does not work, then try using IP address for initial setup and later after repository
is created, revert back to “Server name” instead of IP.
Location: C:\ibi\WebFOCUS80\utilities\WFReposUtil\WFReposUtilGUI.bat
Note:
Sample repository:
Type in the password twice and click OK. Go to Recovery tab and set the below options.
Edit ibi_apps.xml for changes needed for the Impersonation filter (below shows DEV, note change in
path for new install highlighted).
Location: C:\ibi\tomcat\conf\Catalina\localhost\ibi_apps.xml
<?xml version='1.0' encoding='utf-8'?>
<Context docBase="C:\ibi\WebFOCUS81\webapps\webfocus" path="/ibi_apps">
<Resource name="AUTH_DB" auth="Container" type="javax.sql.DataSource"
driverClassName="oracle.jdbc.driver.OracleDriver"
url="jdbc:oracle:thin:@dm04-scan:1521/WEBFDEV" username="WF8REP" password="wf8repdev"
maxActive="20" maxIdle="10" maxWait="-1" />
</Context>
Copy SITE.WFS
Copy site.wfs file from current environment
C:\ibi\WebFOCUS81\client\wfc\etc
Copy wfservlet.properties
<filter-mapping>
<filter-name>AuthenticationFilter</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
Copy impersonate_login.htm
C:\ibi\WebFOCUS81\webapps\webfocus
Change ibi/WebFOCUS81/config/securitysettings-zone.xml in filterPreference section: