+1 on dev matching uat and production environments as closely as possible.
As to the issue:
IIRC the JDTCompiler shipping with 5.5.9 does not support J2SE 5
features in jsp scriptlets. This may be your problem.
Jon
Mark Benussi wrote:
Well without wishing to sound petty....
Your development environment should replicate you server environment as
closely as possible.
Understandably you may develop on windows but run on UNIX but anything else
such as Tomcat, JVM, and any 3rd party Jars should be of the same version.
The problem is in a JSP I think which I guess you have worked out.
-----Original Message-----
From: Amrendra Kumar [mailto:[EMAIL PROTECTED]
Sent: 23 June 2005 11:54
To: [email protected]
Subject: Version issue in coding
hi
we did coding in tomcat 5.0 on local machine, it's working fine.
But when we uploaded to a remote site , i.e web server which has tomcat
5.5.9
and giving this error
org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandle
r.java:84)
org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:3
28)
org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:397)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:288)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:267)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:255)
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:5
56)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:2
93)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:291)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
javax.
where I had gone wrong.... version issue or something else
Regards
--
Amrendra Kumar
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]