|
Duplicating Repository to Another Server |
|
|
|
Written by James Azarja
|
|
Tuesday, 07 April 2009 20:27 |
|
Duplicating repository means to make a copy repository in another machine, so it will create a repository that exactly the same as the source repository.
|
|
|
Starting Weblogic Server using Windows Service |
|
|
|
Written by James Azarja
|
|
Monday, 06 April 2009 15:11 |
|
To start a Weblogic server using Windows service, simply create a batch file to set environment variables and call the Weblogic service install script.
1 2 3 4 5 6 7 8 9 10 11 12 13
|
echo off SETLOCAL set DOMAIN_NAME=documentum set USERDOMAIN_HOME=C:\bea\user_projects\domains\documentum set SERVER_NAME=taskspace set PRODUCTION_MODE=false set MEM_ARGS=-Xms512m -Xmx1024m call "C:\bea\wlserver_10.3\server\bin\installSvc.cmd" ENDLOCAL
|
Weblogic service installer script will create a new Windows service with format beasvc_[domain]_[server] |
|
Configuring Context Path for WDK Application |
|
|
|
Written by James Azarja
|
|
Friday, 03 April 2009 14:44 |
|
When a WDK application was deployed, sometimes we want to change the context path from /webtop or /taskspace into something else, this article will discuss how to change the context path when we deploy WDK application (Webtop, Documentum Administrator, Taskspace, etc) in Weblogic Application Server.
|
|
Web Publisher - Adding Web Safe File Formats |
|
|
|
Written by Deron Johnson
|
|
Thursday, 26 March 2009 01:16 |
|
Occasionally a new file extension type needs to be added to Documentum in order to store it in the repository. Ordinarily the file will need to be published to a web site via Site Publishing in Documentum. This guides illustrates the detailed steps and possible issues that may arise when adding the file extension type.
|
|
Implementing Custom Workqueue Priority Module |
|
|
|
Written by James Azarja
|
|
Wednesday, 18 March 2009 15:26 |
|
Documentum workqueue comes with task priority, but the workqueue standard task priority is not flexible enough to set task priority based particular formula (for example based on attachment value/process variable value). Luckily workqueue also support custom calculation for its tasks priority.
|
|
|
|
|
<< Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>
|
|
Page 4 of 13 |