Thanks for your answer but I still have an error:

Are you using this in your jsp page ?

<%@ taglib uri="http://jakarta.apache.org/taglibs/random"; prefix="rand" %>

The error reported is:

org.apache.jasper.JasperException: Unable to open taglibrary
http://jakarta.apache.org/taglibs/random : Could not locate TLD
META-INF/taglib.tld
        at javax.servlet.ServletException.(ServletException.java:107)
        at org.apache.jasper.JasperException.(JasperException.java:73)
        at
org.apache.jasper.compiler.JspParseEventListener.handleDirective(JspParseEve
ntListener.java(Compiled Code))
        at
org.apache.jasper.compiler.DelegatingListener.handleDirective(DelegatingList
ener.java:116)
        at org.apache.jasper.compiler.Parser$Directive.accept(Parser.java(Compiled
Code))
      ....

Benoit

-----Message d'origine-----
De : Gancho Manev [mailto:[EMAIL PROTECTED]]
Envoye : lundi 9 juillet 2001 16:07
A : REMICOURT Benoit
Objet : Re: Websphere + TagLibs


Hello REMICOURT,

Monday, July 09, 2001, 4:01:11 PM, you wrote:

RB> Hi everybody,

RB> I hope, i will find the response here...
RB> I am using jakarta taglibs with Jrun and it works
prefectly...
RB> Now I have passed my webapp on Websphere and
encountered a configuration
RB> problem.
RB> If anyone is using them and if it works properly,
can you send me your
RB> installation configuration, I mean:
RB> - where to put the .tld (/WEB-INF in JRun)
RB> - where to put the .jar (/WEB-INF/lib in JRun)
RB> - directive to include in my jsp
RB> If you have an exemple, that will be good.

RB> Thanks a lot for your time

RB> Benoit REMICOURT
RB> Nagora Communication
RB> ----------------------------
RB> mailto:[EMAIL PROTECTED]
RB> tel:              01-55-95-45-87
RB> Web:     http://www.nagora.com
RB> ----------------------------

The .tld files must be in the
.../hosts/defaul_host/<your Web app root>/web/WEB-INF
 and .jar must be in servlet engine classpath.
For example .../hosts/defaul_host/<your Web app
root>/servlets/.



AltX, Sofia
Gancho Manev                            mailto:[EMAIL PROTECTED]

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

Reply via email to