I'm adding functionality to our JRun 4/Apache 2.0.53 site that will allow users to shop without cookies. I'm doing this using the JSTL <c:url> tag (which...
Kari Scott
kmscott@...
May 4, 2005 8:48 pm
16169
What have you done thus far to connect your Apache server to your Jrun 4 server? I'm assuming that you've done this properly. My other question is to ask if...
Jeffrey Anderson
jeffa@...
May 4, 2005 9:03 pm
16170
Our JRun/apache connection works like a champ for all JSPs and servlets, it's only when I try to do URL-rewriting and point to a servlet that things go bad....
Kari M. Scott
kari.scott@...
May 4, 2005 9:56 pm
16171
From my *limited* experience, as long as the Jrun Web server runs the application fine, so will the apache web server. But I realize that you are using URL...
Jeffrey Anderson
jeffa@...
May 4, 2005 10:25 pm
16172
In case there is anyone out there doing URL-rewriting with JRun and Apache, I have the solution to my previously mentioned problem. Broken: <a href="<c:url...
Kari M. Scott
kari.scott@...
May 5, 2005 5:24 pm
16173
I am currently developing JSP's on a server running JRun and IIS. Occassionally my JSP's are unable to locate included files such as JS files CSS file or...
Matt Byrne
mbyrne@...
May 6, 2005 9:16 pm
16174
We have an app with a specific context root(/ourapp). When deployed in a jrun instance that also had CFMX 6.1 (using / as the context-root) everything worked...
Alex DeMarco
Alex.DeMarco@...
May 9, 2005 6:53 pm
16175
Anyone have any thoughts on this one at all? - Alex ... From: DeMarco, Alex Sent: Monday, May 09, 2005 2:54 PM To: JRun-Talk Subject: CFMX7 and another App We...
DeMarco, Alex
Alex.DeMarco@...
May 10, 2005 6:19 pm
16176
... This is a long shot - I don't know what I'm talking about here - but maybe you could rearrange the orders of the context roots in META-INF/application.xml?...
Dave Watts
dwatts@...
May 10, 2005 6:47 pm
16177
To be honest, I don't know that you can really run CFMX and J2EE applications in the same context. Have you tried posting to the CF forums? ... From: DeMarco,...
Drew Falkman
drew@...
May 10, 2005 7:55 pm
16178
I posted this in the Jrun forum with no luck.. This did work fine under CFMX 6.1. The context is different but I think since they are both deployed as...
DeMarco, Alex
Alex.DeMarco@...
May 10, 2005 8:00 pm
16179
Alex, You might try adding a virtual mapping for /myapp in the jrun-web.xml. Thanks, Mike ... From: DeMarco, Alex [mailto:Alex.DeMarco@...] Sent: Tuesday,...
Michael Collins
mcollins@...
May 10, 2005 8:08 pm
16180
I had done it under 6, as well, but I don't think this usage is supported by Macromedia. It may be worth a tech support incident... The reason I recommend...
I'll give it a tr.. thanks everyone ... From: Drew Falkman [mailto:drew@...] Sent: Tue 5/10/2005 4:05 PM To: JRun-Talk Cc: Subject: RE: CFMX7 and...
DeMarco, Alex
Alex.DeMarco@...
May 11, 2005 2:04 am
16185
How can I get Jrun to parse html files? I've the .html to the handler setting in httpd.conf: AddHandler jrun-handler .jsp .jws .cfm .cfml .cfc .html And, I've...
Dylan Schorer
dylanschorer@...
May 15, 2005 7:48 am
16186
This may sound like a dumb question, but do you want the Jrun web server to simply serve html files? If that's the case I believe it already does. Try it by...
Jeffrey Anderson
jeffa@...
May 15, 2005 5:01 pm
16187
I appreciate your response very much. Thank you. ... From: dwatts@... To: JRun-Talk@... Subject: RE: Machine specs Date: Tue, 17 May 2005...
paulhill20
paulhill20@...
May 17, 2005 3:59 pm
16188
Your feedback is appreciated. ... From: ed@... To: JRun-Talk@... Subject: RE: Machine specs Date: Tue, 17 May 2005 11:41:41 -0400 ... ...
paulhill20
paulhill20@...
May 17, 2005 4:02 pm
16189
I would agree with David, In Windows, you can check your task manager and look for instances of jrun.exe when looking at your multi-instance installation of...
Edward J. Apostol
ed@...
May 17, 2005 4:44 pm
16190
to add to this - the amount of memory required for each session is going to depend entirely on what your applications are putting in client session scopes. How...
Simon Horwith
simon@...
May 17, 2005 4:53 pm
16191
I'm researching a machine configuration for running CFMX (most likely version 6.1) where I can run multiple instances which will be connecting to Oracle...
paulhill20
paulhill20@...
May 17, 2005 5:07 pm
16192
... This is a very tough question, because the memory footprint for each instance will depend upon what exactly that instance is doing. On my Windows ...
Dave Watts
dwatts@...
May 17, 2005 5:20 pm
16193
Truthfully, the only way to really know is to test your application under a simulated load that is as close as possible to the actual load it will be under in...
Drew Falkman
drew@...
May 17, 2005 6:52 pm
16194
Hi, I had a Java application, Scarab, successfully deployed under JRun4. Then we stopped using it for some time, and when I came back to it, it no longer...
Chris Jensen
cjensen@...
May 22, 2005 5:02 am
16195
We're working on a program that will send over the log-files from the client to us, when we want to see them. And it is working fairly well, but I can't seem...
Anne-Li Mell
anne-li.mell@...
Jun 2, 2005 10:47 am
16196
Okay, thank you. Can my servlet ask the ServletConfig (or something) for "jrun.home" somehow? After that I could just use "/logs/default-out.log" and so on,...
Anne-Li Mell
anne-li.mell@...
Jun 2, 2005 1:07 pm
16197
You can look for a system property called jrun.home. ... From: Anne-Li Mell [mailto:anne-li.mell@...] Sent: Thursday, June 02, 2005 9:10 AM To:...