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...
13117
Victor Marinelli
vmarinel@...
Jul 3, 2001 7:06 am
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...
13118
Scott Stirling
sstirling@...
Jul 3, 2001 7:06 am
http://www.allaire.com/Handlers/index.cfm?ID=19588&Method=Full&Cache=Off JRun Server 3.0 vs. 2.3.3 Performance Comparison Report ...
13119
Victor Marinelli
vmarinel@...
Jul 3, 2001 7:06 am
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...
13120
Matthew Horn
mhorn@...
Jul 3, 2001 7:06 am
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...
13121
Lloyd H. Meinholz
meinholz@...
Jul 3, 2001 7:06 am
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...
13122
pdw
pdw@...
Jul 3, 2001 7:06 am
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...
13123
Christophe.Gadet@...
Jul 3, 2001 7:06 am
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...
13124
Robert Jacobs
rjacobs@...
Jul 3, 2001 7:06 am
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.*; ...
13125
Raymond Blum
raymond@...
Jul 3, 2001 7:06 am
This is about as simple an example as I can think of... System.setSecurityManager(new RMISecurityManager()); this.login("localhost", "User", "Pass"); TopicHome...
13126
Mark Phelps
mark.phelps@...
Jul 3, 2001 7:06 am
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...
13127
Jim Gillaspy
jgillaspy@...
Jul 3, 2001 7:07 am
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....
13128
Eitzenberger Thomas
thomas.eitzenberger@...
Jul 3, 2001 7:07 am
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...
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...
13131
Michael Alten
M.Alten@...
Jul 3, 2001 7:07 am
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 ...
13132
Michael Alten
M.Alten@...
Jul 3, 2001 7:07 am
... Second try, now with an inline-text-attachment ;-) ====================================================================== Betreff: WG: Cookie persistance ...
13133
Victor Marinelli
vmarinel@...
Jul 3, 2001 7:07 am
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...
13134
Michael Dinowitz
mdinowit@...
Jul 3, 2001 7:07 am
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. ...
13135
Dave Feltenberger
dave@...
Jul 3, 2001 7:07 am
Have you tried setting the cookie manually? Try using the response.setHeader ("Cookie", "name=value; expires:(look up correct syntax for expiration date)");...
13136
César Álvarez N...
calvarez@...
Jul 3, 2001 7:07 am
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....
13137
Marcelo Bellezo
mbellezo@...
Jul 3, 2001 7:07 am
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...
13138
Mark Phelps
mark.phelps@...
Jul 3, 2001 7:07 am
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...
13139
Marcelo Bellezo
mbellezo@...
Jul 3, 2001 7:07 am
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...
13140
Bryan LaPlante
blaplante@...
Jul 3, 2001 7:07 am
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 ...
13141
Budi Prawira
b.prawira@...
Jul 3, 2001 7:07 am
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...
13142
Michael Dinowitz
mdinowit@...
Jul 3, 2001 7:07 am
The archive location is at the bottom of all posts: http://www.mail-archive.com/jrun-talk@.../ There's a second archive at...
13143
Lloyd H. Meinholz
meinholz@...
Jul 3, 2001 7:07 am
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...
13144
Mark Phelps
mark.phelps@...
Jul 3, 2001 7:07 am
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...
13145
Mark Phelps
mark.phelps@...
Jul 3, 2001 7:07 am
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...