Question relating to Apache Tomcat/4.1.18-LE-jdk14

2003-02-10 Thread kam leung
Dear Sir/Madam, I have installed the Apache Tomcat/4.4.18-LE-jdk14 server. It is having error compiling a jsp file that I have got. The error said cannot resolve symble for the Hashtable and Vector that I have used in the jsp file. Following is the software environment that I am working in:

Re: Question relating to Apache Tomcat/4.1.18-LE-jdk14

2003-02-10 Thread Peng Tuck Kwok
You can include the necessary libraries in the jsp itself. Use this : %@ page import=[put library name here] % kam leung wrote: Dear Sir/Madam, I have installed the Apache Tomcat/4.4.18-LE-jdk14 server. It is having error compiling a jsp file that I have got. The error said cannot resolve

RE: Question relating to Apache Tomcat/4.1.18-LE-jdk14

2003-02-10 Thread Madhava Reddy
karm, Mostly this is due to improper java_home, but I'm not sure. you can post full error/exception report Madhav -Original Message- From: kam leung [mailto:[EMAIL PROTECTED]] Sent: Monday, February 10, 2003 7:13 AM To: [EMAIL PROTECTED] Subject: Question relating to Apache Tomcat