﻿<?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-RandomIgnorant</title><link>http://www.blogjava.net/beidou7x/</link><description /><language>zh-cn</language><lastBuildDate>Sun, 12 Apr 2026 07:54:21 GMT</lastBuildDate><pubDate>Sun, 12 Apr 2026 07:54:21 GMT</pubDate><ttl>60</ttl><item><title>SAXParseException(转贴)</title><link>http://www.blogjava.net/beidou7x/archive/2006/08/18/64387.html</link><dc:creator>jim.li</dc:creator><author>jim.li</author><pubDate>Fri, 18 Aug 2006 08:31:00 GMT</pubDate><guid>http://www.blogjava.net/beidou7x/archive/2006/08/18/64387.html</guid><wfw:comment>http://www.blogjava.net/beidou7x/comments/64387.html</wfw:comment><comments>http://www.blogjava.net/beidou7x/archive/2006/08/18/64387.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/beidou7x/comments/commentRss/64387.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/beidou7x/services/trackbacks/64387.html</trackback:ping><description><![CDATA[分析web.xml文档之前我想先说一下web.xml中根元素&lt;web-app&gt;各子元素的顺序问题，因为在web.xml中元素定义的先后顺序是不能颠倒的（除非在web.xml文件中使用XML   Schema，本文不做讨论），否则Tomcat服务器可能抛出SAXParseException<br />&lt;web-app&gt;   <br />                                              &lt;display-name&gt;   <br />                                              &lt;description&gt;   <br />                                              &lt;distributable&gt;   <br />                                              &lt;context-param&gt;   <br />                                              &lt;filter&gt;   <br />                                              &lt;filter-mapping&gt;   <br />                                              &lt;servlet&gt;   <br />                                              &lt;servlet-mapping&gt;   <br />                                              &lt;session-config&gt;   <br />                                              &lt;mime-mapping&gt;   <br />                                              &lt;welcome-file-list&gt;   <br />                                              &lt;error-page&gt;   <br />                                              &lt;taglib&gt;   <br />                                            &lt;resource-env-ref&gt;   <br />                                              &lt;resource-ref&gt;   <br />                                              &lt;security-constraint&gt;   <br />                                              &lt;login-config&gt;   <br />                                              &lt;security-role&gt;   <br />                                              &lt;env-entry&gt;   <br />                                              &lt;ejb-ref&gt;   <br />                                              &lt;ejb-local-ref&gt;   <br />&lt;/web-app&gt; <br /><img src ="http://www.blogjava.net/beidou7x/aggbug/64387.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/beidou7x/" target="_blank">jim.li</a> 2006-08-18 16:31 <a href="http://www.blogjava.net/beidou7x/archive/2006/08/18/64387.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>jsp直接打开excel文件</title><link>http://www.blogjava.net/beidou7x/archive/2006/08/18/64344.html</link><dc:creator>jim.li</dc:creator><author>jim.li</author><pubDate>Fri, 18 Aug 2006 06:44:00 GMT</pubDate><guid>http://www.blogjava.net/beidou7x/archive/2006/08/18/64344.html</guid><wfw:comment>http://www.blogjava.net/beidou7x/comments/64344.html</wfw:comment><comments>http://www.blogjava.net/beidou7x/archive/2006/08/18/64344.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.blogjava.net/beidou7x/comments/commentRss/64344.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/beidou7x/services/trackbacks/64344.html</trackback:ping><description><![CDATA[
		<p>sigh, 哪里有这么简单。<br /><br />0, 显示在ie浏览器中 <br />1, 直接打开。<br />2, 显示 “打开“，“保存“ 等对话框。<br /><br />updating.<br /><br /></p>
<img src ="http://www.blogjava.net/beidou7x/aggbug/64344.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/beidou7x/" target="_blank">jim.li</a> 2006-08-18 14:44 <a href="http://www.blogjava.net/beidou7x/archive/2006/08/18/64344.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>如何用POI得到Excel文件中Textbox的值</title><link>http://www.blogjava.net/beidou7x/archive/2006/07/30/60912.html</link><dc:creator>jim.li</dc:creator><author>jim.li</author><pubDate>Sun, 30 Jul 2006 15:31:00 GMT</pubDate><guid>http://www.blogjava.net/beidou7x/archive/2006/07/30/60912.html</guid><wfw:comment>http://www.blogjava.net/beidou7x/comments/60912.html</wfw:comment><comments>http://www.blogjava.net/beidou7x/archive/2006/07/30/60912.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/beidou7x/comments/commentRss/60912.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/beidou7x/services/trackbacks/60912.html</trackback:ping><description><![CDATA[Rsching<img src ="http://www.blogjava.net/beidou7x/aggbug/60912.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/beidou7x/" target="_blank">jim.li</a> 2006-07-30 23:31 <a href="http://www.blogjava.net/beidou7x/archive/2006/07/30/60912.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Error initializing endpoint java.net.SocketException: Permission denied: listen failed</title><link>http://www.blogjava.net/beidou7x/archive/2006/07/30/60910.html</link><dc:creator>jim.li</dc:creator><author>jim.li</author><pubDate>Sun, 30 Jul 2006 15:29:00 GMT</pubDate><guid>http://www.blogjava.net/beidou7x/archive/2006/07/30/60910.html</guid><wfw:comment>http://www.blogjava.net/beidou7x/comments/60910.html</wfw:comment><comments>http://www.blogjava.net/beidou7x/archive/2006/07/30/60910.html#Feedback</comments><slash:comments>7</slash:comments><wfw:commentRss>http://www.blogjava.net/beidou7x/comments/commentRss/60910.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/beidou7x/services/trackbacks/60910.html</trackback:ping><description><![CDATA[Created MBeanServer with ID: 121cc40:10cc009d724:-8000:dalian-fa9302df:1<br />15:25:14,753 INFO  [org.apache.catalina.core.AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: c:\j2sdk1.4.2_07\bin;.;C:\WINNT\system32;C:\WINNT;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32Wbem;c:\j2sdk1.4.2_07;c:\j2sdk1.4.2_07\lib<br />15:25:17,907 ERROR [org.apache.coyote.http11.Http11BaseProtocol] Error initializing endpoint<br />java.net.SocketException: Permission denied: listen failed<br />        at java.net.PlainSocketImpl.socketListen(Native Method)<br />        at java.net.PlainSocketImpl.listen(PlainSocketImpl.java:343)<br />        at java.net.ServerSocket.bind(ServerSocket.java:319)<br />        at java.net.ServerSocket.&lt;init&gt;(ServerSocket.java:185)<br />        at java.net.ServerSocket.&lt;init&gt;(ServerSocket.java:141)<br />        at org.apache.tomcat.util.net.DefaultServerSocketFactory.createSocket(DefaultServerSocketFactory.java:49)<br />        at org.apache.tomcat.util.net.PoolTcpEndpoint.initEndpoint(PoolTcpEndpoint.java:292)<br />        at org.apache.coyote.http11.Http11BaseProtocol.init(Http11BaseProtocol.java:138)<br />        at org.apache.catalina.connector.Connector.initialize(Connector.java:1016)<br />        at org.apache.catalina.core.StandardService.initialize(StandardService.java:580)<br />        at org.apache.catalina.core.StandardServer.initialize(StandardServer.java:791)<br />        at org.apache.catalina.startup.Catalina.load(Catalina.java:503)<br />        at org.apache.catalina.startup.Catalina.load(Catalina.java:523)<br />        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br />        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />        at java.lang.reflect.Method.invoke(Method.java:324)<br />        at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:266)<br />        at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:431)<br />15:25:17,917 ERROR [org.apache.catalina.startup.Catalina] Catalina.startLifecycleException:  Protocol handler initialization failed: java.net.SocketException: Permission denied: listen failed<br />        at org.apache.catalina.connector.Connector.initialize(Connector.java:1018)<br />        at org.apache.catalina.core.StandardService.initialize(StandardService.java:580)<br />        at org.apache.catalina.core.StandardServer.initialize(StandardServer.java:791)<br />        at org.apache.catalina.startup.Catalina.load(Catalina.java:503)<br />        at org.apache.catalina.startup.Catalina.load(Catalina.java:523)<br />        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br />        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />        at java.lang.reflect.Method.invoke(Method.java:324)<br />        at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:266)<br />        at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:431)<br />15:25:18,018 INFO  [org.apache.catalina.startup.Catalina] Initialization processed in 6630 ms<br />/* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ <br />这个问题来到了第七天。终于在不经意间消失了，只所以不说解决，是因为我做的更新是： <br />①修改“金山毒霸-应用规则”，更新java.exe为允许访问网络。 <br />②修改“金山毒霸-应用规则”，删除一些不用的游戏，以及游戏辅助软件。 <br /><strong>重新设置java.exe为不能访问网络后，Tomcat启动还是正常。但是没办法恢复那些已经删除的软件设置了。 <br /></strong>以前的情况是不上网可以正常启动，上网后更改端口也不能正常启动，所以怀疑是这些应用规则阻止了这些端口。<br />问了好多人都没碰到过，自己的问题看来还是要自己解决。 <img src ="http://www.blogjava.net/beidou7x/aggbug/60910.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/beidou7x/" target="_blank">jim.li</a> 2006-07-30 23:29 <a href="http://www.blogjava.net/beidou7x/archive/2006/07/30/60910.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>