Skip to search.
jrun-interest · Java Servlet engine

Group Information

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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Messages 8081 - 8110 of 16245   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8081 ajit m gholap
agholap@... Send Email
Apr 3, 2000
12:58 am
hi i am a new jrun user. I Did you turn off the garbage collector? can u turn off the garbage collector? It is a news to me. Please tell me how to do that. I...
8082 이한수
hslee@... Send Email
Apr 3, 2000
1:50 am
How can I set up Jrun to support multiple web site ( IIS web server that has multiple web site on same machine)? Does anyone has idea or experience? Please let...
8083 Scott Stirling
sstirling@... Send Email
Apr 3, 2000
3:06 am
You can disable class garbage collection by passing the noclassgc option to the JVM on startup. So to do this in JRun 2.3.3, you would edit the jsm.properties...
8084 Scott Stirling
sstirling@... Send Email
Apr 3, 2000
3:12 am
There are several ways to do this. You should check out multihoming in the JRun Users Guide (in your docs directory) and the list archive for this email list...
8085 ajit m gholap
agholap@... Send Email
Apr 11, 2000
5:04 am
hi all, can anybody tell me how to use ssl with apache and jrun. I have no idea about how ssl works. Can anybody suggest me any good site where i get a good...
8086 Teri Radichel
Teri@... Send Email
Apr 11, 2000
5:21 am
http://www.verisign.com/ has a lot of information. This is where you can buy ssl certificates, too. Teri Radichel teri@... the project:...
8087 Eitzenberger Thomas
thomas.eitzenberger@... Send Email
Apr 11, 2000
6:17 am
www.apache.org -> Related Projects -> Apache-SSL HTH ET ... From: ajit m gholap [mailto:agholap@...] Sent: Monday, April 10, 2000 9:19 PM To:...
8088 Oliver Koell
oko@... Send Email
Apr 11, 2000
8:46 am
... There are at least two different products, which you can use to add SSL support to Apache: 1.) Apache SSL 2.) mod-ssl I can recommend the latter. Have a...
8089 Ingo Schneider
schneider@... Send Email
Apr 11, 2000
8:49 am
Hi, I think the Problem has something to do with the Jrun Configuration. If I have a message like this in the same log file, there are some conflicts with ...
8090 Mikhail Bezroukov
mekhas@... Send Email
Apr 11, 2000
5:48 pm
No problems, I'm using JRun (build 155) onn w2000 for 2 months. Mikhail ... From: urmila.varanasi@... [mailto:urmila.varanasi@...] ...
8091 urmila.varanasi@... Send Email Apr 11, 2000
5:55 pm
thanks for responding. I installed it last week w/no problems and everything seems to be okay Urmila ... From: urmila.varanasi@... ...
8092 ken_warkentyne@... Send Email Apr 11, 2000
6:03 pm
... If you're thinking of the browser cache, that's not necessarily true. You can put an "expires" header in your reply. Putting the right value in the expires...
8093 Srinivasan Pulipakkam
sriniip@... Send Email
Apr 11, 2000
8:05 pm
I am not sure what was responsible for this error , but I uninstalled my JRun .rebooted and stopped almost all services and installed Jrun again and rebooted...
8094 David S. Soleno
dsoleno@... Send Email
Apr 11, 2000
8:58 pm
We recently received and installed our SSL certificate on our production web server. Now we must alter our existing Servlets and JSPs to make use of SSL. Our...
8095 Scott Stirling
sstirling@... Send Email
Apr 11, 2000
9:49 pm
There's no immediately obvious reason why you'd have to do anything to your code just because you're now using a server with SSL enabled. Is there a ...
8096 ajay sharma
ajksharma@... Send Email
Apr 12, 2000
2:11 am
Hi, My company has a project for a Email service which is more or less like Hotmail,Yahoo etc . Can't guess the traffic yet. Has anybody done a project like...
8097 Scott Stirling
sstirling@... Send Email
Apr 12, 2000
2:36 am
Right. If it's necessary for whatever reason to test SSL in development, you can create your own certificate with any web server. NES has a built-in utility...
8098 David Cate
dcate@... Send Email
Apr 12, 2000
2:37 am
I fairly new to the servlet world, having only written for 3 months now. I recently installed JRUN on IIS box and set the admin prot to 57860 - however, it...
8099 Erich Izdepski
izdepse@... Send Email
Apr 12, 2000
2:48 am
I've read the FAQ on setting up multiple jsm's, but I'm having a problem I can't solve. Furthermore, trying to set up a second jsm has stopped my original one...
8100 David Heron
davidhe@... Send Email
Apr 12, 2000
2:53 am
I have mailed you directly an Appendix out of our installation guide. It (a zipped Word 97 doc) gives our version of the recipe. Hope it helps. David ... Date:...
8101 Mike Wood
mike.p.wood@... Send Email
Apr 12, 2000
2:53 am
I use JNI for a linear programming DLL and all it needs is the directory where the DLLs are located added to the java.path variable:- in jsm.properties ...
8102 Sylvain Roche
sylvain@... Send Email
Apr 12, 2000
2:56 am
This may be a bit off topic, but I think it might concern any java developper. I'm using Blackdown's 1.2.2 JDK, but I remember having the same trouble in the...
8103 EKreiser@... Send Email Apr 12, 2000
3:00 am
I am running JRUN under Windows 2000 and IIS in a test environment and have not had any problems. ... From: urmila.varanasi@... ...
8104 Doug Nelson
dnelson@... Send Email
Apr 12, 2000
3:02 am
That been around for a while, I found the best thing is to multiply every thing to get a whole integer do the math and then divide back in to a float. Thanks...
8105 Xizhen Wang
wang-xizhen@... Send Email
Apr 12, 2000
3:03 am
Hi! I let my servlet call a C function with JNI. Below is my code: //////////////////////////////////////////////////////////// import java.io.*; import...
8106 Andy Bailey
abailey@... Send Email
Apr 12, 2000
3:04 am
... From: "Sylvain Roche" <sylvain@...> To: "JRun@allaire" <jrun-talk@...> Sent: Tuesday, April 04, 2000 9:59 AM Subject:...
8107 Matthew.Smalley@... Send Email Apr 12, 2000
3:04 am
Hi, We've got a problem serving dynamic PDF and XLS content via an https connection in IE: Requesting a static PDF file from the server works fine, as does...
8108 Erich Izdepski
izdepse@... Send Email
Apr 12, 2000
3:04 am
Xizhen- JRun has an internal library it uses for dll's. Add the dll location to the jrun library path on the java service manager settings page in the ...
8109 Oliver Koell
oko@... Send Email
Apr 12, 2000
3:06 am
Hi all, i asked this already some time ago, but didn't get much feedback. So i try again :-) I have a setup using Jrun with Apache and mod_ssl on a Linux...
8110 Mike Hogarth
mahogarth@... Send Email
Apr 12, 2000
3:30 am
We did this in Perl in 1995. It is still running and gets about 250,000 hits/month. Single Pentium 233 HP Netserver with 384Mb of memory (NT 4.0, WebSite Pro,...
Messages 8081 - 8110 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