You can retain the generated Java source by setting the appropriate flag 
(keepgenerated)
in the weblogic.properties file. For example
   weblogic.httpd.initArgs.*.jsp=\
       pageCheckSeconds=0,\
       packagePrefix=jsp_servlet,\
       compileCommand=D:/Java/VisualCafe/bin/sj.exe,\
       workingDir=d:/weblogic/myserver/classfiles,\
       verbose=false,\
       keepgenerated=true

Or you can run the JSP compiler from the command line (class weblogic.jspc).


JSP works great with WebLogic 4.5.  And so does EJB!!!

Ted

-----Original Message-----
From:   Paul Fitzgerald [SMTP:[EMAIL PROTECTED]]
Sent:   Thursday, September 30, 1999 12:10 PM
To:     [EMAIL PROTECTED]
Subject:        Re: JSP Compilation into Servlet source &  Weblogic and JSPs(possible?)


Q:  I want to be able to be able to see the generated Java source for
JHML pages with WebLogic 4.0. Is there an equivalent of
     "jsp.initparams=keepgenerated=true" that can be used in the
weblogic.properties file?

Q: Weblogic supports JHTML, does anybody know if it is possible to get
JSPs going using Weblogic?

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to