question about struts
HI
i just ask,
if i want to connect struts using Mysql. apart from web.xml and struts-config.xml
any other xml file i have to configure.
pls any one can guide me.
HI
i just ask,
if i want to connect struts using Mysql. apart from web.xml and struts-config.xml
any other xml file i have to configure.
pls any one can guide me.
This is not the right forum to ask this question.
Anyway if you use tomcat then you can provide the connection settings in the context.xml file under the META-INF directory of your application.
For more information refer to
http://tomcat.apache.org/tomcat-5.5-doc/jndi-datasource-examples-howto.html
(Presuming you are using tomcat for deployment of your web-app)