- This topic has 7 replies, 6 voices, and was last updated 19 years, 10 months ago by Riyad Kalla.
-
AuthorPosts
-
MEGMemberGreetings!
I am trying to deploy a new struts project from within myEclipse using a Tomcat 5.0 installation and I am getting the following error.
System info…
– WINXP
– Eclipse Version: 3.0.0 Build id: 200406251208
– myEclipse 3.8.2
– java version – 1.4.2_04
Error Creating Deployment – The selected server is enabled but not configured properly. Deployment to it will not be permitted until the problem is corrected. Please navigate to the server preferences page and verify the the field with the Tomcat JDK name.
I enabled the Tomcat 5 server and specified the Home directory and the JDK name is populated with j2re1.4.2_04. In addition, outside of myEcllipse, Tomcat is runs fine.
Any suggestions would be most appreciated.
Thanks.
Matt
bastiMemberHi,
I have the same Problem. Yesterday my new notebook was shipped and I was really happy ;-).
So I installed all what I need to continue developing my projects. But now the deploying fails(tomcat and jboss), also with new projects.System:
preinstalled XP SP2
Eclipse 3.0.1 Build id: 200409161125
MyEclipseIDE 3.8.2
Sun JDK 1.4.2_6appserver: JBoss 4.0.0 and Single-Tomcat 4.1.30
Now I’m worry :o(
Basti
Scott AndersonParticipantMatt & Basti,
The “JDK Name” error message is a configuration problem in the server connector that is fully explained in this Quickstart tutorial from our documenation section: http://www.myeclipseide.com/images/tutorials/quickstarts/appservers/
bastiMemberThanks
adriankhaliliMember@basti wrote:
Thanks
I have followed the instructions on link that above and am Still getting the same message. Please help. As I still get the JDK Name error while trying to deploy. I’m running Eclipse 3.0 with Tomcat 4.
Riyad KallaMemberIf you navigate to the Tomcat 4 -> JDK connector preference page, what JDK do you have selected here to run Tomcat? If you remember that name and then navigate to Windows > Preferences > Java > Installed JREs, and select the JRE/JDK that matched the name you had selected for the connector and hit “Edit”, what is the Home path you have it pointing at?
Claus Viftrup jepsenMemberFollowed the prior mentioned guidelines with no luck so far, still gets the message requesting me to check the Tomcat JDK name.
I am using version 3.8.4 of MyEclipse.
JRE 1.5.0
Tomcat is version 5.5.
Riyad KallaMemberviftrup,
You need to specify a JDK that is installed, not a JRE. So try downloading the 1.5.0_02 release of the SDK and installing it, then setting up your connector to point to that (c:\jdk1.5.0_02) instead of the JRE install. -
AuthorPosts