2009/2/5 Caldarale, Charles R <[email protected]>: >> From: Dave Pawson [mailto:[email protected]] >> Subject: Re: servlet use. TC6, FC10 >> >> I was wondering if there was a two liner that implements >> org.apache.catalina.Context as per the classname attribute >> at http://tomcat.apache.org/tomcat-6.0-doc/config/context.html? >> which I might use to get started? > > ??? Why would you *ever* want to set the className attribute to anything > other than the default? This is for Tomcat internal use, not something an > application programmer would fiddle with.
Quote. Java class name of the implementation to use. This class must implement the org.apache.catalina.Context interface. If not specified, the standard value (defined below) will be used. end quote. My interpretation, seemingly wrong is that my servlet class must implement org.apache.catalina.Context. Duly noted. Sorry. I created a context element in META-INF, filename atom.xml contents are <Context reloadable="true"/> Nothing showing in the log. http://marge:8080/atom/ shows type Status report message /atom/ description The requested resource (/atom/) is not available. http://localhost:8080/atom/ just the same. Hence my request for a 'hello' world to try and get a (any?) servlet working regards -- Dave Pawson XSLT XSL-FO FAQ. Docbook FAQ. http://www.dpawson.co.uk --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
