
容器
lzynihao
这个作者很懒,什么都没留下…
展开
-
配置weblogic 集群
集群可以通过weblogic 进行配置,至少两台机器。然后建容器,最后部署在集群中原创 2012-09-03 23:52:56 · 262 阅读 · 0 评论 -
worning
(非原创)The method getRealPath(String) from the type ServletRequest is deprecated出现该警告,该方法已经不能使用了Deprecated. As of Version 2.1 of the Java Servlet API, use ServletContext.getRealPath(java.lang.转载 2013-03-14 14:18:21 · 776 阅读 · 0 评论 -
64bit Windows Server 2008 R2 SP1 中IIS7.5 和 TOMCAT7 整合笔记
https://www.xiejiwu.org/article.asp?id=105http://wiki.tetranetic.com/index.php?title=HOW-TO_-_Integrate_Tomcat_6.0_With_IIS_7https://confluence.atlassian.com/pages/viewpage.action?pageId=2182701转载 2013-01-03 15:39:10 · 10090 阅读 · 5 评论 -
docBase ="**\**\*.war"
war 包不解压的情况下server.xml的配置。原创 2013-01-03 09:36:08 · 543 阅读 · 0 评论 -
tomcat port 8009 and ajp13 协议
Tomcat最主要的功能是提供Servlet/JSP容器,尽管它也可以作为独立的Java Web服务器,它在对静态资源(如HTML文件或图像文件)的处理速度,以及提供的Web服务器管理功能方面都不如其他专业的HTTP服务器,如IIS和Apache服务器。 因此在实际应用中,常常把Tomcat与其他HTTP服务器集成。对于不支持Servlet/JSP的HTTP服务器,可以通过Tomca转载 2013-01-03 16:56:14 · 1023 阅读 · 0 评论 -
servletcontext.getRealPath()
关于serveletContext.getRealPath()方法1.关于request.getRealPath问题:String filename=request.getRealPath(filename)-------------------信息:warning: [deprecation] getRealPath(java.lang.String) in转载 2012-12-18 19:05:38 · 72064 阅读 · 1 评论 -
tomcat shared file and common file
http://blog.youkuaiyun.com/vzhchv007/article/details/2836673http://blog.youkuaiyun.com/monkeyking1987/article/details/7170673 /common/lib目录、/server/lib和/shared/lib目录下都可以存放JAR文件,它们的区别在于: 在/ser转载 2012-12-14 14:07:13 · 841 阅读 · 0 评论 -
tomcat
http://snowolf.iteye.com/blog/145770 关于tomcat 优化的。转载 2012-11-08 09:54:12 · 242 阅读 · 0 评论 -
tomcat src
http://panpan.blog.51cto.com/489034/120826其实在build.txt 中里面有操作的步骤,自己绕了很多弯,eclipse 也有相应jar. ant.jar, aix2.jar, jaxrpc.jarhttp://blog.youkuaiyun.com/ykdsg/article/details/6318444转载 2012-09-27 23:48:15 · 616 阅读 · 0 评论 -
load jarfile
File file = new File("*.jar");URLClassLoader loader = new URLClassLoader(new URL[] { file.toURI().toURL() });ClassLoader contextLoader = Thread.currentThread().getContextClassLoader();urlList = new Ar原创 2013-03-19 23:14:10 · 513 阅读 · 0 评论