facebook

Configuration error when deploying to Application Server

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #214711 Reply

    joegaber
    Member

    I created a simple web app with one jsp page. I now want to deploy to an app server. I have sun app server, tomcat 5, and bea weblogic 8.1 installed on my server. I have eclipse set to these so they show in the Run/Stop Server menu. When I select any of the 3 I get a dialog window that says:

    “A configuration error occured during startup. Please verify the preference field with the prompt: Tomcat JDK name”

    I am not sure what preference field it is talking about or where to find it. I also don’t know where to execute the prompt it asks for.

    Please help.

    PS. I’m sure its obvious I’m new to programming and Eclipse…Sorry!

    #214713 Reply

    joegaber
    Member

    Here is the content of my Ant build file:

    # Ant properties for building the springapp

    deploy.path=F:/apache/jakarta-tomcat-5.0.27/webapps
    #deploy.path=F:/apache/jakarta-tomcat-5.0.27/webapps
    #deploy.path=c:/bea/user_projects/domains/mydomain/applications

    tomcat.home=F:/apache/jakarta-tomcat-5.0.27
    #tomcat.home= F:/apache/jakarta-tomcat-5.0.27
    tomcat.manager.url=http://localhost:8082/manager
    tomcat.manager.username=admin
    tomcat.manager.password=tomcat

    #214714 Reply

    joegaber
    Member

    Never mind. I figured it out.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: Configuration error when deploying to Application Server

You must be logged in to post in the forum log in