View Single Post
  #3 (permalink)  
Old 07-31-2007, 04:57 PM
Gnanam Gnanam is offline
Member
 
Join Date: Jul 2007
Posts: 3
Gnanam is on a distinguished road
Hi

Thanks for your reply.I am new to struts.This is my first Struts project.
I haven't made any entry for data source in struts-config.xml.
Could you please tell me if I have to use like this
<data-source key="dataSource">
<set-property property="user.xml" value="C:/Program Files/SDE3.0/tomcat-5.5.16/webapps/Request/WEB-INF/classes/com/files/user.xml" />
or
<data-source key="dataSource">
<set-property property="user.xml" value="D:/SDE3.0/workspace/project/WebContent/WEB-INF/classes/com/files/user.xml" />


Pls reply me and pardon me if my question is so lame.
Thanks in advance
Gnanam
Reply With Quote