I have an app in Tomcat, which is running just fine using the combination of Spring, Hibernate, and Prxool. However I have now deployed it under JRUN4, Updater...
16101
Jon Austin
jaustin@...
Nov 2, 2004 4:24 pm
I'm going to back up a little on this one.. it's not my implimentation, it's something odd happening behind the scenes.. I downloaded the proxool source, and...
16102
Anne-Li Mell
anne-li.mell@...
Nov 19, 2004 9:19 am
I've tried to look around, but I just can't find this. Can I somehow inside the servlet see how long time has been set to session timeout? My boss wants a...
16103
Jeffrey Anderson
jeffa@...
Nov 19, 2004 1:49 pm
If you do a few web searches you should come up with something you want... http://livedocs.macromedia.com/jrun/4/Programmers_Guide/servletlifecycleeven ts4.htm...
16104
Anne-Li Mell
anne-li.mell@...
Nov 19, 2004 2:13 pm
... I tried. Though, granted, English is not my native language and maybe I'm searching for the wrong words ... :) Thanks for helping me! However, the page you...
16105
Anne-Li Mell
anne-li.mell@...
Nov 19, 2004 2:16 pm
Oh, just to explain; this isn't exactly what I wrote in my last mail; I wrote of warning prior to logging out then; that is part of it too - that my boss wants...
16106
Jeffrey Anderson
jeffa@...
Nov 19, 2004 7:46 pm
Many applications that time out give a 1 minute window before logging out. So if you get the session time from the servlet config, you would write out some...
16107
Anne-Li Mell
anne-li.mell@...
Nov 22, 2004 2:44 pm
Thank you so much for your help, Jeffrey! What you wrote sounds good, but ... which makes me think that the information I'm looking for is somewhere in ...
16108
John Zhao
jzhao@...
Nov 22, 2004 4:42 pm
Can you use the session.getLastAccessedTime, session.getMaxInactiveInterval, and System.currentTimeMillis to calculate the remaining session time? ... From:...
16109
Jeffrey Anderson
jeffa@...
Nov 22, 2004 6:48 pm
It looks like this should work now... You could include this in a header.jsp file and use the <jsp:include> directive (appropriately placed in the page) to...
16110
Anne-Li Mell
anne-li.mell@...
Nov 25, 2004 9:10 am
... session.getMaxInactiveInterval, ... Thank you, John, this really helped. I was so puzzled about getMaxInactiveInterval, because this one sounds just like...
16111
Stephen Lynn
stephen_lynn@...
Dec 1, 2004 3:19 pm
I setup two instances of ColdFusion clustered on JRun 4 using IIS 6 as the webserver. Everything was working great until our operations group restarted the...
Ok, I'm trying to work with logging metrics in JRun of a CF instance. I got the metrics logging to its own file, eg cfusion-metrics.log. How do I add a custom...
16114
Chris Boyce
chris.boyce@...
Dec 21, 2004 9:36 pm
When I start JRun4 servers on the command line (UNIX) they appear to lock the tty I'm in; meaning, when I eventually try to logout, my terminal window is held...
16115
Stephen Lynn
stephen_lynn@...
Dec 21, 2004 9:45 pm
I did a full uninstall and reinstall of JRun and the problem remains. I'm wondering if the web connector with IIS is corrupted somehow. Anyone know the best...
16116
Jeffrey Anderson
jeffa@...
Dec 21, 2004 10:25 pm
... Are you on the local server in the console window or remotely logged in via ssh? Here's the command line we use for our linux install: (should be the same ...
16117
Chris Boyce
chris.boyce@...
Dec 21, 2004 10:44 pm
Our command line is identical except that we use the -config option as well. I have to do this with ssh as the machine is in a remote data center. However, I...
16118
Jeffrey Anderson
jeffa@...
Dec 22, 2004 6:43 am
I'm not familiar with the -config option. I'm looking at the documentation at http://livedocs.macromedia.com/jrun/4/JRun_Administrators_Guide/adminrole3.h ...
16119
Greg Stewart
greg.stewart@...
Dec 22, 2004 2:51 pm
Here is a link to re-compiling the connector: http://www.fusionauthority.com/Article.cfm/ArticleID=2993 However the problem that led to re-compiling had to do...
16120
Ted Zimmerman
tzimmerman@...
Dec 22, 2004 3:09 pm
Hi Stephen, Are both your instances of ColdFusion on the same machine? If they aren't you may need to set unicast peers. See the following: ...
16121
Jeffrey Anderson
jeffa@...
Dec 23, 2004 6:12 pm
Very interesting....We've NEVER had this problem before, but good to know how to fix it if it does occur. I wonder how our setups are that much different. ...
16122
Chris Boyce
chris.boyce@...
Dec 23, 2004 6:41 pm
... My pleasure. I am running on Solaris 8 (SPARC). This problem occurred on all of my Solaris installations. Just tried a test on my SuSE linux test...
16123
Chris Boyce
chris.boyce@...
Dec 23, 2004 6:59 pm
... Actually, it appears this is exactly what the problem is. I googled around the ssh groups and discovered that ssh will hold your tty open if the program...
I seem to recall reading at one point of an option in JRUN, to retain the generated java files (Not just the classes). Does anyone know offhand what this would...
16126
Drew Falkman
drew@...
Jan 7, 2005 5:11 pm
Yes, you can do this. http://livedocs.macromedia.com/jrun/4/Programmers_Guide/servletxml5.htm#1135 319 Drew Falkman Team Macromedia - JRun ... From: Jon Austin...
16127
Jon Austin
jaustin@...
Jan 7, 2005 6:51 pm
Thanks! ~ Jon ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble ...
16128
Jon Austin
jaustin@...
Jan 19, 2005 7:25 pm
I have an enterprise level app running on JRUN & CFMX, with a proposed user load of 2,000 users, running on 4 load balanced pairs of web-server/CF boxes, with...
16129
Philipp Breuss
joos@...
Jan 24, 2005 10:55 am
We are using JRUN 3.1 (build 69820 - the latest.) on Unix and NT and we are having serious memory problems. We have have to restart the server each couple of...