• 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

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,
I want to run a JSP which uses a java bean on websphere 3.5 . I've kept the bean class in the 'servlets' direstory and jsp in the 'web' directory of my application server.
The JSP is not working.
I'm sure there's nothing wrong with my java bean file or .JSP file as they are very simple and 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
Is there anything which I need to do, like making a servlet or doing some configuration somewhere do make this JSP work.
Can anybody help me with what can be wrong
Thanks
Neha
 
Squanch that. And squanch this tiny ad:
New web page for Paul's Rocket Mass Heaters movies
https://coderanch.com/t/785239/web-page-Paul-Rocket-Mass
reply
    Bookmark Topic Watch Topic
  • New Topic