Browsing Tag

server management

servletconfig vs servletcontext

In this little blogpost, I’ll try to explain the differences between ServletConfig and ServletContext and when you can use them into a Java Web Application.

October 58, 2009 Featured, java, tutorials

Use multiple instances of Webalizer on one server

In most of the cases, there is more than just one website on a server. Though, it is very important that you can measure the

September 23, 2009 linux, servers, ubuntu
Back to Top