<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>评论：再谈WebSphere的类加载和故障排查</title>
	<atom:link href="http://www.hashei.me/2009/06/troubshoot-classloader-problems.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hashei.me/2009/06/troubshoot-classloader-problems.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=troubshoot-classloader-problems</link>
	<description>一个系统工程师的絮叨</description>
	<lastBuildDate>Mon, 30 Jan 2012 02:37:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>来自：Java 类加载器的又一篇文章 &#124; 聚沙成塔-小哈的记事薄</title>
		<link>http://www.hashei.me/2009/06/troubshoot-classloader-problems.html/comment-page-1#comment-1372</link>
		<dc:creator>Java 类加载器的又一篇文章 &#124; 聚沙成塔-小哈的记事薄</dc:creator>
		<pubDate>Wed, 03 Mar 2010 15:35:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.hashei.me/2009/06/troubshoot-classloader-problems.html#comment-1372</guid>
		<description>[...] 《再谈WebSphere的类加载和故障排查》。今天在IBM网站上看到一篇《深入探讨 Java 类加载器》，分享出来炒炒冷饭。以后遇到问题的时候也能有点方向。 Java 虚拟机默认的行为就已经足够满足大多数情况的需求了。不过如果遇到了需要与类加载器进行交互的情况，而对类加载器的机制又不是很了解的话，就很容易花大量的时间去调试 ClassNotFoundException 和 NoClassDefFoundError 等异常。本文将详细介绍 Java 的类加载器，帮助读者深刻理解 Java 语言中的这个重要概念。   cT=&quot;0&quot;;nc=&quot;#444444&quot;;nBgc=&quot;#FFF7DE&quot;;nBorder=&quot;#F5E5A9&quot;; tc=&quot;#649B00&quot;;tBgc=&quot;#FFF4D0&quot;;tBorder=&quot;#F5E5A9&quot;; tDigg=&quot;Recommend&quot;;tDugg=&quot;Recommended&quot;; defaultItemUrl=&quot;http://www.hashei.me/2010/02/inside_java_classloader.html&quot;;defaultFeedUrl =&quot;http://feed.hashei.me/&quot;;     分类: Websphere系列, 排错 标签: class, java, 类加载    这些文章也许你会感兴趣2009/08/16 -- JDBC引发的服务器hang解决思路 (2)2009/08/15 -- 应用服务器发生hang的诊断方法 (0)2009/07/30 -- 程序编写中的Java性能关注点 (0)2009/06/20 -- 启用安全性后无法停止WAS的解决方法 (0)2009/06/15 -- 再谈WebSphere的类加载和故障排查 (2)2009/05/27 -- WebSphere的类加载机制和故障排查 (1)     评论 (0) Trackbacks (0) 发表评论 Trackback [...]</description>
		<content:encoded><![CDATA[<p>[...] 《再谈WebSphere的类加载和故障排查》。今天在IBM网站上看到一篇《深入探讨 Java 类加载器》，分享出来炒炒冷饭。以后遇到问题的时候也能有点方向。 Java 虚拟机默认的行为就已经足够满足大多数情况的需求了。不过如果遇到了需要与类加载器进行交互的情况，而对类加载器的机制又不是很了解的话，就很容易花大量的时间去调试 ClassNotFoundException 和 NoClassDefFoundError 等异常。本文将详细介绍 Java 的类加载器，帮助读者深刻理解 Java 语言中的这个重要概念。   cT=&quot;0&quot;;nc=&quot;#444444&quot;;nBgc=&quot;#FFF7DE&quot;;nBorder=&quot;#F5E5A9&quot;; tc=&quot;#649B00&quot;;tBgc=&quot;#FFF4D0&quot;;tBorder=&quot;#F5E5A9&quot;; tDigg=&quot;Recommend&quot;;tDugg=&quot;Recommended&quot;; defaultItemUrl=&quot;http://www.hashei.me/2010/02/inside_java_classloader.html&quot;;defaultFeedUrl =&quot;http://feed.hashei.me/&quot;;     分类: Websphere系列, 排错 标签: class, java, 类加载    这些文章也许你会感兴趣2009/08/16 &#8212; JDBC引发的服务器hang解决思路 (2)2009/08/15 &#8212; 应用服务器发生hang的诊断方法 (0)2009/07/30 &#8212; 程序编写中的Java性能关注点 (0)2009/06/20 &#8212; 启用安全性后无法停止WAS的解决方法 (0)2009/06/15 &#8212; 再谈WebSphere的类加载和故障排查 (2)2009/05/27 &#8212; WebSphere的类加载机制和故障排查 (1)     评论 (0) Trackbacks (0) 发表评论 Trackback [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：香我宁</title>
		<link>http://www.hashei.me/2009/06/troubshoot-classloader-problems.html/comment-page-1#comment-337</link>
		<dc:creator>香我宁</dc:creator>
		<pubDate>Fri, 19 Jun 2009 06:47:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.hashei.me/2009/06/troubshoot-classloader-problems.html#comment-337</guid>
		<description>没有更改日志级别详细信息，也没有类装入器查看器 = =
跟踪规范是 *=all=disabled 这是啥意思</description>
		<content:encoded><![CDATA[<p>没有更改日志级别详细信息，也没有类装入器查看器 = =<br />
跟踪规范是 *=all=disabled 这是啥意思</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：香我宁</title>
		<link>http://www.hashei.me/2009/06/troubshoot-classloader-problems.html/comment-page-1#comment-336</link>
		<dc:creator>香我宁</dc:creator>
		<pubDate>Fri, 19 Jun 2009 06:30:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.hashei.me/2009/06/troubshoot-classloader-problems.html#comment-336</guid>
		<description>在控制台的应用程序服务器--&gt;serverxxx--&gt;进程定义--&gt;Java虚拟机页面勾选“详细类装入”（与-verbose:class作用一样），为何在SystemOut.log里没有类加载的日志输出？应该怎么看？</description>
		<content:encoded><![CDATA[<p>在控制台的应用程序服务器&#8211;&gt;serverxxx&#8211;&gt;进程定义&#8211;&gt;Java虚拟机页面勾选“详细类装入”（与-verbose:class作用一样），为何在SystemOut.log里没有类加载的日志输出？应该怎么看？</p>
]]></content:encoded>
	</item>
</channel>
</rss>

