I AM A WEBLOGIC STARTER
I COPED THE JSP EXAMPLES GIVEN IN /WEBLOGIC/EXAMPLES/JSP
TO /weblogic/myserver/public_html/jsp as said in the document
EDTED THE PROPERTIES FILE AS SAID IN THE DOCUMENT AS BELOW
weblogic.httpd.register.*.jsp=\
weblogic.servlet.JSPServlet
weblogic.httpd.initArgs.*.jsp=\
pageCheckSeconds=1,\
compileCommand=c:/java/bin/javac.exe,\
workingDir=/weblogic/myserver/classfiles,\
verbose=true
weblogic.httpd.documentRoot=public_html
STARTED THE SERVER( THOUGH THE SERVER STERTED IT IS TELLING UNABLE TO
LOAD PERFORMANCE PACKAGES BY JAVA/IO)
When acessing the pages by http:localhost:7001/jsp/index.html
(listening port is set at 7001 for MYSERVER)
I AM GETTING THE FOLLOWING ERROR IN THE BROWSER
RFC. 2068 HYPERTEXT TRANSFER PROTOCOL-HTTP/1.1
10.5.1 500 INTERNAL SERVER ERROR
THE SERVER IS SHOWING FOLLOWING ERRORS
at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:261)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)
Thu Nov 09 14:14:55 CST 2000:<E> <ServletContext-General> Servlet failed with Ex
ception
weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ getServlet() return
ed null!! ]
at weblogic.utils.Debug.assert(Debug.java, Compiled Code)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:104)
at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
textImpl.java:742)
at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
textImpl.java:686)
at weblogic.servlet.internal.ServletContextManager.invokeServlet(Servlet
ContextManager.java:247)
at weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.jav
a:361)
at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:261)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)
Thu Nov 09 14:14:57 CST 2000:<I> <ServletContext-General> weblogic.servlet.inter
nal.InternalImageServlet: init
CAN ANY BODY PLEASE HELP
THANKS
unni
-
webloic 500 error (1 messages)
- Posted by: unnikrishnan nair
- Posted on: November 09 2000 15:51 EST
Threaded Messages (1)
- webloic 500 error by Joseph Kiran on November 11 2000 14:51 EST
-
webloic 500 error[ Go to top ]
- Posted by: Joseph Kiran
- Posted on: November 11 2000 14:51 EST
- in response to unnikrishnan nair
Hi,
U have to copy the jsp files in the
weblogic/myserver/public_html
Since the document root is pointing to this directory.
Beans in weblogic/myserver/classes