• 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
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Edit JSP or Servlet refresh error

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Whenever I edit a jsp or servlet and then refresh the browser I get this error. Does anyone know why?


Error 500: Unable to compile class for JSP C:\Documents and Settings\dhoang\My Documents\IBM\wsappdevie51\CMS\.metadata\.plugins\com.ibm.etools.server.core\tmp0\cache\localhost\server1\FinsysEAR\AccountingInfoApp.war\_LoginFailure.java:6: Package org.apache.jasper.runtime not found in import. import org.apache.jasper.runtime.*; ^ C:\Documents and Settings\dhoang\My Documents\IBM\wsappdevie51\CMS\.metadata\.plugins\com.ibm.etools.server.core\tmp0\cache\localhost\server1\FinsysEAR\AccountingInfoApp.war\_LoginFailure.java:10: Superclass com.ibm.ws.webcontainer.jsp.runtime.HttpJspBase of class org.apache.jsp._LoginFailure not found. public class _LoginFailure extends com.ibm.ws.webcontainer.jsp.runtime.HttpJspBase { ^ 2 errors
 
Don Hoang
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I forgot to mention I am using WSAD 5.1.1
 
Thank you my well lotioned goddess! Here, have my favorite tiny ad!
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic