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 have created a J2EE web project. When I try to deploy to Tomcat 4 as an Exploded Archive, in the Deploy Location im seeing INVALID. I do not have any errors in my project. Why this error is shown and what needs to be done to deploy properly???? Your help is appreciated.
Found the reason for this and thoght of sharing with members. Its because when we give the web context root with multiple values seperated by / (eg. in web-context if you have given test/app) and while deploying the applicaiton to Tomcat4 we will see Deployment location as INVALID. We need to choose custom application or externally launched application and choose the location for deploying.