😳 Ok I admit it, I am a newbie and this question is probably dumb.
I have a web module and can deploy it with no problem. But I have a jar that my project needs in order to work.
I have tried to copy it to the
workspace\Myproject\WebRoot\WEB-INF\lib
folder but that did not deploy the file when I re-deployed the project.
I tried to import the jar into the lib folder from the Package Explorer view, but that just un-jarred it into that folder and then deployed the unjarred version.
I tried putting the jar into the real lib folder under
E:\jakarta-tomcat-5.0.19\webapps\Myproject\WEB-INF\lib
which works great until I re-deploy and then it gets toasted.
What am I doing wrong?
Brian