Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

jrun-interest · Java Servlet engine

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1174
  • Category: General
  • Founded: Aug 7, 1998
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 4038 - 4067 of 16245   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
4038 Itxaso Barrio
ibarrio@... Send Email
Dec 1, 1998
8:14 am
Sorry I'm still with problems. I tried what you told me, but it still doesn't find file servlet.Ini. The message it shows exactly is the following next: "...
4039 Scot Nesom
scotn@... Send Email
Dec 1, 1998
2:30 pm
Dear Joe, I am about to test today the configuration of mutil virtual hosts under apache 1.3.1 mapped to separate properties files (such as individual...
4040 Mike Davis
mdavis@... Send Email
Dec 1, 1998
3:08 pm
I was told that Jrun will work fine on Linux. However, I need to administer it from a telnet session and thus need command line control. It looks like whenever...
4041 Grant Lewis
lewis@... Send Email
Dec 1, 1998
3:37 pm
The JRun admin GUI is just a frontend to the property files. There are four property directories in the JRun directory tree. I'm running on Solaris. I'm not ...
4042 Victor
victor@... Send Email
Dec 1, 1998
7:09 pm
JRun 2.2.1, NES 3.5.1, Solaris 2.5.1 I follow the documentation and I'm getting this error: Could not connect to JRun Connector Proxy Please contact the system...
4043 Michael Hogarth
mahogarth@... Send Email
Dec 1, 1998
8:09 pm
Sounds like the JRun service is not running... --Mike H *********** REPLY SEPARATOR *********** ... To unsubscribe, send email to...
4044 TK Sung
tksung@... Send Email
Dec 2, 1998
12:19 am
I'm trying to get full URI for the request. HttpServletRequest.getRequestURI returns servlet path rather than full URI (http://host:port/path). Is there...
4045 Jeff Chen
jeff_z_chen@... Send Email
Dec 2, 1998
12:27 am
Before a servlet finishs a request, the http connection can be cancelled by the browser. From our finding JRun servlet will continue running the cancelled...
4046 Ronel Sumibcay
rsumibcay@... Send Email
Dec 2, 1998
12:36 am
It may help if we can see your actual init() method. ... ___________________________________________________________________________ Ronel Sumibcay...
4047 Kevin Mukhar
kevin.mukhar@... Send Email
Dec 2, 1998
4:35 pm
I'm having a similar problem. I am using JRUN 2.2 with Netscape Suitespot. I create an HTML mail message into which I've embedded a URL. With the URL, I'm...
4048 marcus.s.leef@... Send Email Dec 2, 1998
5:31 pm
Last week I successfully got JRun running on a "junk" Winnt 4.0 Box with IIS 4.0. It turned out that my problem was related to the ISAPI map. Last night I...
4049 Derek Cochran
djcochran@... Send Email
Dec 2, 1998
9:16 pm
How did you solve it? ... From: Tov Are Jacobsen [mailto:tovj@...] Sent: Wednesday, August 26, 1998 12:09 PM To: 'jrun-interest@...' ...
4050 marcus.s.leef@... Send Email Dec 2, 1998
9:43 pm
I am having a problem with the newslet server. I have installed the server on a single physical box which hosts three instances of a web site (test, ...
4051 mike
lotus@... Send Email
Dec 3, 1998
1:47 am
I try to do the server side include servlet tag within a Chinese encoded shtml page. It turns out a page like all 8-bit characters being cut into 7-bit...
4052 Jen Hsiang Huang
u5321007@... Send Email
Dec 3, 1998
7:28 am
I haven't use shtml for JRun, but if you want use JSP technology, you may try to use GnuJSP http://www.nmg.nl/~vinny/gnujsp/ it's i18n compliant ... To...
4053 Ken_Warkentyne@... Send Email Dec 3, 1998
8:19 pm
Has there been an update to JRun 2.2.1 (for Windows) that occurred sometime between last night and today? The version I downloaded today seems to work fine...
4054 Ken_Warkentyne@... Send Email Dec 3, 1998
10:01 pm
Everything seems to be working fine so far. JST 1.0.1 can handle post requests and I have not spotted any other bugs. The only thing that is still a problem is...
4055 Ronel Sumibcay
rsumibcay@... Send Email
Dec 3, 1998
10:55 pm
The newer build has fixed inconsistencies with ServletContext. ... ___________________________________________________________________________ Ronel Sumibcay...
4056 TK Sung
tksung@... Send Email
Dec 4, 1998
12:55 am
Is anyone at livesoftware listening ? I need to get this damn problem worked out so that we can get our customer going. If cannot be fixed, a suggestion for...
4057 Milt Epstein
mepstein@... Send Email
Dec 4, 1998
1:18 am
... You know, this is more of a general servlet/JSDK question, as opposed to anything specific to JRun. Why don't you look at how SnoopServlet does it. And...
4058 Wim Van Gelder
wim@... Send Email
Dec 4, 1998
10:02 am
Hello, A few months ago I installed JRun 2.13, and the idea/concept of a plugin&easy-to-install servlet-engine that didn't interfer too much with our existing...
4059 Michael M. Samorukov
Mac@... Send Email
Dec 4, 1998
10:46 am
Hi! I'm using JRun 2.2.1 with Apache 1.3.3 under WinNT. And often (but not ... JRun Servlet Error ... MyServeltName: java.lang.NullPointerException ... ...
4060 McCreary Jeff
Jeff_McCreary@... Send Email
Dec 4, 1998
12:23 pm
TK, I needed the same thing, so here's what I did: StringBuffer sb = new StringBuffer(); HttpUtils hutil = new HttpUtils(); sb = hutil.getRequestURL(request); ...
4061 Mike Kmiec
MikeK@... Send Email
Dec 4, 1998
1:22 pm
as is the case with most software development, sometimes you just have to roll your own. give this a shot: public void doGet (HttpServletRequest req,...
4062 Thomas Peters
tpeters@... Send Email
Dec 4, 1998
3:56 pm
I just downloaded the standard version of JRun version 2.2.1 and completed the installation process. I then rebooted the server and JRun comes up. However,...
4063 TK Sung
tksung@... Send Email
Dec 4, 1998
5:19 pm
Got it, thanks. It didn't occur to me to look HttpUtil to get request url. tk. -- Date: Thu, 3 Dec 1998 19:18:31 -0600 (CST) From: Milt Epstein...
4064 Douglas Baker
dbaker@... Send Email
Dec 4, 1998
8:57 pm
I thought folks might want to know, JDK 1.2 final is out! http://java.sun.com/products/jdk/1.2/ -Doug ... To unsubscribe, send email to...
4065 Steven Marcus
srnm@... Send Email
Dec 4, 1998
9:29 pm
How do I configure jsm.exe to start the jse, jws and jcp using a specific jdk (in this case jdk1.2) ? I assume I can have one "set" of jse, jws, jcp running...
4066 Grant Lewis
lewis@... Send Email
Dec 4, 1998
10:00 pm
I'm having an annoying problem with JSP. Everytime I make a change to a JSP file, the next time I try to access it I get a "Document contains no data" message...
4067 Paul Colton
pc@... Send Email
Dec 5, 1998
2:22 am
Dear JRun Users, Live Software has released an updated version of JRun, the most popular Servlet Engine on the planet (version 2.2.1). To download this...
Messages 4038 - 4067 of 16245   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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