RE: Howto configure tomcat to compile JSPs with Sun JDK 1.5

2005-04-28 Thread Steiner, Stephan
Hi Did you have a look at the how-to, which I mentioned yesterday? And if yes, why didn't it solve your problem? - http://jakarta.apache.org/tomcat/tomcat-5.5-doc/jasper-howto.html It works.. But there's a problem with compilerSourceVM - What JDK version are the source files compatible with?

Moving jsp from development environment (v 5.0.28) to production environment (5.5.7) leads to complilation problems

2005-04-07 Thread Steiner, Stephan
Hi I'm developing JSP applications on Netbeans 4.0, running on JDK 1.5.0_02-b09. I have no problem running my applications inside Netbeans on my development Box (WinXP), yet when I move them to the productive environment (W2K3 server with the latest Tomcat), some of the scripts can no longer be

Tomcat 5.5.x and Java 1.5

2005-04-07 Thread Steiner, Stephan
Hi I'm trying to compile a couple of jsp pages that use Java 1.5 syntax. I followed the Jasper how-to and replaced the jdt jar with the latest ant.jar (taken from the Ant 1.6.2 distribution). After a restart of Tomcat, Tomcat now uses the JDK compiler (I see different error message for my Java