RE: how to reference a class to the current src directory.

2008-08-25 Thread Tandel, Aswin
Hi, For the classes in the same directory it is not required to give class path reference. Chances are that DatabaseCommand is not compiled. Check if you have the class file in bin directory. If not then clean the project and build again Thanks and Regards, Ashwin Tandel Email - [EMAIL

RE: Error deploying struts application in tomcat

2008-08-04 Thread Tandel, Aswin
Hi, I think ur context name in incorrect. Check your context name on your admin console. It is generally ur war file name. Give that context name before the action path and it should work. In ur case /proj/bookList.do proj should be replaced with the context name.. Thanks and Regards,