Java Mailing List Archive

http://www.dba.5341.com/

Home » Home (12/2007) » oracle l »

Re: OT: Tomcat Configuration change

Giovanni Cuccu

2006-06-03

Replies:

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


©2008 dba.5341.com - Jax Systems, LLC, U.S.A.