• 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 on websphere not working

 
Ranch Hand
Posts: 126
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
When I add my JSP in the web applicatin. It gives me a successfull message. While it doesn't show me in the web application tree. When I try to reach the JSP it gives me the blank page.
I'm sure there's nothing wrong with my java bean file or .JSP file as they are from a JSP book.
My
default_server_stderr.log says
error: Can't write: C:\WebSphere\AppServer\temp\default_host\examples\C_0003a\WebSphere\AppServer\hosts\d_00025fault_0005fhost\examples\web\debug_error_jsp_1.class
1 error

I'm using a bean(SpellCheck)in my JSP(SpellPro.jsp). I've kept the bean class in the 'servlets' direstory and jsp in the 'web' directory of my web application direstory. It is giving a error
Can anybody help me with what can be wrong
Thanks
Neha
 
reply
    Bookmark Topic Watch Topic
  • New Topic