From owner-freebsd-questions@FreeBSD.ORG Fri Sep 11 16:17:37 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 504F8106566C for ; Fri, 11 Sep 2009 16:17:37 +0000 (UTC) (envelope-from scphantm@gmail.com) Received: from mail-px0-f179.google.com (mail-px0-f179.google.com [209.85.216.179]) by mx1.freebsd.org (Postfix) with ESMTP id 29A4B8FC17 for ; Fri, 11 Sep 2009 16:17:36 +0000 (UTC) Received: by pxi9 with SMTP id 9so1044070pxi.14 for ; Fri, 11 Sep 2009 09:17:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=5oeATlrqH5cb/zoiRAqN7zT02ZjU5AVFxjH5c9SYX5U=; b=bVNKVPGnOmy1D4oWHaidgsGZlL9l72RCEzKcaemy3vT163+lP2upysm/rcZO9SBQhr z9UEyTHTMmYrU98DxRljfZwtyQCXrSw8OPndxv/bsYbvfttqE912HVNwbNT1z2CHOy2/ UkzZfyxIv/vv2UDQi7kKfKCORG1F1GSdKF0qo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=WhIj2luVCOkHo8sFEL9dZlu2iIhI/QN7yYxoclag1Q9fheyVaLxeO9tMmgMBQxCkzQ ZIffal917hw6E9/kCBaQ2m1r0RH7yfhPubJPj8AhYKUL0cLXYgrA6bwugP6wR30P7IBJ keQJ8GVd6kZizyfR16CZ32g0UtcC/Zb0oGeNU= MIME-Version: 1.0 Received: by 10.142.152.33 with SMTP id z33mr282762wfd.26.1252684267955; Fri, 11 Sep 2009 08:51:07 -0700 (PDT) Date: Fri, 11 Sep 2009 11:51:07 -0400 Message-ID: <5c99941f0909110851g5481ce07ube39991fe875493f@mail.gmail.com> From: Steel City Phantom To: freebsd-questions Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: jboss5 on freebsd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Sep 2009 16:17:37 -0000 im trying to get the jboss 5 port to run on bsd 6.3. ive had 4 going for a long time now but i can't seem to get 5 to run right. my app is huge and i need to increase the permgen space on the jvm for it to run. ive got this in my rc.conf jboss5_enable="YES" jboss5_config="default" jboss5_flags="-Dprogram.name=run.sh -server -Xms1024m -Xmx1024m -XX:PermSize=1000m -XX:MaxPermSize=1000m" it worked fine in jboss4 but for some reason 5 isn't picking it up. any ideas?