I am having a devil of a time getting some of my directories properly password protected. In my jrun-users.xml file, I've defined the following user and role: ...
Richard Crawford
rcrawford@...
Sep 2, 2004 4:31 pm
16055
Got this figured out. It was a typo in the web.xml file. Sheesh. ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Purchase from...
Richard Crawford
rcrawford@...
Sep 3, 2004 7:45 pm
16056
Migration Problem (JRun 3 to 4) One error is bugging me; My page doesn't process after the first jsp:include executes... Basically I would just see "this is...
ernest buechel
buechel@...
Sep 9, 2004 7:26 pm
16057
Have you looked at the generated HTML source to see if the rest of the page doesn't render due to invalid markup? Also, I think the syntax for includes is:...
Jeffrey Anderson
jeffa@...
Sep 9, 2004 8:36 pm
16058
Where do you put your servlet? I remember in Jrun 4.0, you only need to put your servlet in your classes folder. Kathy ... ...
Kathy Vance
kathy5592@...
Sep 10, 2004 2:03 am
16059
I see updater 4 has been released.. Anyone tried it yet? Comments? - Alex ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Purchase from...
DeMarco, Alex
Alex.DeMarco@...
Sep 16, 2004 1:41 am
16060
it's made a few of my problems go away, some console messages have changed, and performance seems slightly better. Installation was a piece of cake - no...
Simon Horwith
simon@...
Sep 16, 2004 6:59 am
16061
Any word of making it compatible with Mac OS X 10.3? _____ From: Simon Horwith [mailto:simon@...] Sent: Wednesday, September 15, 2004 11:51 PM To:...
Jeffrey Anderson
jeffa@...
Sep 16, 2004 5:00 pm
16062
I haven't tried it on OS X but I remember reading some OS X specific caveats in the release notes. ~Simon Simon Horwith Member of Team Macromedia Macromedia...
Simon Horwith
simon@...
Sep 16, 2004 5:31 pm
16063
That would be great, since I haven't gotten it to work on Panther yet. The forums on Macromedia's site informed me that Jrun4 was not supported on 10.3.x ...
Jeffrey Anderson
jeffa@...
Sep 16, 2004 5:49 pm
16064
We did our testing on MacOSX 10.3.4. The launchers were fixed and users shouldn't have to do any weird things to find the jvm, etc. with Updater 4 as they had...
Stephen Dupre
sdupre@...
Sep 16, 2004 6:07 pm
16065
... hmm, I have JRun 4 Up4 with CF6.1 on OSX 10.3 running fine. Just because they don't "support" it doesn't mean it wont work. ...
Pete Freitag
pf@...
Sep 16, 2004 6:49 pm
16066
We're actually getting the /products pages and the doc updated to say 10.4.3 is supported. Try it and let us know if you run into any problems. Read the...
Stephen Dupre
sdupre@...
Sep 16, 2004 6:50 pm
16067
It enters the "Just because you can, doesn't necessarily mean you should" quandary. ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ...
Jon Austin
jaustin@...
Sep 16, 2004 8:31 pm
16068
Well, I'll have to try it. I could install it but I remember it crappin out on a few things. Which is weird because I installed it on 10.2 and then upgraded...
Jeffrey Anderson
jeffa@...
Sep 16, 2004 8:36 pm
16069
but, because they don't support it, it means you really shouldn't do it, doesn't it ;) don't worry Pete, I'm not going to claim to have never done stuff I'm ...
Simon Horwith
simon@...
Sep 16, 2004 9:29 pm
16070
Has anyone experienced the issue where if the connections to the database in a JDBC pool go defunct for some reason, such as a network problem between the app...
Jeffrey Anderson
jeffa@...
Sep 17, 2004 3:31 pm
16071
I've seen similar problems with the Macromedia Oracle drivers, using the thin client drivers reduced the frequency of the error. Not sure if that helps? ~Simon...
During peak hours, we have a lot of sessions resident in memory, and occasionally JRun grinds to a halt with failed garbage collection. Is it possible to use...
Chris Boyce
chris.boyce@...
Sep 22, 2004 2:39 pm
16074
Chris, Everything like this needs to be tested but I don't see it causing a negative impact if your servers are already getting hammered. How many sessions are...
Michael Collins
mcollins@...
Sep 22, 2004 3:20 pm
16075
... Can you detail the problems JRun Updater 4 solved? The CFMX 6.1 Updater resolves the problem with JDBC Drivers right? Thanks, Joe ... From: "Simon Horwith"...
Joe Eugene
Jebmail@...
Sep 22, 2004 6:17 pm
16076
the updater for CFMX solved some problems - duplicate() for example. The JRun updater seemed to speed up Java session replication but, though Macromedia claims...
Simon Horwith
simon@...
Sep 22, 2004 6:47 pm
16077
Problems are usually accompanied by session counts in the ballpark of 1200-1400. We typically use a 512MB heap and our session timeout is 30 mins. (Would be...
... 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 ... ...