Hi All
I have a very simple jsp in the default location which is :
$/weblogic/myserver/public_html/test.jsp
when i use the following url and execute it
http://localhost:7001/test.jsp i found 'file download window'
asking where do i need to save my file,it is starnge behavior.
Also i have these setting for jsp properties in weblogic.properties:
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# WEBLOGIC JSP PROPERTIES
# ------------------------------------------------
# Sets up automatic page compilation for JSP. Adjust init args for
# directory locations and uncomment to use.
weblogic.httpd.register.DMS.jsp=\
# weblogic.servlet.JSPServlet
c:\inetpub\wwwroot
weblogic.httpd.initArgs.*.jsp=\
pageCheckSeconds=1,\
compileCommand=d:/jdk1.2.2/bin/javac.exe,\
workingDir=d:/weblogic/myserver/classfiles,\
verbose=true