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 9074 - 9103 of 16245   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9074
Thanks for the link... (v. useful) Andy ... From: Justin Wells [mailto:reader@...] Sent: Monday, July 31, 2000 5:54 PM To:...
Andrew Phelps
andrewp@...
Send Email
Aug 1, 2000
8:00 am
9075
This seems to be the place for Allaire Java experts. Has anyone out there had experience using ColdFusion cfobject tag with a J2EE server? We're currently...
Hulsey, James Phillip
HULSEYJ@...
Send Email
Aug 1, 2000
10:49 am
9076
i was getting a very similar error message a while back with jrun 3 on nt with iis. Turned out i was trying to forward the request to two jsp pages (both of...
Moore, Jim
jim@...
Send Email
Aug 1, 2000
2:27 pm
9077 Matthew Horn
mhorn@...
Send Email
Aug 1, 2000
2:39 pm
9078
Thanks Jim for sharing that. I went through my app and only found two places where (due to a lack of return; after a forward) what you said could happen....
Lynn Walton
waltonl@...
Send Email
Aug 1, 2000
6:35 pm
9079
I am successfully able to authenticate with my own authentation implementation. How do I log out the current principal? thanks, brian <signature> <name>brian...
Brian Zimmer
bzimmer@...
Send Email
Aug 1, 2000
7:31 pm
9080
I know how to do this in jrun3 and the JMC, but I never did it in 2.3. Now that I've decided last minute to try reverting back to 2.3 in case I can't get my...
Lynn Walton
waltonl@...
Send Email
Aug 1, 2000
7:39 pm
9081
Hi, I think you have three options - create the contract-pdf-doc from scratch everytime - modify an existing pdf - use the FDF/PDF scheme - create from...
Alexander Jesse
alexander.jesse@...
Send Email
Aug 2, 2000
8:52 am
9082
Can anyone share some quick and easy examples of using simple entity and session EJBs in JRun 3.0? I want to access them in jsp pages. I'm interested in syntax...
Jamie Orchard-Hays
jamie@...
Send Email
Aug 2, 2000
1:05 pm
9083
Invaliding the session is one way. If you want to maintain your current session and remove the current user, you need to remove the following session...
Karl Moss
kmoss@...
Send Email
Aug 2, 2000
3:35 pm
9084
Hi, I´m having some problemas with JRun 2.3.3 release 1.57 on Linux RedHat 6.2 and JDK 1.1.8 Black Down. Some times the JRun just stops to answer the request....
Bruno Torres Goyanna
bruno@...
Send Email
Aug 2, 2000
6:32 pm
9085
Hi How can we get Environment Variables of Apache in JSP running in JRUN in Apache web server My problem is I need to get the SSL_Session_ID in the JSP Thanks...
Kapil Madan
kapil.madan@...
Send Email
Aug 2, 2000
7:20 pm
9086
I am trying to precompile my JSPs to check for syntax errors at compile time rather than runtime. It works fine if the JSP does not contain a taglib, but with...
Brian Zimmer
bzimmer@...
Send Email
Aug 2, 2000
7:29 pm
9087
ServletContext.getInitParameter is a servlet 2.2 feature. I don't thinkJRun 2.3.3 support the 2.2 servlet spec. If it you can work around this using...
ken_warkentyne@...
Send Email
Aug 2, 2000
7:55 pm
9088
Anyone see this before? I'm running JRun 2.3.3 Build 157 on NT. The JSP compiles just fine and all the following are generated: processaccount.xml ...
Boemio, Neil (CAP, FGI)
Neil.Boemio@...
Send Email
Aug 2, 2000
11:57 pm
9089
Hi all, I have a problem with JRun 3.0 on Sun OS 5.7 and Solaris_JDK_1.2.1_02a. Periodically JRun3.0 doesn't work and the screen in the browser just shows what...
Sean Lim
shlim@...
Send Email
Aug 3, 2000
7:08 am
9090
Dear JRun'ers, We finally have figured out one of the problems that has been causing a lot of trouble since we migrated to JRun 3.0. Turns out our one...
Hanke, Roger A, ALSVC
rhanke@...
Send Email
Aug 3, 2000
1:51 pm
9091
Dear All, ... And we are running on Solaris 2.6. ... Archives: http://www.egroups.com/group/jrun-interest/ Unsubscribe:...
Hanke, Roger A, ALSVC
rhanke@...
Send Email
Aug 3, 2000
4:33 pm
9092
Hi List: I'm new to JRun and somewhat new to Java, so please bear with me. Symptom: When I make changes to a class in a package, those changes are not...
Shelton, William D
william.shelton@...
Send Email
Aug 3, 2000
4:35 pm
9093
See page 54 of Developing Applications with Jrun (the big user manual). erich Izdepski "This may contain information that is confidential or privileged. If you...
Erich Izdepski
izdepse@...
Send Email
Aug 3, 2000
6:06 pm
9094
Shelton, You should include this library in Servlet Path, so it will be dynimec lodaded to, like the JSP or servlets. Bruno ... From: Shelton, William D...
Bruno Torres Goyanna
bruno@...
Send Email
Aug 3, 2000
6:42 pm
9095
Bill, It is not that JRun is caching your packaged classes, it's that JRun only dynamically reloads classes in the servlet directory. JRun uses a special ...
Brian J. Sayatovic
trin@...
Send Email
Aug 3, 2000
7:00 pm
9096
I don't think so. What sort of commands would cause buffering to occur? ... Archives: http://www.egroups.com/group/jrun-interest/ Unsubscribe:...
Donnell Hughes
donnell.hughes@...
Send Email
Aug 3, 2000
7:02 pm
9097
Well finally found the section in the dev guide discussing how all requests are sent to JRun and then non servlet and jsp ones are quickly sent back to the...
Hanke, Roger A, ALSVC
rhanke@...
Send Email
Aug 3, 2000
9:12 pm
9098
Hi, May somedbody feel it's silly, but I am facing this problem. May be somebody can give me some clue for this problem or anybody have faced this sort of ...
Kumar, Anil
AKumar@...
Send Email
Aug 4, 2000
12:46 am
9099
Hi Brian, It's a known limitation in JSPC. C ... From: Brian Zimmer [mailto:bzimmer@...] Sent: Wednesday, August 02, 2000 12:13 PM To:...
Clement Wong
cwong@...
Send Email
Aug 4, 2000
1:23 am
9100
we've been forced to switch from jrun 2.3.3 to jrun 3 because we can no longer get any new licences for jrun 2.3.3, and so I'm trying to migrate our servlets...
Nic Carter
nicc@...
Send Email
Aug 4, 2000
4:35 am
9101
Bill, Your description of the way the JRUN server is behaving is correct. This is not an error with the server, but an feature of the server - and in fact the...
Andrew Phelps
andrewp@...
Send Email
Aug 4, 2000
9:55 am
9102
Hi. I have an application being used with the Java Web Server. I have a set of classes(Servlets), html files and a couple of persistant classes(classes folder...
thomasp@...
Send Email
Aug 4, 2000
10:22 am
9103
Do you have any plan to fix this limitation ? ... -- Internet Solution Group 2/Takekazu Omi ReedRex Corp. GOTANDA METALION BLDG., 5-21-15, HIGASHI-GOTANDA, ...
Takekazu Omi
takekazu@...
Send Email
Aug 4, 2000
12:15 pm
Messages 9074 - 9103 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