
Tag archives for Some
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»
After several information's requests concerning the Spring certification, I have decided to write these some words about the SFC certification (Spring Framework Core) in order to share my resources and mock exams.
First, I have received during october 2008, the first training "Spring Framework Core" (4 days) at Luxembourg by the company Spring Source (Creators of the Spring framework). At ...more»
