Hi,
I forgot you were still on Tomcat 4.1, not 5.x.  In 4.x, which
implements Servlet Spec 2.3, the servlet and JSP APIs are in the same
Jar (servlet.jar).  So make sure there's only one of those, and ignore
my comment on jsp-api.jar/jsp.jar.  And upgrade to 5.x when you get a
chance ;)

Yoav Shapira http://www.yoavshapira.com


>-----Original Message-----
>From: Rob Tanner [mailto:[EMAIL PROTECTED]
>Sent: Thursday, October 21, 2004 6:41 PM
>To: Shapira, Yoav
>Cc: Tomcat Users List
>Subject: RE: jakarta-tomcat-4.1.31 fails to render the example JSPs
>
>
>
>--On Thursday, October 21, 2004 10:03:17 AM -0400 "Shapira, Yoav"
><[EMAIL PROTECTED]> wrote:
>
>
>> This usually indicates multiple versions of either the JSP APIs or
the
>> Jasper classes on the server's runtime classpath.  I hope when you
>> upgraded your server you did an installation to a clean directory,
not
>> an overwrite of the old directory.  If you did the latter, search it
for
>> jsp.jar and jsp-api.jar and make sure only one is present: the
latest.
>> Same thing for the Jasper jars (jasper-compiler, jasper-runtime,
etc.).
>>
>> Yoav
>>
>
>Yes, the install was into a clean directory.  There is only one each of
the
>two jasper jars, and no jsp.jar or jsp-api.jar in the installation
>directory
>(or in the download zip file jakarta-tomcat-4.1.31.zip)  Are those two
jars
>supposed to be included??  The only place I even find the jsp jars is
in
>the
>Eclipse and MyEclipse toolkits.  Eclipse is an IDE, and I'm bringing up
>tomcat (at least initially) outside of the IDE.
>
>Are these two jsp jars something I should have and so I should go get
them
>seperately from the tomcat distro?  And where should they go?
>
>Thanks,
>Rob
>
>
>--
>Rob Tanner
>UNIX Services Manager
>Linfield College, McMinnville OR
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to