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 4554 - 4583 of 16245   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4554
First, don't use JDK 1.2 with JRun on Solaris. I have had a lot of problems. Things may be different with the 2.3 version, but I recommend using the latest...
Lewis, Grant
Lewis@...
Send Email
Mar 1, 1999
4:06 pm
4555
You can also simply edit the startjsm shell script to point to a specific java binary to launch JRun with. We've been running a test box here with Intel...
Stotler, John M.
jstotler@...
Send Email
Mar 1, 1999
4:15 pm
4556
... There is a known problem with this installer bombing on Solaris using Java 2. It works fine with 1.1 versions of Java. You can use 1.2, you'll just have...
Thomas Reilly
treilly@...
Send Email
Mar 1, 1999
4:51 pm
4557
You can use the <%@ errorpage="yourerrorpage.jsp" %> directive. The JSP engine will call the specified error page if an exception occurs within the jsp page...
Ronel Sumibcay
rsumibcay@...
Send Email
Mar 1, 1999
10:05 pm
4558
String unix_command = "ls /homes/ capture = Runtime.getRuntime().exec(unix_command); ..... then convert "capture" to screen.... just wonder if all...
danh nguyen
dtn6244@...
Send Email
Mar 1, 1999
10:58 pm
4559
... Erm, I haven't been able to reach ftp.livesoftware.com all day. I tried from various places on the Net. Traceroute stops at ...
Richard Weatherley
richardw@...
Send Email
Mar 2, 1999
1:29 pm
4560
Runtime.getRuntime().exec(unix_command); unix_command ="cp /tmp/temp1.txt /tmp/temp2.txt" it works perfectly however unix_command ="cp /tmp/temp*.txt...
danh nguyen
dtn6244@...
Send Email
Mar 2, 1999
7:57 pm
4561
... Because there's no shell do perform the globbing (wildcard expansion). It might be easier to just write a method that creates byte copies of the files...
Robert A. Crawford
crawford@...
Send Email
Mar 2, 1999
9:20 pm
4562
Just finished to install JRun 2.3 with IIS 3/NT/SP3. First, I was surprised that now I have to add c:/JRun/lib/servlet.jar to c:/JRun/lib/jrun.jar to compile...
Victor F Ribeiro
victor@...
Send Email
Mar 2, 1999
11:45 pm
4563
There was fairly serious bug in the 2.3 session invalidation mechanism under certain circumstances would invalidate a brand new session. A work around for...
Thomas Reilly
treilly@...
Send Email
Mar 3, 1999
12:29 am
4564
... Just to clarify, this isn't a typo, and yes we are aware that inavalidation isn't a word :-) Also the file this property is located in the...
Thomas Reilly
treilly@...
Send Email
Mar 3, 1999
12:58 am
4565
Where is your servlet's class file located? If you have dropped it into the <jrunhome>/classes directory, try moving it to the jsm-default/classes directory....
Ronel Sumibcay
rsumibcay@...
Send Email
Mar 3, 1999
2:19 am
4566
The problem is not with the classpath. I found that the compiler that I'm using (fastjavac from SunSoft) is being missunterstood by the new JRE1.2 When I...
Victor F Ribeiro
victor@...
Send Email
Mar 3, 1999
1:06 pm
4567
I have JRUN running on IIS4 installed on WIN NT 4.0. It's running fine except that once a day sometimes, it gives me this error 'Could not Connect to JRUN...
Khalid Ghanem
ghanem@...
Send Email
Mar 3, 1999
5:58 pm
4568
Most likely you have something running on the same port number as the JSM proxy causing you the problem. Check to see if there is another service on your NT...
Lewis, Grant
Lewis@...
Send Email
Mar 3, 1999
8:24 pm
4569
... This can occur in JDK 1.2 for Solaris ("Solaris_JDK_1.2_01_dev06_fcsV" and "Solaris_JDK_1.2_01"). I've observed it when running JRun 2.2x and 2.3. Sun have...
Richard Weatherley
richardw@...
Send Email
Mar 4, 1999
11:42 pm
4570
Hi, I'm trying to get Java Sever pages to work with JRun, but I keep getting errors. This is the error I am getting: 500 Internal Server Error Could not find...
Daniel Spiess
dspiess@...
Send Email
Mar 5, 1999
4:54 pm
4571
i recently added the activation.jar and mail.jar files to jrun 2.2 on Solaris 2.6 under java/jdk1.1.6/jaf/activation.jar: java/jdk1.1.6/javamail-1.1.1/mail.jar...
Ken Hawkins
ken@...
Send Email
Mar 5, 1999
5:42 pm
4572
Well, I checked all the running servers, and the port that JRUN uses was not used by any other application. However, I noticed that when I stopped JRUN,...
Khalid Ghanem
ghanem@...
Send Email
Mar 6, 1999
5:52 am
4573
Dear JRun Users, Live Software has placed online our 'build 131' update to JRun 2.2.1 and JRun 2.3. This update fixes several bugs. For JRun 2.2.1 users, this...
Paul Colton
pc@...
Send Email
Mar 7, 1999
4:10 am
4574
It keeps asking me for my purchase ID. I'm trying to download the free version. Thanks pc@... (Paul Colton) on 03/06/99 10:09:44 PM Please...
Tom_W._Gerber@...
Send Email
Mar 7, 1999
4:07 pm
4575
ANNOUNCING: WebMacro Servlet Framework (release 0.80.1) http://www.webmacro.org/ WebMacro is a free Java servlet development framework, including a template...
Justin Wells
reader@...
Send Email
Mar 8, 1999
12:09 am
4576
Paul, Thank you for supporting those of us who cannot change to 2.3 straight away. The download of 2.3 build 131 worked first time, but we have been unable to...
David Heron
davidhe@...
Send Email
Mar 8, 1999
1:56 am
4577
I have two servlets which function as surveys. They are totally independent and share only two small classes. They both keep state information and validate the...
Barrie Selack
bslists@...
Send Email
Mar 8, 1999
3:41 am
4578
Barrie This is normal behavior - if the servlets are loaded from the servlets directory. Paul Colton wrote exactly how jrun uses the classloader features in a...
Martin Franklin
martin.franklin@...
Send Email
Mar 8, 1999
6:18 am
4579
... Would seperate JVM's for these two servlets help the problem ? Barrie ... To unsubscribe, send email to jrun-interest-request@... and include...
Barrie Selack
bslists@...
Send Email
Mar 8, 1999
5:17 pm
4580
... Yes. Different JVMs have their own custom classloaders. In fact, if you're developing several servlets and you find some of them are stable enough (i.e....
Clement Wong
clement@...
Send Email
Mar 8, 1999
11:46 pm
4581
Live Software is proud to announce the arrival of the March 1999 issue of JRun Magazine (http://jrunmag.com). JRun Magazine is an online publication for users...
Paul Colton
pc@...
Send Email
Mar 10, 1999
1:15 am
4582
I am pleased to announce that the latest issue of Servlet Central is online. Please visit the site at: http://www.servletcentral.com This month we have a wide...
Clint Dalton
ccdlistsubsc@...
Send Email
Mar 10, 1999
7:11 pm
4583
hi, We are using IIS and Jrun 2.2.1 for our system, and currently we are running WebLoad to do the load testing. We are seeing the following error when the...
Weihong Xie
wxie@...
Send Email
Mar 10, 1999
10:12 pm
Messages 4554 - 4583 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