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