hi,
I am following jakarta struts live guide. I am configuring the datasource with mysql as mentioned in the guide. During the time of execution it is neither inserting a record into the database nor reporting any exception. Even though I left the system for processing 1 hour or more the myeclipse is still showing processing is going on in it's statusbar. If I change the datasource from "GenericDataSource" to "BasicDataSource" or "MySqlDataSource" it is reporting HTTP 404-action servlet/action not found. I am not able to understand properly where I has mistaken.
Any help is appreciated.
Thanks in advance.
Bye.