Hi, once I change my jsp code and then refresh my browser each time, I will get "Internal Server Error" as below(the code has no problem):
From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
10.5.1 500 Internal Server Error
The server encountered an unexpected condition which prevented it from fulfilling the request
I had to close the browser and open a new one to run my new code. My webserver is weblogic now. When I used JRun, I never got this kind of problem.
In my jsp code, I have:
<jsp:useBean id="mybean" scope="session" class="MyBean" />
<jsp:setProperty name="mybean" property="*" />
I am just wondering the problem is because of this code, but I am quite sure. Can somebody tell me why i get this problem and how to fix it.
Thanks,
-
JSP with weblogic (1 messages)
- Posted by: z d
- Posted on: March 07 2001 10:42 EST
Threaded Messages (1)
- JSP with weblogic by Sriganesh Sundaram on March 07 2001 22:54 EST
-
JSP with weblogic[ Go to top ]
- Posted by: Sriganesh Sundaram
- Posted on: March 07 2001 22:54 EST
- in response to z d
Check out the weblogic log! It may have a more descriptive error message.