Set to run JSP:
# WEBLOGIC JSP PROPERTIES
#------------------------------------------------
# Sets up automatic page compilation for JSP. Adjust init args
# Directory locations and uncomment to use.
# Weblogic. httpd. register. *. jsp =
# Weblogic. servlet. JSPServlet
# Weblogic. httpd. initArgs. *. jsp =
# PageCheckSeconds = 1,
# CompileCommand = c:/jdk1.2.1/bin/javac.exe,
# WorkingDir =/weblogic/myserver/classfiles,
# Verbose = true
Delete the comments and change them
# WEBLOGIC JSP PROPERTIES
#------------------------------------------------
# Sets up automatic page compilation for JSP. Adjust init args
# Directory locations and uncomment to use.
Weblogic. httpd. register. *. jsp =
Weblogic. servlet. JSPServlet
Weblogic. httpd. initArgs. *. jsp =
PageCheckSeconds = 1,
CompileCommand = c:/jdk1.2.1/bin/javac.exe,
WorkingDir =/weblogic/myserver/classfiles,
Verbose = true
You must also configure this line:
CompileCommand =/usr/local/jdk1.2/bin/javac,
This is the path of the jdk java compiler.