Posted By:
karunai_mari
Posted On:
Monday, January 14, 2002 09:53 PM
Hi, i am new to xml & tomcat.I have downloaded tomcat and installed it in NT4.0.I have created context in server.xml. reloadable="true"> prefix="localhost_MyApplications_log." suffix=".txt" timestamp="true"/> all my applications are in webapp/MyApplications folder.when i view the jsp inside that folder i am getting the follwing error. org.apache.jasper.JasperException: Unable to compile class for JSP D:xml omcatApache Tomcat 4.0worklocalhostMyApplicationsjspSample$jsp.java:3: Package javax.xml.transform not found in import. import javax.xml.transform.*; ^ D:xml omcatApache Tomcat 4.0worklocalhostMyApplica
More>>
Hi,
i am new to xml & tomcat.I have downloaded tomcat and installed it in NT4.0.I have created context in server.xml.
reloadable="true">
prefix="localhost_MyApplications_log." suffix=".txt"
timestamp="true"/>
all my applications are in webapp/MyApplications folder.when i view the jsp inside that folder i am getting the follwing error.
org.apache.jasper.JasperException: Unable to compile class for JSP
D:xml omcatApache Tomcat 4.0worklocalhostMyApplicationsjspSample$jsp.java:3: Package javax.xml.transform not found in import.
import javax.xml.transform.*;
^
D:xml omcatApache Tomcat 4.0worklocalhostMyApplicationsjspSample$jsp.java:4: Package javax.xml.transform.stream not found in import.
import javax.xml.transform.stream.*;
^
2 errors
can anyone help me to fix this.Thanks.
<<Less