Hi, I am using model 2 architecture in all my project.... ie, Servlet as a = controller ... beans as my datas and JSP as the User Interface.. ... Now = the problem is .. the servelt is in the main domain and the JSP are in = the subdomain....=20 I have to froward the request to the JSPs in the subdomain atteching = some attribute with the request... Request Dispatchers will work only for the same context..... i tried = cookies and URLConnection.... but i feel its not eficient... Is there any way to froward request from = one context to another...=20 Thankx in advance.. Arun.N ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
