From owner-freebsd-questions@FreeBSD.ORG Sun Aug 17 11:43:55 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 7104437B401 for ; Sun, 17 Aug 2003 11:43:55 -0700 (PDT) Received: from smtp10.wxs.nl (smtp10.wxs.nl [195.121.6.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC4D343F3F for ; Sun, 17 Aug 2003 11:43:53 -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; Sun, 17 Aug 2003 20:35:50 +0200 (MEST) Received: from Intranet.lan (akruijff@localhost [127.0.0.1]) h7HIbKQT024222 for ; Sun, 17 Aug 2003 20:37:20 +0200 (CEST envelope-from akruijff@Intranet.lan) Received: (from akruijff@localhost) by Intranet.lan (8.12.8p1/8.12.8/Submit) id h7HIbJdv024221 for questions@freebsd.org; Sun, 17 Aug 2003 20:37:19 +0200 (CEST) Received: (qmail-ldap/ctrl 30846 invoked from network); Sat, 16 Aug 2003 17:58:47 +0000 Received: from unknown (HELO mail.clubplus.net) ([216.191.22.200]) (envelope-sender ) by dds.vsp.scarlet-internet.nl (qmail-ldap-1.03) with SMTP for ; Sat, 16 Aug 2003 17:58:47 +0000 Received: from 3s1.com (3s1.com [209.188.66.29]) by mail.clubplus.net (8.12.7/8.12.7) with ESMTP id h7GI6tYN023115 for ; Sat, 16 Aug 2003 14:06:55 -0400 Received: (from root@localhost) by 3s1.com (8.12.9/8.12.9) id h7GHwiJh056456 for freebsd@akruijff.dds.nl; Sat, 16 Aug 2003 13:58:44 -0400 (EDT envelope-from david@skytracker.ca) Received: from 3s1.com (localhost [127.0.0.1]) by 3s1.com (8.12.9/8.12.6) with ESMTP id h7GHwirP056430 for ; Sat, 16 Aug 2003 13:58:44 -0400 (EDT envelope-from david@skytracker.ca) Received: by 3s1.com (tmda-sendmail, from uid 1000); Sat, 16 Aug 2003 13:58:44 -0400 (EDT) Resent-date: Sun, 17 Aug 2003 20:37:19 +0200 Date: Sat, 16 Aug 2003 13:58:43 -0400 Resent-From: freebsd@akruijff.dds.nl From: David Banning In-reply-to: <20030816173656.GA5056@dds.nl> X-Scanner: scanned by Inflex 1.0.12.3 - (http://pldaniels.com/inflex/) Resent-To: questions@freebsd.org To: Alex de Kruijff Resent-message-id: <200308171837.h7HIbJdv024221@Intranet.lan> Message-id: <20030816175843.GC55841@skytrackercanada.com> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline User-Agent: Mutt/1.4.1i X-Delivery-Agent: TMDA/0.80 (Determine) X-RAVMilter-Version: 8.4.2(snapshot 20021217) (mail) X-Loop-Procmail: PreventLoop X-Spam-Status: No, tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_MUTT autolearn=ham version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) References: <4325.209.188.66.29.1060993993.squirrel@sam.skytrackercanada.com> <20030816173656.GA5056@dds.nl> 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: Sun, 17 Aug 2003 18:43:55 -0000 > 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. Thanks alot for your help Alex. I was able to get them running rather easily. I just put the files in the web directly and the clients -do- read them just fine. Thanks for your help. For some reason I thought that I need the apache-jserv modules to be loaded. I guess I don't. That still leaves me wondering what apache-jserv "Servlet Engine" which exists in the ports -does-, but since I am already where I need to be, I will read on that perhaps some other day.