|
From: Joseph To <jt...@ya...> - 2003-06-27 20:07:16
|
Hi Anthony,
I just subscribe to the developer list.
Thanks for replying.
I did download formproc-1.3.1, import the war into
websphere app dev and get the error msg.
weird part is if i run the index.jsp twice, the second
msg seem to be diff. it form not configured.
i trace thru the jsp and for some reason the web
container bypass the lines
form.setTarget(user);
formManager.configure(form);
i did a lot of things such as changing the classpath
to include the location of formproc.xml etc but did
not help the situation.
i notice that the culprit seem to be FormManager class
so I tried modifying just that class so that
loadCOnfiguration becomes
File f = new File(CONFIGURATION_FILE);
loadConfiguration(f);
but now i got the
[6/27/03 14:50:51:172 CDT] 4090b6ac WebGroup E
SRVE0026E: [Servlet
Error]-[com/anthonyeden/lib/Reloadable]:
java.lang.NoClassDefFoundError:
com/anthonyeden/lib/Reloadable
funny thing is the formproc-example.jar once imported
into ws app dev studio and run as a regular java app
(i still have to add the location of formproc.xml to
the classpath) and it works.
i think there could be a classpath issue.
Please help.
Thanks.
Joseph
__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
|