you might see if the imported classes are in the directory structure correctly.
all of your imported classes need to be in the
tomcatdir/webapps/yourapp/Web-inf/classes directory.  then tomcat will be able to
see the imported classes.


Justin

Chandhan Rangarajan wrote:

> Hi all
>
> I have recently ported my application from linux to windows
> environment..with tomcat as the appserver.
> Allthe jsps seem to work except for the ones where I use the import tag..i
> get the following error...
>
> Org.apache.jasper.compiler.parseexception. attribute import not found
>
> Pls advice asap on this...
>
> Thanks
>
> ===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

--
____________________________________________
Justin Allen, Associate Software Engineer, Qwest
P. 303.896.4979
E. [EMAIL PROTECTED]

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to