file wrinting in synconized and with singleton pattren
HI All
I am in urgent need to write to a file whatever http come to
server and but there are three constraints in writing into the file
1- it should be syncronized.
2-it should in singleton pattern
3-every day a new file is created
4-it should use JSP and compents classes.

