On Fri, Jun 13, 2008 at 8:06 AM, W Strater <[EMAIL PROTECTED]> wrote:
> I am trying to hide the JSP so they can only be accessed via a forward. I 
> have been able to put them in a subdirectory of WEB-INF using other 
> containers but have not been able to do that with Tomcat 5.5.

That /is/ the correct approach.

> /WEB-INF/classes/HelloWorld.class

If that's literal, it's wrong -- your classes need to be in  a package.

> I get the following errors:
>
> 09:22:57,253 [[/app].log 636] INFO  - Marking servlet 
> org.apache.catalina.INVOKER.WEB-INF as unavailable

Are you trying to use the invoker servlet?

-- 
Hassan Schroeder ------------------------ [EMAIL PROTECTED]

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to