> From: Rocco Scappatura [mailto:[EMAIL PROTECTED] 
> Subject: Problems with a web application running a PHP script
> 
> Under Netbeans it works. But wen deploy it under Tomcat 
> 5.5.25 I get this error when I try to access at a PHP page:
> 
> java.lang.NoSuchMethodError:
> javax.script.ScriptEngineManager.getEngineFactories()
> [Ljavax/script/ScriptEngineFactory;
> 
> I cant figure out what I'm missing..

Possibly the correct JRE/JDK for Tomcat.  The above class and method
exist only in Java SE 6; what JVM are you trying to run Tomcat with?

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to