Hi
I know that the -server
JVM flag causes the JVM to use the Server VM rather than the Client VM, however, according to some internal documentation at my workplace, the presence/absence of this flag causes Tomcat to do/not-do on-the-fly JSP compilation.
Not knowing Tomcat that well, does anyone know if this is the case? My guess is that it is a misunderstanding of the flag on the author's part, but I wanted to be sure.
Thanks in advance
Rich