* [gentoo-java] Application server for JEE @ 2006-10-10 9:20 Daniel Piccoli 2006-10-10 9:35 ` Alistair Bush 0 siblings, 1 reply; 8+ messages in thread From: Daniel Piccoli @ 2006-10-10 9:20 UTC (permalink / raw To: gentoo-java Hi, what is the recommended application server to use under Gentoo? Is JBoss better than glassfish? I need support for the new JEE stuff. Thanks -- gentoo-java@gentoo.org mailing list ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-java] Application server for JEE 2006-10-10 9:20 [gentoo-java] Application server for JEE Daniel Piccoli @ 2006-10-10 9:35 ` Alistair Bush 2006-10-11 1:49 ` Daniel Piccoli 0 siblings, 1 reply; 8+ messages in thread From: Alistair Bush @ 2006-10-10 9:35 UTC (permalink / raw To: gentoo-java Jboss -> J2EE 1.4 Glassfish -> J2EE 1.5 So im guessing glassfish Alistair On Tuesday 10 October 2006 22:20, Daniel Piccoli wrote: > Hi, > > what is the recommended application server to use under Gentoo? Is JBoss > better than glassfish? I need support for the new JEE stuff. > > Thanks -- gentoo-java@gentoo.org mailing list ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-java] Application server for JEE 2006-10-10 9:35 ` Alistair Bush @ 2006-10-11 1:49 ` Daniel Piccoli 2006-10-11 4:40 ` David Herron 2006-10-11 12:46 ` Wiktor Wandachowicz 0 siblings, 2 replies; 8+ messages in thread From: Daniel Piccoli @ 2006-10-11 1:49 UTC (permalink / raw To: Alistair Bush; +Cc: gentoo-java Thanks Alistair, the reason I ask is because I have been using Glassfish with Netbeans 5.5 beta 2 (both downloaded, not emerged) and the development platform does not seem stabe. eg. I try to do things like start the app server, the progress bar shows that the cpu is doing something but top reveals that it is not. I would like to think that Netbeans and Glassfish are as stable under Gentoo as they are under Windows as they both use Java which is supposedly platform independent. I would really like to use Gentoo to do my development work for my job. However, if usability is not good under linux, I will have to switch. Dan On Tue, 2006-10-10 at 22:35 +1300, Alistair Bush wrote: > Jboss -> J2EE 1.4 > Glassfish -> J2EE 1.5 > > So im guessing glassfish > > Alistair > > On Tuesday 10 October 2006 22:20, Daniel Piccoli wrote: > > Hi, > > > > what is the recommended application server to use under Gentoo? Is JBoss > > better than glassfish? I need support for the new JEE stuff. > > > > Thanks -- gentoo-java@gentoo.org mailing list ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-java] Application server for JEE 2006-10-11 1:49 ` Daniel Piccoli @ 2006-10-11 4:40 ` David Herron 2006-10-11 4:58 ` Daniel Piccoli 2006-10-12 6:07 ` gnul 2006-10-11 12:46 ` Wiktor Wandachowicz 1 sibling, 2 replies; 8+ messages in thread From: David Herron @ 2006-10-11 4:40 UTC (permalink / raw To: Daniel Piccoli; +Cc: Alistair Bush, gentoo-java Hi Daniel, For me this raises a possibility we've been concerned with regarding the DLJ release that y'all are using on Gentoo. Namely at Sun we are not testing on Gentoo, we test on Redhat or Suse etc (there's a list somewhere). Because we, at Sun, don't test on Gentoo some on the team were (and are) worried that some niggling incompatibility at the Linux level might cause a behavior difference in Java. Obviously Java creates platform independence by abstracting the operating system, making for a dependency between Java and the OS. Not that I know that's the case here. I just wanted to throw this out as a possibility. e.g. have you made sure you're using the same versions of the JDK, of Netbeans, and of Glassfish, and that you're seeing different behavior and the only difference is that it's Gentoo in one case and Windows in another? And what happens if you run this combination on one of the Linux's that are on Sun's supported platform list? - David Herron On Oct 10, 2006, at 6:49 PM, Daniel Piccoli wrote: > Thanks Alistair, > > the reason I ask is because I have been using Glassfish with Netbeans > 5.5 beta 2 (both downloaded, not emerged) and the development platform > does not seem stabe. eg. I try to do things like start the app server, > the progress bar shows that the cpu is doing something but top reveals > that it is not. > > I would like to think that Netbeans and Glassfish are as stable under > Gentoo as they are under Windows as they both use Java which is > supposedly platform independent. I would really like to use Gentoo > to do > my development work for my job. However, if usability is not good > under > linux, I will have to switch. > > Dan > > On Tue, 2006-10-10 at 22:35 +1300, Alistair Bush wrote: >> Jboss -> J2EE 1.4 >> Glassfish -> J2EE 1.5 >> >> So im guessing glassfish >> >> Alistair >> >> On Tuesday 10 October 2006 22:20, Daniel Piccoli wrote: >>> Hi, >>> >>> what is the recommended application server to use under Gentoo? >>> Is JBoss >>> better than glassfish? I need support for the new JEE stuff. >>> >>> Thanks > > -- > gentoo-java@gentoo.org mailing list > -- gentoo-java@gentoo.org mailing list ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-java] Application server for JEE 2006-10-11 4:40 ` David Herron @ 2006-10-11 4:58 ` Daniel Piccoli 2006-10-12 6:07 ` gnul 1 sibling, 0 replies; 8+ messages in thread From: Daniel Piccoli @ 2006-10-11 4:58 UTC (permalink / raw To: David Herron; +Cc: Alistair Bush, gentoo-java Thanks David, I don't have access to all of the platforms to be able to compare, but I have just downloaded glassfish V1 UR1 Build 14 and Netbeans 5.5 RC1. Hopefully these will work ok. Regards, Dan -- gentoo-java@gentoo.org mailing list ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-java] Application server for JEE 2006-10-11 4:40 ` David Herron 2006-10-11 4:58 ` Daniel Piccoli @ 2006-10-12 6:07 ` gnul 1 sibling, 0 replies; 8+ messages in thread From: gnul @ 2006-10-12 6:07 UTC (permalink / raw To: gentoo-java On 10/10/06, David Herron <David.Herron@sun.com> wrote: > Because we, at Sun, don't test on Gentoo some on the > team were (and are) worried that some niggling incompatibility at the > Linux level might cause a behavior difference in Java. This statement arouses my curiosity. It seems that because you can "tweak the Linux level" (meaning: tweak the underlying OS libraries and kernel), one would want to test java (compiler and JVM) on this platform. As part of a test suite, you could try and hinder the performance of a JVM by modifying compiler flags and kernel parameters. On the same token, you could try and maximize the performance (for various goals) of a JVM by different modifications. Then, with these results, a sort of performance matrix could be created showing the particular kernel parameters against various performance goals (such as flops, or graphics, or EE beans, or servlet load, etc). I am not suggesting Sun should do this work, but I am suggesting that Gentoo seems to be an ideal platform (on any/all supported hardware) to "tune" java to maximum performance, depending on one's goals. -gnul -- gentoo-java@gentoo.org mailing list ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-java] Application server for JEE 2006-10-11 1:49 ` Daniel Piccoli 2006-10-11 4:40 ` David Herron @ 2006-10-11 12:46 ` Wiktor Wandachowicz 2006-10-13 2:47 ` Daniel Piccoli 1 sibling, 1 reply; 8+ messages in thread From: Wiktor Wandachowicz @ 2006-10-11 12:46 UTC (permalink / raw To: gentoo-java 2006/10/11, Daniel Piccoli <piccoli.dan@gmail.com>: > the reason I ask is because I have been using Glassfish with Netbeans > 5.5 beta 2 (both downloaded, not emerged) and the development platform > does not seem stabe. eg. I try to do things like start the app server, > the progress bar shows that the cpu is doing something but top reveals > that it is not. If you run GlassFish using ordinary user account (not administrative one), this is exactly what happens, no matter if it's Windows or Linux. You have to be the owner of GlassFish directories and files to run it successfully. Group ownership is not enough in this case (I too wonder why). Just a quick: chown -R piccoli:users /opt/glassfish-9.0-b48 (or similar) and your'e golden. I have jdk-1.6.0-b100, NetBeans 5.5 RC1, GlassFish b48 and Enterprise Pack 5.5 Beta installed [manually] and I haven't noticed any big problems (apart from the aforementioned ownership requirement). Let us know if this helps you too. Wiktor -- Registered Linux user #390131 (http://counter.li.org) -- gentoo-java@gentoo.org mailing list ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-java] Application server for JEE 2006-10-11 12:46 ` Wiktor Wandachowicz @ 2006-10-13 2:47 ` Daniel Piccoli 0 siblings, 0 replies; 8+ messages in thread From: Daniel Piccoli @ 2006-10-13 2:47 UTC (permalink / raw To: Wiktor Wandachowicz; +Cc: gentoo-java Hi All, Wiktor's recommendation seems to be working so far (thanks). The earlier problem with a unit test hanging has now proven to be a lock with the Oracle database while persisting something. I have reinstalled Oracle and everything seems ok now. Daniel On Wed, 2006-10-11 at 14:46 +0200, Wiktor Wandachowicz wrote: > 2006/10/11, Daniel Piccoli <piccoli.dan@gmail.com>: > > > the reason I ask is because I have been using Glassfish with Netbeans > > 5.5 beta 2 (both downloaded, not emerged) and the development platform > > does not seem stabe. eg. I try to do things like start the app server, > > the progress bar shows that the cpu is doing something but top reveals > > that it is not. > > If you run GlassFish using ordinary user account (not administrative one), > this is exactly what happens, no matter if it's Windows or Linux. You have > to be the owner of GlassFish directories and files to run it successfully. > Group ownership is not enough in this case (I too wonder why). > > Just a quick: > > chown -R piccoli:users /opt/glassfish-9.0-b48 > > (or similar) and your'e golden. > > I have jdk-1.6.0-b100, NetBeans 5.5 RC1, GlassFish b48 and Enterprise > Pack 5.5 Beta installed [manually] and I haven't noticed any big problems > (apart from the aforementioned ownership requirement). > > Let us know if this helps you too. > > Wiktor > > -- > Registered Linux user #390131 (http://counter.li.org) -- gentoo-java@gentoo.org mailing list ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2006-10-13 2:48 UTC | newest] Thread overview: 8+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2006-10-10 9:20 [gentoo-java] Application server for JEE Daniel Piccoli 2006-10-10 9:35 ` Alistair Bush 2006-10-11 1:49 ` Daniel Piccoli 2006-10-11 4:40 ` David Herron 2006-10-11 4:58 ` Daniel Piccoli 2006-10-12 6:07 ` gnul 2006-10-11 12:46 ` Wiktor Wandachowicz 2006-10-13 2:47 ` Daniel Piccoli
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox