web 服务器
web 服务器
tomcat-6.0.18 log4j设置
摘要: 按照我写的目录结构来放置。
下载地址:
http://www.apache.org/dist/tomcat/tomcat-6/v6.0.18/bin/extras/tomcat-juli.jar
http://www.apache.org/dist/tomcat/tomcat-6/v6.0.18/bin/extras/tomcat-juli-adapters.jar
tomcat6-------lib
| |--------tomcat-juli-adapters.jar
| |--------log4j.jar
| |--------log4j.properites
|
|----bin
|--------tomcat-juli.jar
阅读全文
posted @
2010-01-14 18:10 冰是没有未来的,因为它的永恒|
编辑
jetty 错误日志ava.lang.IllegalStateException: Form too large225854>200000 解决的办法
摘要:
Jetty's default configuration has a limitation on POST data (200000 bytes)that
prevents Hudson from reading the Update Center data (available
plugins). Jetty gets an error like java.lang.IllegalStateException: Form too large. To resolve this, add something like this to jetty.xml:
Jetty 6:
在jetty.xml中设置该参数
org.mortbay.jetty.Request.maxFormContentSize
-1阅读全文
posted @
2010-01-12 11:09 冰是没有未来的,因为它的永恒|
编辑
glassfish中load application顺序问题
摘要: 解决的方案:部署在不同的domain中,并控制domain启动的顺序
例子:applications: RestaurantCenter (比mobile先load);mobile。
服务器: 内网192.168.1.18上
glassfish的路径:/opt/glassfish2.1
1.首先,创建两个domain :domain1,domain2
创建domain1 :ant -f setup1.xml
posted @ 2009-06-16 15:23 冰是没有未来的,因为它的永恒| 编辑
glassfish 已知问题和限制
摘要: 已知问题和限制
http://docs.sun.com/app/docs/doc/820-7430/knownissuessges?a=view
阅读全文
posted @
2009-06-16 11:01 冰是没有未来的,因为它的永恒|
编辑
升级后启动域时,您会在日志中看到以下异常。(6774663)
摘要: 说明
可能会抛出以下异常:
#|2008-11-19T01:44:37.422+0530|SEVERE|sun-appserver9.1|org.apache.catalina.session.ManagerBase|_ThreadID=17;_ThreadName=pool-1-thread-3;_Req uestID=cc0ddf54-a42e-400a-9788-e30d79a25d88;|PWC2768: IOException while loading persisted sessions: java.io.InvalidClassException: org.apache .catalina.session.StandardSession; local class incompatible: stream classdesc serialVersionUID = 8647852380089530442, local class serialVersi onUID = -8515037662877107054 java.io.InvalidClas
阅读全文
posted @
2009-06-16 11:00 冰是没有未来的,因为它的永恒|
编辑
特定于 INTERNET EXPLORER 6.0/7.0 浏览器:导出负载平衡器配置文件会抛出错误 (6516068)
摘要: 说明
(仅 Internet Explorer 6 和 7)当尝试从 Internet Explorer 6 或 7 导出负载平衡器配置文件 (loadbalancer.xml) 时,浏览器会显示错误消息,表示找不到 sun-loadbalancer_1_2.dtd DTD 文件。
解决方法
要保存此文件,请使用以下解决方法:
在 Internet Explorer 中,在“负载平衡器”页上单击“导出”。
将显示“XML page cannot be displayed”消息。
单击错误框,然后从 Internet Explorer 中选择“文件”->“另存为”。
将 loadbalancer.xml 文件保存到所选目录中。
阅读全文
posted @
2009-06-16 10:53 冰是没有未来的,因为它的永恒|
编辑
glassfish启动 --java.rmi.server.ExportException
摘要: glassfish启动的时候:
.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|UnknownException during st
artup. Disable quick startup by setting system property com.sun.enterprise.server.ss.ASQuickStartup to false
com.sun.appserv.server.ServerLifecycleException: java.rmi.server.ExportException: Port already in use: 0; nested exception is:
java.net.BindException: Can't assign requested address
at com.sun.enterprise.admin.server.core.channel.AdminChannel.createRMIChannel(
阅读全文
posted @
2009-06-16 09:26 冰是没有未来的,因为它的永恒|
编辑
glassfish linux 安装
摘要: 1.下载- ref : https://glassfish.dev.java.net/downloads/v2.1-b60e.html
-
2.解压下载的jar # java -Xmx256m -jar glassxxx.jar
3.复制到安装的路径下 copy th glassfish to /opt/glasfish2.1
# cd glassfish2.1
如果系统没安装ant # chmod -R +x lib/ant/bin
make sure tomcat is not running on 8080, I changed to run on 18080
4. 安装 # lib/ant/bin/ant -f setup.xml
cannot move the dir after the above step.
ends results:
create.domain:
[exe
阅读全文
posted @
2009-06-13 12:11 冰是没有未来的,因为它的永恒|
编辑