Bug 122517

Summary: Various installation documentation errors relating to .zip installs
Product: [Retired] Red Hat Web Application Framework Reporter: Martin <mjdenham>
Component: documentationAssignee: ccm-bugs-list
Status: CLOSED EOL QA Contact: Jon Orris <jorris>
Severity: medium Docs Contact:
Priority: medium    
Version: 6.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
URL: http://www.redhat.com/docs/manuals/waf/rhea-ig-waf-en-6.1/
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-03-27 16:52:11 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Martin 2004-05-05 13:29:26 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)

Description of problem:
Using the installation guide at 
http://www.redhat.com/docs/manuals/waf/rhea-ig-waf-en-6.1/ I 
encountered several errors and omissions when doing a .zip file 
installation on windows:

1. "The servlet-version is required" in section 3.5 and 3.6.1 is too 
vague.  Eventually I realised I had to copy tomcat406
\common\lib\servlet.jar to c:\ccm\usr\share\java\servlet-2.3.jar.

2. Section 6.1.1.2 refers to "CCM_ZIP_ROOT\etc\ccm\ccm.webapp" but it 
should be "CCM_ZIP_ROOT\etc\ccm\ccm.webapps".  Note the missing "s" 
at the end.

3. Example files would be very useful in section 6.1.1.2.

4. Section 6.2 refers to "CCM_ZIP_ROOT\etc\profile.d\ccm-init-
profile.cmd" which did not exist.  I found the file in the bin 
directory i.e. "CCM_ZIP_ROOT\bin\ccm-init-profile.cmd".

5. I did not find any information regarding the need to enable Oracle 
Intermedia, but am informed it is in the APLAWS installation guide.  
I had to do the following to enable Oracle Intermedia for the Oracle 
ccm user:
	GRANT CTXAPP TO ccmUser
	GRANT EXECUTE ON ctx_ddl TO ccmUser
	May also have to unlock the ctxsys account
	

Version-Release number of selected component (if applicable):
6.1

How reproducible:
Always

Steps to Reproduce:
1.Install using .zip files on windows
2.
3.
    

Additional info: