Search the web
Sign In
New User? Sign Up
jrun-interest · Java Servlet engine
? 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.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 13116 - 13145 of 16245   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
13116
Check out Sample 9a "Using EJB with Servlets" that comes with JRun 3.0. In it BalanceServer.java uses the Balance Bean. ... From: Robert Jacobs...
Mark Sandee
msandee@...
Send Email
Jul 3, 2001
7:06 am
13117
Hello, I made the switch to 3.1 and I also now have the problem with <jrun:sql> and update statements. They used to work fine and now anytime an update is...
Victor Marinelli
vmarinel@...
Send Email
Jul 3, 2001
7:06 am
13118
http://www.allaire.com/Handlers/index.cfm?ID=19588&Method=Full&Cache=Off JRun Server 3.0 vs. 2.3.3 Performance Comparison Report ...
Scott Stirling
sstirling@...
Send Email
Jul 3, 2001
7:06 am
13119
Hello, I made the switch to 3.1 and I also now have the problem with <jrun:sql> and update statements. They used to work fine and now anytime an update is...
Victor Marinelli
vmarinel@...
Send Email
Jul 3, 2001
7:06 am
13120
Bert, it's not your classpath that is the problem. It is your system path. You need to add your JDK's /bin directory (for example, c:\jdk1.2.2\bin) to your...
Matthew Horn
mhorn@...
Send Email
Jul 3, 2001
7:06 am
13121
I'll probably be upgrading to 3.1 in 2-3 weeks. I still have 2 sites using 2.3.3, but they are extremely low traffic. I'm migrating one tomorrow and the other...
Lloyd H. Meinholz
meinholz@...
Send Email
Jul 3, 2001
7:06 am
13122
I am trying to install the new JRun (3.1) on Linux, and I am getting a message about "171 garbage bytes" from tar. I found this article on the allaire web...
pdw
pdw@...
Send Email
Jul 3, 2001
7:06 am
13123
We would like to use RMI for communication between a servlet as a client and a process running outside the DMZ which plays the role of a RMI server. Is it...
Christophe.Gadet@...
Send Email
Jul 3, 2001
7:06 am
13124
I have successfully deployed a session bean, but cannot connect. Here is the code to connect: import java.io.*; import java.rmi.*; import java.rmi.server.*; ...
Robert Jacobs
rjacobs@...
Send Email
Jul 3, 2001
7:06 am
13125
This is about as simple an example as I can think of... System.setSecurityManager(new RMISecurityManager()); this.login("localhost", "User", "Pass"); TopicHome...
Raymond Blum
raymond@...
Send Email
Jul 3, 2001
7:06 am
13126
Your deploy.properties file specifies that the bean is only available to certain users, yet the code you use to lookup the bean does not identify the calling...
Mark Phelps
mark.phelps@...
Send Email
Jul 3, 2001
7:06 am
13127
One of our installations of JRun has suddenly quit displaying anything in the left panel of the admin server -- where the servers and applications are listed....
Jim Gillaspy
jgillaspy@...
Send Email
Jul 3, 2001
7:07 am
13128
You probably created a new application. After restart the admin console hangs. copy the default-app directory over your new application. Edit the web.xml to...
Eitzenberger Thomas
thomas.eitzenberger@...
Send Email
Jul 3, 2001
7:07 am
13129
Hi, I have a problem with cookies: under ie 5.5, I can successfully create a cookie, but its expiration date is never taken into acount (at least not until the...
Thierry Guérin
tguerin@...
Send Email
Jul 3, 2001
7:07 am
13130
Hi, I have a problem with cookies: under ie 5.5, I can successfully create a cookie, but its expiration date is never taken into acount (at least not until the...
Thierry Guérin
tguerin@...
Send Email
Jul 3, 2001
7:07 am
13131
Hi Thierry, this seems to me as a bug in Jrun - Allaire resp. now Macromedia shows a general weakness in testing their products with other than us-locale ...
Michael Alten
M.Alten@...
Send Email
Jul 3, 2001
7:07 am
13132
... Second try, now with an inline-text-attachment ;-) ====================================================================== Betreff: WG: Cookie persistance ...
Michael Alten
M.Alten@...
Send Email
Jul 3, 2001
7:07 am
13133
I haven't seen any of my recent posts actually make it to the newsgroup. Can anyone else see this post? Please reply if you can. Victor P.S. Actually, I...
Victor Marinelli
vmarinel@...
Send Email
Jul 3, 2001
7:07 am
13134
I had to get a new box as the drives on the old one were very old and dead. The new box has (had?) some DNS and MX problems but I'm hoping its all been fixed. ...
Michael Dinowitz
mdinowit@...
Send Email
Jul 3, 2001
7:07 am
13135
Have you tried setting the cookie manually? Try using the response.setHeader ("Cookie", "name=value; expires:(look up correct syntax for expiration date)");...
Dave Feltenberger
dave@...
Send Email
Jul 3, 2001
7:07 am
13136
Hi all, Although the almost inexistent documentation relative to JRun custom authentication, I've achieved to implement it or at least that was what I thought....
César Álvarez N...
calvarez@...
Send Email
Jul 3, 2001
7:07 am
13137
Hello, when two people are accessing the same servlet at same time, the one that got the servlet first, receives all the values ok, but the second receives...
Marcelo Bellezo
mbellezo@...
Send Email
Jul 3, 2001
7:07 am
13138
We would need to know a lot more about your servlet to answer your question. Can you show us code? Some general rules to remember: (Forgive me if I state the...
Mark Phelps
mark.phelps@...
Send Email
Jul 3, 2001
7:07 am
13139
Mark, I had not really paid attention in the synchronized statement, I use only the method service, I placed the synchronized keyword and it worked. Thank you...
Marcelo Bellezo
mbellezo@...
Send Email
Jul 3, 2001
7:07 am
13140
Hi all, Does JRun-List not have an archive? I went to house of fusion and there is not a link for a list archive. Bryan LaPlante 816-347-8220 ...
Bryan LaPlante
blaplante@...
Send Email
Jul 3, 2001
7:07 am
13141
Hello all, Does JRun support RMI over HTTP? This is to defeat firewalls that limit only to HTTP connection. In ORION they have RMI to HTTP tunneling. Can...
Budi Prawira
b.prawira@...
Send Email
Jul 3, 2001
7:07 am
13142
The archive location is at the bottom of all posts: http://www.mail-archive.com/jrun-talk@.../ There's a second archive at...
Michael Dinowitz
mdinowit@...
Send Email
Jul 3, 2001
7:07 am
13143
I got an interesting stack trace yesterday and I'm at a loss exactly what the cause is. I suspect I am running low on memory, but am not sure. One of the...
Lloyd H. Meinholz
meinholz@...
Send Email
Jul 3, 2001
7:07 am
13144
The error is an IO error that is occuring when you are invoking a native unix process. The message says not enough space. If I had to make a guess I would...
Mark Phelps
mark.phelps@...
Send Email
Jul 3, 2001
7:07 am
13145
My client is interested in having Windows processes such as COM objects and VB programs drive Enterprise Java Beans on the back end. As I understand I have...
Mark Phelps
mark.phelps@...
Send Email
Jul 3, 2001
7:07 am
Messages 13116 - 13145 of 16245   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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