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 process a request.

See http://struts.apache.org/userGuide/configuration.html#dd_config_modules for more information.



At 10:42 AM +0200 7/6/05, lk wrote:
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 from which part of the application comes the user?

Thanks

LuKe


--
Email.it, the professional e-mail, gratis per te: http://www.email.it/f

Sponsor:
Problemi di Liquidità? Con Logos Finanziaria 30.000 * in 24 ore a dipendenti e lavoratori autonomi con rimborsi fino a 120 mesi clicca qui
* Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=2907&d=6-7

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


--
Joe Germuska
[EMAIL PROTECTED]
http://blog.germuska.com
"Narrow minds are weapons made for mass destruction"  -The Ex

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to