Re: TC 3.3: For Servlets only

2001-11-30 Thread Bojan Smojver
[EMAIL PROTECTED] wrote: On Thu, 29 Nov 2001, Bojan Smojver wrote: Bill Barker wrote: I've checked in a change to move setting the default mapping to JspInterceptor. Now, all Bojan needs to do is to comment out JspInterceptor in server.xml and all of his *.jsp files will be

RE: TC 3.3: For Servlets only

2001-11-30 Thread GOMEZ Henri
Maybe just 'Tom' (since 'cat' was eaten with JSP's ;-) +1 !=))) -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: TC 3.3: For Servlets only

2001-11-29 Thread Bojan Smojver
Bill Barker wrote: I've checked in a change to move setting the default mapping to JspInterceptor. Now, all Bojan needs to do is to comment out JspInterceptor in server.xml and all of his *.jsp files will be served as regular text files. Again, thanks for this. It makes JSP and Servlet

Re: TC 3.3: For Servlets only

2001-11-29 Thread costinm
On Thu, 29 Nov 2001, Bojan Smojver wrote: Bill Barker wrote: I've checked in a change to move setting the default mapping to JspInterceptor. Now, all Bojan needs to do is to comment out JspInterceptor in server.xml and all of his *.jsp files will be served as regular text files.

RE: TC 3.3: For Servlets only

2001-11-28 Thread Ignacio J. Ortega
Developers List Asunto: Re: TC 3.3: For Servlets only Commenting out JspInterceptor effectively removes JSP support. Now you either need to define a *.jsp mapping in your web.xml, or hack WebXmlReader (line 67 of Final) so that it doesn't add a default *.jsp mapping. - Original Message

Re: TC 3.3: For Servlets only

2001-11-28 Thread Bill Barker
] To: 'Tomcat Developers List' [EMAIL PROTECTED]; 'Bill Barker' [EMAIL PROTECTED] Sent: Wednesday, November 28, 2001 1:06 PM Subject: RE: TC 3.3: For Servlets only This calls for adding some kind of attribute noJsp=false in WebXmlReader interceptor to not add *.jsp to every context.. Saludos

TC 3.3: For Servlets only

2001-11-22 Thread Bojan Smojver
Two questions: - does anyone have experience with removing the JSP part from TC (i.e. make TC 3.3 a servlet container only)? - would something like that actually break any licensing agreements with Sun? Bojan -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands,

Re: TC 3.3: For Servlets only

2001-11-22 Thread Bill Barker
List [EMAIL PROTECTED] Sent: Thursday, November 22, 2001 3:28 AM Subject: TC 3.3: For Servlets only Two questions: - does anyone have experience with removing the JSP part from TC (i.e. make TC 3.3 a servlet container only)? - would something like that actually break any licensing agreements

Re: TC 3.3: For Servlets only

2001-11-22 Thread Bojan Smojver
Bill Barker wrote: Commenting out JspInterceptor effectively removes JSP support. Now you either need to define a *.jsp mapping in your web.xml, or hack WebXmlReader (line 67 of Final) so that it doesn't add a default *.jsp mapping. Thanks. Bojan -- To unsubscribe, e-mail: