Hi,
Look for the following section in the weblogic.properties file
The compileCommand specidfied for 'weblogic.httpd.initArgs.*.jsp' should
specify the path of javac.
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# 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=0,\
compileCommand=c:/jdk1.2/bin/javac.exe,\
workingDir=f:/weblogic/myserver/servletclasses,\
verbose=true
Uday
-----Original Message-----
From: Sylvain Roche [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 29, 2001 6:19 AM
To: [EMAIL PROTECTED]
Subject: JSP + weblogic
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