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: ...
16055
Richard Crawford
rcrawford@...
Sep 3, 2004 7:45 pm
Got this figured out. It was a typo in the web.xml file. Sheesh. ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Purchase from...
16056
ernest buechel
buechel@...
Sep 9, 2004 7:26 pm
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...
16057
Jeffrey Anderson
jeffa@...
Sep 9, 2004 8:36 pm
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:...
16058
Kathy Vance
kathy5592@...
Sep 10, 2004 2:03 am
Where do you put your servlet? I remember in Jrun 4.0, you only need to put your servlet in your classes folder. Kathy ... ...
16059
DeMarco, Alex
Alex.DeMarco@...
Sep 16, 2004 1:41 am
I see updater 4 has been released.. Anyone tried it yet? Comments? - Alex ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Purchase from...
16060
Simon Horwith
simon@...
Sep 16, 2004 6:59 am
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...
16061
Jeffrey Anderson
jeffa@...
Sep 16, 2004 5:00 pm
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:...
16062
Simon Horwith
simon@...
Sep 16, 2004 5:31 pm
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...
16063
Jeffrey Anderson
jeffa@...
Sep 16, 2004 5:49 pm
That would be great, since I haven't gotten it to work on Panther yet. The forums on Macromedia39;s site informed me that Jrun4 was not supported on 10.3.x ...
16064
Stephen Dupre
sdupre@...
Sep 16, 2004 6:07 pm
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...
16065
Pete Freitag
pf@...
Sep 16, 2004 6:49 pm
... 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. ...
16066
Stephen Dupre
sdupre@...
Sep 16, 2004 6:50 pm
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...
16067
Jon Austin
jaustin@...
Sep 16, 2004 8:31 pm
It enters the "Just because you can, doesn't necessarily mean you should" quandary. ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ...
16068
Jeffrey Anderson
jeffa@...
Sep 16, 2004 8:36 pm
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...
16069
Simon Horwith
simon@...
Sep 16, 2004 9:29 pm
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 ...
16070
Jeffrey Anderson
jeffa@...
Sep 17, 2004 3:31 pm
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...
16071
Simon Horwith
simon@...
Sep 18, 2004 12:07 pm
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...
16074
Michael Collins
mcollins@...
Sep 22, 2004 3:20 pm
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...
16075
Joe Eugene
Jebmail@...
Sep 22, 2004 6:17 pm
... 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"...
16076
Simon Horwith
simon@...
Sep 22, 2004 6:47 pm
the updater for CFMX solved some problems - duplicate() for example. The JRun updater seemed to speed up Java session replication but, though Macromedia claims...
16077
Chris Boyce
chris.boyce@...
Sep 22, 2004 8:56 pm
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...
16080
Jon Austin
jaustin@...
Oct 1, 2004 3:24 pm
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...
16081
Jon Austin
jaustin@...
Oct 1, 2004 3:41 pm
Was there a simple resolution to this? ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| The annual ColdFusion User Conference is...
16082
Verma_Dilip@...
Oct 1, 2004 5:53 pm
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 ...
16083
Corey A. Johnson
cjohnson@...
Oct 1, 2004 5:55 pm
You can use something like Quartz. It is free and works very well. http://sourceforge.net/projects/quartz ... ...