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...
Jon Austin
jaustin@...
Nov 2, 2004 4:07 am
16101
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...
Jon Austin
jaustin@...
Nov 2, 2004 4:24 pm
16102
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...
Anne-Li Mell
anne-li.mell@...
Nov 19, 2004 9:19 am
16103
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...
Jeffrey Anderson
jeffa@...
Nov 19, 2004 1:49 pm
16104
... 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...
Anne-Li Mell
anne-li.mell@...
Nov 19, 2004 2:13 pm
16105
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...
Anne-Li Mell
anne-li.mell@...
Nov 19, 2004 2:16 pm
16106
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...
Jeffrey Anderson
jeffa@...
Nov 19, 2004 7:46 pm
16107
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 ...
Anne-Li Mell
anne-li.mell@...
Nov 22, 2004 2:44 pm
16108
Can you use the session.getLastAccessedTime, session.getMaxInactiveInterval, and System.currentTimeMillis to calculate the remaining session time? ... From:...
John Zhao
jzhao@...
Nov 22, 2004 4:42 pm
16109
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...
Jeffrey Anderson
jeffa@...
Nov 22, 2004 6:48 pm
16110
... session.getMaxInactiveInterval, ... Thank you, John, this really helped. I was so puzzled about getMaxInactiveInterval, because this one sounds just like...
Anne-Li Mell
anne-li.mell@...
Nov 25, 2004 9:10 am
16111
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...
Douglas Knudsen
douglasknudsen@...
Dec 2, 2004 4:23 pm
16114
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...
Chris Boyce
chris.boyce@...
Dec 21, 2004 9:36 pm
16115
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...
Stephen Lynn
stephen_lynn@...
Dec 21, 2004 9:45 pm
16116
... 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 ...
Jeffrey Anderson
jeffa@...
Dec 21, 2004 10:25 pm
16117
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...
Chris Boyce
chris.boyce@...
Dec 21, 2004 10:44 pm
16118
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 ...
Jeffrey Anderson
jeffa@...
Dec 22, 2004 6:43 am
16119
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...
Greg Stewart
greg.stewart@...
Dec 22, 2004 2:51 pm
16120
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: ...
Ted Zimmerman
tzimmerman@...
Dec 22, 2004 3:09 pm
16121
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. ...
Jeffrey Anderson
jeffa@...
Dec 23, 2004 6:12 pm
16122
... 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...
Chris Boyce
chris.boyce@...
Dec 23, 2004 6:41 pm
16123
... 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...
Jon Austin
jaustin@...
Jan 7, 2005 5:01 pm
16126
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...
Drew Falkman
drew@...
Jan 7, 2005 5:11 pm
16127
Thanks! ~ Jon ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble ...
Jon Austin
jaustin@...
Jan 7, 2005 6:51 pm
16128
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...
Jon Austin
jaustin@...
Jan 19, 2005 7:25 pm
16129
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...