Posts | Comments | Email

Posts Tagged server management

servletconfig vs servletcontext

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. ServletConfigServletContext Access deploy-time servlet parametersAccess web application parameters One per servletOne per web applica

10.15.2009| Featured, java, tutorials | Wim

No Comments
Use multiple instances of Webalizer on one server

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 stats of all the websites separately. I'll tell you in a few lines how you can achieve this with webalizer. This tutorial is tested with Webalizer on Ubunty but

09.12.2009| linux, servers, ubuntu | Wim

No Comments