Multiple RequestProcessor

2005-07-06 Thread lk
Hi, I have a problem using a Custom RequestProcessor: in my tomcat context I already have a CustomRequestProcessor that authenticates the user. Now I need to add a new module for my application with a completely different method of authentication. How can I say to the RequestProcessor

Re: Multiple RequestProcessor

2005-07-06 Thread Joe Germuska
The appropriate way to use more than one RequestProcessor in Struts is to use modules. Each module has its own request processor. Struts can use part of the request path as a module identifier in much the same way that your servlet container uses a context root to know which servlet will