"Saravanakumar Soundarrajan" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi,
>
> I have been trying to run some servlets in the apache server. If I put my
> class files under "\Tomcat4.1\webapps\ROOT\WEB-INF\classes " folder, they
> dont work. But all examples run and so I was wondering if there is any way
> to out class files under the ROOT folder. Please let me know if this is
> possible or not.

The Tomcat 'examples' webapp has the Invoker servlet enabled.  It is
disabled by default for all other webapps (including ROOT).  Either enable
the Invoker servlet for ROOT (with all the security problem that this
entails :), or setup specific servlet-mappings.

>
> Thanks
> Saravanakumar.




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to