Re: webapps are useless toys?!

2000-12-15 Thread Andrew Oliver
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

Servlet Mappings and what am I doing wrong.

2000-12-13 Thread Andrew Oliver
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

Re: Servlet Mappings and what am I doing wrong.

2000-12-13 Thread Andrew Oliver
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 system. The following is my web.xml file put in webapps

Re: Servlet Mappings and what am I doing wrong.

2000-12-13 Thread Andrew Oliver
"..." ... /Context Hope this helps, Etienne -Original Message- From: Andrew Oliver [mailto:[EMAIL PROTECTED]] Sent: mercredi 13 decembre 2000 15:42 To: [EMAIL PROTECTED] Subject: Servlet Mappings and what am I doing wrong. I have some legacy code that uses

ApJServAction replacement in Tomcat?

2000-12-08 Thread Andrew Oliver
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?