• 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

JSP- Servlet -- Is eclipse have any problem?

 
Ranch Hand
Posts: 105
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Team

when i am starting a J2EE application- simple JSP and Servlet- initially i am getting an error like "The Requested Resources is not available"- with servlet name or jsp page name...

when i close the eclipse and open again, the problem resolved. the same issue came to my friends also.
is that any problem with eclipse?
[ August 28, 2008: Message edited by: Bear Bibeault ]
 
Ranch Hand
Posts: 96
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have noticed many Eclipse-based IDEs have a similar problem (in my case, using JSF-based JSP pages in Eclipse). Somehow the JSP editor gets out of synch with the other files, and thinks there is something wrong, when in fact there isn't. Closing and re-opening the resource sometimes fixes it, sometimes not. It's a peculiarity of Eclipse.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic