<?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>いて万屋 &#187; Tomcat</title>
	<atom:link href="http://blog.ypress.jp/category/%e3%82%bd%e3%83%95%e3%83%88/web%e3%82%a2%e3%83%97%e3%83%aa%e3%82%b1%e3%83%bc%e3%82%b7%e3%83%a7%e3%83%b3/tomcat/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ypress.jp</link>
	<description>必要とされる人間になるため</description>
	<lastBuildDate>Fri, 11 Jun 2021 06:38:02 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Tomcat新規アプリケーション追加方法(for Fedora)</title>
		<link>http://blog.ypress.jp/2009/08/05/tomcat%e6%96%b0%e8%a6%8f%e3%82%a2%e3%83%97%e3%83%aa%e3%82%b1%e3%83%bc%e3%82%b7%e3%83%a7%e3%83%b3%e8%bf%bd%e5%8a%a0%e6%96%b9%e6%b3%95for-fedora/</link>
		<comments>http://blog.ypress.jp/2009/08/05/tomcat%e6%96%b0%e8%a6%8f%e3%82%a2%e3%83%97%e3%83%aa%e3%82%b1%e3%83%bc%e3%82%b7%e3%83%a7%e3%83%b3%e8%bf%bd%e5%8a%a0%e6%96%b9%e6%b3%95for-fedora/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 16:15:03 +0000</pubDate>
		<dc:creator>blog</dc:creator>
				<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[Webアプリケーション]]></category>
		<category><![CDATA[ソフト]]></category>

		<guid isPermaLink="false">http://blog.ypress.jp/?p=26</guid>
		<description><![CDATA[Tomcatに新しくWEBアプリケーションを追加した場合は、/etc/httpd/conf/workers2.propertiesファイルの最後に以下のように追加します。 (例) javahelloという名前のWEBアプリケーションを追加した場合 [uri:/javahello/*] [uri:/javahello/servlet/*] 追加したらApacheを再起動してください。 Linux コンソール [root@redhat native2]# /etc/rc.d/init.d/httpd restart httpdを停止中: [ OK ] httpdを起動中: [Sun Nov 24 17:16:16 2002] ( info) [mod_jk2.c (208)]: Set server Root /etc/httpd Create config for main host [ OK ] [root@redhat native2]# &#8230; <a href="http://blog.ypress.jp/2009/08/05/tomcat%e6%96%b0%e8%a6%8f%e3%82%a2%e3%83%97%e3%83%aa%e3%82%b1%e3%83%bc%e3%82%b7%e3%83%a7%e3%83%b3%e8%bf%bd%e5%8a%a0%e6%96%b9%e6%b3%95for-fedora/">続きを読む <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Tomcatに新しくWEBアプリケーションを追加した場合は、/etc/httpd/conf/workers2.propertiesファイルの最後に以下のように追加します。</p>
<table class="small_font" border="0" cellspacing="0" cellpadding="2" width="100%">
<tbody>
<tr>
<td height="1">(例) javahelloという名前のWEBアプリケーションを追加した場合</td>
</tr>
<tr>
<td height="2">
<table class="java_source" border="1" cellspacing="0" cellpadding="5" width="90%" align="center" bgcolor="#f5f5f5">
<tbody>
<tr>
<td height="36">[uri:/javahello/*]<br />
[uri:/javahello/servlet/*]</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table class="small_font" border="0" cellspacing="0" cellpadding="2" width="100%">
<tbody>
<tr>
<td height="2">追加したらApacheを再起動してください。</td>
</tr>
<tr>
<td height="2">
<table class="java_source" border="0" cellspacing="0" cellpadding="5" width="90%" align="center" bgcolor="#000000">
<tbody>
<tr>
<td bgcolor="#ffffff">Linux コンソール</td>
</tr>
<tr>
<td height="38">
<pre><span style="color: #ffffff;font-family: ＭＳ ゴシック, Osaka－等幅">[root@redhat native2]# /etc/rc.d/init.d/httpd restart
httpdを停止中:                                             [  OK  ]
httpdを起動中: [Sun Nov 24 17:16:16 2002]  ( info) [mod_jk2.c (208)]: Set server
Root /etc/httpd
Create config for main host
                                                           [  OK  ]
[root@redhat native2]#</span></pre>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<p>※参考URL　⇒　<a href="http://www.hellohiro.com/apacheservlet.htm">http://www.hellohiro.com/apacheservlet.htm</a>　</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ypress.jp/2009/08/05/tomcat%e6%96%b0%e8%a6%8f%e3%82%a2%e3%83%97%e3%83%aa%e3%82%b1%e3%83%bc%e3%82%b7%e3%83%a7%e3%83%b3%e8%bf%bd%e5%8a%a0%e6%96%b9%e6%b3%95for-fedora/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
