Re: Issue With SSI And JSP

2009-10-03 Thread Leonard Bedner
. -- 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. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

Re: Issue With SSI And JSP

2009-10-02 Thread Mark Thomas
Leonard Bedner wrote: When jsp is taken out of url-pattern. 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

Re: Issue With SSI And JSP

2009-10-02 Thread Leonard Bedner
because I do not know anything about regular expressions. In short, how do I set the content type for jsp? Thanks. -- View this message in context: http://www.nabble.com/Issue-With-SSI-And-JSP-tp25707397p25721753.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: init-param param-namecontentType/param-name param-valuetext/x-server-parsed-html(;.*)?/param-value /init-param Leave this as is. Perhaps I am just not understanding how to use the content type, most likely because I do not know

Issue With SSI And JSP

2009-10-01 Thread Leonard Bedner
() % /body /html When jsp is taken out of url-pattern. 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 Tomcat - User