Originally posted by Bear Bibeault:
I assume this servlet is being referenced by an <img> tag on the page?
Originally posted by Scott Johnson:
.......
Every application has different requirements so serialization could be acceptable for your situation.
What kind of data are you trying to store? For how long will it be stored? Will it need to be updated or queried? What advantages do you see by using serialization vs storing fields into a table schema?
Regards,
Scott
Originally posted by sridhar:
You may need to bounce the app in 2nd instance after changing the Log4j.properties (if this is EAR scope) else you may need to bounce the server 2nd instance. This usually happens if you change the properties after installation and startup of app.