- This topic has 3 replies, 3 voices, and was last updated 15 years, 5 months ago by
support-shalini.
-
AuthorPosts
-
jnylundMemberHi I have used my eclipse on 1 project and it works great, I inherited a new project that is very similar but not setup in myeclipse, its java + spring (1.2) + hibernate and its builds to a war that deploys on tcomat, this works fine using ant scripts, but I want to debug inside myeclipse, so I imported the project, it compiles great, but no debug for tomcat option in the menu, so I did “my exclipse add “web project capabilities”, not sure what to choose for j2ee version because its not j2ee, just servlets,jsps etc, I tried 1.4. I then see debug using myeclipse tomcat, I start the app, it says it started, but the browser goes to the page that says “he requested resource (/MyProject/) is not available.
There are no errors in the log, but it seems the application failed to deploy, what can I do to troubleshoot this problem, or did I go about this the wrong way?
thanks
Joel
support-joyMemberJoel,
1) What version of ME are you suing?
2) How did you install ME? Means, using Pulse Explorer or Using All in one Installer.
3) Can you copy and paste the error log file? Log file is available at “~\[your workspace dir]\.metadata\.log”
4) Can you list the plug-ins you have installed? You can get it from “Help–>Software Updates–>Add/Remove Software–>Personal Software”.
5) Can you send me the sample project as a zip file? You can PM the zip file or send an e-mail to [email protected].
Please mention “Attn: Joy” in the subject line. Also, refer this post url in the e-mail.
jnylundMemberHi Joy
1.) 6.6
2.) I think using all in one , but it was a long time ago
3/4/5 – I can do these, but before I do this, can you tell me the proper way to do what im describing above:
– I have an existing application that is jsp + servlets + spring + hibernate, I have an eclipse project that compiles. How do I enable debugging this project in myeclipse, what are the steps, do I need to do the add “web project capabilities” how about spring & hibernate, do I need to enable those capabilities? How do I know which versions?thanks
Joel
support-shaliniMemberjnylund,
You cannot import a project created in eclipse directly to MyEclipse. You will have to create a new project in ME and import the source code.
You can create a new web project and add the capabilities one by one. All you need to do is right click on the project and from the context menu go to MyEclipse and add the required project capabilities.
You can refer to the following MyEclipse tutorials on how to add capabilities and how to work with the respective tools
Tutorial List – http://www.myeclipseide.com/module-htmlpages-display-pid-7.html
Spring – http://www.myeclipseide.com/documentation/quickstarts/springintroduction/
Hibernate – http://www.myeclipseide.com/documentation/quickstarts/hibernateintroduction/Let me know if that helps.
-
AuthorPosts