Howard, I think you can get at port info using the regular servlet API, but JRun provides for quite a bit of internal info using its JMX interface which you...
Ben Groeneveld
bjgroeneveld@...
Jul 1, 2004 5:47 pm
16010
Saw a previous post for this with no replies... Is there any way to have unique JVM settings for each Jrun4 server on a machine? We have a very small and very...
Chris Boyce
chris.boyce@...
Jul 2, 2004 8:22 pm
16011
Chris, We're currently doing this exact thing. What we ended up having to do was to create a configuration file in the $JRUN_HOME/bin directory and then ...
Erik Sahl
erik@...
Jul 2, 2004 8:49 pm
16012
Hello, We've recently set up the latest JRun 4 in a development environment (Solaris, JDK 1.4.2_4, Apache 2, upgrading from JRun 3.0) and things are mostly...
Chris Boyce
chris.boyce@...
Jul 6, 2004 9:13 pm
16013
JRun 4 uses the JSP 1.2 specification. Try using the following: ServletContext context = getServletConfig().getServletContext(); Ted Zimmerman We've recently...
Ted Zimmerman
tzimmerman@...
Jul 6, 2004 9:26 pm
16014
We've just switched from JRun 3.0 to the latest 4.0 and are having problems with the jsp:include tag. We're doing the following: String content =...
Chris Boyce
chris.boyce@...
Jul 7, 2004 9:13 pm
16015
Hi, I am using JRun 4 on Solaris. I have my test servlet class under /<jrun server folder>/<appname>/WEB-INF/test.class and my test JSP under <jrun server...
Sundar Thyagarajan
t_sun24@...
Jul 8, 2004 2:20 am
16016
We've recently set up JRun 4 with Apache 2. Everything is mostly working, but we're having a problem using the jsp:include tag with html files. We're getting a...
Chris Boyce
chris.boyce@...
Jul 8, 2004 5:23 pm
16017
It depends on where the .html file exists. When you are using a webapp, the include statement SHOULD work within a defined root context. What this means is if...
Jeffrey Anderson
jeffa@...
Jul 8, 2004 7:00 pm
16018
Does anyone know how one can set up remote servlet debugging with JRun 4.0? I'm using jEdit with the jSwat plugin for debugging. The documentation for jSwat...
Karachiwala, Aslam
Aslam.Karachiwala@...
Jul 8, 2004 7:57 pm
16019
Sure, you can. Just add the necessary debug switch in the jvm.config and start the JRun server. You should be able to attach to the running JVM. Here is the...
John Zhao
jzhao@...
Jul 8, 2004 8:13 pm
16020
Our new Jrun4/Apache 2.0.50 environment seems to be performing well, less the occasional 1-6 second delay. (We're using the latest Sun JVM 1.4.2_05 with...
Chris Boyce
chris.boyce@...
Jul 15, 2004 1:26 am
16021
Hi, Anyone here know where JRun would store the .java files from compiled jsp with a deployed webapp on a watched directory? We deploy a webapp in it¹s...
Jeffrey Anderson
jeffa@...
Jul 21, 2004 5:39 pm
16022
... I don't think it stores the source files at all - I think they're compiled directly to bytecode without being stored as source code. I'm no JRun expert,...
Dave Watts
dwatts@...
Jul 21, 2004 10:08 pm
16023
I think you can configure it to create them through some descriptor, if you need to. -Drew Falkman ... From: Dave Watts [mailto:dwatts@...] Sent:...
Drew Falkman
drew@...
Jul 21, 2004 10:17 pm
16024
1. JRun 4.0 In your app default-web.xml, check init-param for JSPServlet. If you need to have source files generated, use: <init-param> ...
Kathy Vance
kathy5592@...
Jul 22, 2004 12:13 pm
16025
keepGenerated is a feature of JRun JSPServlet, which is a handler for all JSP requests. This setting need to be applied to all web application in JRun4 that...
John Zhao
jzhao@...
Jul 22, 2004 2:02 pm
16026
Our webapp is an expanded directory structure that is not in the default web application. As such we have just web.xml not a default-web.xml which is ...
Jeffrey Anderson
jeffa@...
Jul 22, 2004 2:39 pm
16027
Thank you, this solved our problem. ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| This list and all House of Fusion resources...
Jeffrey Anderson
jeffa@...
Jul 22, 2004 2:45 pm
16028
Thanks, this solved our problem. :-) ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Purchase from House of Fusion, a Macromedia...
How to recover the password and username for admin in JRun 3.1? I remember someone posted a solution before but I forgot. The data in password.properties is...
Kathy Vance
kathy5592@...
Jul 23, 2004 8:25 pm
16031
Forgive me if this has been discussed, but I' need to this list and couldn't find anything in the archives search. We are currently shopping for a j2EE server...
Tracy Bost
tbost@...
Jul 26, 2004 2:18 pm
16032
I¹m not a FOP expert, but we¹ve used iText for PDF¹s and it¹s lots more intuitive to use and works quite well with JRun. http://www.lowagie.com/iText/ ... ...
Jeffrey Anderson
jeffa@...
Jul 28, 2004 5:55 pm
16033
Hi, I'm using FOP (creating adhoc pdf reports) that is called from a servlet on a JRUN 3.1 machine and have trouble to initialize the "Driver" class. Actually...
Reuter, Manfred
Manfred.Reuter@...
Jul 28, 2004 6:28 pm
16034
We are using JRun4 on Solaris 8. Whenever we try to bring up a second JRun server instance, the first one starts experiencing jikesw compiler errors: "Could...
Chris Boyce
chris.boyce@...
Jul 28, 2004 9:26 pm
16035
Chris, Don't know if this helps, but here goes. We're using the same basic setup: JRun4, Solaris 8, Apache 2. We put our .config files into our ...
Erik Sahl
erik@...
Jul 28, 2004 9:37 pm
16036
Hi, I was able to narrow it down ... Somehow the program stops when the Driver class adds the Element Mapping of "org.apache.fop.svg.SVGElementMapping". I...
Reuter, Manfred
Manfred.Reuter@...
Jul 28, 2004 11:26 pm
16037
Never mind ... I found the place and it's working now. Regards, Manfred ... From: Reuter, Manfred Sent: Wednesday, July 28, 2004 4:26 PM To: JRun-Talk Subject:...
Reuter, Manfred
Manfred.Reuter@...
Jul 29, 2004 12:31 am
16038
On a related note, JRun 4 runs Tapestry - http://jakarta.apache.org/tapestry - just fine! :-) (oh, and with stateless session beans too) I just wish JRun...