Have you enabled JSP in the weblogic.properties file?
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# WEBLOGIC JSP PROPERTIES
# ------------------------------------------------
# Sets up automatic page compilation for JSP. Adjust init args for
# directory locations and uncomment to use.
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.register.*.jsp=\
weblogic.servlet.JSPServlet
weblogic.httpd.initArgs.*.jsp=\
pageCheckSeconds=1,\
compileCommand=/jdk1.2.2/bin/javac.exe,\
workingDir=/weblogic/myserver/classfiles,\
keepgenerated=true,\
verbose=true
Walt
---- Sylvain Roche <[EMAIL PROTECTED]> wrote:
> Hi
>
> I recently started to test weblogic 5.1, after a long time using JRun.
> I
> had some minor modifications to do in my servlets, but everything went
> right pretty soon.
> Now I experience a big problem with every jsp I test. I get an IOException
> in the log (and of course an error 500). Apparently, the java file
> is
> generated ok in the war application _tmp_war/jsp_servlet directory.
> The log
> file says there is an IOException on CreateProcess javac ..., and the
> error
> message ends with error=2
>
> This happens with any jsp file, either directly accessed or which gets
> a
> request forwarded but a servlet.
>
> Does this tell anybody something ?
>
> I thought this could come from a path problem, but javac _is_ in the
> execution path
>
> Best regards
> Sylvain Roche
>
> ===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
> http://java.sun.com/products/jsp/faq.html
> http://www.esperanto.org.nz/jsp/jspfaq.html
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets