With some hassles I got tomcat 4.1.12 with apache 1.3x, java 1.4 on a
linux
2.4 kernel box.  The examples context works fine and apache seems to be
handling all the other stuff fine

Questions
1)I am trying to create a new context, what are the bare bones
requirements
for doing so?  Anyone have a breakdown of the necessary tags in web.xml?


2)In a context if I want to add bunch of class files that are specific
to that context can't I just throw them in
/webapps/newcontext/WEB-INF/classes?  I tried this and they don't seem to
be available i get Symbols Not resolved errors referencing any time I call
that class. ???



3)I have a whole bunch of other classes that need to be available to
tomcat.  I have set up a global CLASSPATH variable that points to
them.  Tomcat does not seem to be picking this up.  I verified that when i
do an env directly before starting tomcat the CLASSPATH variable is set
and defined properly.  What am i screwing up?  


thanks


--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to