Keith,

What do you mean by the "common" classpath?  Hopefully you're not 
talking about what is traditionally in the $CLASSPATH env variable.  If 
your JSP needs some of your own defined classes to work, they should be 
put in your WAR file in the WEB-INF/classes directory.  These will be 
automatically loaded by Tomcat so they are available to your web app. 
All this is in the servlet2.2 spec.

Of course, maybe you mean something completely different and I'm just 
being ignorant (it's been known to happen).  ;)

Hope this helps,
David

--

Keith Kee wrote:

> Hi:
>    I'm a newbie trying to get my jsps to run on JBoss 2.2.1 and embedded
> tomcat 3.2.1. It seems like the jspc cannot find the classes on the common
> path (using the Class-Path directive) which my jsp is trying to import. I
> searched in the mailing list archive and found that a lot of the people had
> the same problem.
>    I was wondering if this problem will be fixed, or it is a limitation of
> tomcat?
> 
> Thanks
> keith
> 
> 
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user



_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to