<?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>Comments on: Quick Tip: When Eclipse just won&#8217;t clean up the Tomcat Working Directory</title>
	<atom:link href="http://www.mularien.com/blog/2007/11/18/quick-tip-when-eclipse-just-wont-clean-up-the-tomcat-working-directory/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mularien.com/blog/2007/11/18/quick-tip-when-eclipse-just-wont-clean-up-the-tomcat-working-directory/</link>
	<description>Notes by Peter Mularien on Hibernate, Spring, CSS, Java, etc.</description>
	<lastBuildDate>Tue, 27 Jul 2010 22:22:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Eric</title>
		<link>http://www.mularien.com/blog/2007/11/18/quick-tip-when-eclipse-just-wont-clean-up-the-tomcat-working-directory/comment-page-1/#comment-1911</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Tue, 10 Jun 2008 07:52:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.mularien.com/blog/2007/11/18/quick-tip-when-eclipse-just-wont-clean-up-the-tomcat-working-directory/#comment-1911</guid>
		<description>HI, 
I have met the problem of the number of tmp**.You are so kind to write the words above.I am using the websphere(in IBM RAD) now.The server has 2 server_instances. First one is itb_obj,and the other is ita_obj. The ita_obj is now running. And ita_obj&#039;s files are in the directory &quot;tmp1&quot;.How can I make them in the directory tmp0? I have tried to uninstalled the itb_obj,I think the tmp0 belongs to itb_obj.But the text of servers.xml and tmp-data.xml can not be modified automaticlly.Could you tell me some detail?</description>
		<content:encoded><![CDATA[<p>HI,<br />
I have met the problem of the number of tmp**.You are so kind to write the words above.I am using the websphere(in IBM RAD) now.The server has 2 server_instances. First one is itb_obj,and the other is ita_obj. The ita_obj is now running. And ita_obj&#8217;s files are in the directory &#8220;tmp1&#8243;.How can I make them in the directory tmp0? I have tried to uninstalled the itb_obj,I think the tmp0 belongs to itb_obj.But the text of servers.xml and tmp-data.xml can not be modified automaticlly.Could you tell me some detail?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pmularien</title>
		<link>http://www.mularien.com/blog/2007/11/18/quick-tip-when-eclipse-just-wont-clean-up-the-tomcat-working-directory/comment-page-1/#comment-885</link>
		<dc:creator>pmularien</dc:creator>
		<pubDate>Wed, 16 Apr 2008 12:55:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.mularien.com/blog/2007/11/18/quick-tip-when-eclipse-just-wont-clean-up-the-tomcat-working-directory/#comment-885</guid>
		<description>@Mathias,

Yes, the number after &#039;tmp&#039; is incremented as you add servers to a particular workspace. There&#039;s nothing preventing you from adding 10 different server instances to a single workspace - just right click on the Servers view and select New &gt; Server. 

Now the obvious question is - how to figure out which server instance matches with which directory? Some server plugins will show the temporary deploymnent directory on the server configuration page (Tomcat, for example, shows the directory path in the &#039;Server path&#039; text box). For most other servers, you have to correlate 2 files located in the org.eclipse.wst.server.core directory: &lt;b&gt;tmp-data.xml&lt;/b&gt; and &lt;b&gt;servers.xml&lt;/b&gt;. 

&lt;b&gt;tmp-data.xml&lt;/b&gt; will contain something like the following:
&lt;code&gt;
&lt;temp-directory age=&quot;1&quot; key=&quot;4_2_08_3_33_PM1&quot; path=&quot;tmp3&quot;/&gt;
&lt;/code&gt;

You match the key in there: &lt;b&gt;4_2_08_3_33_PM1&lt;/b&gt; with the server configuration in the &lt;b&gt;servers.xml&lt;/b&gt; file:
&lt;code&gt;
&lt;server hostname=&quot;localhost&quot; id=&quot;4_2_08_3_33_PM1&quot; name=&quot;GlassFish V2&quot; runtime-id=&quot;GlassFish V2 Java EE 5&quot; server-type=
&quot;com.sun.enterprise.jst.server.sunappsrv91&quot; server-type-id=&quot;com.sun.enterprise.jst.server.sunappsrv91&quot; timestamp=&quot;3&quot;&gt;
&lt;/code&gt;

Hope that helps!</description>
		<content:encoded><![CDATA[<p>@Mathias,</p>
<p>Yes, the number after &#8216;tmp&#8217; is incremented as you add servers to a particular workspace. There&#8217;s nothing preventing you from adding 10 different server instances to a single workspace &#8211; just right click on the Servers view and select New &gt; Server. </p>
<p>Now the obvious question is &#8211; how to figure out which server instance matches with which directory? Some server plugins will show the temporary deploymnent directory on the server configuration page (Tomcat, for example, shows the directory path in the &#8216;Server path&#8217; text box). For most other servers, you have to correlate 2 files located in the org.eclipse.wst.server.core directory: <b>tmp-data.xml</b> and <b>servers.xml</b>. </p>
<p><b>tmp-data.xml</b> will contain something like the following:<br />
<code>&lt;temp-directory age="1" key="4_2_08_3_33_PM1" path="tmp3"/&gt;</code></p>
<p>You match the key in there: <b>4_2_08_3_33_PM1</b> with the server configuration in the <b>servers.xml</b> file:<br />
<pre><code>&lt;server hostname="localhost" id="4_2_08_3_33_PM1" name="GlassFish V2" runtime-id="GlassFish V2 Java EE 5" server-type=
"com.sun.enterprise.jst.server.sunappsrv91" server-type-id="com.sun.enterprise.jst.server.sunappsrv91" timestamp="3"&gt;</code></pre>
<p>Hope that helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mathias</title>
		<link>http://www.mularien.com/blog/2007/11/18/quick-tip-when-eclipse-just-wont-clean-up-the-tomcat-working-directory/comment-page-1/#comment-883</link>
		<dc:creator>mathias</dc:creator>
		<pubDate>Wed, 16 Apr 2008 11:20:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.mularien.com/blog/2007/11/18/quick-tip-when-eclipse-just-wont-clean-up-the-tomcat-working-directory/#comment-883</guid>
		<description>Hi,

you mentioned that the eclipse server workspace directory &quot;tmp0&quot; may be different.
This could also be a &quot;tmp1&quot;, right?

My problem is: How can I create another second server instance, for example &quot;tmp1&quot; in Eclipse?
If you also have a quick tip for this, I would be very happy :-)</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>you mentioned that the eclipse server workspace directory &#8220;tmp0&#8243; may be different.<br />
This could also be a &#8220;tmp1&#8243;, right?</p>
<p>My problem is: How can I create another second server instance, for example &#8220;tmp1&#8243; in Eclipse?<br />
If you also have a quick tip for this, I would be very happy <img src='http://www.mularien.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lumpynose</title>
		<link>http://www.mularien.com/blog/2007/11/18/quick-tip-when-eclipse-just-wont-clean-up-the-tomcat-working-directory/comment-page-1/#comment-221</link>
		<dc:creator>lumpynose</dc:creator>
		<pubDate>Mon, 21 Jan 2008 01:54:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.mularien.com/blog/2007/11/18/quick-tip-when-eclipse-just-wont-clean-up-the-tomcat-working-directory/#comment-221</guid>
		<description>I&#039;ve made it a point to always click on the servers tab and delete any of my projects from the tomcat server and then after that delete the tomcat server instances, and then add them again.  Only takes a few moments but has saved me from the huge irritation of having things not be deployed properly; changes don&#039;t take some times.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve made it a point to always click on the servers tab and delete any of my projects from the tomcat server and then after that delete the tomcat server instances, and then add them again.  Only takes a few moments but has saved me from the huge irritation of having things not be deployed properly; changes don&#8217;t take some times.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
