Pankaj,
Thanks for your reply. Yeah, I can be specific. Here goes:
I will start with the server.xml file today. The "setting up the contexts" on page 4 (I printed the Howto). I guess the links under the Running Examples on page 3 are not suppose to show a page (unless you have a SlifkaWorld class in the appropriate directories). I've searched for SlifkaWorld starting at the Tomcat directory and could not find anything. I copied the context path tags pages 4-5 and pasted it at the bottom of the server.xml file before the </Server> tag. I wonder why aren't there ending context tags (</context> ). While in the server.xml file, I notice there were already two context tags:
<Context path="/examples"
docBase="webapps/examples"
crossContext="false"
debug="0"
reloadable="true" >
</Context>
and
<Context path="/admin"
docBase="webapps/admin"
crossContext="true"
debug="0"
reloadable="true"
trusted="false" >
</Context>
Do I need another one? I'm a little confused. I know I can deliver
servlets by placing the class in the path tomcat/root/web-inf/classes directory. I have not tested for html pages yet. I would appreciated if you would let me know if my server.xml is configured. Tomorrow the web server adapter.
Forgive me for the long explanation.
Thanks,
Clyde