The package org.apache.jsp is a virtual package. This package is used to generate servlet sources from JSP pages. All classes generated under TC/work/.... belong by default to this package. I think that you need to add the import of the Context class in the JSP page which uses it.
Arno > -----Message d'origine----- > De: Sunhild Copony [SMTP:[EMAIL PROTECTED]] > Date: jeudi 29 novembre 2001 10:27 > �: [EMAIL PROTECTED] > Objet: Class in org.apache.jsp not found - please help!! > > Hi, > > I'm using Tomcat 4.0b rc1 on Solaris and J2SDK 1.3.1. > > Where can I find org.apache.jsp? I searched the complete jars, but > didn't found it... > I want to use the environment settings in server.xml, and than use the > variable in my jsp, but get the error: > > Class org.apache.jsp.Context not found. > Context ctx = null; > ^ > > Could you please help me! > Thanks a lot, > Sunny > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
