- This topic has 5 replies, 2 voices, and was last updated 8 years, 8 months ago by support-swapna.
-
AuthorPosts
-
mcrosslParticipantME 13.0.0.xxx working for several years with JEE/JSP and Tomcat 5.5 locally.
But now I get a Tomcat start error.
Tried installing Tomcat 7 – not working either…Error – see attachment
Attachments:
You must be logged in to view attached files.
support-swapnaModeratormcrossl,
Sorry that you are seeing this issue.
Can you please check if the server is started but isn’t detected as started?
If you are working with OS X Yosemite, there is an issue with port forwarding.
Please check this forum topic for the solution :
https://www.genuitec.com/forums/topic/myeclipse-2015-ci-started-tomcat-is-not-recognised-yosemite/If you are not working with OS X Yosemite , then open the MyEclipse Tomcat 7.0 server overview page by right clicking on the MyEclipse Tomcat 7.0 entry in the Servers view. Try increasing the Start time under the Timeouts section and check if the server starts.
If the issue persists, please share with us the MyEclipse Installation Details from menu MyEclipse > Installation Summary > Installation Details,the operating system and version, whether Tomcat does start but isn’t detected as started, and whether this is something that has just started happening after something changed in your setup.
Also share with us the .log file located at <workspace dir>/.metadata/.log for further investigation.
Let us know how it works for you.
–Swapna
MyEclipse Support
mcrosslParticipantthanks that worked. I changed the port to 8090, now it’s working.
But now I can’t deploy one of my projects.
“The server does not support version 3.0 of the JEE Web module specification.”
I compared with my other projects and found a difference in “Project facets/Dynamic Web Module”. There is version 3.0 installed, in the other projects 2.5.
But I don’t know, where I can change this?
support-swapnaModeratormcrossl,
Glad that the Tomcat issue is resolved.
You can change the Dynamic Web Module version from the project’s Project Facets page. Right click on the project > Properties > MyEclipse > Project Facets. Click on the down arrow next to the Dynamic Web Module version and change it. If the down arrow is not visible, then switch to the ‘Runtimes’ tab and uncheck the already selected runtime.
Hope this helps. Let us know how it works for you.
–Swapna
MyEclipse Support
mcrosslParticipantthanks, that worked
support-swapnaModeratormcrossl,
Glad that it works.
Let us know if you see any issues.–Swapna
MyEclipse Support -
AuthorPosts