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 ...
15028
sam_greenfield@...
May 2, 2002 10:41 pm
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...
15029
Eric Anderson
eanderson@...
May 2, 2002 10:42 pm
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...
15030
James A. Rome
jar@...
May 3, 2002 12:53 pm
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....
15031
Haseltine, Celeste
CHaseltine@...
May 7, 2002 3:58 pm
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...
15032
Scott Stirling
scottstirling@...
May 7, 2002 4:39 pm
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...
15033
Haseltine, Celeste
CHaseltine@...
May 7, 2002 6:00 pm
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...
15034
Scott Stirling
scottstirling@...
May 8, 2002 2:40 am
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. ...
15035
Gaulin, Mark
mgaulin@...
May 8, 2002 2:33 pm
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 ...
15036
Tracy Bost
tbost@...
May 8, 2002 3:00 pm
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...
15037
Haseltine, Celeste
CHaseltine@...
May 8, 2002 4:11 pm
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...
15038
Will Berger
wberger@...
May 8, 2002 4:17 pm
Thank you for taking care of that. ... From: Gaulin, Mark [mailto:mgaulin@...] Sent: Wednesday, May 08, 2002 10:32 AM To: JRun-Talk Subject:...
15039
Mike Collins
mcollins@...
May 8, 2002 4:57 pm
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...
15040
Scott Stirling
scottstirling@...
May 8, 2002 5:32 pm
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...
15041
Bernat_López
bernat.lopez@...
May 8, 2002 7:29 pm
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...
15042
Gaulin, Mark
mgaulin@...
May 8, 2002 9:51 pm
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...
15043
Jeff Dingle
jdingle@...
May 10, 2002 6:33 pm
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...
15044
Roan Nicolas
Roan.Nicolas@...
May 10, 2002 6:38 pm
Hi Jeff, What JRun Build are you using? You can download the latest build at the JRun Update Center ...
15045
Theodore Zimmerman
tzimmerman@...
May 10, 2002 6:50 pm
Hi Jeff, Something may have gotten corrupted in one of your jsp's. See the following TechNote: ...
15046
Jeff Dingle
jdingle@...
May 10, 2002 7:33 pm
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 ...
15047
Anthony Villanueva
Anthony.Villanueva@...
May 10, 2002 7:37 pm
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 ... ...
15048
Ingo Etienne
ingo_etienne@...
May 13, 2002 11:20 am
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:...
15049
Andreas Ott
a_ott@...
May 13, 2002 2:22 pm
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...
15050
Nilesh Chand
nilesh@...
May 13, 2002 2:27 pm
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...
15051
Dave Watts
dwatts@...
May 13, 2002 2:28 pm
... 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)...
15052
Scott Stirling
scottstirling@...
May 13, 2002 2:38 pm
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...
15053
Drew Falkman
drew@...
May 13, 2002 3:34 pm
You probably already know this, but your error says 'WEB\INF' and not 'WEB-INF39; - could be a simple typo...? Drew Falkman Author, JRun Web Application...
15054
Andreas Ott
a_ott@...
May 14, 2002 6:58 pm
Ah thanks, thats correct but does not solve my problem. I should write /WEB-INF/ instead of /WEB/INF/ in my email. Sorry. Andreas ... ...
15055
Ravi Vedire
RVedire@...
May 15, 2002 3:39 pm
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...
15056
Cortlandt Winters
cwinters@...
May 15, 2002 4:42 pm
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...