다시 일상으로 복귀
4월부터 시작했던 육아와 같이 병행했던 Part-time job이 마무리가 되어 이제는 육아에 전념할 수 있게 되었습니다.
아기를 키우며 다른 무엇인가를 같이 진행한다는게 얼마나 힘든일인지 다시 한 번 깨달을 수 있었던 시간이었습니다.
'밑줄 한줄' 카테고리의 다른 글
| 생각대로 살지 않으면 사는 대로 생각하게 된다 (0) | 2014.03.21 |
|---|---|
| 프로페셔널 (0) | 2013.10.12 |
| 일단 부딪쳐 본다 (0) | 2013.10.12 |
4월부터 시작했던 육아와 같이 병행했던 Part-time job이 마무리가 되어 이제는 육아에 전념할 수 있게 되었습니다.
아기를 키우며 다른 무엇인가를 같이 진행한다는게 얼마나 힘든일인지 다시 한 번 깨달을 수 있었던 시간이었습니다.
| 생각대로 살지 않으면 사는 대로 생각하게 된다 (0) | 2014.03.21 |
|---|---|
| 프로페셔널 (0) | 2013.10.12 |
| 일단 부딪쳐 본다 (0) | 2013.10.12 |
#Mon Nov 23 13:49:44 KST 2009
bocs.pulling.interval=10
primary.content.store.quota=1000M
mode.cachestoreonly=false
jms.queue.name=/queue/null
bocs.keystore=
mode.debug=false
java.naming.factory.url.pkgs=org.jboss.naming\:org.jnp.interfaces
repository.acsconfig=XN-BONGACS1
repository.name=xn_test_rep.xn_test_rep
bocs.pulling.mode.enabled=
repository.login=Administrator ß Content Server 관리자 계정
repository.password=xxxxxx ß 매뉴얼에는 Trusted Connection이기 때문에 굳이 넣을 필요가 없다고 하지만 없을 경우 정상 작동이 안됨
proxy.port=
policy=Throttle,1,10,0
jms.url=jnp\://XN-BONG\:9084
policy.1=ReplaceRequest,50,1
proxy.host=
dms.pulling.url=
primary.content.store.root=C\:\\Documentum\\acsCache
jms.connection.factory=/MethodServerQueueConnectionFactory
bocs.configuration.name=
tracing.enabled=false
jndi.factory=org.jnp.interfaces.NamingContextFactory
dfc.data.checkout_dir=${dfc.data.user_dir}/checkout
dfc.data.dir=C:/Documentum/jboss4.2.0/server/DctmServer_BOCS/data/BOCS
dfc.data.export_dir=${dfc.data.user_dir}/export
dfc.data.user_dir=${dfc.data.dir}
dfc.search.ecis.enable=false
dfc.search.ecis.host=
dfc.search.ecis.port=
dfc.tokenstorage.dir=${dfc.data.user_dir}/apptoken
dfc.tokenstorage.enable=false
dfc.docbroker.host[0]=xn-bong ß Docbroker 가 있는 Host 정보
dfc.docbroker.port[0]=1489 ß Docbroker Port 정보
mode.cachestoreonly=true
tracing.enabled=false
mode.debug=false
#Added for jboss
jndi.factory=org.jnp.interfaces.NamingContextFactory
jms.url=jnp\://BOCS_SVR\:8090
java.naming.factory.url.pkgs=org.jboss.naming\:org.jnp.interfaces
jms.connection.factory=/BOCSQueueConnectionFactory
jms.queue.name=/queue/bocsQueue
bocs.keystore=C\:/Documentum/bocs/config/bocs.keystore
bocs.configuration.name=BOCS_Svr ß DA(Documentum Administrator)의 분상환경 구성 요소 중 BOCS Object Name을 입력
bocs.pulling.mode.enabled=FALSE
dms.pulling.url=
bocs.pulling.interval=10
proxy.host=
proxy.port=
policy=Throttle,1,10,0
policy.1=ReplaceRequest,50,1
cache.store.root=C\:\\Documentum\\acsCache
cache.store.quota=1000M
primary.content.store.root=C\:\\Documentum\\primeStore
primary.content.store.quota=1000M
<!-- Begin {D6 accelerated content transfer (ACS) settings} -->
<!-- <accelerated-read> :
This is for accelerated Read, and it replaces the correpsonding 5.3.x <acs> configurations.
It allows accelerated read and write to be switched on and off separately.
For backward compatibility, WDK D6 first looks up the <acs> tag before looking up the
<accelerated-read> tag.
-->
<accelerated-read>
<!-- when set to be "true", enables ACS, and, when optimal, BOCS read operations -->
<enabled>true</enabled>
<!-- the followings are the existing options under the 5.3.x "acs" tag -->
<attemptsurrogateget>true</attemptsurrogateget>
<maintainvirtuallinks>true</maintainvirtuallinks>
</accelerated-read>
<!-- <accelerated-write> :
A separate configuration block for accelerated Write
-->
<accelerated-write>
<!-- when set to be "true", enables ACS, and, when optimal, BOCS write operations -->
<enabled>true</enabled>
<!-- when set to:
1. "prohibit-async" - application doesn't allow BOCS write asynchronously
2. "default-sync" - application should see content written from BOCS to ACS synchronously by default
3. "default-async" - application should see content written from BOCS to ACS asynchronously by default
-->
<bcs-write-mode>default-sync</b霓cs-write-mode>
<!-- when set to "true", allows override of default BOCS write mode by users
(in general, it should be scoped with <filter> tag, e.g. role-based) -->
<allow-override-bocs-write-mode>true</allow-override-bocs-write-mode>
</accelerated-write>
<!-- End {D6 accelerated (ACS) content transfer settings} -->
(?:/Documentum/acsCache/content/ 경로 아래로 파일이 쌓임)
(?:/Documentum/primeStore/ 경로 아래로 compressed/uncompressed 폴더에 임시적으로 컨텐츠를 Writing 한 후 일정 시간이 지나면 Content Server에 전송)
| IDQL을 이용한 DQL 실행하기 (0) | 2014.03.24 |
|---|---|
| Documentum 7.0 64bit 설치 (0) | 2014.03.23 |
| DFS에서 UCF 사용하기 (0) | 2014.03.21 |
| r_object_id의 구성 (0) | 2014.03.21 |
| Documentum Client Capability (0) | 2014.03.21 |
운영체제를 새롭게 설치 후 새로 설치한 Office 2010의 제한된 보기 설정으로 인해서 인터넷에서 다운로드 받은 파일이나 메일에 첨부로 들어 온 문서가 열리지 않은 경우를 경험해 보셨을 겁니다.
아래 설정은 Office 2010의 제한된 보기 설정을 해제하는 방법입니다.
파일 → 옵션
| 스캔방식인 ISIS vs TWAIN 방식의 차이 (0) | 2014.12.11 |
|---|---|
| TCO,ITIL,CMM,CobiT,6Sigma등에 대한 간략한 설명 (0) | 2014.06.16 |
| Windows Server 관리도구 명령어 (0) | 2014.04.15 |
| 2014년 3월 개발언어 순위 (0) | 2014.03.25 |
| 구글 AdSense(애드센스) 계정 정지 (0) | 2014.03.25 |