I agree with Brian.

Use the Web-INF/lib for all your logic and misc libraries.

William

On 10/24/07, Brian Silberbauer <[EMAIL PROTECTED]> wrote:
>
>
> It sounds like a security setting on your container, are you using tomcat?
>
> Come to think of it, that would create a nightmare if you want to
> distribute the plugin elsewhere. Maybe you could put everything in a
> jar file and put the jar in the WEB-INF/lib directory?
>
> Brian
>
>
> On 10/24/07, Soren Aalto <[EMAIL PROTECTED]> wrote:
> > I have a servlet  & mapping that does a request dispatcher forward
> > to pages sitting under my WEB-INF/classes directory.
> >
> > The idea is that I want to have some logic classes and views
> > bundled together in the same directory as "plugin module"
> > for the webapp in question.
> >
> > However, when I do a POST to any of these pages, I get
> > a
> >
> > HTTP Status 405 - HTTP method POST is not supported by this URL.
> >
> > Doing a POST to a JSP/GSP page sitting "above" WEB-INF is
> > fine.
> >
> > Is there some trick here -- it seems to me the issue must
> > be the requestDispatcher.forward(...)?
> >
> > --
> > Soren Aalto
> > Director: ICT
> > University of Zululand
> >
> > --
> > Soren Aalto
> > Director: ICT
> > University of Zululand
> >  >
> >
>
>
> --
> Brian Silberbauer
> Consultant
>
> +27 (0)83 566 2705
> skype: brian.silberbauer
> http://www.linkedin.com/in/briansilberbauer
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CTJUG Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/CTJUG-Forum
For the ctjug home page see http://www.ctjug.org.za
-~----------~----~----~----~------~----~------~--~---

Reply via email to