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
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 6821 - 6850 of 16245   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
6821 Jens Carlberg (BCG)
Jens.Carlberg@... Send Email
Nov 1, 1999
12:52 pm
The session in itself has a more limited lifetime than the cookie; I can't remember the standard time, but we're using 30 minutes. That means that after 30...
6822 Lynn Walton
waltonl@... Send Email
Nov 1, 1999
11:29 pm
I know I've seen discussion of this before but I can't seem to find any now. Is it possible on Solaris 2.7 to have JRun start up at boot time but run as a...
6823 Gabriel Lawrence
gabe@... Send Email
Nov 2, 1999
12:39 am
I installed Jrun on my sparc Solaris box over the weekend and found that it only has support for older versions of apache... I'm not real keen on having to...
6824 Rachel Greenham
rachel@... Send Email
Nov 2, 1999
1:05 am
... The 1.3.6 connector does work on 1.3.9. I'm using it here - on Linux, however, not Solaris. ... I'm just waiting for Jakarta to catch up... :-) -- Rachel ...
6825 Gabriel Lawrence
gabe@... Send Email
Nov 2, 1999
1:11 am
... Yeah... I've used the 1.3.6 connector on Linux... But the connections on Solaris don't go that high... -gabe...
6826 Jose Julian Ponce Lucas
jponce@... Send Email
Nov 2, 1999
7:48 am
Yes. I stop the server and the jrun, and I restart both. And the client has a certificate. I have running another instance of NES with ssl with jrun2.2 and...
6827 Khalid Ghanem
ghanem@... Send Email
Nov 2, 1999
2:31 pm
I have a servlet that has a variable myConnection of a class which has static variable, dbConnection. Does this mean that all my servlet instances will be...
6828 Andy Bailey
abailey@... Send Email
Nov 2, 1999
2:56 pm
... From: Khalid Ghanem <ghanem@...> To: <jrun-talk@...> Sent: Tuesday, November 02, 1999 3:34 PM Subject: Single-Thraded Servlets ? ...
6829 John P. Dodge
john.p.dodge@... Send Email
Nov 2, 1999
3:13 pm
Can someone explain the difference between the following properties file repositories and when they are used/accessed? ...
6830 Scott Stirling
sstirling@... Send Email
Nov 2, 1999
9:19 pm
OK. Tell me your NES version and your OS. I will see if there is a bug with the connector. Scott Stirling Allaire ... To Unsubscribe visit...
6831 Nosonowitz, Phil
Phil.Nosonowitz@... Send Email
Nov 2, 1999
9:27 pm
Tue Nov 02 16:23:00 EST 1999: Running servlet { (Running servlet) javax.servlet.ServletException: Not enough space at java.lang.Throwable.<init>(Compiled Code)...
6832 Scott Stirling
sstirlin@... Send Email
Nov 3, 1999
3:19 am
... All properties files are read by JRun on start up and _only_ on start up. Thus if you change properties you must restart JRun for them to take effect....
6833 Khammao Chang
kchang@... Send Email
Nov 3, 1999
2:47 pm
I have a servlet that grabs a file from a socket connection then sends it to the web-browser. If the file is large (say 100+MB) it seems that the servlet gets...
6834 Bruce R. Lewis
brlewis@... Send Email
Nov 3, 1999
2:51 pm
I'm using the JRun connector with IIS. I have a servlet that needs an initialization parameter set. The servlet works as far as returning a message that says...
6835 Khammao Chang
kchang@... Send Email
Nov 3, 1999
3:02 pm
OOPs forgot to mention.. IIS with Jrun 2.2 on winNT4 Server Khammao Chang ... From: Khammao Chang <kchang@...> To: <jrun-talk@...> Sent:...
6836 Cura, David, NCIO
dcura@... Send Email
Nov 3, 1999
3:45 pm
In the 1.0 Specification there is an abstract class called JspEngineInfo with an abstract method called getImplementationVersion(). I noticed inside the JRun...
6837 Andy Bailey
abailey@... Send Email
Nov 3, 1999
4:38 pm
... From: Bruce R. Lewis <brlewis@...> To: <jrun-talk@...> Sent: Wednesday, November 03, 1999 3:54 PM Subject: getting aliases/mappings...
6838 John P. Dodge
john.p.dodge@... Send Email
Nov 3, 1999
9:06 pm
... Thanks for the prompt and thorough reply Scott, you are truly one of the best reasons this list is so helpfull. Keep up the excellent work.... ... "Mon...
6839 Mahesh Venkat
mvenkat@... Send Email
Nov 4, 1999
3:14 am
Hi, I read through the knowledge base articles on JRun: IIS and Authentication (# 12404) JRun: Accessing SSL Client Certificates on NES (# 12068) Accessing SSL...
6840 Mike Cannon-Brookes
mike@... Send Email
Nov 4, 1999
8:52 am
I am trying to do almost the same thing with mapping under IIS. I want to map directories to servlets though, not extensions. eg I want to map / to a servlet,...
6841 Andy Bailey
abailey@... Send Email
Nov 4, 1999
9:44 am
... From: Mike Cannon-Brookes <mike@...> To: <jrun-talk@...> Sent: Thursday, November 04, 1999 9:56 AM Subject: RE: getting...
6842 Geoff Soutter
geoff@... Send Email
Nov 4, 1999
9:44 am
I was having a similar problem yesterday. I found we needed to restart the IIS service to get it to pick up the mappings in...
6843 Mike Cannon-Brookes
mike@... Send Email
Nov 4, 1999
9:44 am
Fixed! My rules.properties file was pointing wrongly because I had not escaped the slashes eg d:\jrun&#92;rules.properties will NOT work d:\\jrun\\rules.properties...
6844 Christian Thomas
christian.thomas@... Send Email
Nov 4, 1999
10:01 am
Hello, is there anybody who can tell me where to download the current patch (155) of JRun? The only one I can find is 153!?! Thanks, Christian Thomas ... To...
6845 Andy Bailey
abailey@... Send Email
Nov 4, 1999
10:50 am
It has often been asked how do you rewrite URLs for form actions when the client does not accept cookies but the action URL will not pass on parameters in the...
6846 Khalid Ghanem
ghanem@... Send Email
Nov 4, 1999
10:57 am
Hello all, I have a search servlet that uses session to store search results in a vector plus many other variables. When many concurrent users uses the search...
6847 Nicole Ruschmaritsch
nruschmaritsch@... Send Email
Nov 4, 1999
11:33 am
Hallo everyone, can anyone tell me what the latest Version or Update of JRun PRO (!!!) is and where I can get it. I went to...
6848 Mike Cannon-Brookes
mike@... Send Email
Nov 4, 1999
12:11 pm
Ok, here's what I want to do: a) create lots and lots of 'false&#39; directories for users (ie /bill /fred /jim) and use one servlet to serve them all b) have some...
6849 Milt Epstein
mepstein@... Send Email
Nov 4, 1999
2:00 pm
... If I understand you correctly, you don't need to worry about this, as the servlet engine sits behind the web server, and the web server (assuming it is set...
6850 Rachel Greenham
rachel@... Send Email
Nov 4, 1999
2:26 pm
... That's fine. Download and install JRun and then put your JRunPro license into it. It'll then work as JRunPro. The difference is only in the licensing. It's...
Messages 6821 - 6850 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