Re: JSP Document

2003-09-06 Thread Eugene Lee
On Sat, Sep 06, 2003 at 06:10:26PM +0100, Sam Hough wrote: : : Tomcat 4.1.27 on Win32 given : : : http://java.sun.com/JSP/Page version="1.2"> : Cat & Dog : : : Generates : : Cat & Dog : : Can anybody confirm that this is correct behaviour? Why did the "&" entity get changed to a pla

Re: JSP Document

2003-09-06 Thread Marco Tedone
- From: "Eugene Lee" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, September 06, 2003 6:23 PM Subject: Re: JSP Document > On Sat, Sep 06, 2003 at 06:10:26PM +0100, Sam Hough wrote: > : > : Tomcat 4.1.27 on Win32 given > : > : > : http://java

Re: JSP Document

2003-09-06 Thread Sam Hough
[EMAIL PROTECTED]> Sent: Saturday, September 06, 2003 6:23 PM Subject: Re: JSP Document > On Sat, Sep 06, 2003 at 06:10:26PM +0100, Sam Hough wrote: > : > : Tomcat 4.1.27 on Win32 given > : > : > : http://java.sun.com/JSP/Page version="1.2"> > : Cat &am

RE: JSP Document

2003-09-06 Thread Sjoerd van Leent
ng to "JSP generates anything" since the JSP 2.0 syntax ${some.thing} doesnt escape XML. I think Ive spent too much time with XSL ;) - Original Message - From: "Eugene Lee" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, September 06, 2003

Re: JSP Document

2003-09-06 Thread Bill Barker
My reading of the JSP spec says that Tomcat is correct here. If you need to preserve the escape, then follow Sjoerd's suggestion. "Sam Hough" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Tomcat 4.1.27 on Win32 given > > > http://java.sun.com/JSP/Page version="1.2"> > Cat & D

Re: jsp document root

2001-01-16 Thread Simon Oldeboershuis, outermedia
Regis Muller schrieb: > > Sorry to ask such a trivial question to all of you but how can I put my > .jsp files outside of the ROOT Directory of tomcat in e.g. in > apache\htdocs ? > you have to configure the position of the directory in the config file: tomcat/conf/server.xml there shou

Re: jsp document root

2001-01-16 Thread Regis Muller
thanks a lot Simon "Simon Oldeboershuis, outermedia" wrote: > Regis Muller schrieb: > > > > Sorry to ask such a trivial question to all of you but how can I put my > > .jsp files outside of the ROOT Directory of tomcat in e.g. in > > apache\htdocs ? > > > you have to configure the position of th

Re: jsp document root

2001-01-16 Thread Jon Baer
How is it possible to create something without a context @ the *very* top root level so you can say: / maps to things in directory /myapp Thanks. - Jon "Simon Oldeboershuis, outermedia" wrote: > Regis Muller schrieb: > > > > Sorry to ask such a trivial question to all of you but how can I pu