How do I do this with Jrun4? I have it tied to a url on my IIS server but applying ip restrictions on it seem to have no effect on the java app? Any ideas? -...
DeMarco, Alex
DEMARCAO@...
Jan 9, 2004 7:09 pm
15859
Here's another question. We have a IIS website with an SSL cert applied to it. When we deploy an ear to the JRUN Instance connected to it you can access the...
DeMarco, Alex
DEMARCAO@...
Jan 9, 2004 8:47 pm
15860
... You should be able to do that within the IIS management console. By default, an IIS virtual server that has a certificate installed will listen on ports 80...
Dave Watts
dwatts@...
Jan 9, 2004 8:50 pm
15861
Where can I tell Jrun4 to keep more log files instead of just 3. I'd like to keep up to 10 before it rolls over... Anyone know? I need to do the same thing...
DeMarco, Alex
DEMARCAO@...
Jan 14, 2004 7:31 pm
15862
Hey Alex- In the {jrun_root}/servers/{your_server}/SERVER-INF/ directory, you will find the jrun.xml file. Somewhere about 2/3 down is the information about...
Drew Falkman
drew@...
Jan 14, 2004 7:39 pm
15863
The jrun.xml file under the LoggerService. <attribute name="rotationFiles">10</attribute> Ted Zimmerman ... From: DeMarco, Alex...
Theodore Zimmerman
tzimmerman@...
Jan 14, 2004 7:40 pm
15864
Thanks! Will that govern CFMX as well? ... From: Drew Falkman [mailto:drew@...] Sent: Wednesday, January 14, 2004 2:39 PM To: JRun-Talk Subject: RE:...
DeMarco, Alex
DEMARCAO@...
Jan 14, 2004 7:49 pm
15865
Look for the "rotation-files" attribute in jrun.xml and reset the value to 10. ... From: DeMarco, Alex [mailto:DEMARCAO@...] Sent: Wednesday,...
Skip Klobucher
rklobucher@...
Jan 14, 2004 7:50 pm
15866
Yes. If you are using standalone, you will have to find the JRun server information under the {cfmx_root}/runtime/ directory (i think - but I haven't looked...
Drew Falkman
drew@...
Jan 14, 2004 7:56 pm
15867
Actually, I have a question for y'all: I am working on something to access IMAP using the JavaMail API. I can retrieve all the messages from the server, but...
Drew Falkman
drew@...
Jan 14, 2004 8:03 pm
15868
Alex, search for <attribute name="rotationFiles">5</attribute> in JRun4/servers/default/SERVER-INF/jrun.xml. You can also change the log file size, which I...
Ben Groeneveld
bgroeneveld@...
Jan 14, 2004 8:52 pm
15869
Drew, can it be because Sun's library is a sample (there's a more appropriate term but I can't remember it) implementation and may notsupport all features or...
philippe bertramo
philippe.bertramo@...
Jan 14, 2004 9:42 pm
15870
Is it possible for Jrun to log the tally of currently open Oracle Databse connections? Is so how? Thanks - Alex ...
DeMarco, Alex
DEMARCAO@...
Jan 14, 2004 10:02 pm
15871
Phillippe- If it was for an internal app, I would agree. The problem: this needs to work in ColdFusion without having to distribute licensed libraries... There...
Drew Falkman
drew@...
Jan 14, 2004 10:07 pm
15872
Alex, The following SQL will give you a tally of open sessions in Oracle. If you are using a connection pool, you can set debug=true to get a tally of...
... It's been a long time since I worked with JavaMail, but I seem to remember something along these lines. I don't remember the solution, but if faced with...
Paul M Reilly
preilly@...
Jan 15, 2004 6:30 pm
15876
I have a simple question on configuring JRun data source to set autocommit off for JDBC. Is there a place in JRun to configure this? Thanks, -Peter ...
Lee, Peter
PLee@...
Jan 26, 2004 11:39 pm
15877
cacheRealPath should be false for multihome environment. ... From: Dylan Schorer [mailto:dylanschorer@...] Sent: Wednesday, January 28, 2004 11:33 AM To:...
John Zhao
jzhao@...
Jan 28, 2004 5:34 pm
15878
Hi, I'm trying to configure two Apache virtual hosts connected to two instances of Jrun4/ColdfusionMX. Everything appears to work properly, though intermittent...
Dylan Schorer
dylanschorer@...
Jan 28, 2004 5:39 pm
15879
Sure. It was typo in my original e-mail. It is set to false. John Zhao <jzhao@...> wrote:cacheRealPath should be false for multihome environment. ...
Dylan Schorer
dylanschorer@...
Jan 28, 2004 7:23 pm
15880
Ok i have been trying to get the Apache connector to work using wsconfig.jar and have yet to do it. I was hoping that this link would help, but it wasn't...
Luke Robinson
luke@...
Feb 12, 2004 8:40 am
15881
As a follow up i get the same result when i try and use the connector via the terminal: G4Tower:/applications/jrun4/lib luke$ java -jar wsconfig.jar -ws apache...
Luke Robinson
luke@...
Feb 12, 2004 9:15 am
15882
See http://www.macromedia.com/support/jrun/ts/documents/4.0_manual_connectors.ht m <http://www.macromedia.com/support/jrun/ts/documents/4.0_manual_connectors.h...
Theodore Zimmerman
tzimmerman@...
Feb 12, 2004 1:14 pm
15883
Re: JRun 4 Build 61650 on Solaris 8 If a web app is deployed as an unexploded WAR then will virtual mappings such as the following be honoured? If they need to...
Aslam Karachiwala
aslam.karachiwala@...
Feb 13, 2004 9:47 pm
15884
My previous msg got truncated...hope this works... Re: JRun 4 Build 61650 on Solaris 8 In order to deploy a web app as an unexploded WAR, I'm trying to...
Karachiwala, Aslam
Aslam.Karachiwala@...
Feb 13, 2004 10:04 pm
15885
We are having problems with one of our biggest customers - this friday they installed a security update from microsoft, ASN 828028, a fix for some network...
Anne-Li Mell
anne-li.mell@...
Feb 16, 2004 10:04 am
15886
We've found the problem, actually. :) They sent on over the error logs and we found an Exception in thread "main" java.lang.NoClassDefFoundError: JRun. So we...
Anne-Li Mell
anne-li.mell@...
Feb 16, 2004 10:40 am
15887
Re.: JRun 4 on Solaris 8 Under my web app root -- /myApp-app -- I have the following: index.jsp /prodPages /pages /WEB-INF In the above, /pages is a symbolic...