From owner-freebsd-java Mon Feb 21 5:51:46 2000 Delivered-To: freebsd-java@freebsd.org Received: from smtp25.baruch.cuny.edu (smtp25.baruch.cuny.edu [150.210.155.201]) by hub.freebsd.org (Postfix) with SMTP id CF78B37BC63 for ; Mon, 21 Feb 2000 05:51:36 -0800 (PST) (envelope-from vince@baruch.cuny.edu) Received: (qmail 9751 invoked by uid 0); 21 Feb 2000 13:40:16 -0000 Received: from newton.baruch.cuny.edu (HELO baruch.cuny.edu) (150.210.155.202) by smtp25.baruch.cuny.edu with SMTP; 21 Feb 2000 13:40:16 -0000 Received: (qmail 26709 invoked by uid 1000); 21 Feb 2000 13:51:35 -0000 Date: Mon, 21 Feb 2000 08:51:35 -0500 From: Vince Gonzalez To: pankaj Cc: freebsd-java@freebsd.org Subject: Re: Tomcat+Apche on FreeBSD Message-ID: <20000221085135.A26539@newton.baruch.cuny.edu> References: <200002191513.HAA01476@www.geocrawler.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <200002191513.HAA01476@www.geocrawler.com>; from archiver@db.geocrawler.com on Sat, Feb 19, 2000 at 07:13:30AM -0800 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, Feb 19, 2000 at 07:13:30AM -0800, pankaj wrote: > I have installed tomcat on FreeBSD. I want to > integrate it with Apache. Can anyone help me. I > couldn't find any help on apache web site for > this. Look at the FAQ included with the tomcat package. It details exactly how to do this. > Also I want to change the jsp extension to *.asp. > What config file to change for this purpose. Probably you want to edit tomcat.conf. Look for the AddType and AddHandler lines. You should look over the documentation. --vince To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Mon Feb 21 6:53:30 2000 Delivered-To: freebsd-java@freebsd.org Received: from nets5.rz.rwth-aachen.de (nets5.rz.RWTH-Aachen.DE [137.226.144.13]) by hub.freebsd.org (Postfix) with ESMTP id D79A737BB7F; Mon, 21 Feb 2000 06:53:21 -0800 (PST) (envelope-from kuku@gilberto.physik.RWTH-Aachen.DE) Received: from campino.informatik.rwth-aachen.de (campino.Informatik.RWTH-Aachen.DE [137.226.116.240]) by nets5.rz.rwth-aachen.de (8.9.1a/8.9.1/10) with ESMTP id PAA01118; Mon, 21 Feb 2000 15:53:19 +0100 (MET) Received: from gil.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.30.2]) by campino.informatik.rwth-aachen.de (8.9.1a/8.9.1/3) with ESMTP id PAA23110; Mon, 21 Feb 2000 15:53:56 +0100 (MET) Received: (from kuku@localhost) by gil.physik.rwth-aachen.de (8.9.3/8.6.9) id PAA08560; Mon, 21 Feb 2000 15:53:20 +0100 (CET) Date: Mon, 21 Feb 2000 15:53:20 +0100 From: Christoph Kukulies To: emulation@freebsd.org, java@freebsd.org Subject: [Chris.LeDantec@netbeans.com: RE: [NB-EAP] when compiling: iconv_open - undefined symbol] Message-ID: <20000221155320.A8472@gil.physik.rwth-aachen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Anyone else also having these problems with Forte4j (netbeans) under FreeBSD? -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de ----- Forwarded message from Chris LeDantec ----- From: Chris LeDantec To: "'eap-interest@developer.netbeans.com'" Subject: RE: [NB-EAP] when compiling: iconv_open - undefined symbol Date: Mon, 21 Feb 2000 14:13:12 +0100 X-Mailer: Internet Mail Service (5.5.2448.0) the problem that you are seeing is most likely the result of fastjavac being designed for linux and not freebsd. there are some definite library differences and kernel differences that will cause the binaries for linux to not work under *bsd. mind that we haven't had a chance to test this scenario in house so i'm just flying by what i know of linux and what little i know of *bsd. make sure that you have all the necessary libs -i'm guessing you do since you have the linux jdk running... you can also try running fastjavac from the command-line to see if you get any more information. regards, chris ledantec sun microsystem. -----Original Message----- From: Christoph Kukulies [mailto:kuku@gilberto.physik.RWTH-Aachen.DE] Sent: Friday, February 18, 2000 4:51 PM To: eap-interest@developer.netbeans.com Subject: [NB-EAP] when compiling: iconv_open - undefined symbol When compiling a swing class under f4j 1.0 (build 480, linux jdk1.2, FreeBSD 3.4 OS) I'm getting in the compiler output window: /c/kuku/forte4j/bin/fastjavac/fastjavac: error in loading shared libraries : undefined symbol: iconv_open I can run the class when I compile it under WinNT f4j 1.0 (build 480) and copy it over to my FreeBSD machine. -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de -- To unsubscribe from this mailing list, please visit http://www.netbeans.com/eap_list.html To file a technical support request, please go to http://www.netbeans.com/support_request.html If you have any problems, please contact listmaster@developer.netbeans.com -- To unsubscribe from this mailing list, please visit http://www.netbeans.com/eap_list.html To file a technical support request, please go to http://www.netbeans.com/support_request.html If you have any problems, please contact listmaster@developer.netbeans.com ----- End forwarded message ----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Tue Feb 22 19:35:23 2000 Delivered-To: freebsd-java@freebsd.org Received: from ares.maths.adelaide.edu.au (ares.maths.adelaide.edu.au [129.127.246.5]) by hub.freebsd.org (Postfix) with ESMTP id E28A337B71C for ; Tue, 22 Feb 2000 19:35:11 -0800 (PST) (envelope-from glewis@ares.maths.adelaide.edu.au) Received: (from glewis@localhost) by ares.maths.adelaide.edu.au (8.9.3/8.9.3) id OAA59500 for freebsd-java@freebsd.org; Wed, 23 Feb 2000 14:05:10 +1030 (CST) (envelope-from glewis) From: Greg Lewis Message-Id: <200002230335.OAA59500@ares.maths.adelaide.edu.au> Subject: Location of Linux source diffs? To: freebsd-java@freebsd.org Date: Wed, 23 Feb 2000 14:05:10 +1030 (CST) X-Mailer: ELM [version 2.4ME+ PL70 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi all, I'm attempting to build the JDK 1.2.2 source code under FreeBSD. Based on some instructions and patches posted sometime last year by Thomas Mittelstaadt (?) I've managed to hack at things and get them going (the patches appear to be for an earlier version of the code). However, I've run into a snag which I'm pretty sure would have been resolved as part of the Linux port of 1.2.2. Unfortunately, I haven't been able to locate the current source code patches for the Linux release of 1.2.2 on either Blackdown or java.sun.com. Does anyone know the location of either a bundle with the Linux build included or patches to build 1.2.2 under Linux? regards, Greg -- Greg Lewis glewis@trc.adelaide.edu.au Computing Officer +61 8 8303 5083 Teletraffic Research Centre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Tue Feb 22 20:11:26 2000 Delivered-To: freebsd-java@freebsd.org Received: from cafe.muraoka.info.waseda.ac.jp (cafe.muraoka.info.waseda.ac.jp [133.9.68.49]) by hub.freebsd.org (Postfix) with ESMTP id ABE6737B7B7 for ; Tue, 22 Feb 2000 20:11:21 -0800 (PST) (envelope-from shudoh@muraoka.info.waseda.ac.jp) Received: from muraoka.info.waseda.ac.jp (shudoh@localhost [127.0.0.1]) by cafe.muraoka.info.waseda.ac.jp (8.9.1a/3.7W) with ESMTP id NAA15705; Wed, 23 Feb 2000 13:11:05 +0900 Message-Id: <200002230411.NAA15705@cafe.muraoka.info.waseda.ac.jp> To: freebsd-java@freebsd.org, Greg Lewis Subject: Re: Location of Linux source diffs? In-reply-to: Your message of "Wed, 23 Feb 2000 14:05:10 +1030." <200002230335.OAA59500@ares.maths.adelaide.edu.au> Date: Wed, 23 Feb 2000 13:11:05 +0900 From: SHUDO Kazuyuki Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Greg Lewis wrote: > Unfortunately, I haven't been able to locate > the current source code patches for the Linux release of 1.2.2 on either > Blackdown or java.sun.com. Does anyone know the location of either a > bundle with the Linux build included or patches to build 1.2.2 under Linux? On the Java Linux list, Juergen Kreileder said: | From: Juergen Kreileder | Date: 06 Jan 2000 18:41:42 +0100 | Message-ID: | X-Mailing-List: archive/latest/2301 | Michael> so when i dive into compiling the jdk when RC4 releases, | Michael> is the latest source available to do it? | I'll release diffs for RC4. The diffs will against the SCSL 1.2.2 source | code + parts of the SCSL 1.3beta source code (JPDA). 1.2.2 RC4 was already out, but the patch appears to have not been released yet. Kazuyuki SHUDO Happy Hacking! Muraoka Lab., Grad. School of Sci. & Eng., Waseda Univ. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 24 11:52:56 2000 Delivered-To: freebsd-java@freebsd.org Received: from ipt2.iptelecom.net.ua (ipt2.iptelecom.net.ua [212.9.224.2]) by hub.freebsd.org (Postfix) with ESMTP id F0E6937B74D for ; Thu, 24 Feb 2000 11:52:07 -0800 (PST) (envelope-from sobomax@altavista.net) Received: from vega.vega.com (dialup5-2.iptelecom.net.ua [212.9.227.2]) by ipt2.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id VAA09206 for ; Thu, 24 Feb 2000 21:53:29 +0200 (EET) Received: from altavista.net (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.9.3/8.9.3) with ESMTP id VAA40006 for ; Thu, 24 Feb 2000 21:51:20 +0200 (EET) (envelope-from sobomax@altavista.net) Message-ID: <38B58BB6.F5B22FDD@altavista.net> Date: Thu, 24 Feb 2000 21:51:18 +0200 From: Maxim Sobolev Reply-To: sobomax@altavista.net Organization: Vega International Capital X-Mailer: Mozilla 4.72 [en] (WinNT; I) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: freebsd-java@freebsd.org Subject: Please review my port of the Adobe Acrobat Viewer Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, Some time ago I've made a port of the brand-new Adobe Acrobat Viewer (see ports/16606 PR), but it seems that nobody actually interesting in reviewing/commiting it. Could someone with commiter rights and fluent in porting for Java check it (I'm not very experienced in porting Java apps, so please do not blame me it I did something not properly). Thanks, Maxim P.S. Please CC replies to my e-mail because I'm not subscribed to the freebsd-java list. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message