Hi, I used a profiler and came to know that JRun3.0 (on HP-UX 11.xx) is taking 42% of the total execution time to read the incoming request from my web server...
Suresh Addagalla
suresh.addagalla@...
Jan 3, 2002 6:31 am
14539
Jordan Thomas
jordan@...
Jan 3, 2002 7:11 am
14540
I'm not positive, but it looks like it might be having a problem with the spaces in your classpath statement. I've seen this before where a classpath contains...
Kristian Cibulskis
kcibulskis@...
Jan 3, 2002 3:49 pm
14541
Ok, that seems pretty clear. To fix it, I have reinstalled JRun into a new directory (C:\JRun\) and I am still getting a similar error (only this time with the...
Jordan Thomas
jordan@...
Jan 3, 2002 11:45 pm
14542
Hi, I'm working on the "Compass tutorial", I've done everything, but there seems to be a problem with the EJB deployment. I get this error after I book the...
Niteesh <niteesh@...>
niteesh@...
Jan 4, 2002 6:03 am
14543
Hi I have installed the latest build (build no 26414) for JRUN 3.1.After deploying my EJB & accessing the JSP page it throws the following exception "Cloned...
Mohan Raj
mohanrajb@...
Jan 4, 2002 10:38 am
14544
Mohan, Try taking a look at this URL from Allaire -- We were having the same problem with our build until we installed the updated drivers. Perhaps this will...
Jann Doremus
jann@...
Jan 4, 2002 6:51 pm
14545
I got Drew Falkman's book 'The Macromedia JRun Web Application Construction Kit' from amazon.com today. I believe the book was published last week. I spent an...
Joannes Keisers
jkeisers@...
Jan 5, 2002 3:02 am
14546
thanks, and in coldfusion, just query.excutetime. and yes, thx ... You can do it thru Database. But easiest way is just print the time before and after the...
lu(sina)
kaka606@...
Jan 7, 2002 3:55 am
14547
I tried to use JRun transaction service from the servlets, without EJB. I use JRun 3.1 and Oracle database. My application uses DAO object for the ...
Budi Prawira
b.prawira@...
Jan 7, 2002 6:47 am
14548
Hi, I have a problem concerning application mapping with external webservers. I use JRun 3.1 Build 16777 and IIS 5.0 (Windows 2000 prof). I created a new...
M. Alten
m.alten@...
Jan 7, 2002 9:15 am
14549
We are using CF currently, but are evaluating JRun & J2EE and possibly a mixed cf/java platform. I've read that the current version of JRun (3.1) does not...
Justin MacCarthy
macarthy@...
Jan 7, 2002 12:01 pm
14550
Is this true? One of my clients has just requested an estimate for a clustered system. I would also very much appreciate a response to this inquiry. Thanks,...
Ben Groeneveld
bgroeneveld@...
Jan 7, 2002 8:25 pm
14551
Justin- Where did you get this information regarding clustering? ClusterCATS is bundled with JRun 3.1 and is fully functional: ...
Drew Falkman
drew@...
Jan 7, 2002 8:41 pm
14552
I wonder if Justin may have been referring to object clustering (EJB, etc.) rather than the ClusterCats aspect. Maybe someone from the Macromedia team can...
charlie arehart
carehart@...
Jan 7, 2002 10:29 pm
14553
Hi, Currently, JRun Advanced Edition and Enterprise Edition ship with ClusterCATS. ClusterCATS provides HTTP load balancing and failover. This means it sits...
Mark Field
mfield@...
Jan 7, 2002 10:46 pm
14554
Hi Mark and list , ... Director and others) for this >type of clustering. Yes, this is our current situation ... object, I'm talking about EJB >components...
Justin( Home Office)
macarthy@...
Jan 8, 2002 12:50 am
14555
Yes. In-memory replication for stateful session beans is supported. We will provide a shared global JNDI cluster tree and a federation of server trees. And,...
Mark Field
mfield@...
Jan 8, 2002 8:28 pm
14556
Interesting, it that a Jini Federation ??? Do you know if it will be possible to use the developer edition in a cluster configeration for testing over a decent...
Justin MacCarthy
macarthy@...
Jan 9, 2002 11:09 am
14557
Yes. It is a Jini-federation. ... From: Justin MacCarthy [mailto:macarthy@...] Sent: Wednesday, January 09, 2002 6:09 PM To: JRun-Talk Subject: RE: newbie...
Mark Field
mfield@...
Jan 9, 2002 1:19 pm
14558
One other item...the implementation is very efficient when it comes to network traffic. It only uses multicast to discover new servers in the cluster. All...
Mark Field
mfield@...
Jan 9, 2002 1:21 pm
14559
At Wed, 9 Jan 2002 08:23:35 -0500 , ... I'm interested :) JINI-Rio-Magellan also reportedly do export JNDI stuffs as JINI services ...
kkonaka@...
Jan 9, 2002 1:31 pm
14560
Hi All, I'm trying to deploy the EAR file as described in the J2EE Tutorial downloadable from the Allaire Website. I've created a new JRun Server as described...
Fred Schroomnig
schroomnig@...
Jan 10, 2002 2:37 pm
14561
We are trying to role out a Jrun as a product and I have taken it upon myself to investigate this. Does anyone know of a document regarding security / hosting...
Neil H.
neil-list@...
Jan 10, 2002 8:55 pm
14562
Has anybody ever tried to use JRun transaction service from servlets, without any EJB? I tried but it does not work. I attached a sample source code, and the...
Budi Prawira
b.prawira@...
Jan 11, 2002 4:05 am
14563
So i set up a scheduled task and it works fine, but ONLY if i look at the SchedTest servlet first. If i look at the SchedTest servlet to see when it's going...
travis@...
Jan 11, 2002 4:27 pm
14564
Budi, According to JRUN Tech support, the transaction tag is only available if you have the version of JRUN that supports EJB's. If you do, then you need to ...
Haseltine, Celeste
CHaseltine@...
Jan 11, 2002 4:34 pm
14565
Hi Everyone: Does anyone have an example of a servlet which can be used to monitor if a JRUN Web application is "up" or "down"? Many Thanks: ...
RESTREPO, ALEXANDER G...
alexander.g.restrepo@...
Jan 11, 2002 4:37 pm
14566
Travis - Is the SchedTest servlet set to load on startup? This can be done by setting the servlet to preload in the Servlet Definitions section of the JMC or...
BLAIS,JASON (HP-USA,e...
jason_blais@...
Jan 11, 2002 5:05 pm
14567
Hi Budi, I emailed you recently with a suggestion. Here's a copy in case of delivery failure: Have you set AutoCommit to false. By default it is set to True...