Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: OT: Tomcat Configuration change
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>
Giovanni
-- http://www.freelists.org/webpage/oracle-lReceived on Sat Jun 03 2006 - 08:11:56 CDT
![]() |
![]() |