From: Chong Yu Meng 
    
    I wrote a tutorial on Tomcat here : 
    http://cymulacrum.net/writings/tomcat5/book1.html
    
    Hope this helps.
Thanks, I'll read it  :-)
  I've been staring at the distro docs for days now.
I've got an app running, but using ant, I'm finding
it very hard to make sense of what's happening.

?? E.g. maybe a bug.

<?xml version='1.0' encoding='utf-8'?>
<Context 
  debug="9" 
  docBase="../../myjava/tc/sapp/dist/SomeServlet-0.2.war/" 
  path="/SomeServlet" 
  privileged="false">
</Context>

in {$catalina.home}/conf/Catalina/localhost/x.xml

The host documentation says that docbase should be absolute.
The examples show it relative (to {$catalina.home}/webapps)
 which seems to work.

regards DaveP

-- 
DISCLAIMER: 

NOTICE: The information contained in this email and any attachments is 
confidential and may be privileged. If you are not the intended 
recipient you should not use, disclose, distribute or copy any of the 
content of it or of any attachment; you are requested to notify the 
sender immediately of your receipt of the email and then to delete it 
and any attachments from your system. 

RNIB endeavours to ensure that emails and any attachments generated by 
its staff are free from viruses or other contaminants. However, it 
cannot accept any responsibility for any  such which are transmitted.
We therefore recommend you scan all attachments. 

Please note that the statements and views expressed in this email and 
any attachments are those of the author and do not necessarily represent 
those of RNIB. 

RNIB Registered Charity Number: 226227 

Website: http://www.rnib.org.uk 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to