Is there anyway to tell jrun to compile the jsp''s with debug turned on so we can run the jsp java files through a debugger ?
-----Original Message----- From: Theodore Zimmerman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 11:09 AM To: JRun-Talk Subject: RE: Generated java-sourcefiles of JSP's Hi Wilko, You need to set the keepGenerated param to true in the JSPServlet of the SERVER-INF/default-web.xml file. See JRun4\docs\html\Programmers_Guide\servletoptimizing3.html. HTH. Ted Zimmerman -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 10:41 AM To: JRun-Talk Subject: Generated java-sourcefiles of JSP's Hi folks, I wan't to have a look at the generated java-sourcefiles of the JSP pages within a webapplication. I can only find the generated .class-files. Do I need to enable some setting in web.xml or jrun-web.xml to get the generated java sourcefiles also? Thanks, Wilko ______________________________________________________________________ Get the JRun Web Application Construction Kit - the only book written specifically for JRun developers. http://www.amazon.com/exec/obidos/ASIN/0789726009/houseoffusion Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
