I developed this app on JRun 3.0 on W2K. Now I am trying to deploy it on Jrun 3.1 on Linux and a few things are coming up.
Like, I am using some object classes in my JSP files like this: <%@ page import="com.blah.beans.*,java.util.*" %> <% ContentList contentList; ContentObject parentObject = new ContentObject(); // these 2 types are part of the com.blah.beans package and now I get Compilation error occured: Found 2 errors in JSP file: x.jsp:22: Error: Type ContentList was not found. x.jsp:23: Error: Type ContentObject was not found. Is this a classpath problem? Thanks for any help Nick ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
