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

2005-04-07 Thread Navneet Karnani
Note however, that the error message is wrong. If I strip a lot of the code at the bottom of the jsp file, it'll compile with the exact same first couple of lines. I figure this to be the problem with the compilet that Tomcat is using. Try and make the JDK (sun compiler) as the default for tomcat.

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 co