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