

<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>eclipse &#8211; Max的程式語言筆記</title>
	<atom:link href="https://stackoverflow.max-everyday.com/tag/eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>https://stackoverflow.max-everyday.com</link>
	<description>我要當一個豬頭，快樂過每一天</description>
	<lastBuildDate>Thu, 29 Aug 2024 00:37:11 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>

<image>
	<url>https://stackoverflow.max-everyday.com/wp-content/uploads/2017/02/max-stackoverflow-256.png</url>
	<title>eclipse &#8211; Max的程式語言筆記</title>
	<link>https://stackoverflow.max-everyday.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Tomcat version 9.0 only supports J2EE 1.2, 1.3, 1.4, and Java EE 5, 6, 7, and 8 Web modules</title>
		<link>https://stackoverflow.max-everyday.com/2024/04/tomcat-version-9-0-only-supports-j2ee-1-2-1-3-1-4-and-java-ee-5-6-7-and-8-web-modules/</link>
					<comments>https://stackoverflow.max-everyday.com/2024/04/tomcat-version-9-0-only-supports-j2ee-1-2-1-3-1-4-and-java-ee-5-6-7-and-8-web-modules/#respond</comments>
		
		<dc:creator><![CDATA[max-stackoverflow]]></dc:creator>
		<pubDate>Tue, 30 Apr 2024 01:45:29 +0000</pubDate>
				<category><![CDATA[Java筆記]]></category>
		<category><![CDATA[Debug]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Tomcat]]></category>
		<guid isPermaLink="false">https://stackoverflow.max-everyday.com/?p=5696</guid>

					<description><![CDATA[在全新的 eclipse 匯入 project ...]]></description>
										<content:encoded><![CDATA[
<p>在全新的 eclipse 匯入 project 之後，無法在 tomcat 裡的 site 被新增為 resource, 顯示錯誤訊息：</p>



<pre class="wp-block-code"><code>Tomcat version 9.0 only supports J2EE 1.2, 1.3, 1.4, and Java EE 5, 6, 7, and 8 Web modules</code></pre>



<figure class="wp-block-image size-full"><img fetchpriority="high" decoding="async" width="592" height="608" src="https://stackoverflow.max-everyday.com/wp-content/uploads/2024/04/Screenshot-2024-04-30-at-9.38.14 AM.png?v=1714441447" alt="" class="wp-image-5697" srcset="https://stackoverflow.max-everyday.com/wp-content/uploads/2024/04/Screenshot-2024-04-30-at-9.38.14 AM.png?v=1714441447 592w, https://stackoverflow.max-everyday.com/wp-content/uploads/2024/04/Screenshot-2024-04-30-at-9.38.14 AM-584x600.png?v=1714441447 584w" sizes="(max-width: 592px) 100vw, 592px" /></figure>



<p>解法，設成 Dynamic Web Module 下拉 Version 為 3.0 即可。</p>



<figure class="wp-block-image size-full"><img decoding="async" width="967" height="728" src="https://stackoverflow.max-everyday.com/wp-content/uploads/2024/04/Screenshot-2024-04-30-at-9.40.26 AM.png?v=1714441470" alt="" class="wp-image-5698" srcset="https://stackoverflow.max-everyday.com/wp-content/uploads/2024/04/Screenshot-2024-04-30-at-9.40.26 AM.png?v=1714441470 967w, https://stackoverflow.max-everyday.com/wp-content/uploads/2024/04/Screenshot-2024-04-30-at-9.40.26 AM-600x452.png?v=1714441470 600w, https://stackoverflow.max-everyday.com/wp-content/uploads/2024/04/Screenshot-2024-04-30-at-9.40.26 AM-768x578.png?v=1714441470 768w" sizes="(max-width: 967px) 100vw, 967px" /></figure>
]]></content:encoded>
					
					<wfw:commentRss>https://stackoverflow.max-everyday.com/2024/04/tomcat-version-9-0-only-supports-j2ee-1-2-1-3-1-4-and-java-ee-5-6-7-and-8-web-modules/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>eclipse No resources that can be added or removed from the server</title>
		<link>https://stackoverflow.max-everyday.com/2024/04/eclipse-no-resources-that-can-be-added-or-removed-from-the-server/</link>
					<comments>https://stackoverflow.max-everyday.com/2024/04/eclipse-no-resources-that-can-be-added-or-removed-from-the-server/#respond</comments>
		
		<dc:creator><![CDATA[max-stackoverflow]]></dc:creator>
		<pubDate>Tue, 30 Apr 2024 01:36:00 +0000</pubDate>
				<category><![CDATA[Java筆記]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[Java]]></category>
		<guid isPermaLink="false">https://stackoverflow.max-everyday.com/?p=5693</guid>

					<description><![CDATA[在全安裝的 eclipse 匯入舊的專案檔案後，...]]></description>
										<content:encoded><![CDATA[
<p>在全安裝的 eclipse 匯入舊的專案檔案後，雖然新增了 tomcat server, 但是在資源(resource) 對話框，沒有顯示出前的的專案。</p>



<p>解法：</p>



<p>For this you need to update your Project Facets setting.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>Project (right click) -&gt; Properties -&gt; Project Facets from left navigation.</p>
</blockquote>



<p>If it is not open&#8230;click on the link, Check the Dynamic Web Module Check Box and select the respective version (Probably 2.4). Click on Apply Button and then Click on OK.</p>



<figure class="wp-block-image size-full"><img decoding="async" width="980" height="733" src="https://stackoverflow.max-everyday.com/wp-content/uploads/2024/04/Screenshot-2024-04-30-at-9.29.19 AM.png?v=1714440873" alt="" class="wp-image-5694" srcset="https://stackoverflow.max-everyday.com/wp-content/uploads/2024/04/Screenshot-2024-04-30-at-9.29.19 AM.png?v=1714440873 980w, https://stackoverflow.max-everyday.com/wp-content/uploads/2024/04/Screenshot-2024-04-30-at-9.29.19 AM-600x449.png?v=1714440873 600w, https://stackoverflow.max-everyday.com/wp-content/uploads/2024/04/Screenshot-2024-04-30-at-9.29.19 AM-768x574.png?v=1714440873 768w" sizes="(max-width: 980px) 100vw, 980px" /></figure>



<p>預設是匯入 Java project, 把畫面中的 Dynamic Web Module 打勾，就可以用在 Tomcat 了。</p>



<p></p>



<p>資料來源：<br><a href="https://stackoverflow.com/questions/24624782/there-are-no-resources-that-can-be-added-or-removed-from-the-server">https://stackoverflow.com/questions/24624782/there-are-no-resources-that-can-be-added-or-removed-from-the-server</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://stackoverflow.max-everyday.com/2024/04/eclipse-no-resources-that-can-be-added-or-removed-from-the-server/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The import javax.servlet cannot be resolved</title>
		<link>https://stackoverflow.max-everyday.com/2024/04/the-import-javax-servlet-cannot-be-resolved/</link>
					<comments>https://stackoverflow.max-everyday.com/2024/04/the-import-javax-servlet-cannot-be-resolved/#respond</comments>
		
		<dc:creator><![CDATA[max-stackoverflow]]></dc:creator>
		<pubDate>Tue, 30 Apr 2024 01:12:00 +0000</pubDate>
				<category><![CDATA[Java筆記]]></category>
		<category><![CDATA[Debug]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[Java]]></category>
		<guid isPermaLink="false">https://stackoverflow.max-everyday.com/?p=5689</guid>

					<description><![CDATA[在全新安裝的 Eclipse 裡，匯入了專案的檔...]]></description>
										<content:encoded><![CDATA[
<p>在全新安裝的 Eclipse 裡，匯入了專案的檔案後，顯示錯誤訊息：</p>



<pre class="wp-block-code"><code>javax.servlet cannot be resolved</code></pre>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="582" height="435" src="https://stackoverflow.max-everyday.com/wp-content/uploads/2024/04/Screenshot-2024-04-30-at-9.05.14 AM.png?v=1714439428" alt="" class="wp-image-5690"/></figure>



<p></p>



<h2 class="wp-block-heading">解決辦法：</h2>



<p>只要按照下列步驟在Eclipse中導入就可以了。右擊項目，選擇Properties， 進入下界面，依次點擊：</p>



<pre class="wp-block-code"><code>Java Build Path —&gt; Add Library —&gt; Server Runtime —&gt; Next</code></pre>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="699" src="https://stackoverflow.max-everyday.com/wp-content/uploads/2024/04/Screenshot-2024-04-30-at-9.06.32 AM-1024x699.png?v=1714439498" alt="" class="wp-image-5691" srcset="https://stackoverflow.max-everyday.com/wp-content/uploads/2024/04/Screenshot-2024-04-30-at-9.06.32 AM-1024x699.png?v=1714439498 1024w, https://stackoverflow.max-everyday.com/wp-content/uploads/2024/04/Screenshot-2024-04-30-at-9.06.32 AM-600x410.png?v=1714439498 600w, https://stackoverflow.max-everyday.com/wp-content/uploads/2024/04/Screenshot-2024-04-30-at-9.06.32 AM-768x525.png?v=1714439498 768w, https://stackoverflow.max-everyday.com/wp-content/uploads/2024/04/Screenshot-2024-04-30-at-9.06.32 AM.png?v=1714439498 1117w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>
]]></content:encoded>
					
					<wfw:commentRss>https://stackoverflow.max-everyday.com/2024/04/the-import-javax-servlet-cannot-be-resolved/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>如何在eclipse升級tomcat 版本</title>
		<link>https://stackoverflow.max-everyday.com/2023/10/how-to-upgrade-tomcat-version-in-eclipse/</link>
					<comments>https://stackoverflow.max-everyday.com/2023/10/how-to-upgrade-tomcat-version-in-eclipse/#respond</comments>
		
		<dc:creator><![CDATA[max-stackoverflow]]></dc:creator>
		<pubDate>Mon, 23 Oct 2023 04:57:45 +0000</pubDate>
				<category><![CDATA[Java筆記]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Tomcat]]></category>
		<guid isPermaLink="false">https://stackoverflow.max-everyday.com/?p=5087</guid>

					<description><![CDATA[因為已知的安全性漏洞已修補, 不得不升級 tom...]]></description>
										<content:encoded><![CDATA[
<p>因為已知的安全性漏洞已修補, 不得不升級 tomcat 版本。</p>



<h2 class="wp-block-heading">下載 Tomcat</h2>



<p>官方網站: <a href="https://tomcat.apache.org/">https://tomcat.apache.org/</a></p>



<p>選擇 Binary Distributions 裡的 Core 分類裡的 .tar.gz 來下載, 例如 tomcat 9.x:<br><a href="https://tomcat.apache.org/download-90.cgi">https://tomcat.apache.org/download-90.cgi</a></p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p>我的環境的 tomcat 目錄是在 /opt/tomcat/, 先到目的資料夾：</p>



<pre class="wp-block-code"><code>cd /opt/tomcat</code></pre>



<p></p>



<p>先把 tar.gz 搬到或下載到 /opt/tomcat/, 下載用指令：</p>



<pre class="wp-block-code"><code>sudo wget https://dlcdn.apache.org/tomcat/tomcat-9/v9.0.93/bin/apache-tomcat-9.0.93.tar.gz</code></pre>



<p></p>



<p>使用下列指令解壓縮</p>



<pre class="wp-block-code"><code>sudo tar zxvf apache-tomcat-9.0.93.tar.gz</code></pre>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="771" height="148" src="https://stackoverflow.max-everyday.com/wp-content/uploads/2024/04/MobaXterm_Personal_23.2_2024-04-12-12-32-38.png?v=1712896434" alt="" class="wp-image-5638" srcset="https://stackoverflow.max-everyday.com/wp-content/uploads/2024/04/MobaXterm_Personal_23.2_2024-04-12-12-32-38.png?v=1712896434 771w, https://stackoverflow.max-everyday.com/wp-content/uploads/2024/04/MobaXterm_Personal_23.2_2024-04-12-12-32-38-600x115.png?v=1712896434 600w, https://stackoverflow.max-everyday.com/wp-content/uploads/2024/04/MobaXterm_Personal_23.2_2024-04-12-12-32-38-768x147.png?v=1712896434 768w" sizes="(max-width: 771px) 100vw, 771px" /></figure>



<p>上圖可以看的出來, 搬進去 /opt/tomcat 的帳號是 max, 解壓縮後目錄的擁有者的是 root</p>



<p>關於權限的設定, 下載並解壓縮好 tomcat 的 .tar.gz 之後, 由於是開發環境, 並不是實際營運的線上環境, 建議在解壓縮完後, 粗暴地修改整個目錄 chown 為 tomcat:tomcat, 修改檔案屬性 chmod 755.</p>



<pre class="wp-block-code"><code>sudo chown tomcat:tomcat -R apache-tomcat-9.0.93
sudo chmod 755 -R apache-tomcat-9.0.93</code></pre>



<p></p>



<h2 class="wp-block-heading">備份 Server 參數</h2>



<p>升級前, 請先把 eclipse workspace 裡的 Server 目錄備份下來, 不然之前輸入進去的參數需要重新來過, 很花時間.</p>



<h2 class="wp-block-heading">Eclipse 的設定</h2>



<p>在 eclipse 裡, 點 Window -&gt; Server</p>



<p>New Server, 在 Tomcat 分類展開, 選擇你的Tomcat 主版號, 我是用 Tomcat 9.0</p>



<p>接著點 &#8220;Configu runtime environments&#8230;, 可以在這裡新增下載到的版本, 順便把舊的版本也刪掉, 避免太多版本, 容易混亂.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="762" src="https://stackoverflow.max-everyday.com/wp-content/uploads/2023/10/2023-10-23-10_45_44-Window-1024x762.jpg?v=1698035974" alt="" class="wp-image-5091" srcset="https://stackoverflow.max-everyday.com/wp-content/uploads/2023/10/2023-10-23-10_45_44-Window-1024x762.jpg?v=1698035974 1024w, https://stackoverflow.max-everyday.com/wp-content/uploads/2023/10/2023-10-23-10_45_44-Window-600x446.jpg?v=1698035974 600w, https://stackoverflow.max-everyday.com/wp-content/uploads/2023/10/2023-10-23-10_45_44-Window-768x571.jpg?v=1698035974 768w, https://stackoverflow.max-everyday.com/wp-content/uploads/2023/10/2023-10-23-10_45_44-Window.jpg?v=1698035974 1078w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p></p>



<p>以我的情境來說, 因為 [漏洞編號] CVE-2023-41080: FORM 認證功能中存在 URL 重新導向到不受信任網站的漏洞, 目標是, 是 tomcat 要從 9.0.86 升到 9.0.93,</p>



<p>刪除新的下載的 9.0.93 資料夾</p>



<pre class="wp-block-code"><code>sudo rm -rf apache-tomcat-9.0.93/webapps/ROOT
sudo rm -rf apache-tomcat-9.0.93/webapps/docs
sudo rm -rf apache-tomcat-9.0.93/webapps/examples
sudo rm -rf apache-tomcat-9.0.93/webapps/host-manager</code></pre>



<p>執行畫面:</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="755" height="203" src="https://stackoverflow.max-everyday.com/wp-content/uploads/2024/04/MobaXterm_Personal_23.2_2024-04-12-12-54-3b.png?v=1712897696" alt="" class="wp-image-5639" srcset="https://stackoverflow.max-everyday.com/wp-content/uploads/2024/04/MobaXterm_Personal_23.2_2024-04-12-12-54-3b.png?v=1712897696 755w, https://stackoverflow.max-everyday.com/wp-content/uploads/2024/04/MobaXterm_Personal_23.2_2024-04-12-12-54-3b-600x161.png?v=1712897696 600w" sizes="(max-width: 755px) 100vw, 755px" /></figure>



<p></p>



<p>搬動使用到的第三方 .jar 元件:</p>



<pre class="wp-block-code"><code>sudo cp apache-tomcat-9.0.86/lib/commons-io-2.11.0.jar apache-tomcat-9.0.93/lib/
sudo cp apache-tomcat-9.0.86/lib/json-20230227.jar apache-tomcat-9.0.93/lib/
sudo cp apache-tomcat-9.0.86/lib/mysql-connector-j-8.0.32.jar apache-tomcat-9.0.93/lib/</code></pre>



<p></p>



<p>接著是把用到的tomcat 以外的第三方元件, 重新修改在 eclipse project 裡的properties 裡的</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="990" height="642" src="https://stackoverflow.max-everyday.com/wp-content/uploads/2023/10/2023-10-23-12_48_45-Window.jpg" alt="" class="wp-image-5093" srcset="https://stackoverflow.max-everyday.com/wp-content/uploads/2023/10/2023-10-23-12_48_45-Window.jpg?v=1698036606 990w, https://stackoverflow.max-everyday.com/wp-content/uploads/2023/10/2023-10-23-12_48_45-Window-600x389.jpg?v=1698036606 600w, https://stackoverflow.max-everyday.com/wp-content/uploads/2023/10/2023-10-23-12_48_45-Window-768x498.jpg?v=1698036606 768w" sizes="(max-width: 990px) 100vw, 990px" /></figure>



<p>說明: </p>



<ul class="wp-block-list">
<li>先點 Classpath 圖示後, 按下右邊的Add External JARs… 加入的 .jar 檔.</li>



<li>如果是先 Remove, 再 Add External JARs&#8230;, 需要在 Order and Export 裡設勾 .jar 一起 Export.</li>



<li>如果無法瀏覽 /opt/tomcat/apache-tomat-9.0.93/ 目錄, 請把目錄權限設為 755 問題就解決了.</li>
</ul>



<p></p>



<p>在 Window -&gt; Server 裡, 並把目前的專案, 加入新 Server 裡, 成功之後, 再去刪掉舊版本的Server, 這樣子設定值比較好複製。</p>



<p><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">重要：</mark><br>由於 server.xml 的格式內容，可能在新的 tomcat 版本被調整，建議的作法是，先備份舊版設定值，然後去修改新的 tomcat 裡產生出來的 xml 檔，比較不會發生問題。</p>



<p>在增加新的 Server 時, 記得要把 resource 也一起加進去, 沒加的話, 新的 Server 會跑不動。</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="607" height="737" src="https://stackoverflow.max-everyday.com/wp-content/uploads/2024/04/mstsc_2024-04-12-13-32-3f.png?v=1712900113" alt="" class="wp-image-5642" srcset="https://stackoverflow.max-everyday.com/wp-content/uploads/2024/04/mstsc_2024-04-12-13-32-3f.png?v=1712900113 607w, https://stackoverflow.max-everyday.com/wp-content/uploads/2024/04/mstsc_2024-04-12-13-32-3f-494x600.png?v=1712900113 494w" sizes="(max-width: 607px) 100vw, 607px" /></figure>



<p>新的 Tomcat 可以執行後, 舊的有問題的版本, 就可以直接刪除了。</p>



<p></p>



<p>由於掉刪 Servers, 可能會顯示錯誤訊息：</p>



<pre class="wp-block-code"><code>javax.servlet cannot be resolved</code></pre>



<p>解法：只要按照下列步驟在Eclipse中導入就可以了。右擊項目，選擇Properties， 進入下界面，依次點擊：</p>



<pre class="wp-block-code"><code>Java Build Path —&gt; Add Library —&gt; Server Runtime —&gt; Next</code></pre>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="699" src="https://stackoverflow.max-everyday.com/wp-content/uploads/2024/04/Screenshot-2024-04-30-at-9.06.32 AM-1024x699.png?v=1714439498" alt="" class="wp-image-5691" srcset="https://stackoverflow.max-everyday.com/wp-content/uploads/2024/04/Screenshot-2024-04-30-at-9.06.32 AM-1024x699.png?v=1714439498 1024w, https://stackoverflow.max-everyday.com/wp-content/uploads/2024/04/Screenshot-2024-04-30-at-9.06.32 AM-600x410.png?v=1714439498 600w, https://stackoverflow.max-everyday.com/wp-content/uploads/2024/04/Screenshot-2024-04-30-at-9.06.32 AM-768x525.png?v=1714439498 768w, https://stackoverflow.max-everyday.com/wp-content/uploads/2024/04/Screenshot-2024-04-30-at-9.06.32 AM.png?v=1714439498 1117w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">相關文章</h2>



<p>How To Create A Self Signed SSL Certificate For Use With Tomcat?<br><a href="https://stackoverflow.max-everyday.com/2023/04/how-to-create-a-self-signed-ssl-certificate-for-use-with-tomcat/">https://stackoverflow.max-everyday.com/2023/04/how-to-create-a-self-signed-ssl-certificate-for-use-with-tomcat/</a></p>



<p>How To Store String Values In Tomcat Context.Xml<br><a href="https://stackoverflow.max-everyday.com/2023/03/how-to-store-string-values-in-tomcat-context-xml/">https://stackoverflow.max-everyday.com/2023/03/how-to-store-string-values-in-tomcat-context-xml/</a></p>



<p>How To Start A New Thread When Tomcat Start<br><a href="https://stackoverflow.max-everyday.com/2023/06/how-to-start-a-new-thread-when-tomcat-start/">https://stackoverflow.max-everyday.com/2023/06/how-to-start-a-new-thread-when-tomcat-start/</a></p>



<p>How to upgrade Tomcat version manually on existing on-premise Foundry instance in case of security vulnerabilities<br><a href="https://support.hcltechsw.com/csm?id=kb_article&amp;sysparm_article=KB0099544">https://support.hcltechsw.com/csm?id=kb_article&amp;sysparm_article=KB0099544</a></p>



<p>Server Apache Tomcat v9 at localhost was unable to start within 45 seconds. If the server requires more time, try increasing the timeout in the server editor.<br><a href="https://stackoverflow.max-everyday.com/2024/08/server-apache-tomcat-was-unable-to-start-within-45-seconds/">https://stackoverflow.max-everyday.com/2024/08/server-apache-tomcat-was-unable-to-start-within-45-seconds/</a><br></p>
]]></content:encoded>
					
					<wfw:commentRss>https://stackoverflow.max-everyday.com/2023/10/how-to-upgrade-tomcat-version-in-eclipse/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
