
Java Servlet
文章平均质量分 80
hexid
这个作者很懒,什么都没留下…
展开
-
Servlet参数持久化时可能遇到的多线程问题以及解决之道
Up until now, the counter examples have demonstrated how servlet state persists between accesses. This solves only part of the problem. Every time the server is shut down or the servlet is reloaded转载 2006-08-14 14:29:00 · 772 阅读 · 0 评论 -
Locking a Servlet to a Server
在servlet上设置权限, 例如beta版本就设置它只能运行在客户的特定服务器上面, 不让它能够到处运行There are many ways to put this server information to productive use. Lets assume youve written a servlet and you dont want it running just转载 2006-08-14 16:21:00 · 760 阅读 · 0 评论 -
Writing to a Temporary File
Writing to a Temporary FileThe javax.servlet.context.tempdir attribute maps to a temporary directory where short-lived working files can be stored. Each context receives a different temporary dir转载 2006-08-14 16:15:00 · 754 阅读 · 0 评论