Jan Torleif Pedersen wrote: > I am just trying to install BASE 2 for the first time on a RH5 box. > Installation instuctions worked fine - but when I try to connect to my > local base installation I get the attached Java dump: > > <<myerror.png>> > I use RedHat 2.6.18, tomcat 6.0.18, jdk 1.6.0.07, apache 2.2.3 > > Any ideas ? >
I can verify the problem with Tomcat 6.0.18. Tomcat 6.0.16 is not affected. From the documentation it seems like they are using a stricter approach when parsing JSP files in 6.0.18 than what was used before. To revert to the old method the system property org.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING needs to be set to false. The simplest way to do this is to set the CATALINA_OPTS environment variable. Something like this: export CATALINA_OPTS="-Xmx500m -Dorg.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING=false" Note! The -Xmx500m option is for the amount of memory to give Tomcat as discussed in the installation instructions: http://base.thep.lu.se/chrome/site/latest/html/admindoc/installation_upgrade/installation_upgrade.installation.html /Nicklas ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ The BASE general discussion mailing list basedb-users@lists.sourceforge.net unsubscribe: send a mail with subject "unsubscribe" to [EMAIL PROTECTED]