facebook

Deployment Location: Invalid

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

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

    isubluearmy
    Member

    I am trying to deploy a simple application by following the tutorial. The application server is Tomcat 5, and I set the Tomcat Home to “C:\Program Files\Apache Software Foundation\Tomcat 5.0\”

    Whenever I try to deploy this application to Tomcat, I receive “Deployment
    Location: INVALID” on the New Deployment screen

    I am using MyEclipse 030800Beta2

    #213642

    Riyad Kalla
    Member

    When you select the server to deploy to, does the text field at the bottom of that window stay blank or does it fill in with something like:
    C:\Program Files\Apache Software Foundation\Tomcat 5.0\webapps\<app name>

    If it stays blank then you need to update your Web context-root location under Project Properties > MyEclipse-Web, it is likely that this field got cleared out.

    Also I would suggest reinstalling Tomcat to a dir that is shorter and doesn’t have spaces in the paths, sometimes people run into problems with the “spaces in the paths” issue, and having such a long path will likely cause runtime errors while Tomcat is trying to build its classpath for launch (because it fully qualifies the JARs in the path, and you can possibly run out of environment space).

    BUT, if all of this works for you, then no worries. Just wanted to make you aware of what might happen.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Deployment Location: Invalid

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