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...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 15713 - 15742 of 16245   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15713
Hi, I am receiving the following error when I am trying to setup SQL Server data source in JMC. ...
Verma_Dilip@...
Send Email
May 1, 2003
6:56 pm
15714
Ashish, Main Class: jrunx.kernel.JRun in VM parameters: -classis in Application Parameters: -start default It works fine under JBuilder 7. Vitaly ...
Vitaly Geraymovych
vitaly_home@...
Send Email
May 5, 2003
4:04 pm
15715
Two questions: 1. Can anyone recommend a hosting company who will do a Linux/JRun dedicated server and have enough JRun expertise to help manage it? Preferably...
Nick de Voil
nick@...
Send Email
May 13, 2003
1:30 pm
15716
You should at least hide your JRUN behind IIS and configure your firewall to allow only port 80 (prefer 443) get the latest update from JRUN as well. -Dan ......
Dan Tran
danttran@...
Send Email
May 13, 2003
2:47 pm
15717
Hello, I want to instantiate a class on the startup of a server in JRun and i was able to that, but how do acces the database connection pool in that class. ...
Ashish Bharti
AshishB@...
Send Email
May 14, 2003
4:25 am
15718
I have installed JRun 4 (with SP1) onto my Solaris 9 computer. I've got Apache 2.0.44 running on the same machine, and JDK2 installed as well. JAVA_HOME is...
Richard Crawford
rcrawford@...
Send Email
May 20, 2003
5:11 pm
15719
This is due to JDK implementation change and it will be fixed in JRun4 update2, which should be available pretty soon. At meantime, you need to use the Sun...
John Zhao
jzhao@...
Send Email
May 20, 2003
6:40 pm
15720
Ah, okay. I will go ahead and downgrade my Java installation. And I was under the impression that SP1 implemented support for Solaris 9? It says it does on...
Richard Crawford
rcrawford@...
Send Email
May 20, 2003
6:46 pm
15721
Ah, you are right. SP1 supports Solaris 9 now! ... From: Richard Crawford [mailto:rcrawford@...] Sent: Tuesday, May 20, 2003 2:45 PM To:...
John Zhao
jzhao@...
Send Email
May 20, 2003
8:11 pm
15722
Yep. And you were right about the Java version. That got it running. Of course, then I installed CFMX, which killed it again. I tell ya, if it's not one...
Richard Crawford
rcrawford@...
Send Email
May 20, 2003
8:41 pm
15723
I would recommend you to check out the Installation support at the http://www.macromedia.com/support/coldfusion/installation.html There are lots of good stuffs...
John Zhao
jzhao@...
Send Email
May 20, 2003
9:21 pm
15724
... That seems a little harsh. The problem you were running into will be fixed in an upcoming updater, and can be easily worked around. What kinds of...
Christian Cantrell
cantrell@...
Send Email
May 21, 2003
5:21 pm
15725
We are trying to use the Windows Login module in JRun 4 on a Windows 2000 server with the latest security patches. For users with one or a moderate number of...
Craig Andrews
candrews@...
Send Email
May 22, 2003
12:00 am
15726
I have Jrun4 installed / win2k server . Default and admin are both installed as services. I browse to http://servername.com:8000 I get the JMC login page. On...
Justin MacCarthy
macarthy@...
Send Email
May 22, 2003
10:46 am
15727
I'm sorry for being harsh... I've been trying to get this system up and running for three weeks now, with little success. I've been frustrated by the sparse...
Richard Crawford
rcrawford@...
Send Email
May 22, 2003
3:08 pm
15728
Hi, I have Jrun4 installed / win2k server . Default and admin are both installed as services. I browse to http://servername.com:8000 I get the JMC login page. ...
Justin MacCarthy
macarthy@...
Send Email
May 22, 2003
4:31 pm
15729
... No worries -- I know how it is. This kind of thing can be extremely frustrating. Unfortunately, I don't the hardware to try to recreate your problem, but...
Christian Cantrell
cantrell@...
Send Email
May 22, 2003
6:45 pm
15730
Thanks for the tip. John's tip regarding the Java version helped a lot. I downgraded to 1_3_1_05 and now everything seems to be working. I seem to have solved...
Richard Crawford
rcrawford@...
Send Email
May 22, 2003
9:45 pm
15731
Do you have any Java libraries in your classpath beside those that come with JRun? I had a similar problem the other day when I added a jar file to server's...
Christian Cantrell
cantrell@...
Send Email
May 23, 2003
4:31 pm
15732
Hello I'm using JRun 3.0 at the moment though migrating to JRun 4. I am currently reworking some of my old code comming back from Jrun 2.x and I'm trying to be...
philippe bertramo
philippe.bertramo@...
Send Email
May 29, 2003
4:26 pm
15733
Phil It depends what sort of include. If you're using an <%@ include %> directive, you can just refer to the variable. If you're using <jsp:include /> you...
Nick de Voil
nick@...
Send Email
May 29, 2003
4:38 pm
15734
I'd prefer to use request attributes. If the data were suitable for storage in the session, I doubt Phil would have called them "local". -- Sebastian ... Phil ...
Sebastian Millies
S.Millies@...
Send Email
May 30, 2003
7:21 am
15735
... I recommend using the jsp:param tag. Here is an example: <jsp:include page="scripts/login.jsp">         <jsp:param name="username" value="jsmith" /> ...
Christian Cantrell
cantrell@...
Send Email
May 30, 2003
5:02 pm
15736
... -- more specifically, you can use the request.getAttribute() and request.setAttribute() methods to put and retrieve objects into the request scope. For...
Aaron Johnson
lists@...
Send Email
May 30, 2003
6:21 pm
15737
I'm having some serious problems getting Perl to work on my Apache webserver, which lives on the same computer with JRun. Is there an issue with getting JRun...
Richard Crawford
rcrawford@...
Send Email
May 30, 2003
9:36 pm
15738
I've got both the admin and default JRun servers running on my machine, and Cold Fusion seems to be working. However, when I try to load the Cold Fusion...
Richard Crawford
rcrawford@...
Send Email
Jun 2, 2003
5:16 pm
15739
I didn't get any responses to my question, so I guess it didn't get through. Does anyone have any ideas, however off-the-wall, that I could try out? I'm...
Richard Crawford
rcrawford@...
Send Email
Jun 2, 2003
7:24 pm
15740
I came across this error, which apparently is a showstopper when I'm trying to launch the Cold Fusion administrator under JRun. 06/02 16:02:20 error ...
Richard Crawford
rcrawford@...
Send Email
Jun 2, 2003
11:05 pm
15741
This forum is obviously not what I need for the problems I'm having with JRun, etc. I'm having serious technical issues, as far as I can tell, and I'm not...
Richard Crawford
rcrawford@...
Send Email
Jun 3, 2003
3:57 pm
15742
Hi Richard, If you have a lot of questions or problems, the most certain way to get answers is to open up a support case (1-888-939-2545). This is a paid...
Skip Klobucher
rklobucher@...
Send Email
Jun 3, 2003
4:14 pm
Messages 15713 - 15742 of 16245   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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