>From my perspective you should have a secure login.
if your login is passed from a non-secure area to a
secure area there's not really that much purpose in
providing the security in the first place. I would
finger that one as good dev tools (trying to stop you
from doing something you shouldn't
: *.msp
> >
> > Your path to your application (context) should
> > appear into the server.xml under the conf folder :
> >
> >
> >
> >
> > Hope this helps,
> > Etienne
> >
> > -Original Message-
> > From: Andrew Oliver
> [mailto:[EMAIL PR
is a little difference.
> - Original Message -
> From: Andrew Oliver
> To: [EMAIL PROTECTED]
> Sent: Wednesday, December 13, 2000 3:42 PM
> Subject: Servlet Mappings and what am I doing
> wrong.
>
>
> I have some legacy code that uses its own non-jsp
> tag
>
I have some legacy code that uses its own non-jsp tag
system.
The following is my web.xml file put in
webapps/myapp/WEB-INF dir
The attempt is to map files with the extension *.msp
to the RouterServlet. Unfortunately this is not
happening, if I goto the directory and do an msp file
it lists
Hello,
I'm working with some 3rd party code that uses
ApJServAction (the servlets run in Jserv), I'm
attempting to convert over to Tomcat and Ajp13.
However, I'm not sure how to set this up or even
IF it can be setup. Is there a way to do something
similar with the new connector/tomcat?
Second