Java servlets
I have a dedicated server on which I'll be hosting several clients with web sites. I'd like to install a Java servlet engine on the server and make it available to the clients.Are there any security issues with which I should be concerned? Are servlets any more problematic than CGI-based applications?
How about performance? Is 64 MB RAM enough?
Any tips would be appreciated...
Thanks.
Rehan