[JBoss-dev] Re: [JBoss-user] JBoss/Websphere/Weblogic feature comparison

2002-06-11 Thread David Ward
Here's a starting point: http://www.flashline.com/components/appservermatrix.jsp -- Bill Burke wrote: > I remember somebody doing research on this. Can anybody help here? > > Bill ___ Multimillion Dollar Computer Inventory Live Web

[JBoss-dev] Re: [JBoss-user] JBoss 3.0 ClassLoader Architecture

2002-05-21 Thread David Ward
mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user -- - David Ward [EMAIL PROTECTED] http://www.dotech.com ___ Don't miss the 2002 Sprint PCS Appl

[JBoss-dev] Re: [JBoss-user] tomcat4 log dir in jboss3-rc1

2002-04-25 Thread David Ward
This is now officially entered at sourceforge: http://sourceforge.net/tracker/index.php?func=detail&aid=548678&group_id=22866&atid=376685 Thanks again to everyone who does such an awesome job on this project. (Yes, I'm kissing up - but it's still true...) David --

[JBoss-dev] 3RC1-catalina invokeHome/classload prob

2002-04-25 Thread David Ward
There's been a lot of back and forth under different subject names on this, so I thought I'd submit a sourceforge bug to make it official: http://sourceforge.net/tracker/index.php?func=detail&aid=548668&group_id=22866&atid=376685 Thanks! David ___ J

[JBoss-dev] [JBoss-user] tomcat4 log dir in jboss3-rc1

2002-04-21 Thread David Ward
I don't know the ins-and-outs of creating a change request, but was wondering if for the next rc of jboss3-tomcat4 the tomcat4-service.xml file could be changed in this way: From this: To this: Currently it assumes the old JBoss-2.4.x-Tomcat-x.x.x dir structure where jboss and tomcat/cat

[JBoss-dev] tomcat4 log dir in jboss3-rc1

2002-04-18 Thread David Ward
I don't know the ins-and-outs of creating a change request, but was wondering if for the next rc of jboss3-tomcat4 the tomcat4-service.xml file could be changed in this way: From this: To this: Currently it assumes the old JBoss-2.4.x-Tomcat-x.x.x dir structure where jboss and tomcat/

[JBoss-dev] Re: [JBoss-user] Oracle claims to be our partner

2002-04-16 Thread David Ward
On a related note - I downloaded "their" OC4J app server (just being curious, not really straying from JBoss) in mid-March and it appears to be Orion underneath. All the xml config files are orion-this and orion-that. -- marc fleury wrote: > http://www.oracle.com/corporate/press/index.html?1

Re: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL

2002-03-14 Thread David Ward
It doesn't always lag - sometimes it's too eager! Example: I had a gripe that 2.4 documentation started disappering off the web site, being replaced with 3.0 documentation when 3.0 was only alpha. I think that the 2.4 docs should stay available online - at least until 3.x goes final. Mac Rin

[JBoss-dev] Re: [JBoss-user] JBOSS 3.x FINAL

2002-03-14 Thread David Ward
A combination of these has served well enough for me: Online docs: http://www.jboss.org/online-manual/HTML/index.html Forums: http://main.jboss.org/ User List Archive: http://www.mail-archive.com/jboss-user%40lists.sourceforge.net/ David -- Trawick, James wrote: > Will the final release act

[JBoss-dev] jboss not sync'd with external db changes

2001-07-27 Thread David Ward
I'm goin' a bit crazy here... If I have a sqlplus window open to my Oracle database, I can see the data change as I change values via my CMP Entity Bean. However, if I change a value in the DB using sqlplus (and commit it), my already active CMP Entity Bean doesn't pick up the change (it stil

[JBoss-dev] Re: jboss not sync'd with external db changes - OOPS

2001-07-27 Thread David Ward
Oops - sorry. Should have sent this to jboss-user. I'll do that now... :( David -- David Ward wrote: > I'm goin' a bit crazy here... > > If I have a sqlplus window open to my Oracle database, I can see the > data change as I change values via my CMP Entity Bean.