
Tag archives for tomcat
Hi,
In this article, I will try to expose a Tomcat server installed like Windows service.
We will use Tomcat6, Windows7 and Jdk 6.
First, our Tomcat server is installed in the "C:\MyFiles\Development\Java\tools\TomCat" folder with the following executables:
- Tomcat6 is a service application for running Tomcat6 as NT service.
- Tomcat6w is a GUI application for monitoring and configuring Tomcat services.
Before to expose Tomcat ...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 will describe the "remote debug" on a server and its use in the IDE like Eclipse. This action could be useful in debugging case linked to the environment problematic cases.
Tomcat Server Configuration
First, it is necessary to configure the application server.
Stop the application server (in our case Tomcat):
In Unix: /etc/init.d/tomcat stop
In Windows: D:\Apache Software Foundation\Tomcat 7.0\bin\shutdown.bat or ...more»
Hi,
In this article, I will try to present briefly:
1) the management of self signed SSL certificates with keytool;
2) a complete example of certificate's generation;
3) installation on web server and tests;
1. Presentation of keytool
Java uses its own tools to generate and use self signed SSL certificates, based on a proprietary storage in a keystore file, comprised of certificates / keys accessible ...more»
