• 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

Defining webroot in eclipse

 
Ranch Hand
Posts: 189
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI,
i have been using IntelliJ but now i am working on eclipse. The following is my folder structure under c:\eMIMS2.0
Proj->src (has the source code)
->web (has all my jsp files and is web root)
->lib (all the libraries)
i need to know how to define the webroot in eclipse. i did the all the configuration and i want to know how to make eclipse recognize that my web root is web directory. The other thing tomcat is not able to start from eclipse it gives the following message in teh console window.
<terminated> Tomcat 5.x[Java Application] C:\dev\jdk\jre\bin\javaw.exe (Oct 28...

Any help

Rashid
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic