
Java编程综合讨论
iteye_18410
这个作者很懒,什么都没留下…
展开
-
Disable TRACE Method in Tomcat
If you are using tomcat 4.1+, 5.5+. or 6.0+, by default the TRACE method is disabled. Check your server.xml and look in the HTTP connector section for an attribute labeled "allowTrace". If set to T...原创 2011-12-28 10:25:44 · 342 阅读 · 0 评论 -
HttpOnly cookies in tomcat
For HttpOnly, refer to: Protecting Your Cookies: HttpOnly [url]http://www.codinghorror.com/blog/2008/08/protecting-your-cookies-httponly.html[/url] httpOnly is supported as of Tomcat 6.0.19 and...原创 2011-12-29 11:16:18 · 212 阅读 · 0 评论 -
[转]-jar参数运行应用时classpath的设置方法
转帖地址:[url]http://www.zeali.net/entry/15[/url] 当用java -jar yourJarExe.jar来运行一个经过打包的应用程序的时候,你会发现如何设置-classpath参数应用程序都找不到相应的第三方类,报ClassNotFound错误。实际上这是由于当使用-jar参数运行的时候,java VM会屏蔽所有的外部classpath,而只以本身yo...原创 2012-01-11 11:18:48 · 107 阅读 · 0 评论 -
[转]Java虚拟机(JVM)参数配置说明
Java虚拟机(JVM)参数配置说明 [url]http://lavasoft.blog.51cto.com/62575/25492/[/url]原创 2012-01-11 15:55:28 · 128 阅读 · 0 评论 -
Export Web Site Server Certificate
On a Windows 7 system, you can not export a server certificate from IE 8 if you don't have the admin permission. The "Copy to File..." button is grayed out on the certificate "Details" tab as shown in...原创 2013-02-19 11:18:54 · 135 阅读 · 0 评论