| I have packaged my web application in a .war file and deployed it using
| tomcat 4.0 beta 7.
|
| perfect.
|
| The only way I could get it to work was to copy my database jar files into
| web-inf\lib, this would make my war file platform dependent as most
database
| vendors ship different jars for each operating system.
|
| I tried them in the %CATALINA_HOME%\lib but that did not help.
|
    I think this is the same problem I had with some other jar file.  I
copied the missing jar file to
     $CATALINA_HOME/webapps/theAppl/WEB-INF/lib
    And the application works.

    Hope it helps.

Wei


Reply via email to