... im now working with Spring+Acegi+Tapestry under jrun there was one problem (jrun specific, i think) - Acegi servlets tried to access to spring...
Krutyakov Roman
mark@...
Oct 1, 2004 2:39 pm
16080
Has anyone worked with the Spring Framework, under JRUN? I have a spring-based servlet, which I have developed under Tomcat, and I am trying to deploy under...
Jon Austin
jaustin@...
Oct 1, 2004 3:24 pm
16081
Was there a simple resolution to this? ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| The annual ColdFusion User Conference is...
Jon Austin
jaustin@...
Oct 1, 2004 3:41 pm
16082
Hello, I need to have a task scheduler that can add and remove tasks at run time. What is the best way to do it JRun? Thanks ...
Verma_Dilip@...
Oct 1, 2004 5:53 pm
16083
You can use something like Quartz. It is free and works very well. http://sourceforge.net/projects/quartz ... ...
Corey A. Johnson
cjohnson@...
Oct 1, 2004 5:55 pm
16084
We are having an issue with uniqueID generation, and needing to know the ID following the insert. We're hoping to go with "Insert into X (a) "A" returning id" ...
Jon Austin
jaustin@...
Oct 1, 2004 5:58 pm
16085
There is an MBean interface for performing scheduler tasks: http://livedocs.macromedia.com/jrun/4/javadocs/jrunx/scheduler/Scheduler.htm l Also, there used to...
Drew Falkman
drew@...
Oct 1, 2004 6:48 pm
16086
Okay, now my servlet is running just fine.. I hit my IIS box, with my virtual URL http://localhost/<servlet>.htm . JRun receives no such hit, and IIS replies...
Jon Austin
jaustin@...
Oct 1, 2004 7:51 pm
16087
I managed to resolve this one, with a few extra JAR files in the right place.. I had issues with hibernate, so I was unable to roll out all my jar files as I...
Jon Austin
jaustin@...
Oct 1, 2004 8:20 pm
16088
... resolution - lazy initialization of servlets (not on load but with first request) -- Roman Krutyakov ...
Krutyakov Roman
mark@...
Oct 2, 2004 10:19 am
16089
Hi, I wrote an MBean interface to create a TaskScheduler as service in JRun4, but I receive the following error when I start the server. Could somebody explain...
Verma_Dilip@...
Oct 8, 2004 2:41 pm
16090
Folks, My setup: Solaris 8 JRun 4, Update 4 (was 2) Java HotSpot(TM) Client VM (build 1.4.2_05-b04, mixed mode) We were on JRun 4, Update 2 and had been...
Aslam Karachiwala
aslam.karachiwala@...
Oct 11, 2004 6:26 pm
16091
Aslam, This is something I have seen in the past. The error is misleading. The problem is not that it can't find jikesw, the issue is most likely that JNI ...
Michael Collins
mcollins@...
Oct 11, 2004 8:22 pm
16092
Thanks, Mike. How would I specify the heap size when running JSPC? Can I run it using $JAVA_HOME/bin/java? If so then what would the args/options be? --aslam ...
Aslam Karachiwala
aslam.karachiwala@...
Oct 12, 2004 5:46 pm
16093
Here's how I launched JSPC using the Java launcher: $JAVA_HOME/bin/java -Xmx256m -Xms256m -jar /ora2/JRun4/lib/jspc.jar - w <web_app_root> -d...
aslam
aslam.karachiwala@...
Oct 12, 2004 11:28 pm
16094
Is there a way to force kill JRun Threads without restarting CFMX/Jrun Service? Occasionally, we get locked threads due a rare db interface programming ...
Joe Eugene
Jebmail@...
Oct 18, 2004 2:09 pm
16095
Anybody got any ideas on this one? Joe ... From: "Joe Eugene" <Jebmail@...> To: "JRun-Talk" <JRun-Talk@...> Sent: Monday, October 18,...
Joe Eugene
Jebmail@...
Oct 18, 2004 4:52 pm
16096
Hey Joe- I would look into the SDK docs. There may be a way you can manually do this via JMX. If you aren't familiar with JMX, check out my article in DevNet: ...
Drew Falkman
drew@...
Oct 18, 2004 5:00 pm
16097
Hi Drew, Thanks, I am not familiar with JMX, just started looking into it. I couldnt really find any classes/methods in the SDK that lets me dig into JRun...
Joe Eugene
Jebmail@...
Oct 18, 2004 7:39 pm
16098
Hi Joe- Unfortunately, I've never delved into the issue. I will take a look and see if I can find anything, though. -Drew ... From: Joe Eugene...
Drew Falkman
drew@...
Oct 19, 2004 3:38 pm
16099
Hi, In my machine i have java virtual machine 1.4.2_05, jrun4 with updater 4. Os System is windows 2000 professional. When i try to start the servers in the...
José Carlos Fernan...
jofernan@...
Oct 20, 2004 2:50 pm
16100
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:...