Pantek Library
Hosting Provided By
CybrHost
High Speed Hosting

debian-user-digest Digest V2007 #2507

From: <debian-user-digest-request(at)lists.debian.org>
Date: Sat Sep 29 2007 - 20:42:50 EDT


Content-Type: text/plain

debian-user-digest Digest Volume 2007 : Issue 2507

Today's Topics:

  Re: Re: Repost of some earlier descr  [ Moderation Robot  ]
  Re: Nomachine on Debian unstable?     [ Stefan Bellon  ]
  Re: cronjob problem                   [ =?utf-8?B?QW5kcsOp?= Berger  ]
  Re: OT: Choice of OOo and LaTeX       [ Stefan Monnier  ]

Date: Sun, 30 Sep 2007 01:01:35 +0200 (CEST) From: Moderation Robot <robomod@news.nic.it> To: debian-user@lists.debian.org
Subject: Re: Re: Repost of some earlier described "challenges" Message-Id: <20070929230135.96F285F87E@attila.bofh.it>

linux.debian.user is a moderated newsgroup in gateway with a mailing list.

Your article has been examined by the automatic moderation program and has been refused because:

this hierarchy accepts posts only from registered users. You can register for posting by subscribing to the linux-gate@lists.bofh.it mailing list. You can do so by sending a message with "subscribe" in the body at the linux-gate-request@lists.bofh.it address or by visiting http://lists.bofh.it/listinfo/linux-gate .

Do you need help?X

For more information about the linux.* hierarchy please read the FAQ at http://www.linux.it/~md/linux-faq

Virtually your,
The Moderation Robot.

  • Follows the first few lines of your article -------- From: Wayne Topa <linuxone@intergate.com> Newsgroups: linux.debian.user Subject: Re: Repost of some earlier described "challenges" Date: Wed, 26 Sep 2007 17:20:24 +0200 Message-ID: <97GQw-5uR-5@gated-at.bofh.it> References: <46F9C507.6050204@sbcglobal.net> <46F9DBA9.3060301@cox.net> <46F9E524.8010903@sbcglobal.net> Old-Return-Path: <huntbrittany@intergate.com> Reply-To: debian-user@lists.debian.org Mail-Followup-To: debian-user@lists.debian.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Organization: Organized? Who me? User-Agent: Mutt/1.5.16 (2007-06-11) X-Scanned-By: MIMEDefang 2.56 on 216.139.64.8 X-Virus-Scanned: at lists.debian.org with policy bank en-ht X-Rc-Virus: 2007-09-13_01 X-Rc-Spam: 2007-05-24_01 X-Mailing-List: <debian-user@lists.debian.org> archive/latest/498635 List-ID: <debian-user.lists.debian.org> X-Original-Date: Wed, 26 Sep 2007 11:07:14 -0400 X-Original-Message-ID: <20070926150714.GA8364@buddy.mtntop.home> X-Original-References: <97uYL-3yn-1@gated-at.bofh.it> <97wxw-643-1@gated-at.bofh.it> <97xaf-6RU-3@gated-at.bofh.it> Bytes: 3755 X-Received-Date: Wed, 26 Sep 2007 15:20:27 GMT (bgtnsc05-news.ops.worldnet.att.net) X-Complaints-To: abuse@usenetserver.com X-Trace: 0443a46fed706ef7b7d1a22875 To: debian-user@lists.debian.org Sender: robomod@news.nic.it

Mike McCarty(Mike.McCarty@sbcglobal.net) is reported to have said:
> Ron Johnson wrote:
>> On 09/25/07 21:33, Mike McCarty wrote:
>
> [snip]
>
>> USB keyboard? (I've always been leery of them, because of the
>> mutually-exclusive HID and {o,u}chi drivers.
>
> Oops! I somehow neglected to specify...

Date: Wed, 26 Sep 2007 21:00:11 +0200
From: Dancing Fingers <bcl122@netscape.net> To: debian-user@lists.debian.org
Subject: Re: Basic Tomcatt5.5 Admin question Message-ID: <97Khd-2mO-1@gated-at.bofh.it> Content-Type: text/plain; charset="us-ascii"

On Sep 21, 2:00 pm, Dancing Fingers <bcl...@netscape.net> wrote:
> Thanks. This helps a lot. I also tried
> chown -R www-data /usr/share/tomcat5.5-webapps
> without much luck.
>
> Cchris
> On Sep 21, 1:10 pm, Nyizsnyik Ferenc <nyi...@bluebottle.com> wrote:
>
>
>
> > On Fri, 21 Sep 2007 07:42:59 -0700
>
> > Dancing Fingers <bcl...@netscape.net> wrote:
> > > Hi guys,
> > > I finally got Tomcat5.5 going on Etch AMD and I start studying the
> > > JSP developers guide but I get stuck in the beginning. The book
> > > says to create a new directory under ROOT but I don't have
> > > permission in my default account. The last install I did a
> > > chgrp / user/share/tomcat5.5-webapps/ROOT www-data but I screwed the
> > > package up so bad that I re-installed the system. Could anyone
> > > tell me how the is typically done?
> > > Thanks.
> > > Chris
>
> > I use the "user web applications", I think it is a better approach for
> > learning stuff. I put the following in /etc/tomcat5.5/server.xml, in
> > the <host> section:
>
> > <Listener className="org.apache.catalina.startup.UserConfig"
> > directoryName="public_html"
> > userClass="org.apache.catalina.startup.PasswdUserDatabase"/>
>
> > <Context path="/~nyizsa/jsp"
> > docBase="/home/nyizsa/public_html/jsp" debug="0"> </Context>
>
> > My pages can be reached ashttp://localhost:8180/~nyizsa/jsp/, and they
> > are actually located in /home/nyizsa/public_html/jsp.
>
> > You may find more useful information athttp://localhost:8180/tomcat-docs/
>
> > --
> > Szia:
> > Nyizsa.
>
> > ----------------------------------------------------------------------
> > Get a free email address with REAL anti-spam protection.http://www.bluebottle.com/tag/1
>
> > --
> > To UNSUBSCRIBE, email to debian-user-REQU...@lists.debian.org
> > with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
>
> --
> To UNSUBSCRIBE, email to debian-user-REQU...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

I tried

		  

			  
			   
Do you need more help?X

Without luck. i also tried

	  
			 -->