RE: Upgrading from Tomcat3.1.1 to Tomcat3.2.2

2001-06-20 Thread Randy Layman
This message means what it says - Tomcat can't fine the file includes/LocalizationConstatns.js. I believe that this is relative to the file that is including it and not the webapp. Randy -Original Message- From: Govind Agarwal [mailto:[EMAIL PROTECTED]] Sent:

RE: Upgrading from Tomcat3.1.1 to Tomcat3.2.2

2001-06-20 Thread Paulo J S Pereira
Govind, Make sure the 'includes/' directory exists under the physical-path of where your jsp's are. But you really should be using the html tag script src=includes/LocalizationConstants.js language=JavaScript/script instead of loading the actual javascript inline to your doc. Regards, Paulo