RE: [JBoss-user] How install JBoss properly ?

2001-03-23 Thread Micheal J
The JBoss distribution is self contained. You don't need anything else to make it work AFAICT. You haven't specified the platform your are using but if it is Windows, try extracting the files from the .zip with WinZip and you'll be able to see the directory structure on disk. Try the Quick Start

RE: [JBoss-user] BMP entity beans and MS SQL Server 7 ??

2001-03-24 Thread Micheal J
Interbase is cheaper and it's open source. That's all. If you still have problems with MS SQL Server Jef, pls check out the updated HOWTO on the site. It isn't a BMP HOWTO so you might have gotten past what it offers. I don't have any problems here with MS SQL2K but we may be doing different thing

RE: [JBoss-user] JBoss Basic Questions

2001-03-26 Thread Micheal J
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of > Crothers.Dean > Sent: 26 March 2001 20:14 > To: [EMAIL PROTECTED] > Subject: [JBoss-user] JBoss Basic Questions > > > Hi, > > we are in the process of evaluating whether we should migrate from out > '

RE: [JBoss-user] Question on JBoss

2001-03-26 Thread Micheal J
> Question 1. > How can I configure the JBoss server to become a Background Process? See http://www.jboss.org/business/faq.html#FAQ-ADMIN-BOOT > > Question 2. > How can I configure the Embedded Tomcat that can run JSP under > Apache default Port 80 instead of 8080? > > Question 3. > Did JBoss su

RE: [JBoss-user] CAN IT BE DONE? deploy for all ORION,JBOSS-TOMCAT-JETTY

2001-03-26 Thread Micheal J
What problems have you encountered with JBoss-Jetty Lac? Micheal PS It would be great if you could post some notes on your work with JBoss-Tomcat and JBoss-Jetty to the group. Every contribution helps to grow the community... > We are trying to deploy our applications on different servers

RE: [JBoss-user] CAN IT BE DONE? deploy for all ORION,JBOSS-TOMCAT-JETTY

2001-03-27 Thread Micheal J
AFAIK, Jetty does not support resource-ref, ejb-ref and env-entry. Micheal > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Lac Sanh La > Sent: 27 March 2001 07:39 > To: '[EMAIL PROTECTED]' > Subject: RE: [JBoss-user] CAN IT BE DONE? deploy for all

RE: [JBoss-user] MS SQL7 JDBC-ODBC parameters

2001-03-27 Thread Micheal J
See Anthony & Kunle's SQl Server HOWTO on the site: http://www.jboss.org/documentation/mssql.htm Micheal > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Steve Shier > Sent: 27 March 2001 11:06 > I want to use the JDBC-ODBC bridge to a

RE: [JBoss-user] Anyone knows the answer to this ........

2001-03-27 Thread Micheal J
Suresh, In MS Outlook, Tools->Options menu. Select Mail Format tab Set message format to "plain Text" Save changes. Micheal Sorry once again.. I am using MS outlook... -Original Message- From: Tom Cook [mailto:[EMAIL PROTECTED]] S

RE: [JBoss-user] BMP entity beans and MS SQL Server 7 ??

2001-03-28 Thread Micheal J
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Peter > Routtier-Wone > Sent: 28 March 2001 11:59 > To: JBoss > Subject: Re: [JBoss-user] BMP entity beans and MS SQL Server 7 ?? > > > > Interbase is cheaper and it's open source. That's all. > > No, i

RE: [JBoss-user] Apache integration - why?

2001-03-28 Thread Micheal J
Performance usually. The JBoss-Tomcat inVM optimization (which is the only true integration) in the Apache/Tomcat/JBoss package, substantially reducs the overhead of calling out to JBoss from your JSP/Servlet. Maybe also robustness if you use a "cluster" of JBoss-Tomcat inVM instances (each in a

RE: [JBoss-user] JBoss packaging

2001-03-29 Thread Micheal J
> Could you please answer directly to my email address: > [EMAIL PROTECTED] > > Thanx! I hope not. The topic is of value to many subscribers on this list too. Micheal ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/li

RE: [JBoss-user] Datasource configuration, how to do it really?

2001-03-29 Thread Micheal J
> I have tried fooling around in jboss.conf, jboss.jcml and in my systems > ejb-jar.xml and jboss.xml but really can't make it work :( At one point > system complained that couldn't add datasource because there was no > transaction manager in JNDI (I think it was when I had entry in > jboss.conf)

RE: [JBoss-user] for weblogic JDBC Type 4 Drivers

2001-03-29 Thread Micheal J
I've forwarded it to Kunle. BTW, how did you resolve the problems with the Atinav drivers?. I looked at the post but couldn't see any reason for the error and since I don't have/use the Atinav drivers... Did you resolve the issue?. Any pearls of wisdom that you can pass on to others in the commun

RE: [JBoss-user] Error w/jboss-tomcat-2.1-beta.zip (March-26-2001)

2001-03-29 Thread Micheal J
Sounds like you have a SAX1 parser in your CLASSPATH that's getting loaded instead. Micheal > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Dorothy > Gantenbein > Sent: 29 March 2001 20:57 > On my Windows 2000 machine, I get an immediate error >

RE: [JBoss-user] SQL Server Drivers

2001-03-30 Thread Micheal J
http://www.jboss.org/documentation/HTML/ch10s22.html As for pricing, there links to a number of drivers in the document above. There is also a link to the only Open Source effort which is a [somewhat usable] work-in-progress. Check out the doc. Micheal PSPls refrain from HTML postings to th

RE: [JBoss-user] MS SQL7 JDBC-ODBC parameters

2001-03-30 Thread Micheal J
The free JDBC-ODBC driver is evil. Sun's free JDBC-ODBC driver [written by/with Merant if memory serves] isn't a great driver. It has poor performance and other issues with threading for instance. www.merant.com and www.EasySoft.com both offer substantially better JDBC-ODBC drivers. They are very

RE: [JBoss-user] SQL Server Drivers

2001-03-30 Thread Micheal J
30 March 2001 11:54 > To: [EMAIL PROTECTED] > Subject: RE: [JBoss-user] SQL Server Drivers > > > > This list lacks the commercial jdbc driver from www.jturbo.com > > Renzo > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Be

RE: [JBoss-user] I need ammo. -WL SUX

2001-03-30 Thread Micheal J
Windows 2000 scales just fine Fillip. Certainly the 32-CPU Windows 2000 Datancentre boxes represent much more _vertical_ scalability than 90% or more of businesses need or want I imagine. As for _horizontal_ scalability you can scale till the cows... More seriously, I am curious though about this

RE: [JBoss-user] JBoss and PostgreSQL problems

2001-03-31 Thread Micheal J
The entries you made are for JBoss 2.0 and earlier. Have a look at: http://www.jboss.org/documentation/HTML/ch10s22.html It is for SQL Server but it shows the entries needed for 2.1 vs 2.0 and you should be able to adapt it to your needs. Micheal > -Original Message- > From: [EMAIL P

RE: [JBoss-user] JBoss on Win98

2001-03-31 Thread Micheal J
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Steven > Webster > Sent: 31 March 2001 14:17 > To: [EMAIL PROTECTED] > Subject: [JBoss-user] JBoss on Win98 > > > Hi guys, > > A few questions about running JBoss on Windows 98, with varying > degrees

RE: [JBoss-user] ECPerf project

2001-04-05 Thread Micheal J
> Lest you think me an Oracle bigot, I must point out that I don't > really like > Oracle. It's grossly overpriced and cumbersome to manage. My favourite > database is Hmm, let me guess Peter.versioning engine, open source, ;-) > Interbase. For a great number of technical reasons I rega

RE: [JBoss-user] ECperf project

2001-04-05 Thread Micheal J
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Tom Coleman > Sent: 04 April 2001 16:47 > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] ECperf project > > > > > > Probably the most important database servers from a promotional point of > > view

RE: [JBoss-user] Why cloudscape DB for petstore?

2001-04-25 Thread Micheal J
> Changing the application to use an Open Source database is probably > a good idea, but just because developers use an Open Source J2EE > server like JBoss doesn't mean that they prefer to use Open Source > DB's. > > Just look at all the posts on this list that refer to Oracle. Maybe this i

RE: [JBoss-user] MERANT SQL Server driver will not load....

2001-04-30 Thread Micheal J
Post further info - config file entries, jbdc driver details etc Micheal -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Brad Harper Sent: 01 May 2001 03:10 To: [EMAIL PROTECTED] Subject: [JBoss-user] MERANT SQL Server driver will not load I fo

RE: [JBoss-user] 2 WEEKS EVICTION NOTICE

2001-07-11 Thread Micheal J
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of marc fleury > Sent: 11 July 2001 20:02 > To: Jboss-User@Lists. Sourceforge. Net > Subject: [JBoss-user] 2 WEEKS EVICTION NOTICE > > > Ok guys, > > the forums online seem to be holding, let's start bri

RE: [JBoss-user] 2 WEEKS EVICTION NOTICE

2001-07-14 Thread Micheal J
> huh ... > > I belive critisism is good when *and only when* a sugested solution folows > ... as I se it those who need it, should write it ... the mail service > module ... do not jive support it now ? ... You've got this the wrong way round. The mailing list is here now. It works and it's user

RE: [JBoss-user] MS SQL JBOSS QUESTION - help needed

2001-07-17 Thread Micheal J
The advice is to avoid identity columns for CMP entity beans only. For BMP, you obvioulsy have more control and would be able to fix the issues the original poster was experiencing. Micheal > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Maraya >

RE: [JBoss-user] Jive Forums speed feed-back wanted

2001-07-28 Thread Micheal J
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of marc fleury > Sent: 26 July 2001 14:01 > To: Jboss-User@Lists. Sourceforge. Net > Cc: Matt Tucker > Subject: [JBoss-user] Jive Forums speed feed-back wanted > > > Ok, > > moving the forums is a necess