Re: Issue With SSI And JSP

2009-10-03 Thread Leonard Bedner
; > > Adjust the charset if you need to. > > Mark > > Thanks, Mark. That worked perfectly. -- View this message in context: http://www.nabble.com/Issue-With-SSI-And-JSP-tp25707397p25729472.html Sent from the Tomcat - User mailing list archive at Nabble.com.

Re: Issue With SSI And JSP

2009-10-02 Thread Mark Thomas
Leonard Bedner wrote: >>> >>> contentType >>> text/x-server-parsed-html(;.*)? >>> Leave this as is. > Perhaps I am just not understanding how to use the content type, most likely > because I do not know anything about regular expressions. In short, how do I >

Re: Issue With SSI And JSP

2009-10-02 Thread Leonard Bedner
ce, but I thought doing something like the following would make this work for jsp: contentType text/x-server-parsed-jsp(;.*)? Perhaps I am just not understanding how to use the content type, most likely because I do not know anything about regular expressions. In short, how do I set the content type fo

Re: Issue With SSI And JSP

2009-10-02 Thread Mark Thomas
Leonard Bedner wrote: > When jsp is taken out of . it returns the time, and the context > path perfectly. When I add it back though, I just get whitespace. > > Any ideas? JSP processing is also done by a servlet. You can't have the same resource served by two servlets. Try switching to using the

Issue With SSI And JSP

2009-10-01 Thread Leonard Bedner
t; When jsp is taken out of . it returns the time, and the context path perfectly. When I add it back though, I just get whitespace. Any ideas? -- View this message in context: http://www.nabble.com/Issue-With-SSI-And-JSP-tp25707397p25707397.html Sent from the T