I have tried finding my answers from previously posted qs. But I must be still missing something.
I'm trying to make one of our 3.1 applications work on 4.0. 1) I copied the files, deleted the jrun compiled jsps, deleted the classes, recompiled. 2) I made the changes to web.xml and jrun-web.xml mentioned in previous messages, regarding the datasource. 3) I added the jruntags to the lib folder of the apps. 4) I changed the taglib uri to <%@ taglib uri="WEB-INF/lib/jruntags.jar" prefix ="jrun" %> Still get the following errors: 500 Translator.CompilationFailedExceptionCompiler errors: Found 1 semantic error compiling "D:/JRun4/servers/default/default-ear/default-war/WEB-INF/jsp/jrun__BNWPPDev__ztest2ejsp13.java": 5. import allaire.taglib.*; <------------> *** Error: Could not find package "allaire/taglib" in: D:\JRun4\servers\lib\pointbase-service.jar D:\JRun4\servers\lib\pbserver42RE.jar D:\JRun4\servers\default\default-ear\default-war\WEB-INF\classes D:\JRun4\servers\default C:\j2sdk1.4.1\jre\lib\ext\dnsns.jar C:\j2sdk1.4.1\jre\lib\ext\sunjce_provider.jar D:\JRun4\servers\default\default-ear\default-ejb D:\JRun4 C:\j2sdk1.4.1\jre\lib\ext\localedata.jar D:\JRun4\lib\jrun-xdoclet.jar D:\JRun4\servers\lib\pbclient42RE.jar D:\JRun4\lib\jrun.jar C:\j2sdk1.4.1\jre\lib\ext\ldapsec.jar D:\JRun4\lib\webservices.jar D:\JRun4\lib\macromedia_drivers.jar D:\JRun4\servers\lib D:\JRun4\servers\default\SERVER-INF\temp\jrun-comp-ejb.jar1566993864 C:\j2sdk1.4.1\jre\lib\rt.jar C:\j2sdk1.4.1\jre\lib\i18n.jar C:\j2sdk1.4.1\jre\lib\sunrsasign.jar C:\j2sdk1.4.1\jre\lib\jsse.jar C:\j2sdk1.4.1\jre\lib\jce.jar C:\j2sdk1.4.1\jre\lib\charsets.jar C:\j2sdk1.4.1\jre\classes C:\j2sdk1.4.1\lib\tools.jar D:\JRun4\servers\default\default-ear\default-war\WEB-INF\jsp or the following error: 3 error(s) found in /BNWPPDev/allactivities.jsp (33) The tag sql's handler class allaire.taglib.SqlTag was not found in the classpath (40) The tag param's handler class allaire.taglib.ParamTag was not found in the classpath (51) The tag foreach's handler class allaire.taglib.ForEachTag was not found in the classpath What have I missed? Am I supposed to add the jar file ref to the classpath? We are moving to other taglibs but for now, I want to successfully migrate our sites to the new server. Thanks in advance ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=8 Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm
