Re: MVC problem

2000-12-05 Thread Kedar Choudary
Craig R. McClanahan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, November 30, 2000 11:27 PM Subject: Re: MVC problem See below. "Aiken, David" wrote: hi all.. We're hitting a problem with the MVC approach in tomcat. Our controlle

Re: MVC problem

2000-11-30 Thread Mike La Budde
I believe one solution offerred previously on this list (thank you Craig!) was to place all of your .jsp pages underneath /WEB-INF (e.g. /WEB-INF/jsp/...) Since these can never be served up (goes against the jsp/servlet spec) HTH, Mike At 11/30/2000 10:20 AM -0600, you wrote: hi all..

RE: MVC problem

2000-11-30 Thread Aiken, David
To: [EMAIL PROTECTED] Subject: Re: MVC problem I believe one solution offerred previously on this list (thank you Craig!) was to place all of your .jsp pages underneath /WEB-INF (e.g. /WEB-INF/jsp/...) Since these can never be served up (goes against the jsp/servlet spec) HTH, Mike At 11/30

Re: MVC problem

2000-11-30 Thread Craig R. McClanahan
"Aiken, David" wrote: That sounds workable.. i looked for an archive of this newsgroup but didn't have any luck - do you know where the relevant section in the JSP/servlet spec is? Do you mean the restriction on serving things from WEB-INF directly to the client? Servlet 2.2 Spec, Section

Re: MVC problem

2000-11-30 Thread Craig R. McClanahan
PM To: [EMAIL PROTECTED] Cc: '[EMAIL PROTECTED]' Subject: Re: MVC problem "Aiken, David" wrote: That sounds workable.. i looked for an archive of this newsgroup but didn't have any luck - do you know where the relevant section in the JSP/servlet spec is? Do you mean the re

MVC problem

2000-11-30 Thread Aiken, David
hi all.. We're hitting a problem with the MVC approach in tomcat. Our controller is designed to intercept all requests for URLs within our web application so that it can handle internationalization and security checks centrally. The problem is as follows: - the controller servlet

Re: MVC problem

2000-11-30 Thread Craig R. McClanahan
See below. "Aiken, David" wrote: hi all.. We're hitting a problem with the MVC approach in tomcat. Our controller is designed to intercept all requests for URLs within our web application so that it can handle internationalization and security checks centrally. The problem is