Hi,
Thanx for ur response....
I already included the lines what u mentioned ..............in documentation he
clearly mentions this is the problem with compiler
compatability.......................any other debug portions pl let me
know...........
Regds
santosh
Papaya Head wrote:
> hmmm, you are not trying to use the jspc to compile the .jsp yourself, are
> you?
>
> to run .jsp in weblogic:
>
> 1. register *.jsp with weblogic server, ie. in the weblogic.properties file,
> uncomment/modify the following lines:
>
> weblogic.httpd.register.*.jsp=\
> weblogic.servlet.JSPServlet
> weblogic.httpd.initArgs.*.jsp=\
> pageCheckSeconds=60,\
> packagePrefix=examples.jsp,\
> compileCommand=e:/jdk1.1.7B/bin/javac.exe,\
> workingDir=e:/weblogic451/myserver/classfiles,\
> verbose=true
>
> 2. copy the .jsp file into weblogicroot/servername/public_html
>
> 3. start up a web browser, pointing to http://hostname:port/SnoopServlet.jsp
>
> >From: Santosh Kumar <[EMAIL PROTECTED]>
> >
> >Compilation of
> >'C:\weblogic\myserver\classfiles\examples\jsp\_jsp\_SnoopServlet.java'
> >failed:
> >
> >C:\weblogic\myserver\classfiles\examples\jsp\_jsp\_SnoopServlet.java
> >error=3
> >
> >
> >Hi All,
> >Can anybody pl help me in getting .jsp files running.................
> >when i tried the same it is giving the following error:
> >
> >
> >
> > Error 500--Internal Server Error
> >
> >
> >
> > 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.
> >
> >In documentation he has mentioned that this error may be due to the javac
> >compiler which we mention in weblogic.properties file is not in a position
> >to
> >understand the generated .java file of .jsp...............
> >
> >I am using jdk1.2.1 and weblogic4.5
> >
> >It is able to run servlets..............
> >able to generate .java from corresponding .jsp files....................
> >
> >If anybody faced this type of problem pl help me .......................
> >
> >
> >Regds
> >santosh.Jagtap
> >
> >___________________________________________________________________________
> >To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> >of the message "signoff SERVLET-INTEREST".
> >
> >Archives: http://archives.java.sun.com/archives/servlet-interest.html
> >Resources: http://java.sun.com/products/servlet/external-resources.html
> >LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>
> ______________________________________________________
> Get Your Private, Free Email at http://www.hotmail.com
>
> ___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html