Re: How can I access files that are in the webapps directory?

2002-07-23 Thread Willis Boyce
Laurence, Looks like your book is a little clueless. You can have multiple apps installed and running as part of a single Tomcat server. Each app has a separate directory under webapps and also a context path. The context path tells Tomcat the path under which the application lives from the

Re: symbol table

2002-07-23 Thread Willis Boyce
The javap utility (included with the JDK) will tell you about the methods, variables and scopes, and bytecodes of any Java class. Try javap -private your.class.Name and then work from there. W On Tue, 23 Jul 2002, Johnny wrote: How to display symbol table associated with objects, archive