hi forum, I am getting "servlet action is not available". In my strutsconfig.xml when i make comments to my data source code then i didn't get this error. the code is-
Check your server logs and/or console for error messages. It's likely your DB configuration is failing, causing the application startup to fail.
Also, depending on what version of Struts 1 you're using, the <data-source> element may not be the recommended way (or even supported way, it was removed at some point but I don't recall when) to configure your application's data source.
Anil Mundra
Greenhorn
Joined: Nov 14, 2008
Posts: 21
posted
0
Thanks David, But i have to use the data source in my application so i required to use data source code in my strutsconfig.xml. In my server log i am getting this error- Loading application resources from resource resources.application Initializing configuration from resource path /WEB-INF/struts-config.xml Initializing application data source org.apache.struts.action.DATA_SOURCE Exception initializing application data source org.apache.struts.action.DATA_SOURCE java.sql.SQLException: open: java.lang.ClassNotFoundException: org.gjt.mm.mysql.Driver java.lang.ClassNotFoundException: org.gjt.mm.mysql.Driver