Re: Getting my JRun taglib working with Tomcat 3.2.3

2001-11-26 Thread Nick de Voil
"/WEB-INF/struts-form.tld" prefix="form" %> > <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> > <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> > > > > -Ursprüngliche Nachricht

Re: Getting my JRun taglib working with Tomcat 3.2.3

2001-11-23 Thread Nick de Voil
Gruess Gott Christian! > you can put your custom tag classes either in the WEB-INF/classes or - as a > JAR-file - in the WEB-INF/lib directory. The TLD must be located somewhere > in > the WEB-INF/... directory. It's a good practice to put them in a separate > directory, such as WEB-INF/tlds (Don

Getting my JRun taglib working with Tomcat 3.2.3

2001-11-22 Thread Nick de Voil
I have developed a JSP app which works great on my PC under JRun 3.0 and W2K. It makes extensive use of custom tags. To get them working I basically just created a TLD. There didn't seem to be any need to create a web.xml file. Or to put the classes in a JAR file. Now I am trying to install the