Does anyone know of the configuration file that I will have to edit to allow
for the compilation of jsp's automatically when sent to Tomcat???? I know
there is one setting that is defaulted to "false" but I can't remember which
config file that it's in. I had changed this setting so that someone
couldn't automatically drop files into my root directory from "outside" and
execute them as webapps.

Anyway, I am getting the following error and I believe that the change that
I made to the above setting is involved.

org.apache.jasper.JasperException: Unable to compile class for JSP
C:\Tomcat\work\localhost_8080%2Fedocket\_0002fTMP_00034dbapzhtjx_0002ejspTMP
4dbapzhtjx_jsp_0.java:62: ')' expected.
                if (session.getValue(MM_AddressID !=null)
{Address__svAddress = (String)session.getValue(MM_AddressID;}
                                                         ^
C:\Tomcat\work\localhost_8080%2Fedocket\_0002fTMP_00034dbapzhtjx_0002ejspTMP
4dbapzhtjx_jsp_0.java:62: ')' expected.
                if (session.getValue(MM_AddressID !=null)
{Address__svAddress = (String)session.getValue(MM_AddressID;}


Regards,
dave

Reply via email to