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 8806 - 8835 of 16245   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
8806 Scott Stirling
sstirling@... Send Email
Jul 5, 2000
3:54 pm
I could use some more details here. For example, where is JRun getting your Java source code from? Do you keep the source and class files in the same ...
8807 Lynn Walton
waltonl@... Send Email
Jul 5, 2000
4:43 pm
I have the classes in question under jrun's classes directory. For example if my package name is EDU.franklin.something I have the helper classes under: ...
8808 Fred Yankowski
fred@... Send Email
Jul 5, 2000
4:44 pm
... We installed JRun in D:\JRun and put the bean code (.java files) in a D:\JRun&#92;classes folder that we created. This is not under the web server docroot, of...
8809 Chip Anderson
chipa@... Send Email
Jul 5, 2000
5:35 pm
Thanks for your help Scott and others. Here's where I am at today: - I added the name of other JVM to jrun.ini's "jvmlist" entry. - I restarted the server...
8810 Marcelo Bellezo
mbellezo@... Send Email
Jul 5, 2000
7:16 pm
Hi all, is there any way to reloading the user information ( User name and Password ) to JRun without restarting the server ? ... Archives:...
8811 Grainne O'Neill
goneill@... Send Email
Jul 5, 2000
7:41 pm
Hi all, I am trying to develop a tag library, to facilitate the re-use of code. I am wondering what the currently accepeted standards are for java libraries ...
8812 Fawad Muslim
fawad.muslim@... Send Email
Jul 5, 2000
9:44 pm
I have an application that runs Jrun When I tried to access the site with the internet explorer browser I get the message (connection with the server was...
8813 Scott Stirling
sstirling@... Send Email
Jul 5, 2000
10:01 pm
look in the Jrun error logs. Scott Stirling Allaire Corporation http://www.allaire.com/developer/jrunreferencedesk/ ... Archives:...
8814 Anton Prakash
anton@... Send Email
Jul 5, 2000
10:03 pm
OS : NT 4.0 CF Server : 4.5 JRun : 2.3.3 Once in a while, those pages that make calls to servlets, crash with the above message. Other pages are unaffected....
8815 Scott Stirling
sstirling@... Send Email
Jul 5, 2000
10:33 pm
So maybe your servlets are hanging because of a thread deadlock in them or in your JDBC driver or something else. Maybe they're hanging because the network...
8816 Marcelo Bellezo
mbellezo@... Send Email
Jul 6, 2000
11:02 am
Hi all, is there any way to reloading the user information ( User name and Password ) to JRun without restarting the server ? thank's Marcelo ... Archives:...
8817 Scott Stirling
sstirling@... Send Email
Jul 6, 2000
3:48 pm
What do you mean? If you change the user info in users.properties while the server is running? I'd say no. If you implement your own authentication service...
8818 Marcelo Bellezo
mbellezo@... Send Email
Jul 6, 2000
6:57 pm
8819 Karl Moss
kmoss@... Send Email
Jul 6, 2000
10:09 pm
If you are using the standard property file that ships with JRun as the user/password/role repository, modifying the users.properties file will cause it to be...
8820 Marcelo Bellezo
mbellezo@... Send Email
Jul 6, 2000
10:15 pm
Karl, actualy I did my custom authentication retrieving authentication information from a database, with the following code based on sample1b: private static...
8821 Karl Moss
kmoss@... Send Email
Jul 6, 2000
11:10 pm
Ahh, my mistake. I thought you were talking about servlet authentication (per the Servlet 2.2 spec). You are obviously talking about EJB authentication, which...
8822 Antoine Oberlaender
aoberlaender@... Send Email
Jul 7, 2000
3:59 am
Is it possible to create GIF on the fly with JRUN ? and how ? I think I must use servlets to do it but just asking if it was possible with JRUN ! Antoine ... ...
8823 Mike Hogarth
mahogarth@... Send Email
Jul 7, 2000
5:06 am
Is anyone else experiencing an intermittent Dr.Watson when attempting to start JRun 3.0 Default Server using the NT control applet? After a few seconds, the...
8824 Mike Hogarth
mahogarth@... Send Email
Jul 7, 2000
7:46 am
Look at either this or last issue of www.javaworld.com. You will find an article with source code for creating .GIF files on the fly with java. If you want to...
8825 Siobhan.O'donnell...
Siobhan.O'donnell... Send Email
Jul 7, 2000
8:25 am
Sorry people, I've asked this question previously, but didn't get to read the replies. It's become a problem again. When I install jrun 2.3.3 from the CD on...
8826 Erich Izdepski
izdepse@... Send Email
Jul 7, 2000
12:05 pm
Antoine- it is possible and not too hard to create GIF's on the fly (I've done it with a servlet), but you need a gif encoding package. I use one from...
8827 Antoine Oberlaender
aoberlaender@... Send Email
Jul 7, 2000
1:13 pm
8828 Mike Hogarth
mahogarth@... Send Email
Jul 7, 2000
1:24 pm
Hmm. No reason you can't invoke a GIF-creating bean using JSP. Your original message mentioned using Jrun as opposed to servlets. Just an FYI. JRun is a java...
8829 Andrew Phelps
andrewp@... Send Email
Jul 7, 2000
1:29 pm
There's also a good section in Jason Hunters book 'Servlet Programming&#39;, O'Reilly which details image creation on the fly. We tried it with the sun JPEG...
8830 Kirill Vasiliev
KirillV@... Send Email
Jul 7, 2000
1:44 pm
8831 Antoine Oberlaender
aoberlaender@... Send Email
Jul 7, 2000
1:48 pm
8832 Antoine Oberlaender
aoberlaender@... Send Email
Jul 7, 2000
2:20 pm
8833 Bruno Torres Goyanna
bruno@... Send Email
Jul 7, 2000
2:23 pm
I've had some problens generating GIF on the Fly on Linux. If you need to use some java.awt package you must have Xwin running. So my application after six...
8834 Bruno Torres Goyanna
bruno@... Send Email
Jul 7, 2000
2:30 pm
I've had some problens generating GIF on the Fly on Linux. If you need to use some java.awt package you must have Xwin running. So my application after six...
8835 Mike Hogarth
mahogarth@... Send Email
Jul 7, 2000
2:34 pm
oh brother. someone's on alot of coffee.. *********** REPLY SEPARATOR *********** ... Archives: http://www.egroups.com/group/jrun-interest/ Unsubscribe:...
Messages 8806 - 8835 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