Tag Archives: Linux

Kill Linux process

Filter processes by string pattern (let it be “java” processes):

Find my process in resulted list and kill by id:

Kill all processes by “java” pattern:

 

Eclipse: could not load the Tomcat server configuration

Starting Tomcat7 from Eclipse produced an error:
Could not load the Tomcat server configuration at /usr/share/tomcat7/conf. The configuration may be corrupt or incomplete.

Solution:

Tomcat7 split into different folders by default. Eclipse expects Tomcat to be in one folder. To resolve, we create symbolic links in Tomcat home dir.

Now Eclipse should be able to start Tomcat.

Signing jar manually

Steps to manually sign a jar

Generate a new key with alias dmitry-dev

Enter password and passphrase, remember them Continue reading