
Tag archives for useful
Hi,
Here, a very useful class exposing a lot of functionalities of Documentum (found on the Internet https://worldofchaitu.wordpress.com/2012/11/08/documentum-dfc-standalone-sample-program/):
To get a list of available docbase
To create a cabinet (dm_cabinet) in docbase
To create a folder (dm_folder object) in docbase
To create a document (dm_document object) in docbase
To check out a document from docbase using IDfOperations
To check in a document to docbase using IDfOperations ...more»
Hi,
I continue with Unix commands concerning archiving ZIP, TAR...etc.
First, we list the content of current folder /opt/tomcat/webapps/host-manager:
Archive a folder in TAR.GZ
Check the content in TAR.GZ archive
Unarchive a TAR.GZ archive in a folder
Archive each element (subfolder, file) of root folder in TAR.GZ
In this example, we will create a TAR.GZ archive for each element (folder or file) contained in a root folder. ...more»
Hi,
In this article, I propose you some useful Unix commands relative to Tomcat.
Delete the Tomcat log without restart
It's possible to empty the Tomcat log wihout restart it:
Restart Tomcat
First, it is necessary to do a sudo in order to run programs with the security privileges of superuser:
...try to stop the server:
....but if this command doesn't done and returns an error : ...more»
Hi,
In this article, I propose you a range of useful Unix commands.
Use an ASCII file in DOS/MAC format in Unix format
The line endings Windows are different of Unix line endings, and this point could create problem for the plain text files like CSH scripts, SQL scripts...etc. To convert the plain text files in DOS/MAC format to UNIX format, there is ...more»
