Hi there !
I have installed a demo version of Weblogic server on my NT using the install shield. I have written a simple helloworld
servlet and I am trying to invoke it from my browser, but I keep getting Error 500.
But, I am able to invoke other servelts that comes with weblogic server( for eg:
http://localhost:7001/phone). What I have done so far:
1) Compiled the Sathu.java prog successfully & placed the generated Sathu.class file in the default examples\servlets\Sathu.class
2) I made the following entries in the d:\weblogic.properties file.
weblogic.httpd.register.sathu=examples.servlets.Sathu
(
this is similar to an exisitng entry :
weblogic.httpd.register.simpleFormServlet=examples.servlets.SimpleFormServlet)
3)When I open the weblogic console, i find this sathu servlet under other registered servlets.
Now, my problem is:
I open my browser and type
http://localhost:7001/sathu it gives me a "Error 500--Internal Server Error"
Can some body please tell me where I am going wrong.
Besides,
4) From the console, I clicked on the sathu servlet & clicked on the "Load Servlet" button, it gave me a error saying "
Property change error for property "Load".
Unable to load servlet". WHy is this happening? In fact, I am getting this error for all the servlets.
I was able to register this servlet & invoke it successfully on
java web server, but I am not able to do so on Weblogic server - Please help.
Thanks a million,
sathvathsan