Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: OT: Tomcat Configuration change

Re: OT: Tomcat Configuration change

From: Giovanni Cuccu <giovanni.cuccu_at_gmail.com>
Date: Sat, 3 Jun 2006 15:11:56 +0200
Message-ID: <23e0d1170606030611l1a3f54c0kd68297941bc8785c@mail.gmail.com>


Hi Ken,

   you must configure your tomcat server.xml file that is int $TOMCAT_HOME\conf directory
Inside the engine tag you must put something similar to:

          <Host name="your_dns_name" debug="0" appBase="a_path_to_your_dir" unpackWARs="true">

            <Context path="boxi" docBase="a_path_to_your_webapp"
             debug="0" privileged="true" workDir="your_workdir_path" >
            </Context>
	</Host>

This sets up a tomcat virtual host for your_dns_name and tomcats looks for the application in a_path_to_your_webapp named boxi Hope it helps,

    Giovanni



Another free oracle resource profiler
http://sourceforge.net/projects/oraresprof/ Now version 0.9
--
http://www.freelists.org/webpage/oracle-l
Received on Sat Jun 03 2006 - 08:11:56 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US