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...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 7877 - 7906 of 16245   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7877
What we really want is a native connector for the Linux version of iPlanet / NES. ... Archives: http://www.egroups.com/group/jrun-interest/ Unsubscribe:...
Colin Wilson-Salt
colin@...
Send Email
Mar 1, 2000
9:34 am
7878
... Why not use Apache ? ... Archives: http://www.egroups.com/group/jrun-interest/ Unsubscribe:...
Eitzenberger Thomas
Thomas.Eitzenberger@...
Send Email
Mar 1, 2000
9:42 am
7879
Hi all, my servlet application uses URL rewriting techniques for session handling excessively (because i don't want to depend on cookies). I am wondering...
Oliver Koell
oko@...
Send Email
Mar 1, 2000
10:17 am
7880
... Hi Oliver ! Dunno about the specs but as a good hacker I tried and found that: using response.encodeURL() can be used with: <SCRIPT> xxx.location = <%=...
Eitzenberger Thomas
Thomas.Eitzenberger@...
Send Email
Mar 1, 2000
10:37 am
7881
Hi Thomas, thanks for the reply. In my environment I also don't seem to have problems with this. But what i fear particularly is, that some user agent might...
Oliver Koell
oko@...
Send Email
Mar 1, 2000
11:01 am
7882
... It works with Netscape 4.7 and IE5 Will test with UP WAP simulator next week mfg ET ... Archives: http://www.egroups.com/group/jrun-interest/ Unsubscribe:...
Eitzenberger Thomas
Thomas.Eitzenberger@...
Send Email
Mar 1, 2000
11:12 am
7883
Hello! I and one of my co-workers are working on a project using JRun and the JRun Webserver. This week I've been having a really, really weird problem and I'm...
Anne-Li Mell
anne-li.mell@...
Send Email
Mar 1, 2000
12:43 pm
7884
I would LOVE to have a connector... I'm not using Apache because I'm trying to match my production environment with my development environment. The production...
Josh Kleinpeter
josh@...
Send Email
Mar 1, 2000
4:45 pm
7885
As you stated in your last mail there shouldnt be any real difference in development. Testing however should be done on the real site (Solaris,NES) mfg ET ... ...
Eitzenberger Thomas
Thomas.Eitzenberger@...
Send Email
Mar 1, 2000
5:09 pm
7886
Because I work every day with Netscape. And iPlanet 4 rocks. ... Archives: http://www.egroups.com/group/jrun-interest/ Unsubscribe:...
Colin Wilson-Salt
colin@...
Send Email
Mar 1, 2000
5:35 pm
7887
$ SET verbose=OFF jrun 2.3.3 build 157 NT 4 IIS console 1.1 version 4 $ SET verbose=ON we want to utilize MS IndexServer with jrun , but do not know whether we...
pointer oblio
muxspace@...
Send Email
Mar 1, 2000
7:01 pm
7888
OK. Final time. For each item in a catalog, we keep track of it's 'advertised price' - I call it ExternalPrice, whether it is taxable, whether it is shippable,...
W Raymond
willr@...
Send Email
Mar 2, 2000
1:51 am
7889
What is the difference between the syntax: <%@ import ... %> <BEAN NAME="myBean" TYPE="MyBean" INTROSPECT="yes" CREATE="yes" SCOPE="session"></BEAN> vs the...
Grazi, Victor
vgrazi@...
Send Email
Mar 2, 2000
3:22 pm
7890
The first is JSP 0.92. The second is 1.0. Scott Stirling Allaire Corporation http://www.allaire.com/developer/jrunreferencedesk/ ...
Scott Stirling
sstirling@...
Send Email
Mar 2, 2000
3:52 pm
7891
Yes USEBEAN is in the JSP 1.0/1.1 spec whereas the BEAN tag is part of .92 ... From: Grazi, Victor [mailto:vgrazi@...] Sent: Thursday, March 02, 2000...
Cura, David, NCIO
dcura@...
Send Email
Mar 2, 2000
3:54 pm
7892
Scott - I am using JRun JSP .92. Is there any way to convert it to 1.0 without reinistalling JRun?? ... From: Scott Stirling [mailto:sstirling@...] ...
Grazi, Victor
vgrazi@...
Send Email
Mar 2, 2000
4:11 pm
7893
In the .92 syntax, is there any way to assign properties in the bean BEFORE the container performs its automatic assignments? For example, in my JSP, I would...
Grazi, Victor
vgrazi@...
Send Email
Mar 2, 2000
4:22 pm
7894
Here ya go: http://www.allaire.com/Handlers/index.cfm?ID=13030&Method=Full Scott Stirling Allaire Corporation ...
Scott Stirling
sstirling@...
Send Email
Mar 2, 2000
4:31 pm
7895
Question - If I upgrade to JSP 1.0, is this compatible with pages written using the .92 syntax? I am using JRun 2.3 ... From: Grazi, Victor...
Grazi, Victor
vgrazi@...
Send Email
Mar 2, 2000
4:34 pm
7896
In the .92 syntax, is there any way to assign properties in the bean BEFORE the container performs its automatic assignments? For example, in my JSP, I would...
Grazi, Victor
vgrazi@...
Send Email
Mar 2, 2000
5:02 pm
7897
No they are not. 1.0 is upwards compatible with 1.1 but .92 is compatible with nothing except .92. ... From: Grazi, Victor [mailto:vgrazi@...] Sent:...
Cura, David, NCIO
dcura@...
Send Email
Mar 2, 2000
7:22 pm
7898
rats! ... From: Cura, David, NCIO [mailto:dcura@...] Sent: Thursday, March 02, 2000 2:01 PM To: 'jrun-talk@...' Subject: RE: Differences in...
Victor Grazi
victor@...
Send Email
Mar 2, 2000
7:55 pm
7899
Okay, I am taking the plunge and studying the conversion of our JSP .92 pages to 1.0 on my localhost (NT server 4. IIS 4.0 JRun 2.3) PROBLEM: I cannot seem to...
Grazi, Victor
vgrazi@...
Send Email
Mar 2, 2000
10:11 pm
7900
... in our usage of beans , we were also unable to successfully call the jsp:setProperty tag to assign bean values . an equivalent utility is obtained from...
pointer oblio
muxspace@...
Send Email
Mar 3, 2000
5:48 pm
7901
... Archives: http://www.egroups.com/group/jrun-interest/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk or send a...
Victor Grazi
victor@...
Send Email
Mar 3, 2000
6:17 pm
7902
Most likely, you will have to loop through the parameters in the request object manually, and set the properties manually in your bean. <jsp:setProperty...
Ting, Gene C
gene.ting@...
Send Email
Mar 3, 2000
7:13 pm
7903
Hi, I'm using JRun (dso) on a SuSE Linux 6.0 System with Apache 1.3.12/mod_ssl and suEXEC enabled. With JRun as a module, for every httpd child started I get a...
Jan Kriesten
kriesten@...
Send Email
Mar 4, 2000
6:00 am
7904
If that is true then would this be a major deviation from the JSP spec? ie a major bug in JRUN? ... From: pointer oblio [mailto:muxspace@...] Sent:...
Victor Grazi
victor@...
Send Email
Mar 5, 2000
2:59 am
7905
I will be out of the office from 03/04/2000 until 03/10/2000. I will try to access e-mail while out of town, but will only do so sporadically, and during the...
michael.gardner@...
Send Email
Mar 6, 2000
6:02 am
7906
... Is anybody out there listening and willing to give me a short reply on this subject ? I doubt it is an unanswerable question. Nor does it support the...
Eitzenberger Thomas
Thomas.Eitzenberger@...
Send Email
Mar 6, 2000
9:30 am
Messages 7877 - 7906 of 16245   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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