Hello Friends.
I am working on Java Web Server. Static contents are being returned by server. But I have to process Servlets. How can I do it?
I can get Servlet position from Web.xml and all other info of Servlets. But how can I process it?
Web server first call intit() method of servlet, then service(), then destroy(). I am unable to understand, how it can b done?
Please guide me.