For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 16 replies, 2 voices, and was last updated 19 years, 2 months ago by
Riyad Kalla.
-
AuthorPosts
-
rahulkothariMemberGuys,
I am having problems deploying the app. It never creates all the folders. Only WEB-INF and META_INF. I have my jsps directly under the project root and they never get copied. I have some jar files which never get copied to the lib folder either ?
I have tried almost everything….can someone help ?
Regards
May 25, 2006 at 12:19 pm #252547
Riyad KallaMember99% of the time this happened you need to refresh the project from the root, we are working on improving this notification step because it’s so cryptic now. Just right click on the root of your project and do a “Refresh” then try and recreate the deployment.
May 25, 2006 at 12:24 pm #252548
rahulkothariMemberI saw the “refresh” suggestion in your previous posts. But that doesnt help either. Any other suggestions….
also i am not using ANT or CLEARCASE or CVS.May 25, 2006 at 12:33 pm #252554
Riyad KallaMemberHmm strange, is this a web project? If you right click on the project, go to properties, then go to MyEclipse-Web, tell me the two values in the two text boxes. If one of the text boxes is empty, that could be a problem.
Also when you remove the deployment, does it remove successfully? Then when you recreate, does it recreate with a green check box successfully or does it immediately show “out of sync”?
May 25, 2006 at 12:35 pm #252556
Riyad KallaMemberOh wait wait, you need to shut down the app server before you deploy, if you aren’t doing this your deployment will fail every time because of read locks on the files. You probably got a popup that says this if you tried to deploy to a running app server.
May 26, 2006 at 6:00 am #252604
rahulkothariMemberThe two values in the text box are :
WebRoot
/webappI have no read locks problem. i always shut down the server and the webapp gets removed properly too.
May 26, 2006 at 9:57 am #252613
Riyad KallaMemberWhat about this part:
Also when you remove the deployment, does it remove successfully? Then when you recreate, does it recreate with a green check box successfully or does it immediately show “out of sync”?
May 26, 2006 at 9:59 am #252615
rahulkothariMemberthat part works fine too….
May 26, 2006 at 10:02 am #252619
Riyad KallaMemberSo it says it deploys fine and has a check mark next to it, but when you go into the deplioyed dir location it’s only 1/2 there? Check your log file for exceptions:
<workspace dir>\.metadata\.logthat should help us see if there is something obvious (maybe a troubled file) in there.
May 27, 2006 at 1:59 pm #252673
rahulkothariMemberno buddy…nothing wrong in the logs either.
May 28, 2006 at 9:55 am #252683
Riyad KallaMemberPlease answer all of my questions, I still don’t completely understand what is happening based on what you said:
So it says it deploys fine and has a check mark next to it, but when you go into the deplioyed dir location it’s only 1/2 there?
If it is deploying fine once then not redeploying, that is different then never deploying correctly.
May 30, 2006 at 9:08 am #252780
rahulkothariMemberWhen i deploy it using the deployment button on myeclipse. I dialogue box says, succesfully deployed. It gets removed without any issues too. But after deploying. I look at the applications/mywebapp folder. There is only META-INF and WEB-INF inside it. My jsp pages which are in a folder directly under the “root”…. dont get copied.
May 30, 2006 at 9:10 am #252781
Riyad KallaMemberIf you create a new web project and copy over your project contents, then deploy that second one, does it work without any incidents?
May 30, 2006 at 12:29 pm #252797
rahulkothariMembersame problem….only the stuff under WEBROOT gets copied into WEB-INF.
May 30, 2006 at 5:29 pm #252807
Riyad KallaMemberThis is correct… everything under webroot gets deployed. Your complaints thus far have been that only the META-INF and WEB-INF dirs are getting deployed, am I to understand that this entire time everything under WEBROOT is getting deployed? That *is* what is suppose to happen… can you clarify what is not happening and what you expected to happen? Maybe I’m just misunderstanind gyou.
-
AuthorPosts