- This topic has 9 replies, 3 voices, and was last updated 17 years, 4 months ago by
Loyal Water.
-
AuthorPosts
-
John FischerMemberI have recently upgraded to MyEclipse 6.0.1 and Tomcat 6.0.14. I have enabled the Tomcat 6.x application server, but when I try to deploy my project I see an error that says:
Undefined exploded archive location.
I tried to go back to Tomcat 5.0.28, and receive the same message. Any ideas?
I have another Eclipse workspace, which allows me to deploy an exploded archive to Tomcat 6.x and Tomcat 5.x, so the problem is workspace related.
Any ideas?
January 8, 2008 at 11:30 am #280404
Loyal WaterMemberTry restarting MyEclipse using -clean and see if the deployments works:
http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-10280.htmlJanuary 8, 2008 at 11:35 am #280405
John FischerMemberThanks for the quick reply!
The -clean flag didn’t seem to fix the problem.
January 8, 2008 at 12:26 pm #280417
Loyal WaterMemberIn that case, you will have to switch to a brand new workspace and import your projects into the new workspace from the old worksapce. That should get you going.
January 8, 2008 at 1:47 pm #280425
John FischerMemberOk, I just started with a brand new workspace, and I have the same problem. After a little more investigation, I see that my Web-root folder under the Web section of the MyEclipse preferences is wrong. It’s set to ‘Webroot’, and it should be ‘Web Content’. Where does this get set? Why can’t I change it?
January 8, 2008 at 1:58 pm #280427
John FischerMemberI changed the webrootdir in the .mymetadata file and I’m back on track. My project is being deployed properly.
January 9, 2008 at 2:50 am #280441
Loyal WaterMemberGlad you got it to work. Thanks for letting me know.
February 13, 2008 at 4:19 am #281697
sergikirchnerMemberI had the undefined archive location message when trying to explode my web application. There were two problems: I hadn’t informed well two fields.
1) Window -> Preferences -> MyEclipse -> J2EE Project -> Web Project -> Web root folder name: [I put web which is the name of my super WEB-INF folder]
2) Package Explorer -> [right click project] -> MyEclipse -> Web -> Web Context root: [I put the name of my application: WHATEVER] (will be the name of the folder under the tomcat’s webapps folder where the application will be exploded).Hope helps someone.
February 13, 2008 at 8:57 am #281708
Loyal WaterMembersergikirchner,
Thanks for taking time out to post this info.February 13, 2008 at 8:57 am #281709
Loyal WaterMembersergikirchner,
Thanks for taking time out to post this info. We appreciate it. -
AuthorPosts