Re: EJBs on Linux
Hello Lorin, I have JDK1.1.7 and JDK1.2 running on my linux box. There are several EJB servers available for Linux, I list only these I tried to get working on my linux: EBServer from Prosyst http://www.prosyst.com Jonas from Bullsoft (free software) http://www.bullsoft.com/ejb/index.html Weblogic 4.5.1 from BEA Systems http://www.weblogic.com I tried all of these tree on my linux and got them working. If you have more questions about EJB on Linux, send me a mail. See you, Lars. Lorin Kobashigawa escribió: Is it possible to use EJBs under linux? Sun's documentation makes it seem like they require J2EE, but i've seen some references to open-source EJB containers that run on Linux. -Lkb -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: EJBs on Linux
Hi! On Sam, 25 Mär 2000 Man Chi Ly wrote: >As for free >(speech) implementations, I haven't researched much but I haven't seen >any. http://www.ejboss.org/ http://www.openmaster.com/ejb/index.html For more info check http://www.interpasnet.com/JSS/textes/ejbserveurs.htm Ciao, Andreas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Problem with java and linux
Hello, I have a problem calling java, javac ... from inside a java program. I get the following error: sh: error in loading shared libraries /usr/local/glibc2/lib/libc.so.6: undefined symbol: _dl_initial_searchlist Compiling java programes and excecuting java programs works fine. I have the following library configuration on my linux box: libc2.0.7 as primary library in /lib libc2.1.2 as secondary library in /usr/local/glibc2/lib I call javac from inside a java program by using: Process p = Runtime.getRuntime().exec("javac") p.waitFor(); I hope anybody can help me, thanks Lars.
Re: EJBs on Linux
I remember reading about J2EE on the j2ee-interest mailing list (check out archives.javasoft.com ). Basically, J2EE does work on Linux but only windows and solaris are supported. There's an rmi/iiop binary which isn't java-based that you can get as part of the J2EE community source I read. cheers, Pak Man Chi Ly wrote: > On Fri, 24 Mar 2000, Lorin Kobashigawa wrote: > > > Is it possible to use EJBs under linux? Sun's documentation makes it seem > > like they require J2EE, but i've seen some references to open-source EJB > > containers that run on Linux. > > > > -Lkb > > > > Lorin, > > I'm starting to look into EJBs myself (and was sorta wanting to ask a > similar question). To answer to the best of my limited knowledge, EJBs > run in an EJB container.. it has nothing to do with the OS. I realize > you're asking for an EJB container that works under Linux. Weblogic 4.5.1 > is a commercial and officially supported product. As for free > (speech) implementations, I haven't researched much but I haven't seen > any. IBM offers WebSphere App Server as a free (non-crippled) eval > download. I had no luck getting it working under SuSE 6.3 because v. 2.03 > is hooked to an older build of Apache. Their docs do explicitly say which > Linux distros (and versions) will work.. Also, WAS 2.03 is not EJB 1.1 > compliant (v. 3 will ship within months). > > Finally, I tried to install Sun's J2EE reference implemenation (for > Solaris) on Linux. The .sh installer didn't even pass the checksum of the > downloaded file (I tried a couple times). I don't know why this is the > case, but I do recall that J2EE right now is not "Pure Java" so the > likelihood of it running smoothly on Linux right now are slim. > > Maybe one of the blackdown JDK developers can comment more precisely. > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: EJBs on Linux
Hello Lars, Thanks for the response, I don't know much about EJBs at all, but I am very curious about them, and would like to see about implementing them on a couple of small projects I have. I was initially confused, as it seemed like you would need the javax.ejb stuff that comes with J2EE, but I see that EJBoss provides the classes with their dist.Do you have an opinion about the various OpenSource Containers? It seems like EJBoss, and JOnAS are the farthest along, but not knowing a whole lot about them I don't really have any criteria for rating them. Also, do you know where I can look for some good documentation? -Lkb At 11:33 AM 3/25/00 +0100, Lars Lathan wrote: > Hello Lorin, I have JDK1.1.7 and JDK1.2 running on my linux box. There >are several EJB servers available for Linux, I list only these I tried to >get working on my linux:http://www.prosyst.com >http://www.bullsoft.com/ejb/index.htmlhttp://www.weblogic.com I tried >all of these tree on my linux and got them working. If you have more >questions about EJB on Linux, send me a mail. >See you, Lars. Lorin Kobashigawa escribió: Sun's documentation >makes it seem >like they require J2EE, but i've seen some references to open-source EJB >containers that run on Linux. -Lkb >-- >To UNSUBSCRIBE, email to [EMAIL PROTECTED] >with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]