There is always a web.xml. Its part of the specs. Look for a folder called WEB-INF it should be in there. -Tim
-----Original Message----- From: Gayathri Palicherla [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 17, 2002 9:59 AM To: [EMAIL PROTECTED] Subject: Re: Tag Library It is <%@ taglib uri="exampletaglib.tld" prefix="extaglib" %> , I haven't set any thing in the web.xml though, but in Visual age and websphere test environment do you think there is a web.xml file?????, i guess it's for weblogic. so where should i set the URI??? --"Chen, Gin" <[EMAIL PROTECTED]> --sorry if i missed this in the thread but.. how are u setting up the taglib call? --it should be --<%@ taglib uri="<whatever ur uri is in web.xml>" prefix="<what you want --prefix to be>" %> -----Original Message----- From: Gayathri Palicherla [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 17, 2002 9:29 AM To: [EMAIL PROTECTED] Subject: Tag Library Hi folks!!! How to set up an environment for tag libraries??? I'm Using VAJ 4.0 and websphere test environment, I have the java code and tld file and a jsp page which uses my custom tags. so, how to set up an environment to make this work?, so for i changed default_app.webapp file to support jsp 1.1(by default it supports jsp1.0), what else i should do? getting this error when i try to see jsp page in the browser. Error 500 Message: "Directive: Invalid attribute, prefix" I appreciate your help. Gayathri. ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html