Hi, Does anyone know any debbugger (preferencially free) that allows connecting to a running JVM (remote or not), instead of using the play button? TIA, Alan ...
Alan Honczar
alan@...
Dec 2, 2002 5:32 pm
15633
I use intellij ide remote debugging. It seems to be pretty stable. Will ... From: Alan Honczar [mailto:alan@...] Sent: Monday, December 02, 2002 12:30...
Will Berger
wberger@...
Dec 2, 2002 6:47 pm
15634
We have an application configured for JRun3 to support up to 500 concurrent connections (open sockets). There we're some useful documents that helped us get...
Ben Groeneveld
bgroeneveld@...
Dec 4, 2002 12:43 am
15635
Hello, I have some problem on the my application. i will give my scenario of my problem. when i start both app server @ web server it works fast . when people ...
Kannaiyan P
kan76@...
Dec 4, 2002 2:14 am
15636
Hello all- I have received a number of questions, as well as seen a number of posts regarding integrating JRun4 with their IDEs. I want to post an article at...
Drew Falkman
drew@...
Dec 4, 2002 5:07 pm
15637
Kannan, before you start changing these parameters wildly, you might want to check you memory usage to see what your real bottleneck is. 1024M is quite high....
Ben Groeneveld
bgroeneveld@...
Dec 4, 2002 6:16 pm
15638
Drew, I've been using Eclipse 2.02 lately, and I have found a JRUN plugin for Eclipse at the following website: http://www.monyplaza.net/soft/eclipse_e.xtp ...
Haseltine, Celeste
CHaseltine@...
Dec 4, 2002 7:33 pm
15639
Hi Ben, Thanks for your kindly reply. I have application it takes more more then 900MB .becoz my application stores the data into the memory as long as server...
Kannaiyan P
kan76@...
Dec 4, 2002 10:08 pm
15640
Hi Does JRun4 work fully with JDK1.4.x ? I have some servlets doing RMI and I get some kind of exception while doing RMI if I install JRun4 using JDK1.4 but...
Gayathri Shaikh
GSHAIKH@...
Dec 9, 2002 4:30 pm
15641
Hi team: we are running Jrun 2.3 on AIX box, and I want use it to support Chinese/Japanese , but I get the error like 500 Internal Server Error ...
This is bug 49237. Typically, the installer runs into this when the default is JVM 1.2.2 (java -version). We've fixed this in JRun but I don't think we did in...
Stephen Dupre
sdupre@...
Jan 13, 2003 12:47 pm
15644
Hi All, I act as administrator on a Redhat 7.1 system running Jrun 3.1 with the Sun JRE. I've spotted some security issues, which I could use some advice on. ...
David Spacey
david_s@...
Jan 13, 2003 3:03 pm
15645
Hi Stephen, I still have the same problem. I set the path for /usr/j2se/bin . still i have the same issue. you mean i need j2sdk 1.3.1 Version. Please let me ...
Kannaiyan P
kan76@...
Jan 13, 2003 6:48 pm
15646
... I think this would be a matter of Apache configuration. I'm more familiar with IIS; in IIS, you can disable the use of scripts and/or executables within a...
Dave Watts
dwatts@...
Jan 13, 2003 8:08 pm
15647
The root security issue has been addressed in JRUN 4 -D ... From: "David Spacey" <david_s@...> To: "JRun-Talk" <jrun-talk@...> Sent:...
Dan Tran
danttran@...
Jan 13, 2003 9:28 pm
15648
Hi All, ... Thanks for the suggestion. It would even work if Jrun played nice, but in my experience it doesn't. Where other plugins function as a filter to...
David Spacey
david_s@...
Jan 14, 2003 12:54 pm
15649
David, I have tried this but base on my knowlege about unit file system security, i would suggest you to install both JRE and JRUN under a non root user id. ...
Dan Tran
danttran@...
Jan 14, 2003 6:43 pm
15650
Hi All, ... Reinstalling on my 'test' server allowed me to start jrun as the user I'd installed as. Now I didn't want to do all that on the working model, but...
David Spacey
david_s@...
Jan 20, 2003 10:53 am
15651
I've Forgotten username/password for my jrun admin server. Anyone know how I can get around this on my localhost? Thanks ...
Justin MacCarthy
macarthy@...
Jan 28, 2003 1:14 pm
15652
Hi all, i have some thing as then following in jrun-ejb-jar.xml file. <session> <ejb-name>myejb</ejb-name> <jndi-name>myejb.first</jndi-name> ...
Ganti Sreenivas
gantis@...
Jan 28, 2003 6:36 pm
15653
What would be the advantage of using the os's memory allocator instead of the web server's. Does anyone know what the performance impact is, or is this...
Ben Groeneveld
bgroeneveld@...
Jan 31, 2003 7:30 pm
15654
Hello, I am facing big problem on the JRun 4.0 on the unix operating system. when i try to start the jrun server on the xterm terminal . it starts and when i...
Kannaiyan P
kan76@...
Feb 1, 2003 7:02 pm
15655
try this nohup jrun start default -D ... From: "Kannaiyan P" <kan76@...> To: "JRun-Talk" <jrun-talk@...> Sent: Saturday, February 01,...
Dan Tran
danttran@...
Feb 1, 2003 8:25 pm
15656
oops it should be nohup jrun start default & ... From: "Dan Tran" <danttran@...> To: "JRun-Talk" <jrun-talk@...> Sent: Saturday, February...
Dan Tran
danttran@...
Feb 3, 2003 1:33 am
15657
Try checking in the file below: JRun4/servers/admin/SERVER-INF Christian ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives:...
Christian Cantrell
cantrell@...
Feb 3, 2003 6:39 am
15658
I've just installed Jrun4 onto my linux (RH8) dev box. I installed it using a jrun account. The query I have is that the server logs e.g. sample-server.log,...
Justin MacCarthy
macarthy@...
Feb 3, 2003 12:06 pm
15659
I'm trying to install JRun on a Windows 2000 Server and then connect it to IIS. When I try to access the demo-pages in JRun I can't do that. In the Default...
Anne-Li Mell
anne-li.mell@...
Feb 3, 2003 3:09 pm
15660
Check you system classpath and verify that you don't have any other XML parsers listed there. Eric ... From: Anne-Li Mell...
Eric Anderson
eanderson@...
Feb 3, 2003 3:13 pm
15661
All, I'm new to the list, so be gentle on me :) I have some issues regarding JRun 4 and web security. We are building a J2EE application complete with...