| 1. |
How Do You Deploy A Method? |
|
Answer» To deploy methods to the METHOD server,we need to simply copy the CLASS files or JAR files to the %DOCUMENTUM% dba java_methods directory on the Content Server. The method server will include them in its classpath. Jboss is the Java Method Server in D6 .Whenever classes are deployed to the method server, the method server will need to be STOPPED, the TMP folder in %DOCUMENTUM% jboss1.4.2 server DctmServer_MethodServer tmp and START the server. We can find the jboss logs under %DOCUMENTUM% dba jboss1.4.2 DctmServer_MethodServerlog. To deploy methods to the method server,we need to simply copy the class files or JAR files to the %DOCUMENTUM% dba java_methods directory on the Content Server. The method server will include them in its classpath. Jboss is the Java Method Server in D6 .Whenever classes are deployed to the method server, the method server will need to be stopped, the tmp folder in %DOCUMENTUM% jboss1.4.2 server DctmServer_MethodServer tmp and start the server. We can find the jboss logs under %DOCUMENTUM% dba jboss1.4.2 DctmServer_MethodServerlog. |
|