• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

No Launchable Artifact Could Be Found In The Selection

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

When I try to run a JSP file with Eclipse (Version: 3.2.0), i am getting an error-- Server Error: No Launchable Artifact Could Be Found In The Selection, when I select Run On Server, I have placed the jsp file inside the WebContent folder. I am using tomcat 5.5 as the server. can anyone help to to solve this error. Thank you in advance.
 
Java Cowboy
Posts: 16084
88
Android Scala IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"Jacob", please check your e-mail for an important message from JavaRanch.
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am facing same problem. When i select run as Debug option on right click on my project in Eclipse workspace, i am getting "No Launchable artifacts could be found". When i try to right click my server and select "Add remove project" my project is not shown in window. I could not select it. Please help.
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Silky Guy, please see your private messages for an important administrative matter.

Second, please do not wake the zombies.

What kind of project did you create? If you did not create a Dynamic Web Project (or something similar) the project will not show up in the list of projects that can be applied to a server.

Oh, and welcome to Java Ranch!
 
reply
    Bookmark Topic Watch Topic
  • New Topic