RE: BasePeer.MapBuilder: ClassNotFoundException under Tomcat 5.0

2004-08-11 Thread Thomas Fischer
Hi Rankin, Sorry but I do not have much experience with jsp's nor with Tomcat 5.0. If you can instantiate the class, Torque should also be able to instantiate it ? >From the Tomcat 5 Docs: - WebappX - A class loader is created for each web application that is deployed in a single Tomcat 5 inst

RE: BasePeer.MapBuilder: ClassNotFoundException under Tomcat 5.0

2004-08-10 Thread Thomas Fischer
Hi Rankin, it says in the stack trace java.lang.ClassNotFoundException: com.jwortham.ocip.map.AddrtypesMapBuilder Did you look whether a class file exists for this class within your web application (in the WEB-INF/classes directory)? If yes, did you try to instantate the class yourself and s