Hi All. I have kept all my jsp in the following directory structure and getting this error whre if i put html i can acess that means path setting is correct....
9972
Uday@...
Oct 2, 2000 3:51 am
Hi all Pls can any one tell me how to implement multiple ejb in jrun.Because with instance .store at one time i can deploy one jar .How to implement at least ...
9973
Greg_C_McNichol@...
Oct 2, 2000 6:01 am
I will be out of the office from 09/29/2000 until 10/09/2000. I will respond to your message when I return. Please contact 732-5359 in my absence. ... ...
9974
Ernesto Botella
ernesto@...
Oct 2, 2000 8:11 am
Hello, You must use the "ejipt.home" property for avoid the NullPointerException. java -Djava.security.policy=ejipt.policy -Dejipt.home=%EJIPT_HOME% -classpat ...
9975
Randy Nielsen
RNielsen@...
Oct 2, 2000 12:27 pm
Here is a note from the JRun 3.0 Release Notes: ***** Managing Shutdown Time During a normal shutdown, JRun shuts down all non-daemon threads (for example,...
9976
Chris Heinemann
heinemc1@...
Oct 2, 2000 12:41 pm
Does any body have a plane jane LDAP authenticator I could have to customize? If not I'll write one but I would like to save some time if some one is willing...
9977
Chris Heinemann
heinemc1@...
Oct 2, 2000 12:49 pm
I know that SPARC based Solaris is supported but what about INTEL? Since most of the product is Java based it shouldn't be a big deal to recompile the native...
9978
Steve Penella
spenella@...
Oct 2, 2000 1:12 pm
One thing it could be ..... In admin look under server-name > Web Applications > app-name > Servlet URL mappings. If you have *.jsp mapped to jsprt (under...
9979
Steve Penella
spenella@...
Oct 2, 2000 1:14 pm
Does it work when you use the JWS with JRun? Regards, Steve Penella Allaire Corp. ... From: nickm@... [mailto:nickm@...] Sent: Saturday,...
9980
CARLINI MIRKO
MIRKO.CARLINI@...
Oct 2, 2000 6:23 pm
I've installed JRUN 3.0 and I've written a java servlet that deals with HTML and WML clients. The content type of the request is: 1) HTML NULL with the GET...
9981
Rhodes, Phillip C.
Phillip.Rhodes@...
Oct 2, 2000 6:56 pm
I am using the web.xml that came with the Duke's Pet store... When I start up JRun, I see the following message in std error: The ejb-ref element 'ejb/cart' in...
9982
Oliver Suciu
olivers@...
Oct 2, 2000 8:18 pm
Hi, Does anybody know whether Allaire recommends a specific JVM for JRun 3.x on Solaris? I'm using the Sun JDK 1.2.2_06 and I experience regular freezes of...
9983
Chris Heinemann
heinemc1@...
Oct 2, 2000 8:56 pm
The first RC of the service pack has been out for a while, does anyone know when the RC2 or the production version will be available? Thanks, Chris Heinemann ...
9984
Hammon, Randy
RHammon@...
Oct 2, 2000 10:26 pm
We're having a lot of trouble stopping JRun3.0 on Solaris. Sometimes it works, but more often it's unkillable. We try doing the "jrun -stop default" and bunch...
9985
Ramakrishnan Venkatar...
rvenkata@...
Oct 2, 2000 10:47 pm
9986
ConcentricLAN
mmynatt@...
Oct 3, 2000 12:20 am
9987
Aravind Kumar LNS
aravind.lakkavajhula@...
Oct 3, 2000 5:28 am
Hi, When i tried to open my jsp gae it says .Jrun Connector protocol errror.I tried to restart the Jrun Admin server and later Default server.When i try to...
9988
Aravind Kumar LNS
aravind.lakkavajhula@...
Oct 3, 2000 5:28 am
When i tried to open my jsp gae it says .Jrun Connector protocol errror.I tried to restart the Jrun Admin server and later Default server.When i try to start...
9989
Toby Segaran
toby@...
Oct 3, 2000 2:51 pm
Hi Mark, I've been having the same problem. I installed SPK1 and saw no RDS web application. I found the following info in some beta release notes: Servlet War...
9990
Mark Mynatt
mmynatt@...
Oct 3, 2000 3:04 pm
Hi Toby, Thanks for the response - I haven't had any luck, I was hoping Scott Stirling would see this and respond. Also, I downloaded and installed this...
9991
Steve Penella
spenella@...
Oct 3, 2000 7:28 pm
There was a problem with the update installation (as opposed to the full installation) where it wasn't deploying the RDS app or making the proper configuration...
9992
Mark Mynatt
mmynatt@...
Oct 3, 2000 7:44 pm
Steve, Thank you. Mark Mynatt mmynatt@... www.componentsartistry.com ... (as opposed to the full ... or making the proper ... correctly. ......
9993
Toby Segaran
toby@...
Oct 4, 2000 12:23 am
9994
keith.lewis@...
Oct 4, 2000 1:12 pm
When we do stress testing and submit several requests for pages that are connecting to different databases several times we are getting a huge build up of...
9995
eric.x.piegols@...
Oct 4, 2000 1:29 pm
Greetings! I just inheritied a system that is running Jrun 2.2 and JDK 1.1.6 in production and I am planning on upgrading to Jrun 2.3 and IBM JDK 1.3 as an ...
9996
Rhodes, Phillip C.
Phillip.Rhodes@...
Oct 4, 2000 3:58 pm
Hi everyone, Trying for a few hours and not getting anywhere with this one. It should be simple (ha ha).... I am using a servlet mapping to map all requests...
9997
Zhuo Mei
mei@...
Oct 5, 2000 2:26 pm
hi, Does anyone know which algorithm used by JRun to handle the concurrent access to the entity bean? Pessimistic or Optimistic? Thanks in advance, -Zhuo ... ...
9998
Rhodes, Phillip C.
Phillip.Rhodes@...
Oct 5, 2000 8:57 pm
On page 412 of developing apps with JRun, it talks about programmatically adding users to the JRun user manager. How would I do this? By this, I mean having...
9999
Chris Heinemann
heinemc1@...
Oct 5, 2000 10:50 pm
I am trying the jsp:setProperty on a class I wrote. I throw an Exception if the information is not valid. This worked wonders when I wrote my own set...