- This topic has 1 reply, 2 voices, and was last updated 19 years, 3 months ago by Scott Anderson.
-
AuthorPosts
-
AMDOCS_NCMemberWhen 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!
Scott AndersonParticipantC:/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>.
It sounds like you need to create a simple Enterprise project (called enterprise) and tell the creation wizard that it contains your web project. Then, you can deploy it to WebLogic and your web project will automatically go wo enterprise.ear/<webproject.war>
…it only copies about 10% of the files, then quits and says “successfully deployed”. Obviously, this is not correct.
…it will copy about 60% of the files, then quits and says “successfully deployed”.There’s likely an error in the log that describes what happened (<workspace>\.metadata\.log)
But, I’d highly recommend the first route so the deployment will go where you like it automatically.
-
AuthorPosts