<?xml version="1.0"?>
<rss version="2.0">
<channel>
  <title>Weiqi Gao&#039;s Observations - servlets tag</title>
  <link>http://www.weiqigao.com/blog/tags/servlets/</link>
  <description>Sharing My Experience...</description>
  <language>en</language>
  <copyright>Weiqi Gao</copyright>
  <lastBuildDate>Fri, 11 May 2012 12:48:36 GMT</lastBuildDate>
  <generator>Pebble (http://pebble.sourceforge.net)</generator>
  <docs>http://backend.userland.com/rss</docs>
  
  <image>
    <url>http://pebble.sourceforge.net/common/images/powered-by-pebble.gif</url>
    <title>Weiqi Gao&#039;s Observations</title>
    <link>http://www.weiqigao.com/blog/</link>
  </image>
  
  
  <item>
    <title>Today&#039;s Task: Explain Just Copy My War File Into Your Webapps Folder</title>
    <link>http://www.weiqigao.com/blog/2007/03/06/todays_task_explain_just_copy_my_war_file_into_your_webapps_folder.html</link>
    
      
        <description>
          &lt;p&gt;My contention is that you can&#039;t explain &#034;just copy my war file into your webapps folder&#034; without

&lt;ul&gt;
&lt;li&gt;first training him into a Java developer&lt;/li&gt;
&lt;li&gt;and then teaching him the full Servlet Specification&lt;/li&gt;
&lt;li&gt;and then showing him how a war file is really a jar file in disguise&lt;/li&gt;
&lt;li&gt;and then how a jar file is nothing but a zip file&lt;/li&gt;
&lt;li&gt;and that a zip file is sort of like a directory&lt;/li&gt;
&lt;li&gt;and that the webapps folder is inside your servlet container&lt;/li&gt;
&lt;li&gt;and that the servlet container will unzip your war file and put the result into a directory whose name is the same as the war file without the war extension&lt;/li&gt;
&lt;li&gt;and that that directory name is really your context&lt;/li&gt;
&lt;li&gt;and that the context is really something that you put at the end of your URL&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In other words, forget about it.&lt;/p&gt;
        </description>
      
      
    
    
    
    <comments>http://www.weiqigao.com/blog/2007/03/06/todays_task_explain_just_copy_my_war_file_into_your_webapps_folder.html#comments</comments>
    <guid isPermaLink="true">http://www.weiqigao.com/blog/2007/03/06/todays_task_explain_just_copy_my_war_file_into_your_webapps_folder.html</guid>
    <pubDate>Wed, 07 Mar 2007 04:09:47 GMT</pubDate>
  </item>
  
  </channel>
</rss>

