Hello: Can you point me to some documentation or examples? I'm not sure I can do it without a jump start. Thanks, Mike H. ... ...
3
Paul Colton
pc@...
Apr 14, 1998 5:56 pm
Here is the source code to a complete, do nothing Security Manager. Start with this and read the Java docs on how each method can restrict access to that...
4
webpro
webpro@...
Apr 14, 1998 6:10 pm
Hi, First I talked with paul Colton yesterday and he was quite helpful in getting Jrun up and running here. So thanks mucho for your help. Jrun is a beautiful...
5
Don Winston
don.winston@...
Apr 14, 1998 6:16 pm
Maybe this is not the place to ask this but since Jrun is "free" I thought maybe it'd be ok. What other ways are there to implement servlets with a web server...
6
Paul Colton
pc@...
Apr 14, 1998 6:22 pm
JRun adds servlets capability to your existing web server, whether is be WebSite Pro, IIS, Netscape, or Apache. It is not a Java based web server, but rather...
7
Paul Colton
pc@...
Apr 14, 1998 6:23 pm
JRun 2.1 Pro will be including the entire Servlet Pack One with source code which includes an email servlet. There will be an upgrade price for users of...
8
Paul Colton
pc@...
Apr 14, 1998 6:33 pm
There is now an archive of this list available at: http://www.findmail.com/listsaver/jrun-interest/ You can search and sort all of the messages that will be...
9
Scott Anderson
scott@...
Apr 14, 1998 6:49 pm
What Version of the jdk does JRUN Support Can i use jdk 1.2 beta and the included servlet packages or do i need to stick with the JSDK and the 1.1 version? ...
10
Tauren Mills
tauren@...
Apr 14, 1998 6:56 pm
If I create a servlet based solution for my clients, and I am relying on JRun to provide servlet capabilities on their IIS, Netscape, or Apache server, can I...
11
Nathan Tran
nathan_tran2@...
Apr 14, 1998 7:05 pm
Tauren, I think it should be, but right now it's not. :-( ... relying on ... the ... client ... installed (if it ... How much ... is be ... JRun soon ... with ...
12
Paul Colton
pc@...
Apr 14, 1998 7:47 pm
JRun comes bundled with the servlet classes from jdk 1.2 beta. ... ____________________________________________________________ Paul Colton...
13
Paul Colton
pc@...
Apr 14, 1998 7:47 pm
JRun is not free for redistribution. We're in the business of providing excellent quality servlet tools and technologies. In order to continue this service, we...
14
Scott Anderson
scott@...
Apr 14, 1998 8:16 pm
So i Should be able to compile with the 1.2 javac and be ok? Thanks ... =========================================================================== To...
15
Ronel Sumibcay
ronel@...
Apr 14, 1998 8:23 pm
... Correct. ___________________________________________________________________________ Ronel Sumibcay Voice: (619)643-1919 Live Software,...
16
webpro
webpro@...
Apr 14, 1998 8:27 pm
... the ... 1.1 ... Actually this question goes to one of mine. I develop my java in Codewarrior on a Macintosh. How should I go about getting the Javax...
17
Tauren Mills
tauren@...
Apr 14, 1998 9:51 pm
So if I want to include it with a product, can I do this by paying a licensing fee? Or can I not bundle it at all? Who do I talk to about bundling? Thanks, ...
18
Paul Colton
pc@...
Apr 14, 1998 10:49 pm
You can contact us at sales@.... ... ____________________________________________________________ Paul Colton Live Software,...
19
Jen Hsien Huang
u5321007@...
Apr 15, 1998 1:06 am
I use the jrunssi servlet, but it seem will "eat" the hight bye value in the double byes word encoding(Big5)and shows incorrect code, why ? does JRun support...
20
Paul Colton
pc@...
Apr 15, 1998 2:42 am
We'll look into this right away. Can you send me via private email (pc@...) a sample servlet with chinese characters in it? ... ...
21
Michael Hogarth
mahogarth@...
Apr 15, 1998 2:51 am
Thanks a million.... I'll share whatever I come up with with the Jrun list. Hey, you folks are OK! --Mike H. ... ...
22
Hr. Stiehl
stiehl@...
Apr 15, 1998 5:40 am
Hello! First of all: thank you very much for your help. I fixed my problems. But now I have one more question: is there a reason why only servlets located in...
23
Paul Colton
pc@...
Apr 15, 1998 6:42 am
Yes, the answer is a little technical: Java's built-in classloader cannot unload a class, no matter what. To allow for dynamic reloading, we have to use our...
24
Nick Drew
drewn@...
Apr 15, 1998 10:37 am
Paul, Sorry to be a pain, but can I make sure we're talking about the same problem? WebTrends produce log analysers. These log analyser can be used in...
25
webpro
webpro@...
Apr 15, 1998 12:55 pm
Good morning, Although I appreciate any commercial Email solution what I am hoping for is some freely available code to send Email. I will be looking to ...
26
webpro
webpro@...
Apr 15, 1998 1:23 pm
Good morning, Although I appreciate any commercial Email solution what I am hoping for is some freely available code to send Email. I will be looking to ...
27
Wilfried Geis
wge@...
Apr 15, 1998 2:54 pm
check out: http://www.developer.com/reference/library/078970935x/ch11.htm I think they have what you are looking for. This example sends mail by opening a...
28
Evan Coyne Maloney
evan@...
Apr 15, 1998 2:57 pm
I understand there is a digest mode for this list, but I can't figure out how to turn it on. The help file returned by the server does not mention anything...
29
Paul Colton
pc@...
Apr 15, 1998 6:56 pm
The easiest way to switch from immediate to digest is as follows: 1) Go to this URL: http://pop.livesoftware.com:81/guest/RemoteAvailableLists 2) unsubscribe...
Hello: Has anyone out there used the latest Microsoft JDK ADO classes to "webify" data from a MS SQL server using servlets? Although JDBC is great, there are...