<?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>답글 : apache2, tomcat, oracle10g 연동&#8230;</title>
	<atom:link href="http://blog.boxcorea.com/wp/archives/131/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.boxcorea.com/wp/archives/131</link>
	<description>Simple is Beautiful!</description>
	<lastBuildDate>Thu, 01 Dec 2011 08:58:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>snowfox가 만듬</title>
		<link>http://blog.boxcorea.com/wp/archives/131/comment-page-1#comment-455</link>
		<dc:creator>snowfox</dc:creator>
		<pubDate>Thu, 12 Mar 2009 01:08:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.boxcorea.com/wp/?p=131#comment-455</guid>
		<description>Context path=&quot;&quot; docBase=&quot;www&quot; debug=&quot;0&quot; reloadable=&quot;true&quot; workDir=&quot;/home/www/WEB-INF/work&quot;
 /Context
2번 코멘트에 없는부분이 이 내용일듯...;ㅡㅡ
너무 오래되서 기억이 안남 ...</description>
		<content:encoded><![CDATA[<p>Context path=&#8221;" docBase=&#8221;www&#8221; debug=&#8221;0&#8243; reloadable=&#8221;true&#8221; workDir=&#8221;/home/www/WEB-INF/work&#8221;<br />
 /Context<br />
2번 코멘트에 없는부분이 이 내용일듯&#8230;;ㅡㅡ<br />
너무 오래되서 기억이 안남 &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>snowfox가 만듬</title>
		<link>http://blog.boxcorea.com/wp/archives/131/comment-page-1#comment-339</link>
		<dc:creator>snowfox</dc:creator>
		<pubDate>Mon, 22 Sep 2008 08:42:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.boxcorea.com/wp/?p=131#comment-339</guid>
		<description>export ORACLE_BASE=/oracle;
export ORACLE_HOME=/oracle/product/10gr2;
export ORACLE_SID=fox;
export ORACLE_OWNER=oracle;
export ORACLE_PATH=$ORACLE_HOME/bin;
export ORACLE_DOC=$ORACLE_HOME/ocommon/nls/admin/data;

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ORACLE_HOME/lib32:$ORACLE_HOME/lib:$ORACLE_HOME/jdbc/lib;
PATH=$PATH:/usr/ccs/bin:/usr/sfw/bin:/usr/local/bin:$ORACLE_HOME/bin:$ORACLE_HOME/network/admin;
export PATH;
#LANG=c;

export CATALINA_HOME=/usr/local/apache-tomcat
#export CONNECTOR_HOME /usr/local/
export TOMCAT_HOME=/usr/local/apache-tomcat

export JAVA_HOME=/usr/j2se
export JRE_HOME=/usr/j2se/jre
export PATH=$PATH:$JAVA_HOME:$JAVA_HOME/jre/bin
#export CLASSPATH=$JAVA_HOME/lib/tools.jar
export CLASSPATH=$ORACLE_HOME/jdbc/lib/classes12.jar

oracle 계정에서 catalina 관련 환경설정이 없으면, 오라클과 연동에 문제가 있다.</description>
		<content:encoded><![CDATA[<p>export ORACLE_BASE=/oracle;<br />
export ORACLE_HOME=/oracle/product/10gr2;<br />
export ORACLE_SID=fox;<br />
export ORACLE_OWNER=oracle;<br />
export ORACLE_PATH=$ORACLE_HOME/bin;<br />
export ORACLE_DOC=$ORACLE_HOME/ocommon/nls/admin/data;</p>
<p>export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ORACLE_HOME/lib32:$ORACLE_HOME/lib:$ORACLE_HOME/jdbc/lib;<br />
PATH=$PATH:/usr/ccs/bin:/usr/sfw/bin:/usr/local/bin:$ORACLE_HOME/bin:$ORACLE_HOME/network/admin;<br />
export PATH;<br />
#LANG=c;</p>
<p>export CATALINA_HOME=/usr/local/apache-tomcat<br />
#export CONNECTOR_HOME /usr/local/<br />
export TOMCAT_HOME=/usr/local/apache-tomcat</p>
<p>export JAVA_HOME=/usr/j2se<br />
export JRE_HOME=/usr/j2se/jre<br />
export PATH=$PATH:$JAVA_HOME:$JAVA_HOME/jre/bin<br />
#export CLASSPATH=$JAVA_HOME/lib/tools.jar<br />
export CLASSPATH=$ORACLE_HOME/jdbc/lib/classes12.jar</p>
<p>oracle 계정에서 catalina 관련 환경설정이 없으면, 오라클과 연동에 문제가 있다.</p>
]]></content:encoded>
	</item>
	<item>
		<title>snowfox가 만듬</title>
		<link>http://blog.boxcorea.com/wp/archives/131/comment-page-1#comment-337</link>
		<dc:creator>snowfox</dc:creator>
		<pubDate>Thu, 18 Sep 2008 08:44:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.boxcorea.com/wp/?p=131#comment-337</guid>
		<description>아파치 설정에서 DocumentRoot를 바꿨을때 access-deniey 가 발생하는 경우
아래 설정이 되어 있는지 확인.

    Options FollowSymLinks
    AllowOverride None
    Order deny,allow
#    Deny from all
     Allow from all
</description>
		<content:encoded><![CDATA[<p>아파치 설정에서 DocumentRoot를 바꿨을때 access-deniey 가 발생하는 경우<br />
아래 설정이 되어 있는지 확인.</p>
<p>    Options FollowSymLinks<br />
    AllowOverride None<br />
    Order deny,allow<br />
#    Deny from all<br />
     Allow from all</p>
]]></content:encoded>
	</item>
	<item>
		<title>snowfox가 만듬</title>
		<link>http://blog.boxcorea.com/wp/archives/131/comment-page-1#comment-336</link>
		<dc:creator>snowfox</dc:creator>
		<pubDate>Thu, 18 Sep 2008 08:39:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.boxcorea.com/wp/?p=131#comment-336</guid>
		<description>Virtual Host를 사용하지 안을 경우 apache의 DocumentRoot에서 jsp가 실행되지 않을 수 있다.
이 때는 다음을 확인하라.
server.xml 화일에...
 
 위에 적어줌.

DocumentRoot는 아파치의 document root와 동일하게</description>
		<content:encoded><![CDATA[<p>Virtual Host를 사용하지 안을 경우 apache의 DocumentRoot에서 jsp가 실행되지 않을 수 있다.<br />
이 때는 다음을 확인하라.<br />
server.xml 화일에&#8230;</p>
<p> 위에 적어줌.</p>
<p>DocumentRoot는 아파치의 document root와 동일하게</p>
]]></content:encoded>
	</item>
	<item>
		<title>snowfox가 만듬</title>
		<link>http://blog.boxcorea.com/wp/archives/131/comment-page-1#comment-335</link>
		<dc:creator>snowfox</dc:creator>
		<pubDate>Thu, 11 Sep 2008 12:28:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.boxcorea.com/wp/?p=131#comment-335</guid>
		<description>tomcat-connectors-version/native 아래에서 
./configure --prefix=/usr/local/tomcat-connectors --with-apxs=/usr/local/apache2/bin/apxs</description>
		<content:encoded><![CDATA[<p>tomcat-connectors-version/native 아래에서<br />
./configure &#8211;prefix=/usr/local/tomcat-connectors &#8211;with-apxs=/usr/local/apache2/bin/apxs</p>
]]></content:encoded>
	</item>
</channel>
</rss>

