Search the web
Sign In
New User? Sign Up
jrun-interest · Java Servlet engine
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 15678 - 15707 of 16245   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15678
Hello, I have problem on the singleton Design pattern. I store 30 days worth of data on the memory ( approx 1600MB of data on the memory ). When i monitor the...
Kannaiyan P
kan76@...
Send Email
Mar 5, 2003
2:00 am
15679
Kannaiyan, Try turning on -verbose:gc to get more information about the garbage collection in general. Also check out this article to learn about how to tune...
Mike Collins
mcollins@...
Send Email
Mar 5, 2003
2:28 am
15680
is jrun4 able to deploy .ear files to clustered servers i recieved the following error in the event log 03/05 14:52:16 error null ...
Jeff Dingle
jdingle@...
Send Email
Mar 5, 2003
8:50 pm
15681
ok the answer is on page 6 (pdf page 10) of the jr4 clustering white paper pdf found at ...
Jeff Dingle
jdingle@...
Send Email
Mar 5, 2003
10:35 pm
15682
Jrun 3.1 has been crashing quite often, and lately with more users and more applications being hosted, the default Jrun server has been crashing too often! I...
Zafif@...
Send Email
Mar 7, 2003
9:41 pm
15683
What does the following mean? Is it any kind of error? 03/07 16:15:52 debug (jsp) Mangled attribute file's value from '"view_wpa_SDV.jsp"' to...
Zafif@...
Send Email
Mar 7, 2003
9:55 pm
15684
Because JRun is a pure Java server it should never crash -- unless there is a problem with the JVM and/or native code running in the JVM with JRun. Does the...
Eric Anderson
eanderson@...
Send Email
Mar 7, 2003
10:02 pm
15685
Hello, I was wondering if any one of you had the English version of the setup instructions for JRun and Eclipse IDE. I have downloaded the plugin from...
Ravi Vedire
RVedire@...
Send Email
Mar 10, 2003
7:22 pm
15686
Has anyone tried to get JRun4 and Cocoon 2 running together? We are looking at upgrding from JRun3 to JRun4, but are running into some issues on the upgrade. ...
Jerry Johnson
jjohnson@...
Send Email
Mar 10, 2003
8:00 pm
15687
Hi Jerry, Extract the xerces-1.4.4.jar and the xerces-apis.jar from the cocoon.war and place them in the {jrun-root}/servers/lib directory and it will work. ...
Theodore Zimmerman
tzimmerman@...
Send Email
Mar 10, 2003
8:20 pm
15688
Thanks Ted. I just found the exact same advice from you on the JRun boards on Macromedia.com. And I even understand it! Thank you very much. Jerry Johnson ... ...
Jerry Johnson
jjohnson@...
Send Email
Mar 10, 2003
8:32 pm
15689
Eric, Thanks for your reply. You are most probably right. I said crash, but it really starts by Jrun hanging and then eventually, the default server stop ...
Zafif@...
Send Email
Mar 10, 2003
9:56 pm
15690
Hi!! we are installing to client a web application that contains some JSP and JavaBeans. We've developed it using a win2K+apache+Jrun4 server and client server...
Bernat_López
bernat.lopez@...
Send Email
Mar 15, 2003
3:23 am
15691
This is really frustrating, now one of the applications is hanging at any page. At first it was one specific page that would not load this morning, although ...
Zafif@...
Send Email
Mar 18, 2003
6:43 pm
15692
$2,000 is for a support plan. You can purchase single incident support for $500 per incident. You can find out about single incident support here: ...
Christian Cantrell
cantrell@...
Send Email
Mar 18, 2003
9:28 pm
15693
Christian, thanks for the info about Macromedia's support. The connection to the database server is working. The hanging problem was occuring prior to...
Zafif@...
Send Email
Mar 19, 2003
2:41 pm
15694
This may sound simple, but I would suggest divide and conquer. You haven't provided any useful information to comment on, so here are some very random...
Ben Groeneveld
bgroeneveld@...
Send Email
Mar 19, 2003
4:49 pm
15695
Hello, We're running JRun 3.1 on Solaris 8 and have recently experienced some ickiness when the traffic picks up on the site. Specifically, JRun connections...
Kari M. Scott
kmscott@...
Send Email
Mar 20, 2003
10:03 pm
15696
What does this log entry mean? 08:40:48 debug (jsp) Mangled attribute uri's value from '"jruntags"' to '"jruntags"' Thanks, Zeina ...
Zafif@...
Send Email
Mar 21, 2003
2:18 pm
15697
Hi Zeina, "Mangled" is just terminology for what happens during the JSP transformation process. I've seen this associated with offline JSPC compilation. When...
Skip Klobucher
rklobucher@...
Send Email
Mar 21, 2003
4:02 pm
15698
Thanks Skip. I'm still trying to troubleshoot the server problem I'm having... so I wanted to eliminate as much as I can from the logs. Skip Klobucher ...
Zafif@...
Send Email
Mar 21, 2003
4:39 pm
15699
Hi there, Can anyone explain me what this error message in the eventlog means: 04/03 10:42:38 error (jcp) jcp-38 caught Throwable while running, exiting...
Schneider Andre
schneider@...
Send Email
Apr 3, 2003
9:13 am
15700
Hi! I get that sometimes, when lots of people use my application. There are information about it here: ...
Anne-Li Mell
anne-li.mell@...
Send Email
Apr 3, 2003
9:47 am
15701
This is not an uncommon problem that you run into with all application servers. The easiest thing to do is to increase the amount of memory allocated to the...
Christian Cantrell
cantrell@...
Send Email
Apr 3, 2003
5:38 pm
15702
Hi Christian I've set the mem to 1.5 GB, now the application needs ~750MB and works fine. Thanks a lot. ... Von: Christian Cantrell...
André_Schneider
schneider@...
Send Email
Apr 7, 2003
9:48 am
15703
Hi there Hope somebody can help me. I want to connect a Jrun 3.1 Server to an external Webserver, which is installed on a different machine than the jrun...
Schneider Andre
schneider@...
Send Email
Apr 7, 2003
10:37 am
15704
Hi Andre, See http://www.macromedia.com/support/jrun/ts/documents/tn18112.htm. Ted Zimmerman ... From: Schneider Andre [mailto:schneider@...] Sent:...
Theodore Zimmerman
tzimmerman@...
Send Email
Apr 7, 2003
12:27 pm
15705
Thanks Ted. It works fine. andre ... Von: Theodore Zimmerman [mailto:tzimmerman@...] Gesendet: Montag, 7. April 2003 14:26 An: JRun-Talk Betreff:...
Schneider Andre
schneider@...
Send Email
Apr 8, 2003
4:22 pm
15706
Hi there, Can anybody help me with this problem: I've installed Jrun 3.1 Build 53787 on a Sun Fire with Solaris 8 and iPlanet 6. I've connected the Jrun server...
Schneider Andre
schneider@...
Send Email
Apr 8, 2003
4:40 pm
15707
By default in JRun 4 the jsp compiler has debugging turned off. I would like to turn it on so i can debug jsp pages. Does anyone know of a way to do this? ...
Will Berger
wberger@...
Send Email
Apr 20, 2003
4:23 am
Messages 15678 - 15707 of 16245   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help