From owner-freebsd-questions@FreeBSD.ORG Sat Aug 16 10:41:10 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9213B37B401 for ; Sat, 16 Aug 2003 10:41:10 -0700 (PDT) Received: from smtp09.wxs.nl (smtp09.wxs.nl [195.121.6.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6C9A43F3F for ; Sat, 16 Aug 2003 10:41:09 -0700 (PDT) (envelope-from akruijff@www.kruijff.org) Received: from kruij557.speed.planet.nl (ipd50a97ba.speed.planet.nl [213.10.151.186])18questions@freebsd.org; Sat, 16 Aug 2003 19:35:23 +0200 (MEST) Received: from Intranet.lan (akruijff@localhost [127.0.0.1]) h7GHavQT010548;akruijff@Intranet.lan) Received: (from akruijff@localhost) by Intranet.lan (8.12.8p1/8.12.8/Submit) id h7GHaunR010547; Sat, 16 Aug 2003 19:36:56 +0200 (CEST) Date: Sat, 16 Aug 2003 19:36:56 +0200 From: Alex de Kruijff In-reply-to: <4325.209.188.66.29.1060993993.squirrel@sam.skytrackercanada.com> To: David Banning Message-id: <20030816173656.GA5056@dds.nl> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline User-Agent: Mutt/1.4.1i References: <4325.209.188.66.29.1060993993.squirrel@sam.skytrackercanada.com> cc: questions@freebsd.org Subject: Re: how-to run javascript on my server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Aug 2003 17:41:10 -0000 On Fri, Aug 15, 2003 at 08:33:13PM -0400, David Banning wrote: > I have some menu server java applets I would like to run on my fbsd server > but I have no idea where to get started. Some initial inquiries on Google > have not brought any luck. > > Is there any sites that deal with this, or does anyone have a suggestion? > First of all. Java and Java script are two different things. I take it you use Java. Your Java applets don't run on the server but on the client. The main problem from a server point of view is that you need to make sure that the class files can be handed out by the webserver. You could check these thing: - Does your client Java installed? - Does your client the Java version installed that you use? (I.e you use commands of version 2.0 and you client has 1.2) - Does your client know how to get the class files? - Does your server hand them corretly out? (You could check /var/log/httpd-*.log if you use apache) As far for websites: java.sun.com is the main site you want to look at. It has great tutorials, howtos and user support groups. -- Alex Articles based on solutions that I use: http://www.kruijff.org/alex/index.php?dir=docs/FreeBSD/