Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
Hi,
I’m sure this is a pebcak (problem exists between chair and keyboard) issue, but I can’t seem to get certain dependancies to deploy in WEB-INF/lib. My stuff from the dao/domain objects gets deployed, but my spring and hibernate jars do not. I figure I missed something really obvious.
more info. Under the project-props -> Myeclipse Web I have (as part of my defaults) “jars on web project build path” and “Jars in web projects user libs” selected.
Ok, it looks like the libs are actually deployed in my TOMCAT_HOME/webapps/project/WEB-INF/lib, and not my PROJECT_HOME/webapp/WEB-INF/lib. Just out of curioustiy what is the diff between these two?
Randy,
What does PROJECT_HOME resolve to here? The deployment step is where MyEclipse takes all the files from your project and important files from your build path and copise them out to your app server… so in this case the behavior was correct, so I’m not exactly sure which part was confusing (why it wasn’t first copied into your project physically?)
actually it was my bad, ie it worked exactly as you defined it. I just had it configured wrong (the project webnature was not configured to copy dependancies correctly). Doh!