jonathan wong wrote:
Dear All ,

Hello ! I am a beginner of Castor . I downloaded the
sample from "On JAVA.com" and tried to package it to
my application .


The structure is :

web-inf/com/Person.class
web-inf/com/Addressbook.class
web-inf/com/mapping.xml
web-inf/com/addressbook.xml


You need to move "com" to a new directory "classes" and I also think web-inf need to be all caps:


WEB-INF/classes/com/Person.class
WEB-INF/classes/com/Addressbook.class
WEB-INF/classes/com/mapping.xml
WEB-INF/classes/com/addressbook.xml

Stein

----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev




Reply via email to