Hi David:

        At the risk of sounding trite, I think the reason for the compile error is
that you're missing a second ')' after "... != null) " in your JSP file,
rather than a configuration issue.

Greg Trasuk, President
StratusCom Manufacturing Systems Inc. - We use information technology to
solve business problems on your plant floor.
http://stratuscom.ca

-----Original Message-----
From: David Herder [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 11, 2001 5:11 PM
To: [EMAIL PROTECTED]
Subject: compilation


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