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
I am trying to deploy a web application to the WebLogic 7 app server in MyEclipse. The Deploy Location says “INVALID” for both the Exploded and Packaged Archives. When I click the “Finish” button, the Deployment Status says that it was “Successfully deployed.” I am not sure that the web app is getting where it is supposed to.
Check your project properties, go to MyEclipse-Web. Are either of these fields blank? They shouldn’t be. My guess is that your 2nd text field is blank, it should be something like: /myapp
Thanks. The context path had an extra directory in it, the directory where the JSPs are located. I removed that other level, and the deployment works, now.