﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>BlogJava-wml-最新评论</title><link>http://www.blogjava.net/wml/CommentsRSS.aspx</link><description /><language>zh-cn</language><pubDate>Thu, 10 Dec 2009 05:57:48 GMT</pubDate><lastBuildDate>Thu, 10 Dec 2009 05:57:48 GMT</lastBuildDate><generator>cnblogs</generator><item><title>re: Log4j 配置 的问题</title><link>http://www.blogjava.net/wml/archive/2009/03/12/60316.html#259360</link><dc:creator>是</dc:creator><author>是</author><pubDate>Thu, 12 Mar 2009 07:58:00 GMT</pubDate><guid>http://www.blogjava.net/wml/archive/2009/03/12/60316.html#259360</guid><description><![CDATA[# re: Log4j 配置 的问题 2007-02-09 10:28 cocaine <br>是log4j.properties与tomcat的log4j重名的原因 <br>你把/WEB-INF/classes/log4j.properties的log4j配置文件改个名字看(如:logConfig.properties) <br>因为在tomcat启动是默认去找log4j.properties,但此时Listener还没有起来,tomcat就要往\WEB-INF\logs\log4j.log 写日志就找不到了 <br><br><br>确实是这样呀<img src ="http://www.blogjava.net/wml/aggbug/259360.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/wml/" target="_blank">是</a> 2009-03-12 15:58 <a href="http://www.blogjava.net/wml/archive/2009/03/12/60316.html#259360#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: CruiseControl 配置</title><link>http://www.blogjava.net/wml/archive/2009/02/12/122410.html#254434</link><dc:creator>liyq</dc:creator><author>liyq</author><pubDate>Thu, 12 Feb 2009 09:55:00 GMT</pubDate><guid>http://www.blogjava.net/wml/archive/2009/02/12/122410.html#254434</guid><description><![CDATA[Hi!你好，我在配置完cruisecontrol打开页面<br><a href="http://127.0.0.0" target="_new" rel="nofollow">http://127.0.0.0</a>：8080/cruisecontrol/?auto_refresh=true <br><br>出现提示：<br><br>Context parameter logDir needs to be set to a directory. Currently set to &quot;logs&quot; <br><br>happylixia169@hotmail.com<img src ="http://www.blogjava.net/wml/aggbug/254434.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/wml/" target="_blank">liyq</a> 2009-02-12 17:55 <a href="http://www.blogjava.net/wml/archive/2009/02/12/122410.html#254434#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Log4j 配置 的问题</title><link>http://www.blogjava.net/wml/archive/2009/02/04/60316.html#253255</link><dc:creator>11</dc:creator><author>11</author><pubDate>Wed, 04 Feb 2009 07:33:00 GMT</pubDate><guid>http://www.blogjava.net/wml/archive/2009/02/04/60316.html#253255</guid><description><![CDATA[打倒阿扁<img src ="http://www.blogjava.net/wml/aggbug/253255.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/wml/" target="_blank">11</a> 2009-02-04 15:33 <a href="http://www.blogjava.net/wml/archive/2009/02/04/60316.html#253255#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: CruiseControl 配置</title><link>http://www.blogjava.net/wml/archive/2009/01/20/122410.html#252037</link><dc:creator>lennoli</dc:creator><author>lennoli</author><pubDate>Tue, 20 Jan 2009 05:57:00 GMT</pubDate><guid>http://www.blogjava.net/wml/archive/2009/01/20/122410.html#252037</guid><description><![CDATA[难题求助高手：“SVN+Cruisecontrol”环境下，系统无法发送邮件<br>情况描述：<br><br>1.在公司的内部局域网上使用“SVN+CruiseControl”来进行版本的控制和Delay Build工作。<br>2.要求在发现build失败后可以将相关的失败邮件发送给提交该部分代码的开发人员。<br>3.公司域内的项目组成员的SVN帐户全部放在了authz文件中，格式为：domain\username<br>4.公司域内成员的邮件系统采用MS-OuLook. 成员的邮件地址格式为：“username@domain.com”<br>5.在“CruiseControl”配置已经完成，如果将邮件地址写死，则整个发送邮件的工作完全正常<br>6.在“CruiseControl”配置中和自动动态派发邮件的配置项只有一个：defaultSuffix=&quot;@domain.com&quot;.<br>7.现在的出现的情况是：当build失败后，系统无法自动的将build失败的邮件发送给当事人。查看log后得到相关信息：<br>  无效的邮件地址：“domain\username+@domain.com”。（假设domain为：soft，用户为：bond）<br>  ----&gt; 即得到了这样的一个邮件地址： soft\bond@soft.com<br>8.很显然，CruiseControl是通过拼字符串的方式来得到邮件地址的（但是这样得到的邮件地址明显错误）<br>9.其中“soft\bond”部分来源于SVN,后面的“@soft.com”来源于CruiseControl自身的配置项。<br>10.我试着修改SVN中用户帐户的格式，不要域信息。修改完毕后发现帐户无法访问SVN了。查阅相关资料后得知：SVN在域内使用的时候，域内用户的帐户必须遵循“domain\username”的格式。<br><img src ="http://www.blogjava.net/wml/aggbug/252037.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/wml/" target="_blank">lennoli</a> 2009-01-20 13:57 <a href="http://www.blogjava.net/wml/archive/2009/01/20/122410.html#252037#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Log4j 配置 的问题</title><link>http://www.blogjava.net/wml/archive/2008/10/21/60316.html#235640</link><dc:creator>leornado</dc:creator><author>leornado</author><pubDate>Tue, 21 Oct 2008 04:38:00 GMT</pubDate><guid>http://www.blogjava.net/wml/archive/2008/10/21/60316.html#235640</guid><description><![CDATA[	&lt;!-- Leave the listener commented-out if using JBoss --&gt;<br>	&lt;!--<br>	&lt;listener&gt;<br>		&lt;listener-class&gt;org.springframework.web.util.Log4jConfigListener&lt;/listener-class&gt;<br>	&lt;/listener&gt;<br>	--&gt;<br>当使用JBOSS之外的web容器时可以将listener注释起来<img src ="http://www.blogjava.net/wml/aggbug/235640.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/wml/" target="_blank">leornado</a> 2008-10-21 12:38 <a href="http://www.blogjava.net/wml/archive/2008/10/21/60316.html#235640#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: CruiseControl 配置</title><link>http://www.blogjava.net/wml/archive/2008/08/23/122410.html#223828</link><dc:creator>小陈同学</dc:creator><author>小陈同学</author><pubDate>Sat, 23 Aug 2008 01:00:00 GMT</pubDate><guid>http://www.blogjava.net/wml/archive/2008/08/23/122410.html#223828</guid><description><![CDATA[Hi! 大哥哥. 我打开页面. 出现这种错误. 可以指定下我么?<br><a href="http://localhost:8180/cruisecontrol/?auto_refresh=true" target="_new" rel="nofollow">http://localhost:8180/cruisecontrol/?auto_refresh=true</a><br><br>Context parameter logDir needs to be set to a directory. Currently set to &quot;logs&quot;<br><br>degui.chen@qq.com<img src ="http://www.blogjava.net/wml/aggbug/223828.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/wml/" target="_blank">小陈同学</a> 2008-08-23 09:00 <a href="http://www.blogjava.net/wml/archive/2008/08/23/122410.html#223828#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Log4j 配置 的问题[未登录]</title><link>http://www.blogjava.net/wml/archive/2008/06/24/60316.html#210297</link><dc:creator>a</dc:creator><author>a</author><pubDate>Tue, 24 Jun 2008 06:01:00 GMT</pubDate><guid>http://www.blogjava.net/wml/archive/2008/06/24/60316.html#210297</guid><description><![CDATA[谢谢你的帖子！<img src ="http://www.blogjava.net/wml/aggbug/210297.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/wml/" target="_blank">a</a> 2008-06-24 14:01 <a href="http://www.blogjava.net/wml/archive/2008/06/24/60316.html#210297#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Jbpm 环境搭建 </title><link>http://www.blogjava.net/wml/archive/2007/11/18/126088.html#161461</link><dc:creator>yeshucheng</dc:creator><author>yeshucheng</author><pubDate>Sun, 18 Nov 2007 14:09:00 GMT</pubDate><guid>http://www.blogjava.net/wml/archive/2007/11/18/126088.html#161461</guid><description><![CDATA[朋友你好，找了很多网络资料。觉得你的这个配置算比较全！<br><br>现在我也想把我的工程结合spring来做，可是通过和你这个一样的配置，测试用例一直报错误，大概就是说工作流操作没有指定相应的dataSource...<br><br>你有源代码吗？有的话能否给我一份做为一个参考，谢谢<br><br>qq:56076621<img src ="http://www.blogjava.net/wml/aggbug/161461.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/wml/" target="_blank">yeshucheng</a> 2007-11-18 22:09 <a href="http://www.blogjava.net/wml/archive/2007/11/18/126088.html#161461#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 利用MyEclipse进行JavaScript的DeBug调试</title><link>http://www.blogjava.net/wml/archive/2007/11/01/87978.html#157380</link><dc:creator>333</dc:creator><author>333</author><pubDate>Thu, 01 Nov 2007 01:15:00 GMT</pubDate><guid>http://www.blogjava.net/wml/archive/2007/11/01/87978.html#157380</guid><description><![CDATA[<a href="http://topic.csdn.net/u/20071031/22/08BDF4AD-8285-4530-A6F4-FC772844773F.html" target="_new" rel="nofollow">http://topic.csdn.net/u/20071031/22/08BDF4AD-8285-4530-A6F4-FC772844773F.html</a><img src ="http://www.blogjava.net/wml/aggbug/157380.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/wml/" target="_blank">333</a> 2007-11-01 09:15 <a href="http://www.blogjava.net/wml/archive/2007/11/01/87978.html#157380#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: CruiseControl 配置[未登录]</title><link>http://www.blogjava.net/wml/archive/2007/10/11/122410.html#151966</link><dc:creator>wml</dc:creator><author>wml</author><pubDate>Thu, 11 Oct 2007 02:25:00 GMT</pubDate><guid>http://www.blogjava.net/wml/archive/2007/10/11/122410.html#151966</guid><description><![CDATA[@lady-killer<br><br>在你的CC服务期环境中,是否配置了CVS的环境变量呢?我使用的是SUBVERSION,安装后会自动配置环境变量.你可尝试着,配置下环境变量<img src ="http://www.blogjava.net/wml/aggbug/151966.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/wml/" target="_blank">wml</a> 2007-10-11 10:25 <a href="http://www.blogjava.net/wml/archive/2007/10/11/122410.html#151966#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>