Hi
I am trying to use my own custom taglibs in one of the
jsp pages.
Orion_HOME directory c:\temp\Orion
I copied a jsp file "customjsp.jsp" into
Orion_home\default-web-app\examples\jsp\myjsp\
directory
I customized the web.xml in
Orion_home\default-web-app\WEB-INF directory
to include
<taglib>
<taglib-uri>/webapp/DataTags.tld</taglib-uri>
<taglib-location>/WEB-INF/DataTags.tld</taglib-location>
</taglib>
I have/copied the DataTags.tld in
Orion_home\default-web-app\WEB-INF directory

and this tld uses  the classes in "mytag.zip"

I have included this zip file in my classpath
as 
java -cp mytag.zip -jar orion.jar
when starting the Orion.

when I run my jsp thru the browser i get

java.lang.IllegalArgumentException: Class
datatags.ViObjTEI not found
        void
com.evermind.server.http.d3.su(javax.servlet.ServletRequest,
javax.servlet.http.HttpServletResponse)
        boolean
com.evermind.server.http.ef.s1(com.evermind.server.ApplicationServerThread,
com.evermind.server.http.EvermindHttpServletRequest,
com.evermind.server.http.EvermindHttpServletResponse,
java.io.InputStream, java.io.OutputStream, boolean)
        void
com.evermind.server.http.ef.do(java.lang.Thread)
        void com.evermind.util.f.run()

appericiate your help

cmpsuer


__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/

Reply via email to