Re: JSP whitespace removal

2004-03-03 Thread bpsouther
On Wednesday 03 March 2004 05:33 pm, you wrote:
 consider using the trimSpaces option of the Jasper compiler in your
 $CATALINA_BASE/conf/server.xml .

What, precisly does that do?

I've tried it and seen no difference in the resulting HTML.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Point URL to a directory outside of the webapp's context.

2004-02-16 Thread bpsouther

Is it possible to map a URL to a directory outside of a webapps's context?

Our app has one directory that our customers use to store and display their 
own static webpages.  It would be useful to us to be able to keep that 
directory outside of the webapp's dir structure.  Sort of a 'virtual 
directory'  within a webapp.

This would allow customers to update our app by simply blowing it away and 
re-deploying from the latest war file without having to move their files out 
first and then back in after deployment.

We have customers running both *nix and windoze so we can't rely on symlinks 
for this.

Thank you

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]