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
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