David -

OK, I'm game. This just went WAY over my head. Why can't he have a
web.xml without a WAR? ;-)

-- Paul Copeland, JOT Object Technologies - http://www.jotobjects.com


------------------------------

Date:    Fri, 29 Nov 2002 12:06:40 -0800
From:    "Karr, David" <[EMAIL PROTECTED]>
Subject: Re: Urgent,
         Making taglib available to JSPs without those being in a WAR

You're answering a different question than he asked.  He doesn't have a =
web.xml file, as he doesn't have a WAR.

I don't see how you can do this.


-----Original Message-----
From: padhu vinirs [mailto:[EMAIL PROTECTED]]
=20
put
=20
<%@ taglib uri=3D"..." prefix=3D"..." %>
=20
in your jsp pages. Read about this directive in the jsp spec.=20
Also register
the taglib in the web.xml using the "taglib" element.
=20
-- padhu
=20
----- Original Message -----
From: "m batsis" <[EMAIL PROTECTED]>
=20

Hello,

Apologies for the dumb question but I have zero time; hope=20
one of you

can save me here.
I'm under a situation where I have some JSPs *not* in a WAR=20
file. How

can make a taglib available to those JSPs without deploying=20
them using a

WAR file?

I'm using iplanet application server 6.

------------------------------

Date:    Fri, 29 Nov 2002 15:35:25 -0800
From:    padhu vinirs <[EMAIL PROTECTED]>
Subject: Re: Urgent,
         Making taglib available to JSPs without those being in a WAR

He still has to have a web application. Create a web-inf directory and
create a web.xml file. Maybe I am missing something.

-- padhu


----- Original Message -----
From: "Karr, David" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 29, 2002 12:06 PM
Subject: Re: Urgent, Making taglib available to JSPs without those being in
a WAR


You're answering a different question than he asked.  He doesn't have a
web.xml file, as he doesn't have a WAR.

I don't see how you can do this.


-----Original Message-----
From: padhu vinirs [mailto:[EMAIL PROTECTED]]

put

<%@ taglib uri="..." prefix="..." %>

in your jsp pages. Read about this directive in the jsp spec.
Also register
the taglib in the web.xml using the "taglib" element.

-- padhu

----- Original Message -----
From: "m batsis" <[EMAIL PROTECTED]>

Hello,

Apologies for the dumb question but I have zero time; hope
one of you

can save me here.
I'm under a situation where I have some JSPs *not* in a WAR
file. How

can make a taglib available to those JSPs without deploying
them using a

WAR file?

I'm using iplanet application server 6.

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

http://archives.java.sun.com/jsp-interest.html
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.jsp
http://www.jguru.com/faq/index.jsp
http://www.jspinsider.com

Reply via email to