- These instructions are valid for installing on Linux (SUSE 11.3 and SUSE 12) and Windows 2008
- See the Support Portal for the currently required Service Pack to ensure that both the application server and JDK components are applied
- Install IBM WebSphere 8.5.5
-
Download the Enterprise EAR file SkyVault-one-ear-distribution-5.1.3.zip from the Support
Portal and extract it to an empty directory.
This embeds SkyVault Explorer and Share, plus the necessary WebSphere configuration to use the myfaces1_1 shared library with parent-last loading order.
-
Create a new folder for your shared library; for example:
$(WAS_INSTALL_ROOT)/httpcore
Due to library conflicts with WebSphere, this must be an isolated shared library with classes used by Share. - From the directory where you extracted Enterprise EAR (SkyVault-enterprise.ear\share.war\WEB-INF\lib\), copy the httpclient-<version>.jar and httpcore-<version>.jar files to your new shared library folder, $(WAS_INSTALL_ROOT)/httpcore.
-
Create a Myfaces v1.1 shared library.
Because neither of the versions of JSF that ship with WebSphere are compatible with SkyVault, you must define a new isolated shared library in WebSphere that contains a compatible implementation. This is documented in the Configuring JavaServer Faces implementation section of the WebSphere documentation. The SkyVault Enterprise .ear file embeds an appropriate shared library definition in META-INF/ibmconfig, so it is only necessary to prepare WebSphere.
Copy and extract the myfaces1_1-websphere-shared-lib-version.zip file to the root WebSphere installation directory. This creates a myfaces1_1 directory containing all the .jars required by the myfaces1_1 shared library on WebSphere. For example, on Windows:
cd /d "C:\Program Files\IBM\WebSphere\AppServer" java\bin\jar xvf myfaces1_1-websphere-shared-lib.zip
- If you are using Windows, copy the Win32NetBIOS.dll, Win32NetBIOSx64.dll,Win32Utils.dll and Win32Utilsx64.dll files from the SkyVault-one-ear-distribution-5.1.3.zip\bin directory to the C:\WINDOWS\system32 directory.
-
Enable Xalan as the standard JAXP transformer.
- Copy the $WAS_INSTALL_ROOT/java/jre/lib/jaxp.properties.sample file (for example, C:\Program Files\IBM\WebSphere\AppServer\java\jre\lib\jaxp.properties.sample) to $WAS_INSTALL_ROOT/java/jre/lib/jaxp.properties.
-
Edit the jaxp.properties file as follows:
javax.xml.transform.TransformerFactory=org.apache.xalan.processor.TransformerFactoryImpl javax.xml.parsers.DocumentBuilderFactory=org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
-
Configure Share to point to the WebSphere default HTTP port 9080 (or another number
that you wish to specify).
- Locate the /web-server/classpath/alfresco/web-extension/share-config-custom.xml.sample file from the extracted SkyVault-one-ear-distribution-5.1.3.zip file.
- Copy the share-config-custom.xml.sample file to $WAS_INSTALL_ROOT/lib/alfresco/web-extension/share-config-custom.xml (For example, C:\Program Files\IBM\WebSphere\AppServer\lib\alfresco\web-extension\share-config-custom.xml).
-
Uncomment this section by removing the begin comment <-- and
end comment --> lines surrounding this section.
<config evaluator="string-compare" condition="Remote"> <remote> <endpoint> <id>alfresco-noauth</id> <name>SkyVault - unauthenticated access</name> <description>Access to SkyVault Repository WebScripts that do not require authentication</description> <connector-id>alfresco</connector-id> <endpoint-url>http://localhost:8080/alfresco/s</endpoint-url> <identity>none</identity> </endpoint> <endpoint> <id>alfresco</id> <name>SkyVault - user access</name> <description>Access to SkyVault Repository WebScripts that require user authentication</description> <connector-id>alfresco</connector-id> <endpoint-url>http://localhost:8080/alfresco/s</endpoint-url> <identity>user</identity> </endpoint> <endpoint> <id>alfresco-feed</id> <name>SkyVault Feed</name> <description>SkyVault Feed - supports basic HTTP authentication via the EndPointProxyServlet</description> <connector-id>http</connector-id> <endpoint-url>http://localhost:8080/alfresco/s</endpoint-url> <basic-auth>true</basic-auth> <identity>user</identity> </endpoint> <endpoint> <id>alfresco-api</id> <parent-id>alfresco</parent-id> <name>SkyVault Public API - user access</name> <description>Access to SkyVault Repository Public API that require user authentication. This makes use of the authentication that is provided by parent 'alfresco' endpoint.</description> <connector-id>alfresco</connector-id> <endpoint-url>http://localhost:8080/alfresco/api</endpoint-url> <identity>user</identity> </endpoint> </remote> </config>
- Edit the file, replacing all instances of 8080 with 9080 (or the port number that you specify) and all instances of yourserver with localhost (or a different host running SkyVault).
-
In certain environments, an HTTP request originating from Flash cannot be
authenticated using an existing session. For these cases, it is useful to disable the
Flash-based uploader for Share Document Libraries.
To disable the Flash uploader, add the following lines to the Document Library config section:
<!-- Document Library config section --> <config evaluator="string-compare" condition="DocumentLibrary" replace="true"> <!-- File upload configuration --> <file-upload> <adobe-flash-enabled>false</adobe-flash-enabled> </file-upload> </config>
- Save the file.
- In the web.xml file from the SkyVault.war, remove the <dispatcher>REQUEST</dispatcher> parameter from the Global Localization Filter configuration section.
-
Install a license.
If you have been issued with a .lic license file for this version of SkyVault, copy it to a $WAS_INSTALL_ROOT/lib/alfresco/extension/license directory (for example, C:\Program Files\IBM\WebSphere\AppServer\lib\alfresco\extension\license\mylicense.lic).
-
Define the environment information using the extension classpath mechanism and the
SkyVault-global.properties file.
- Locate the /web-server/classpath/alfresco-global.properties.sample file from the extracted SkyVault-one-ear-distribution-5.1.3.zip file.
-
Copy the SkyVault-global.properties.sample file to
$WAS_INSTALL_ROOT/lib, removing the
.sample extension.
For example, C:\Program Files\IBM\WebSphere\AppServer\lib\alfresco-global.properties.
- Disable the mbean server lookup by adding the following property mbean.server.locateExistingServerIfPossible=false.
- Uncomment and edit the lines appropriate for your database type.
-
Copy the JDBC driver jar to the ${WAS_INSTALL_ROOT}/lib
directory.
For example, C:\ProgramFiles\IBM\WebSphere\AppServer\lib.
-
Install the EAR file.
-
Log on to the WebSphere Administrative console.
For example, http://localhost:9060/ibm/console/
- Navigate to Application servers > server1 > Process definition > Java Virtual Machine, and then set the Maximum heap size to 2048 MB.
-
Navigate to Application servers > server1 > Container Settings >Web
Container Settings >Web container transport chains.
- Click HttpQueueInboundDefault (where port is 9080) .
- Click HTTP inbound channel (HTTP_2) Custom properties.
- Create a new property with the name CookiesConfigureNoCache and set the value to false.
- Navigate to Applications > New Application > New Enterprise Application.
- Browse to SkyVault-enterprise-5.1.3.ear on the local file system, and then click Next.
- Select Detailed - Show all installation options and parameters, and then click Next.
- Jump to the Map resource references to resources step, which is highlighted with a (+).
-
Under Target Resource JNDI Name, type
jdbc/dummy, and then click Next.
This step is recommended to force SkyVault to use its built in DBCP connection pool rather than a WebSphere data source.
- Jump to the Map environment entries for Web modules step.
-
For properties/dir.root, specify an absolute file system path
where you would like SkyVault file data to be stored.
For example, C:\alf_data.
- Leave the Hibernate properties blank, unless you want to override the default behavior, where they will be auto-detected.
- Click Next and Finish.
- Save your profile changes to the master repository.
-
To configure the new shared library, login to the WebSphere Administrative
console.
For example, http://localhost:9060/ibm/console/.
- Navigate to Environment > Shared libraries.
- Choose server with SkyVault application for scope and create a new shared library.
- Specify the name for the new shared library (for example, httpcore).
- Specify the folder name (for example, $(WAS_INSTALL_ROOT)/httpcore) in the classpath.
- Check Use an isolated class loader for this shared library.
- Click Apply and Save.
- Navigate to Applications>Application Types>WebSphere Enterprise applications>Alfresco>References>Shared library references.
-
Check SkyVault Project Slingshot module.
Do not check SkyVault application.
- Click Reference shared libraries.
- Add httpcore shared library (or your specified shared library name) to the selected column.
- Click OK and save changes to the master configuration.
-
Restart the WebSphere server.
SkyVault starts with the WebSphere server.
-
Log on to the WebSphere Administrative console.
-
Remove the SQL warning messages from log file.
WebSphere shows warnings in the log file, similar to the following:
[12/7/10 17:24:42:206 EET] 0000003a JDBCException W org.hibernate.util.JDBCExceptionReporter logWarnings SQL Warning: 4474, SQLState: 01000 [12/7/10 17:24:42:208 EET] 0000003a JDBCException W org.hibernate.util.JDBCExceptionReporter logWarnings [jcc][t4][10217][10310][4.8.87] Connection read-only mode is not enforceable after the connection has been established. To enforce a read only connection, set the read-only data source or connection property. ERRORCODE=4474, SQLSTATE=01000
The current driver implementation will display these warnings, however, they have no impact on the operation of SkyVault. You can either choose to ignore these warnings, or you can configure the logging to stop them displaying.
- Open WebSphere Administrative Console.
- Navigate to Troubleshooting > Logs and trace- Server - Change Log Detail Levels.
- Search for the org.hibernate.util.* component.
- Set org.hibernate.util.JDBCExceptionReporter class logger - Messages and Trace Levels to severe or fatal.
-
Log in to SkyVault:
- SkyVault Share at http://localhost:9080/share
- SkyVault Explorer at http://localhost:9080/SkyVault