﻿<?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-上水鱼塘-文章分类-App SERVER</title><link>http://www.blogjava.net/imdosop/category/28046.html</link><description>天天向上——</description><language>zh-cn</language><lastBuildDate>Thu, 27 Dec 2007 12:15:41 GMT</lastBuildDate><pubDate>Thu, 27 Dec 2007 12:15:41 GMT</pubDate><ttl>60</ttl><item><title>Tomcat默认访问首页修改。。。</title><link>http://www.blogjava.net/imdosop/articles/169271.html</link><dc:creator>imdosop</dc:creator><author>imdosop</author><pubDate>Fri, 21 Dec 2007 04:11:00 GMT</pubDate><guid>http://www.blogjava.net/imdosop/articles/169271.html</guid><wfw:comment>http://www.blogjava.net/imdosop/comments/169271.html</wfw:comment><comments>http://www.blogjava.net/imdosop/articles/169271.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/imdosop/comments/commentRss/169271.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/imdosop/services/trackbacks/169271.html</trackback:ping><description><![CDATA[1.修改$CATALINA_HOME/webapps/ROOT/web.xml文件，修改为下内容：<br />
<p>&lt;?xml version="1.0" encoding="ISO-8859-1"?&gt;<br />
&lt;!--<br />
&nbsp; Copyright 2004 The Apache Software Foundation</p>
<p>&nbsp; Licensed under the Apache License, Version 2.0 (the "License");<br />
&nbsp; you may not use this file except in compliance with the License.<br />
&nbsp; You may obtain a copy of the License at</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; http://www.apache.org/licenses/LICENSE-2.0</p>
<p>&nbsp; Unless required by applicable law or agreed to in writing, software<br />
&nbsp; distributed under the License is distributed on an "AS IS" BASIS,<br />
&nbsp; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.<br />
&nbsp; See the License for the specific language governing permissions and<br />
&nbsp; limitations under the License.<br />
--&gt;</p>
<p>&lt;web-app xmlns="http://java.sun.com/xml/ns/j2ee"<br />
&nbsp;&nbsp;&nbsp; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"<br />
&nbsp;&nbsp;&nbsp; xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"<br />
&nbsp;&nbsp;&nbsp; version="2.4"&gt;<br />
&nbsp;&nbsp;&nbsp; &lt;servlet-mapping&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;servlet-name&gt;default&lt;/servlet-name&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;url-pattern&gt;/&lt;/url-pattern&gt;<br />
&nbsp;&nbsp;&nbsp; &lt;/servlet-mapping&gt;</p>
<p>&nbsp;&nbsp;&nbsp; &lt;welcome-file-list&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;welcome-file&gt;index.html&lt;/welcome-file&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;welcome-file&gt;index.htm&lt;/welcome-file&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;welcome-file&gt;index.jsp&lt;/welcome-file&gt;<br />
&nbsp;&nbsp;&nbsp; &lt;/welcome-file-list&gt;</p>
<p>&lt;/web-app&gt;<br />
<br />
2.修改$CATALINA_HOME/webapps/ROOT/index.jsp页面<br />
（跳转自己的应用）</p>
<img src ="http://www.blogjava.net/imdosop/aggbug/169271.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/imdosop/" target="_blank">imdosop</a> 2007-12-21 12:11 <a href="http://www.blogjava.net/imdosop/articles/169271.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>