When I deploy my web project, some strange things are happening.
If I deploy to Weblogic8, the deployment copies everything to C:/bea/user_projects/domains/enterprise/config/enterprise/applications/<web project.war>. This is correct based on my current configuration. However, I need my deployment to be under /applications/enterprise.ear/<web project.war>.
If I choose <custom location> when deploying, and choose C:/bea/user_projects/domains/enterprise/config/enterprise/applications/enterprise.ear/<web project.war>, it only copies about 10% of the files, then quits and says “successfully deployed”. Obviously, this is not correct.
If I choose <custom location> when deploying, and choose C:/bea/user_projects/domains/enterprise/config/enterprise/applications/enterprise.ear/<web project> (notice the .war is missing from the directory name), it will copy about 60% of the files, then quits and says “successfully deployed”.
I do not understand the difference. Can you help?
Thanks!