Hey ajay, No, there are no differences between a simple java class and a non visual bean. We wondered the same thing. Good luck! Evan Child ... From: ajay...
Evan Child
evan@...
May 1, 2000 2:04 pm
8247
Hi. Is it possible to maintain session when a user goes from a HTTP server to another HTTPs server which are running on the same machine and talk to the same...
Rajeev Parekh
rparekh@...
May 1, 2000 2:26 pm
8248
Hi, There are differences between a class and a bean: the naming conventions for methods and attributes! It's those that the jsp-tools can use to access the...
Alexander Jesse
alexander.jesse@...
May 1, 2000 2:44 pm
8249
Hi, In short the JAVA Beans support the "introspection" mechanism through the specific naming convention for the methods(setXYZ() and getXYZ() for the...
KulkaSh@...
May 1, 2000 2:56 pm
8250
Is there a special place to setup the classpath in JRun or simply add the classpath in the OS's environemnt is sufficient? Anyone recommend any good book for...
Chi Tran
chi@...
May 1, 2000 3:22 pm
8251
There is a special place, at least on NT. I don't know about Linux or UNIX. You set it up in \jrun\jsm-default\properties\jsm.properties Set the...
Evan Child
evan@...
May 1, 2000 3:43 pm
8252
You can get the session id of the http session before you make the link into your https session. Use this sessionId to store the HttpSession object in the...
Mike Fontenot
mikef@...
May 1, 2000 3:44 pm
8253
JRun 3.0 RC1/ClusterCATS and JRun Studio Beta 1 are now available for download from the Allaire Beta Site (http://beta.allaire.com). Where do NEW BETA USERS...
Scott Stirling
sstirling@...
May 1, 2000 3:45 pm
8254
Mike: Thnaks a ton.. rajeev...
Rajeev Parekh
rparekh@...
May 1, 2000 4:08 pm
8255
Has anyone tried JRun's EJB server? How is it? ... Archives: http://www.egroups.com/group/jrun-interest/ Unsubscribe:...
Grazi, Victor
vgrazi@...
May 1, 2000 4:17 pm
8256
Hi, We recently moved from JSP .92 to JSP1.0 and we found out that JSP1.x is not downward compatible. Hence when we run a JSP.92 code with the "import" ...
KulkaSh@...
May 1, 2000 8:20 pm
8257
We recently did the same. We only had to change one thing and everything else worked: What originally said: <%@ import =...
Grazi, Victor
vgrazi@...
May 1, 2000 8:32 pm
8258
... Thanks, that is quite interesting to know... I also discovered that the presence of a port number made a difference: http://foo.bar.com/ and ...
Bjorn Ellingsen
bjorn@...
May 1, 2000 11:12 pm
8259
Remap the jsp file extension to jsp1 and add an entry to the mappings area where the file extension is .jsp and the part on the right is also jsp: so the left...
Michael Olenick
olenick@...
May 2, 2000 12:14 am
8260
Thanks for your suggestion. With this we would have two entries in the mapping: Extension Servlet Invoked ... 1) *.jsp1 jsp 2) *.jsp jsp My doubt is the same...
KulkaSh@...
May 2, 2000 1:20 pm
8261
Hi! I am a newbie to Servlet. Can anyone tell me how to use getInitParameter()? I think I should put the parameters into a configuration file as name/value...
Xizhen Wang
wang-xizhen@...
May 2, 2000 2:51 pm
8262
Hi, When I call a JSP page I get a HTTP 500 Internal Server Error. - I am running NT/IIS/JRun 2.3.3 - I have servlets working. I can run my .jsp on another...
Teri Radichel
Teri@...
May 2, 2000 4:05 pm
8263
You should have *.jsp=com.livesoftware.jrun.plugins.jsp.JSP *.jsp1=com.livesoftware.jsp.JSPServlet Lynn ... Archives:...
Lynn Walton
waltonl@...
May 2, 2000 5:27 pm
8264
You may be missing something from the classpath property in the jsm.properties file that you should have: Mine looks something like: ...
Lynn Walton
waltonl@...
May 2, 2000 5:36 pm
8265
Hi there, How do I change the IP JRun is using? Can I set up multiple IPs for one JRun install? What's the best configuration for one box with multiple virtual...
Teri Radichel
Teri@...
May 2, 2000 7:00 pm
8266
Thanks and it could work. Do any one have any information about the literature pointing out the differences between JSP.92 and JSP1.0 and their conversion ?. ...
KulkaSh@...
May 2, 2000 7:18 pm
8267
I am trying to get the <cfservlet> tag to work in a CF template but keep getting the following error: Could not connect to JRun Connector Proxy Please contact...
Scott Smith
ssmith2_list@...
May 2, 2000 9:11 pm
8268
Is it possible to invoke a perl script from within jsp? or servlet? and retrieve values back from the perl script to process? If so, is there an example...
Chi Tran
chi@...
May 3, 2000 12:20 am
8269
The JRun 3.0 Dev. Guide (482 pages) which can be downloaded from the beta site (http://beta.allaire.com/jrun30) has a section on the various changes between...
Scott Stirling
sstirling@...
May 3, 2000 2:51 am
8270
Hi, I was having a problem with my jsp (1.0)file. The file was running fine, until I copied the HTML look and feel into the file and then I started getting ...
Siobhan.O'donnell@...
May 3, 2000 8:11 am
8271
... until ... would ... this ... Hi Siobhan, looks like you have a problem known to be a bug in pre JRun Build 157 releases. Upgrade to JRun build 157 and the...
Andy Bailey
abailey@...
May 3, 2000 11:16 am
8272
if you are using a build version lower then #157 on Jrun 2.3.3 then upgrade its a known bug. else ?? HTH ET ... s/jrun_talk or send a message to...
Eitzenberger Thomas
thomas.eitzenberger@...
May 3, 2000 11:30 am
8273
Using the latest build (157) seemed to fix that for many people on this list, including me. Lynn ... Archives: http://www.egroups.com/group/jrun-interest/ ...
Lynn Walton
waltonl@...
May 3, 2000 11:43 am
8274
Chi Tran- invoking is easy if the perl script is normally triggered with a URL with cgi arguments appended. A serlvet or jsp can simply uses a redirect to...
Erich Izdepski
izdepse@...
May 3, 2000 11:51 am
8275
Hi, How do I configure my JRUN so that I can invoke servlets from directory other than the servlets. Thanks Alok ... Policy Management Systems Pvt. Ltd.,...