JRUN « Tag « JSP-Servlet Q&A





1. Custom Tag and JRUN 3.1    coderanch.com

Hi, I am trying to run a custom tag in JRUN. I placed my jsp and dlt file in: JRun\servers\default\default-app\ and I placed my class file in: JRun\servers\default\default-app\WEB-INF\classes my dlt file looks like this: 1.0 1.0 advjhtp1 A simple tag ...

2. Tag File Quirks in JRun?    coderanch.com

I'm trying to get a tag file to work in a JRun 4 site, but I'm not getting past "step 1." My JSP is: <%@ taglib prefix="tags" tagdir="/WEB-INF/tags" %> caller But when I run it, I get: 1 error(s) found in /granteeHome2.jsp (1) taglib directive missing uri attribute The above error turns up zilch in Google (which is alarming), so ...