Greetings!

I have a quick question.  I was running just fine on Tomcat 3.2.3.  I
have built servlets, which sit in
webapps/myapp/WEB-INF/classes/myapp/*.class

In Tomcat 3.2.3, this structure was picked up when Tomcat started, and
the servlets ran perfectly.  Note - there was no need for "web.xml" in
the directories, as I was just using defaults.  Everything ran.

I have now installed Tomcat 4.0.  Tomcat runs perfectly with the default
set of "webapps".  Now, I have replaced these with my set of classes (as
above) from 3.2.3, and Tomcat tries to start, but immediately quits.  If
I replace the default set of "webapps", it will run - so it is my stuff.

The quick question - Tomcat is supposed to automatically pick up the
classes in this directory structure whenever it starts, but is not doing
it the same as for 3.2.3.  I assume something simple has changed.  Can
anyone tell me what I need to add?  I tried adding a default "web.xml",
but that didn't seem to do it.

Thanks,

-Richard


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to