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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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...
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...
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@...
Jul 3, 2001 7:07 am
13132
... Second try, now with an inline-text-attachment ;-) ====================================================================== Betreff: WG: Cookie persistance ...
Michael Alten
M.Alten@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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...