Re: policytool

2002-02-20 Thread Juergen Kreileder
Michael C. Alonzo <[EMAIL PROTECTED]> writes: > On Tue, Feb 19, 2002 at 03:30:08AM +0100, Juergen Kreileder wrote: >> Michael C. Alonzo <[EMAIL PROTECTED]> writes: >> >> > i have to place images in my applets but the policytool >> >> Why do you need policy files for that? > > isn't filepermiss

libsoap-java problem

2002-02-20 Thread Andreas Leitner
Hi, I am trying to use tomcat as a soap receiver. I installed tomcat (3.3), apache and libsoap-java, got the java mail jar and symlinked the mail jar /usr/share/tomcat/lib/container (is this correct?). When I start tomcat it refused to deploy the soap example and tells me the following: -- 2002-

Re: policytool

2002-02-20 Thread Michael C. Alonzo
On Tue, Feb 19, 2002 at 03:30:08AM +0100, Juergen Kreileder wrote: > Michael C. Alonzo <[EMAIL PROTECTED]> writes: > > > i have to place images in my applets but the policytool > > Why do you need policy files for that? isn't filepermissions required? > > > from Blackdown doesn't seem to work

Re: policytool

2002-02-20 Thread Juergen Kreileder
Michael C. Alonzo <[EMAIL PROTECTED]> writes: > On Tue, Feb 19, 2002 at 03:30:08AM +0100, Juergen Kreileder wrote: >> Michael C. Alonzo <[EMAIL PROTECTED]> writes: >> >> > i have to place images in my applets but the policytool >> >> Why do you need policy files for that? > > isn't filepermis

libsoap-java problem

2002-02-20 Thread Andreas Leitner
Hi, I am trying to use tomcat as a soap receiver. I installed tomcat (3.3), apache and libsoap-java, got the java mail jar and symlinked the mail jar /usr/share/tomcat/lib/container (is this correct?). When I start tomcat it refused to deploy the soap example and tells me the following: -- 2002

Re: policytool

2002-02-20 Thread Michael C. Alonzo
On Tue, Feb 19, 2002 at 03:30:08AM +0100, Juergen Kreileder wrote: > Michael C. Alonzo <[EMAIL PROTECTED]> writes: > > > i have to place images in my applets but the policytool > > Why do you need policy files for that? isn't filepermissions required? > > > from Blackdown doesn't seem to wor

Re: Can not change Tomcat4 to listen to :80

2002-02-20 Thread Guy Geens
> "Arnaud" == Arnaud Vandyck <[EMAIL PROTECTED]> writes: Arnaud> Thank you, I'll try ipchains, but I didn't know apache was set Arnaud> root (thought www-data). Apache starts as root, in order to bind to port 80. It also opens some log files in /var/log/apache with root privileges IIRC. This

Tomcat4.0.2 bugs with Cocoon2

2002-02-20 Thread Arnaud Vandyck
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6555 arf! My first usage of tomcat is cocoon! I'm going back to 4.0.1 I hope the jakarta team will fill this bug soon! I am no more on the jakarta lists. -- Arnaud http://vbstefi60.fapse.ulg.ac.be/

Re: Can not change Tomcat4 to listen to :80

2002-02-20 Thread Eric Molitor
> > You need to run Tomcat as root to be able to bind to ports lower > > than 1024. However, I don't recommend running a Java program as > > root, even with a security manager. You could instead use port > > redirection (using ipchains or iptables) to map port 80 to 8180. > > Thank y

Re: Can not change Tomcat4 to listen to :80

2002-02-20 Thread Guy Geens
> "Arnaud" == Arnaud Vandyck <[EMAIL PROTECTED]> writes: Arnaud> Thank you, I'll try ipchains, but I didn't know apache was set Arnaud> root (thought www-data). Apache starts as root, in order to bind to port 80. It also opens some log files in /var/log/apache with root privileges IIRC. Thi

Re: Can not change Tomcat4 to listen to :80

2002-02-20 Thread Arnaud Vandyck
Stefan Gybas <[EMAIL PROTECTED]> wrote: > On Wed, Feb 20, 2002 at 12:10:26PM +0100, Arnaud Vandyck wrote: > > > Catalina.start: LifecycleException: null.open: > > java.net.BindException: Permission denied:80 > > You need to run Tomcat as root to be able to bind to ports lower > than 1024. H

Tomcat4.0.2 bugs with Cocoon2

2002-02-20 Thread Arnaud Vandyck
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6555 arf! My first usage of tomcat is cocoon! I'm going back to 4.0.1 I hope the jakarta team will fill this bug soon! I am no more on the jakarta lists. -- Arnaud http://vbstefi60.fapse.ulg.ac.be/ -- To UNSUBSCRIBE, email to [EMAIL PROTE

Re: Can not change Tomcat4 to listen to :80

2002-02-20 Thread Eric Molitor
> > You need to run Tomcat as root to be able to bind to ports lower > > than 1024. However, I don't recommend running a Java program as > > root, even with a security manager. You could instead use port > > redirection (using ipchains or iptables) to map port 80 to 8180. > > Thank

Re: Can not change Tomcat4 to listen to :80

2002-02-20 Thread Arnaud Vandyck
Stefan Gybas <[EMAIL PROTECTED]> wrote: > On Wed, Feb 20, 2002 at 12:10:26PM +0100, Arnaud Vandyck wrote: > > > Catalina.start: LifecycleException: null.open: > > java.net.BindException: Permission denied:80 > > You need to run Tomcat as root to be able to bind to ports lower > than 1024.

RE: Can not change Tomcat4 to listen to :80

2002-02-20 Thread Marc Sherman
From: Stefan Gybas > > You need to run Tomcat as root to be able to bind to ports lower than > 1024. However, I don't recommend running a Java program as root, even > with a security manager. You could instead use port redirection (using > ipchains or iptables) to map port 80 to 8180. Do you kno

Re: Can not change Tomcat4 to listen to :80

2002-02-20 Thread Stefan Gybas
On Wed, Feb 20, 2002 at 12:10:26PM +0100, Arnaud Vandyck wrote: > Catalina.start: LifecycleException: null.open: java.net.BindException: > Permission denied:80 You need to run Tomcat as root to be able to bind to ports lower than 1024. However, I don't recommend running a Java program as root, ev

Can not change Tomcat4 to listen to :80

2002-02-20 Thread Arnaud Vandyck
I did remove Apache to try Tomcat4 standalone on port 80 but I got a Catalina.start: LifecycleException: null.open: java.net.BindException: Permission denied:80 Can someone know how to avoid that? Thanks, -- Arnaud http://vbstefi60.fapse.ulg.ac.be/

Tomcat4-0.7 works fine on :8180

2002-02-20 Thread Arnaud Vandyck
Congratulations Stefan, the Tomcat4-0.7 package works for me on stand alone (but without the security manager). PIII, Debian GNU/Linux (of course!) - Woody, Blackdown 1.3.1. The servlet example did work for previous 0.6 release but now, the JSP examples works fine also. -- Arnaud http://vbst

RE: Can not change Tomcat4 to listen to :80

2002-02-20 Thread Marc Sherman
From: Stefan Gybas > > You need to run Tomcat as root to be able to bind to ports lower than > 1024. However, I don't recommend running a Java program as root, even > with a security manager. You could instead use port redirection (using > ipchains or iptables) to map port 80 to 8180. Do you kn

Re: Can not change Tomcat4 to listen to :80

2002-02-20 Thread Stefan Gybas
On Wed, Feb 20, 2002 at 12:10:26PM +0100, Arnaud Vandyck wrote: > Catalina.start: LifecycleException: null.open: java.net.BindException: > Permission denied:80 You need to run Tomcat as root to be able to bind to ports lower than 1024. However, I don't recommend running a Java program as root, e

Can not change Tomcat4 to listen to :80

2002-02-20 Thread Arnaud Vandyck
I did remove Apache to try Tomcat4 standalone on port 80 but I got a Catalina.start: LifecycleException: null.open: java.net.BindException: Permission denied:80 Can someone know how to avoid that? Thanks, -- Arnaud http://vbstefi60.fapse.ulg.ac.be/ -- To UNSUBSCRIBE, email to [EMAIL PROTE

Tomcat4-0.7 works fine on :8180

2002-02-20 Thread Arnaud Vandyck
Congratulations Stefan, the Tomcat4-0.7 package works for me on stand alone (but without the security manager). PIII, Debian GNU/Linux (of course!) - Woody, Blackdown 1.3.1. The servlet example did work for previous 0.6 release but now, the JSP examples works fine also. -- Arnaud http://vbs