Return-Path: Delivered-To: apmail-jakarta-taglibs-user-archive@jakarta.apache.org Received: (qmail 51824 invoked by uid 500); 13 Mar 2001 23:27:34 -0000 Mailing-List: contact taglibs-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: taglibs-user@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list taglibs-user@jakarta.apache.org Delivered-To: moderator for taglibs-user@jakarta.apache.org Received: (qmail 5660 invoked from network); 13 Mar 2001 21:29:57 -0000 Message-ID: <001401c0ac04$a9c6d240$0102010a@psh.unihamburg.de> From: "kidong" To: References: Subject: Re: Error 500 Messages Date: Tue, 13 Mar 2001 22:28:49 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000B_01C0AC0C.F9898C20" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N This is a multi-part message in MIME format. ------=_NextPart_000_000B_01C0AC0C.F9898C20 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable hello, as my experience with J2EE1.2.1 server, it will work fine as follows: <%@ taglib uri=3D"/WEB-INF/tlds/dbtaglib.tld" prefix=3D"sys" %> -- /WEB-INF/tlds/dbtaglib.tld /WEB-INF/tlds/dbtaglib.tld -- with tomcat3.2.1, it may run as follows: <%@ taglib uri=3D"/WEB-INF/dbtaglib.tld" prefix=3D"sys" %> -- /WEB-INF/dbtaglib.tld /WEB-INF/dbtaglib.tld -- further information go to jakarta-tomcat=20 ----- Original Message -----=20 From: "Peter Leonardi" To: Sent: Tuesday, March 13, 2001 9:04 AM Subject: Error 500 Messages > Taglibs Users >=20 > I'm finding difficulty in solving an error, I'm receiving the = following error: >=20 > org.apache.jasper.compiler.CompileException: = X:\jakarta-tomcat\webapps\engsys\sys\jsp\login\login.jsp(1,0) Unable to = open taglibrary /WEB-INF/tlds/dbtaglib.tld : = X:\jakarta-tomcat\webapps\engsys\WEB-INF\web.xml >=20 > The following files have the correct paths specified within my = directory > Section of code from the related files: >=20 > file path: engsys/sys/WEB-INF/tlds/dbtaglib.tld >=20 > =20 > 1.0 > 1.1 > sys > /dbtaglib > > System Engineerings Database Tag Library > =20 > =20 >=20 > file path: engsys/sys/jsp/login/login.jsp > Util class path: /engsys/src/proj/process.tracking/util/ >=20 > <%@ page import=3D"src.proj.process.tracking.util.*" %> > <%@ taglib uri=3D"/WEB-INF/tlds/dbtaglib.tld" prefix=3D"sys" %> >=20 > file path: engsys/sys/WEB-INF/web.xml >=20 > > > /dbtaglib > > > /WEB-INF/tlds/dbtaglib.tld > > >=20 >=20 > I have been trying to resolve this for over a day with no luck, I know = it is probably a simple error but I'm having no luck with any = documentation. >=20 > Any assistance/insight would be greatly appreciated. >=20 ------=_NextPart_000_000B_01C0AC0C.F9898C20 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
hello,
 
as my experience with J2EE1.2.1 server, = it will=20 work fine as follows:
 
<%@ taglib = uri=3D"/WEB-INF/tlds/dbtaglib.tld"=20 prefix=3D"sys" %>
--
  =20 <taglib>
      =20 <taglib-uri>/WEB-INF/tlds/dbtaglib.tld</taglib-uri>
 =      =20 <taglib-location>/WEB-INF/tlds/dbtaglib.tld</taglib-location>=
</taglib>
--
 
with tomcat3.2.1, it may run as=20 follows:
<%@ taglib = uri=3D"/WEB-INF/dbtaglib.tld"=20 prefix=3D"sys" %>
 
--
  =20 <taglib>
      =20 <taglib-uri>/WEB-INF/dbtaglib.tld</taglib-uri>
  = ;  =20 <taglib-location>/WEB-INF/dbtaglib.tld</taglib-location>
&= lt;/taglib>
--
further information go to jakarta-tomcat 

 
----- Original Message -----
From: "Peter Leonardi" <pleonardi@aapt.com.au>
To: <taglibs-user@jakarta.apache.org>
Sent: Tuesday, March 13, 2001 9:04 = AM
Subject: Error 500 = Messages

> Taglibs Users
>
> I'm finding difficulty in = solving an=20 error, I'm receiving the following error:
>
>=20 org.apache.jasper.compiler.CompileException:=20 X:\jakarta-tomcat\webapps\engsys\sys\jsp\login\login.jsp(1,0) Unable to = open=20 taglibrary /WEB-INF/tlds/dbtaglib.tld :=20 X:\jakarta-tomcat\webapps\engsys\WEB-INF\web.xml
>
> The = following=20 files have the correct paths specified within my directory
> = Section of=20 code from the related files:
>
> file path:=20 engsys/sys/WEB-INF/tlds/dbtaglib.tld
>
> <taglib> =
>=20   <tlibversion>1.0</tlibversion>
>  =20 <jspversion>1.1</jspversion>
>  =20 <shortname>sys</shortname>
>  =20 <uri>/dbtaglib</uri>
>   <info>
> = System=20 Engineerings Database Tag Library
>   </info>
>=20 </taglib>
>
> file path:=20 engsys/sys/jsp/login/login.jsp
> Util class path:=20 /engsys/src/proj/process.tracking/util/
>
> <%@ page=20 import=3D"src.proj.process.tracking.util.*" %>
> <%@ taglib=20 uri=3D"/WEB-INF/tlds/dbtaglib.tld" prefix=3D"sys" %>
>
> = file path:=20 engsys/sys/WEB-INF/web.xml
>
>   = <taglib>
>=20     <taglib-uri>
> =      =20 /dbtaglib
>     </taglib-uri>
>=20     <taglib-location>
>=20       /WEB-INF/tlds/dbtaglib.tld
>=20     </taglib-location>
>  =20 </taglib>
>
>
> I have been trying to resolve = this for=20 over a day with no luck, I know it is probably a simple error but I'm = having no=20 luck with any documentation.
>
> Any assistance/insight = would be=20 greatly appreciated.
>
------=_NextPart_000_000B_01C0AC0C.F9898C20--