Problem with accents on redeploy

2007-09-03 Thread Gabriel Belingueres
Hi, When we redeploy an application (using the manager webapp) all the accents in the jsp pages are changed for other characters. If we shutdown and the startup the Tomcat server the problem dissapears (all jsp pages are shown ok with their accents) Our configuration: Tomcat 5.5.9 JDK 1.5.0_05 So

Can I generate JSP pages on the fly using this mechanism?

2006-03-31 Thread Gabriel Belingueres
Hi, I'd like to write an application that, instead of deploying .JSP pages into a context, I could deploy, let's say .xyz pages into a context and add the necessary configuration to Tomcat that, when it receives a request for an .xyz page, it will "compile" it and execute it as any jsp page. Howe