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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 15027 - 15056 of 16245   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15027
Thanks, Eric. Is there a public release date for JRun 4.0? We purchased JRun 3.x with a subscription. Do you know who I can check with to see if we will be ...
sam_greenfield@...
Send Email
May 2, 2002
10:39 pm
15028
Hiya, Does anyone know if JRun 3.x supports SSL authentication with client-side certificates? I believe the documentation states that only BASIC and FORM...
sam_greenfield@...
Send Email
May 2, 2002
10:41 pm
15029
JRun 3.x does not support SSL authentication via client certs. JRun 4.0 has this feature. Eric Eric Anderson Senior Engineer JRun Product Support Macromedia...
Eric Anderson
eanderson@...
Send Email
May 2, 2002
10:42 pm
15030
Of course JRun supports client-side certificates. Its part of the Servlet spec. You have to enable your server for SSL and to also require client certificates....
James A. Rome
jar@...
Send Email
May 3, 2002
12:53 pm
15031
I am currently using AveConnects JDBC driver with JRUN 3.1. I've discovered that when I use the JRUN Management Console to add a JDBC Data Source, when I...
Haseltine, Celeste
CHaseltine@...
Send Email
May 7, 2002
3:58 pm
15032
Hi Celeste, I'm surprised you get a ConnectionPoolDataSource and not a ClassCastException in the example below. That's kind of interesting. Think of JNDI as...
Scott Stirling
scottstirling@...
Send Email
May 7, 2002
4:39 pm
15033
Scott, I didn't think about storing my connection pool in the serlvet context, thanks for pointing that out to me. But if I did want to use JNDI, I would just...
Haseltine, Celeste
CHaseltine@...
Send Email
May 7, 2002
6:00 pm
15034
Hi Celeste, ... The resource-ref and res-ref-name and related tags can be looked up in the web-app_2_2 DTD for web.xml, which you can find in $JRUN_HOME/lib. ...
Scott Stirling
scottstirling@...
Send Email
May 8, 2002
2:40 am
15035
Hi Folks I am looking for advise/opinions on how difficult it is to migrate CF apps to JSP on JRun 3.1 (with or without using the JRun custom tags). Has ...
Gaulin, Mark
mgaulin@...
Send Email
May 8, 2002
2:33 pm
15036
Faced with the same issue, but now that cfmx is soon to be out, it has an cfimport tag that will run jsp pages, so thought would do the migration gradually by...
Tracy Bost
tbost@...
Send Email
May 8, 2002
3:00 pm
15037
Scott, Thank you very much for the info and the links below. I can tell I need to do some reading/research on this topic. I really have never looked very far...
Haseltine, Celeste
CHaseltine@...
Send Email
May 8, 2002
4:11 pm
15038
Thank you for taking care of that. ... From: Gaulin, Mark [mailto:mgaulin@...] Sent: Wednesday, May 08, 2002 10:32 AM To: JRun-Talk Subject:...
Will Berger
wberger@...
Send Email
May 8, 2002
4:17 pm
15039
Mark, By reading your post it really sounds like you are a perfect fit for CF MX. You obviously like the easy to use tags of CF and you have some JSP's and...
Mike Collins
mcollins@...
Send Email
May 8, 2002
4:57 pm
15040
Hi Mark, It's pretty easy if you know Java. Most of the core CF tags are super easy to implement as JSP tags or scriptlets, or JavaBeans. When you start to...
Scott Stirling
scottstirling@...
Send Email
May 8, 2002
5:32 pm
15041
Hi!! I've two servers with JRun 3.1 and JDK 1.3 installed... one of this servers is having me some problems with the command <%@ include file="xxx.jsp"%>... in...
Bernat_López
bernat.lopez@...
Send Email
May 8, 2002
7:29 pm
15042
Hi Mike, Scott Yeah, I think it's worth taking the time to look at the new MX features and just wait for it to be released before starting... hopefully the...
Gaulin, Mark
mgaulin@...
Send Email
May 8, 2002
9:51 pm
15043
im getting a bad magic number exception when trying to view jsp happened twice today (completely diff jsp) when it has never happened before i killed the java...
Jeff Dingle
jdingle@...
Send Email
May 10, 2002
6:33 pm
15044
Hi Jeff, What JRun Build are you using? You can download the latest build at the JRun Update Center ...
Roan Nicolas
Roan.Nicolas@...
Send Email
May 10, 2002
6:38 pm
15045
Hi Jeff, Something may have gotten corrupted in one of your jsp's. See the following TechNote: ...
Theodore Zimmerman
tzimmerman@...
Send Email
May 10, 2002
6:50 pm
15046
thanks for the help I found the tech-note and that's how i fixed fixed the prob (delete .java and .class) it also says that JRun 3.1 fixed this problem ...
Jeff Dingle
jdingle@...
Send Email
May 10, 2002
7:33 pm
15047
Hi Jeff, Here's the link for the latest JRun 3.0 patch: http://download.allaire.com/publicdl/en/jrun/30/jr30sp2_25232.exe Hope it works for you. Anthony ... ...
Anthony Villanueva
Anthony.Villanueva@...
Send Email
May 10, 2002
7:37 pm
15048
Hi all, when trying to get a Logger instance for a specific class I get this exception: java.lang.VerifyError: (class: org/apache/log4j/LogManager, method:...
Ingo Etienne
ingo_etienne@...
Send Email
May 13, 2002
11:20 am
15049
Hi, does anyone of you ever have got similar problems with own jsp-tags unter jrun 3.1. where the message has been as follows: "Error parsing TLD...
Andreas Ott
a_ott@...
Send Email
May 13, 2002
2:22 pm
15050
We are currently running Oracle 9i and wanted to find out what is the difference in using JRun Oracle Driver versus Oracle Thin Driver. How do you justify...
Nilesh Chand
nilesh@...
Send Email
May 13, 2002
2:27 pm
15051
... Have you cycled the server? I've needed to do that after adding a JSP tag library. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202)...
Dave Watts
dwatts@...
Send Email
May 13, 2002
2:28 pm
15052
Oracle's own driver is a lot faster. And Oracle's driver doesn't have any problem with cached prepared statements, which you may run into in rare (?) cases...
Scott Stirling
scottstirling@...
Send Email
May 13, 2002
2:38 pm
15053
You probably already know this, but your error says 'WEB\INF' and not 'WEB-INF' - could be a simple typo...? Drew Falkman Author, JRun Web Application...
Drew Falkman
drew@...
Send Email
May 13, 2002
3:34 pm
15054
Ah thanks, thats correct but does not solve my problem. I should write /WEB-INF/ instead of /WEB/INF/ in my email. Sorry. Andreas ... ...
Andreas Ott
a_ott@...
Send Email
May 14, 2002
6:58 pm
15055
I am just curious to find out if any of you had any experience with Java classes/libraries that let you control a browser from with in your application. The...
Ravi Vedire
RVedire@...
Send Email
May 15, 2002
3:39 pm
15056
I can think of a bunch of things you could try, but nothing that I would want to do. http://java.sun.com/products/hotjava/ would be a good example, the problem...
Cortlandt Winters
cwinters@...
Send Email
May 15, 2002
4:42 pm
Messages 15027 - 15056 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