Re: Running Tomcat as Non-Root under Linux listen for port 80

2005-09-28 Thread Shankar Unni
NoKideen wrote: is there anybody know how to do this ? Running Tomcat as Non-Root under Linux listen for port 80 Google is your friend: http://www.google.com/search?q=linux+port+80+non-root - To unsubscribe, e-mail

Re: Running Tomcat as Non-Root under Linux listen for port 80

2005-09-28 Thread Paul Singleton
NoKideen wrote: is there anybody know how to do this ? Running Tomcat as Non-Root under Linux listen for port 80 Ask your Linux admin to disable the "privileged port" nonsense, which only has value on a multiaccess server, and which alwasy undermines security by unnecessarily e

Re: Running Tomcat as Non-Root under Linux listen for port 80

2005-09-27 Thread Pete Stevens
On Tue, 27 Sep 2005, Joost de Heer wrote: > NoKideen said: > > is there anybody know how to do this ? > > Running Tomcat as Non-Root under Linux listen for port 80 > > 80 is a privileged port (< 1024) and you need root-rights to bind to a > privileged port. > >

Re: Running Tomcat as Non-Root under Linux listen for port 80

2005-09-27 Thread David Smith
: Running Tomcat as Non-Root under Linux listen for port 80 > > >> is there anybody know how to do this ? >> Running Tomcat as Non-Root under Linux listen for port 80 >> >> I'd try as "tomca

RE: Running Tomcat as Non-Root under Linux listen for port 80

2005-09-27 Thread Phillip Qin
-Root under Linux listen for port 80 is there anybody know how to do this ? Running Tomcat as Non-Root under Linux listen for port 80 I'd try as "tomcat" , but there is error even if I do # chown -R tomcat:r

Re: Running Tomcat as Non-Root under Linux listen for port 80

2005-09-27 Thread Joost de Heer
NoKideen said: > is there anybody know how to do this ? > Running Tomcat as Non-Root under Linux listen for port 80 80 is a privileged port (< 1024) and you need root-rights to bind to a privileged port. If the problem is that you don't have access to root, ask the admin to

Re: Running Tomcat as Non-Root under Linux listen for port 80

2005-09-27 Thread Andrés Glez .
Use jsvc. - Original Message - From: "NoKideen" <[EMAIL PROTECTED]> To: Sent: Tuesday, September 27, 2005 6:13 PM Subject: Running Tomcat as Non-Root under Linux listen for port 80 is there anybody know how to do this ? Running Tomcat as Non-Root under Linux listen

RE: Running Tomcat as Non-Root under Linux listen for port 80

2005-09-27 Thread Peter Crowther
> From: Peter Crowther > That way, Linux can run as a non-root user but still see requests > arriving on port 80. Sorry. Brain fade. Replace 'Linux' with 'Tomcat' in the above. - Peter --

RE: Running Tomcat as Non-Root under Linux listen for port 80

2005-09-27 Thread Peter Crowther
> From: NoKideen [mailto:[EMAIL PROTECTED] > Subject: Running Tomcat as Non-Root under Linux listen for port 80 > > is there anybody know how to do this ? Use the port redirection facilities in Linux (the details vary depending on your kernel, but ipchains or iptables is a good pl

Running Tomcat as Non-Root under Linux listen for port 80

2005-09-27 Thread NoKideen
is there anybody know how to do this ? Running Tomcat as Non-Root under Linux listen for port 80 I'd try as "tomcat" , but there is error even if I do # chown -R tomcat:root /usr/tomcat/* - To unsubscribe,

Re: WebDav on Port 80

2005-08-22 Thread Mark Thomas
George Francis wrote: Thanks - thats exactly my experience also; Does anyone here know why port 80 doesnt work? See http://issues.apache.org/bugzilla/show_bug.cgi?id=36303 Mark - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: WebDav on Port 80

2005-08-22 Thread George Francis
Thanks - thats exactly my experience also; Does anyone here know why port 80 doesnt work? On 8/22/05, Marius Hanganu <[EMAIL PROTECTED]> wrote: > I am using IE 6.0, XP, tomcat 5.5.9, and when clicking > File->Open->http://localhost/webdav/ and marking "Open as web

RE: WebDav on Port 80

2005-08-22 Thread Marius Hanganu
describing this > issue: > > http://issues.apache.org/bugzilla/show_bug.cgi?id=26449 > > Regards, > Marius > > -Original Message- > From: George Francis [mailto:[EMAIL PROTECTED] > Sent: Sunday, August 21, 2005 7:07 PM > To: tomcat-user@jakarta.apache.org &

RE: WebDav on Port 80

2005-08-22 Thread Marius Hanganu
It works also with ports like 81 or 1999. Marius -Original Message- From: Sunjay Gunda [mailto:[EMAIL PROTECTED] Sent: Monday, August 22, 2005 4:52 PM To: Tomcat Users List Subject: Re: WebDav on Port 80 Hi George, I am under the impression that some ports are reserved for the

Re: WebDav on Port 80

2005-08-22 Thread Sunjay Gunda
s > > issue: > > > > > http://issues.apache.org/bugzilla/show_bug.cgi?id=26449 > > > > Regards, > > Marius > > > > -Original Message- > > From: George Francis [mailto:[EMAIL PROTECTED] > > Sent: Sunday, August 21, 2005 7:07 P

Re: WebDav on Port 80

2005-08-22 Thread George Francis
e: > > http://issues.apache.org/bugzilla/show_bug.cgi?id=26449 > > Regards, > Marius > > -Original Message- > From: George Francis [mailto:[EMAIL PROTECTED] > Sent: Sunday, August 21, 2005 7:07 PM > To: tomcat-user@jakarta.apache.org > Subject: WebDav on Por

Re: WebDav on Port 80

2005-08-22 Thread Tom Spence
go in to server.xml and change the port to 80; the WebDav > functionality is lost - I get a message from IE saying "Cannot open > 'localhost:80/webdav' as a web folder - would you like to see it's > default view instead". > Can anyone else reproduce this?

Re: WebDav on Port 80

2005-08-22 Thread Kyle
Sent: Sunday, August 21, 2005 7:07 PM To: tomcat-user@jakarta.apache.org Subject: WebDav on Port 80 Hello, If I downloaded the latest Tomcat 5.0 or 5.5, WebDav works 'straight out of the box' by starting the server and opening 'localhost:8080/webdav' as a web folder. Great! If I

RE: WebDav on Port 80

2005-08-22 Thread Marius Hanganu
@jakarta.apache.org Subject: WebDav on Port 80 Hello, If I downloaded the latest Tomcat 5.0 or 5.5, WebDav works 'straight out of the box' by starting the server and opening 'localhost:8080/webdav' as a web folder. Great! If I then go in to server.xml and change the port to 80; the WebDav funct

WebDav on Port 80

2005-08-21 Thread George Francis
ssage from IE saying "Cannot open 'localhost:80/webdav' as a web folder - would you like to see it's default view instead". Can anyone else reproduce this? Are you all able to run webdav on port 80 without issues? Is there any trick

RE: running tomcat on port 80

2005-06-21 Thread Mandar Vaidya
Permission denied means you are running it with non-root user. Normal user can not bind to port 80. Thanks, Mandar -Original Message- From: Tony Smith [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 21, 2005 12:47 PM To: tomcat-user@jakarta.apache.org Subject: running tomcat on port 80

Re: running tomcat on port 80

2005-06-21 Thread Anoop kumar V
Or it is possible that something else is running on port 80 - possibly a webserver. U can use the netstat command to check/verify this. HTH, Anoop On 6/21/05, Raghupathy,Gurumoorthy <[EMAIL PROTECTED]> wrote: > Is it unix / linux box ? Then yo need to be root when you sta

RE: running tomcat on port 80

2005-06-21 Thread Fredrik Liden
Shouldn't be any problems. Are you sure there are not other programs bound to 80? Try netstat -a in the dos window. -Original Message- From: Tony Smith [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 21, 2005 9:47 AM To: tomcat-user@jakarta.apache.org Subject: running tomcat on po

RE: running tomcat on port 80

2005-06-21 Thread Raghupathy,Gurumoorthy
Is it unix / linux box ? Then yo need to be root when you start tomcat -Original Message- From: Tony Smith [mailto:[EMAIL PROTECTED] Sent: 21 June 2005 17:47 To: tomcat-user@jakarta.apache.org Subject: running tomcat on port 80 Hi, Can I run Tomcat 5.0 on port 80? I do not want my

running tomcat on port 80

2005-06-21 Thread Tony Smith
Hi, Can I run Tomcat 5.0 on port 80? I do not want my visitor have to type the port number. After setting 80 as port number in the server.xml and starting tomcat, I got the following error message: SEVERE: Error starting endpoint java.net.BindException:permission denied:80 Thanks

tomcat/apache/mod_jk/multiple tomcat apps, port 80

2005-04-22 Thread t.n.a.
that somewhere there is a JkMount *.jsp ajp13 directive in apache.conf - our applications use Tapestry so there's no JSPs...in effect, apache handles requests to my apps instead of tomcat, when using port 80. My guess is that JkMount is the proper way to configure mod_jk for my VirtualHos

RE: Tomcat -- port 80 for Linux

2005-03-31 Thread Vaneet Sharma
[mailto:[EMAIL PROTECTED] Sent: Wed 3/30/2005 2:50 PM To: tomcat-user@jakarta.apache.org Cc: Subject: RE: Tomcat -- port 80 for Linux somwere your going to see this in your server xml under /conf of your tomcat_home folder

RE: Tomcat -- port 80 for Linux

2005-03-30 Thread FRANCOIS Dufour
somwere your going to see this in your server xml under /conf of your tomcat_home folder if there you say 80 it will run on 80 exept if there is alredy somting on port 80? Define a non-SSL HTTP/1.1 Connector on port 8080<- [EMAIL PROTECTED] administrateur http://monteregiechat.

RE: Tomcat -- port 80 for Linux

2005-03-30 Thread Pete Stevens
On Wed, 30 Mar 2005, Peter Crowther wrote: > > From: Jury Levykin [mailto:[EMAIL PROTECTED] > > I use tomcat 5.5 as main web server at Linux host. Me need > > run tomcat in port 80. > > > > To solve this task I see two way: > > 1. Running tomcat as daem

RE: Tomcat -- port 80 for Linux

2005-03-30 Thread Peter Crowther
> From: Jury Levykin [mailto:[EMAIL PROTECTED] > I use tomcat 5.5 as main web server at Linux host. Me need > run tomcat in port 80. > > To solve this task I see two way: > 1. Running tomcat as daemon in port 80 by jsvc command. > 2. Running apache in port 80 and use mod

Re: Tomcat -- port 80 for Linux

2005-03-30 Thread Pete Stevens
On Wed, 30 Mar 2005, Jury Levykin wrote: > Hello! > I use tomcat 5.5 as main web server at Linux host. Me need run tomcat in > port 80. > > To solve this task I see two way: > 1. Running tomcat as daemon in port 80 by jsvc command. > 2. Running apache in port 80 and use mod

Re: Tomcat -- port 80 for Linux

2005-03-30 Thread Trond G. Ziarkowski
tomcat 5.5 as main web server at Linux host. Me need run tomcat in port 80. To solve this task I see two way: 1. Running tomcat as daemon in port 80 by jsvc command. 2. Running apache in port 80 and use mod_jk to redirect users request to tomcat. What way is most secure

Tomcat -- port 80 for Linux

2005-03-30 Thread Jury Levykin
Hello! I use tomcat 5.5 as main web server at Linux host. Me need run tomcat in port 80. To solve this task I see two way: 1. Running tomcat as daemon in port 80 by jsvc command. 2. Running apache in port 80 and use mod_jk to redirect users request to tomcat. What way is most secure

Re: Change to Port 80

2004-07-02 Thread Mark Lowe
n a Windows box, copied to Linux, and it all worked. Beats me. - Original Message - From: "Ryan McCain" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 01, 2004 1:50 PM Subject: Change to Port 80 How do I configure Tomcat to run on port 80 as opposed to 80

RE: Change to Port 80

2004-07-02 Thread Yanbin Ma
Did you run tomcat from root? I am running AIX, I remember somewhere it says you must be root in order to start a program using port 80. Hope it helps. Yanbin -Original Message- From: Steve Beaman [mailto:[EMAIL PROTECTED] Sent: Thursday, July 01, 2004 6:01 PM To: Tomcat Users List

Re: Change to Port 80

2004-07-01 Thread Steve Beaman
t; To: <[EMAIL PROTECTED]> Sent: Thursday, July 01, 2004 1:50 PM Subject: Change to Port 80 > > How do I configure Tomcat to run on port 80 as opposed to 8080? I > changed a few parameters in the xml config file, but nothing seemed to > have took.

Re: Change to Port 80

2004-07-01 Thread Hassan Schroeder
ges should be like 2004-06-30 15:58:10.631 INFO org.apache.coyote.http11.Http11Protocol - Initializing Coyote HTTP/1.1 on port 80 If not, well, depends on what *does* scroll by... :-) -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Desig

RE: Change to Port 80

2004-07-01 Thread Patrick Glennon
Agreed. Go look at the docs. But just to get you started, if you are running tomcat as a non-root user, you CANNOT bind to port 80 unless you use something like JSVC ( go look that one up too ;) to launch it. -P -Original Message- From: QM [mailto:[EMAIL PROTECTED] Sent: Thursday, July

Re: Change to Port 80

2004-07-01 Thread QM
On Thu, Jul 01, 2004 at 03:50:49PM -0500, Ryan McCain wrote: : How do I configure Tomcat to run on port 80 as opposed to 8080? This has been discussed at length (some would say, ad nauseam) in the archives. There are several ways to do it, based on your needs and preferences. -QM

Re: Change to Port 80

2004-07-01 Thread Ryan McCain
Thanks for the response. Thats what I thought it was, and when I changed it previously, my browser just hangs and says "Waiting for connection" Any ideas? Thanks, Ryan >>> [EMAIL PROTECTED] 7/1/2004 3:56:49 PM >>> Ryan McCain wrote: > How do I configure Tomc

Re: Change to Port 80

2004-07-01 Thread Hassan Schroeder
Ryan McCain wrote: How do I configure Tomcat to run on port 80 as opposed to 8080? I changed a few parameters in the xml config file, but nothing seemed to have took. The element contains a "port" attribute. Shouldn't be hard to grep '8080' in server.xml and change i

Change to Port 80

2004-07-01 Thread Ryan McCain
How do I configure Tomcat to run on port 80 as opposed to 8080? I changed a few parameters in the xml config file, but nothing seemed to have took. OS=SUSE Linux Tomcat=4.x Thanks, Ryan - To unsubscribe, e-mail: [EMAIL

RE: Tomcat 5 on port 80

2004-05-04 Thread Wilson, Allen
Are you trying to start Tomcat as another user other than root (on port 80). To use port 80 Tomcat will be started as root...to get around this you can start Tomcat as root as have it switch over to another user. I did so by using the Commons Daemon (http://jakarta.apache.org/commons/daemon

re: Tomcat 5 port 80 non-root

2004-01-02 Thread James Bayer
The documentation is at: http://jakarta.apache.org/commons/daemon/jsvc.html. "Nicolas " wrote in message news:3FF41454.9040005@(protected) > hi > > i read that in Tomcat 5 it 's possible running the catalina on port 80 as > a non-root user. > like in apache

tomcat 5 port 80 non-root

2004-01-01 Thread James Bayer
ons/daemon/jsvc.html. "Nicolas " wrote in message news:3FF41454.9040005@(protected) > hi > > i read that in Tomcat 5 it 's possible running the catalina on port 80 as > a non-root user. > like in apache httpd where you can set the user an grou

Re: Tomcat 5 port 80 non-root

2004-01-01 Thread Bill Barker
[EMAIL PROTECTED] > hi > > i read that in Tomcat 5 it's possible running the catalina on port 80 as > a non-root user. > like in apache httpd where you can set the user an group in the httpd.conf. > > regards nicolas --

Tomcat 5 port 80 non-root

2004-01-01 Thread Nicolas
hi i read that in Tomcat 5 it's possible running the catalina on port 80 as a non-root user. like in apache httpd where you can set the user an group in the httpd.conf. regards nicolas - To unsubscribe, e-mail: [

Re: IIS port 80 vs Tomcat port 8080.

2003-12-16 Thread The Bean
PROTECTED]> wrote: > I have Tomcat running on port 8080 and I've deployed my > website successfully to my Tomcat webapps folder. I also > did an Ant List to confirm that my website is running. > > If I set up this website in MicroSoft Internet Information > Service (II

RE: IIS port 80 vs Tomcat port 8080.

2003-12-16 Thread Cocalea, Eugen
Best and fastest way: read this http://www.onjava.com/pub/a/onjava/2002/12/18/tomcat.html HTH E. -Original Message- From: charles doweary [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 16, 2003 9:03 PM To: [EMAIL PROTECTED] Subject: IIS port 80 vs Tomcat port 8080. I have Tomcat

IIS port 80 vs Tomcat port 8080.

2003-12-16 Thread charles doweary
I have Tomcat running on port 8080 and I've deployed my website successfully to my Tomcat webapps folder. I also did an Ant List to confirm that my website is running. If I set up this website in MicroSoft Internet Information Service (IIS) to use port 80, how is the request coming in on po

Re: setting tomcat to listen on port 80

2003-11-06 Thread Christoph Lechleitner
On Wed, 5 Nov 2003, V.Karthik Kumar wrote: >There is nothing wrong in using port 80. It works well >on Windows.. But i really don't know why it doesn't >work on Linux. Well, on Unixes ports under 1000 (or 1024?) are usually restricted to root. While most daemons are design

Re: setting tomcat to listen on port 80

2003-11-06 Thread Bill Barker
rfectly fine with TC 4.1.x (since that's the version I'm using it for :). "Shapira, Yoav" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Howdy, You shouldn't run tomcat, or any java program, or any server program open to the outside world, as root. Howeve

RE: setting tomcat to listen on port 80

2003-11-05 Thread Shapira, Yoav
Howdy, You shouldn't run tomcat, or any java program, or any server program open to the outside world, as root. However, only root can bind port 80 on unix. So you have some options: 1. Use tomcat 5.x which can run as a non-root user and still bind to port 80. 2. Use Apache httpd in fro

RE: setting tomcat to listen on port 80

2003-11-05 Thread Nadia Kunkov
Oh, I don't know how to thank you!!! That's it! It finally works Now should we be using port 80 and running as root or should we better use port redirection: /etc/sysconfig/ipchains -I input --proto TCP --dport 80 -j REDIRECT 8080 -I input --proto TCP --dport 443 -j REDIRECT 84

RE: setting tomcat to listen on port 80

2003-11-05 Thread Shapira, Yoav
Howdy, Your 8005 error is because you started tomcat before, and shut it down inappropriately, or not at all, so it's still listening on port 8005. 8005 is the default tomcat shutdown port. Shut down the first tomcat properly and completely. Then you'll be able to start on port 80

RE: setting tomcat to listen on port 80

2003-11-05 Thread Nadia Kunkov
I should mention I'm running Tomcat on Linux... I'm not sure if that makes any difference. N.K. -Original Message- From: V.Karthik Kumar [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 05, 2003 1:47 PM To: Tomcat Users List Subject: Re: setting tomcat to listen on port 80

Re: setting tomcat to listen on port 80

2003-11-05 Thread V.Karthik Kumar
I really don't know how to help you. The server.xml file works well in Windows (i've tried it out, on port 80). So, temporarily, till one of us comes up with a solution, start httpd, and give a redirection page to http://yourhost:8080. Tomcat uses more ports such as a Shutdown Port /

setting tomcat to listen on port 80

2003-11-05 Thread Nadia Kunkov
I'd like Tomcat 4 to be listening on port 80. I have changed server.xml file to read: . I'm running as root, I know only root can access this port. When I try to start Tomcat (tomcat4 start) I get a message: bind exception - permission denied:80, bind exception - 8005 address already in

Re: Port 80, 8009 and 8080

2003-07-30 Thread John Turner
nge the HTTP connector on port 8080 to port 80, so that web users do not have to type a port number on the URL. Zsolt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTEC

Re: Port 80, 8009 and 8080

2003-07-29 Thread Zsolt Koppany
Hi, as far as I know, in this case tomcat must be started by the super-user under Unix to bind a port < 1024. > In production, if you do not run Apache and run Tomcat alone as your > only webserver, you DISABLE the AJP connector on port 8009 and change > the HTTP connector on port

Re: Port 80, 8009 and 8080

2003-07-29 Thread John Turner
L PROTECTED]> Subject: Re: Port 80, 8009 and 8080 Date: Tue, 29 Jul 2003 12:51:58 -0400 We talked about this yesterday. First, understand that port 8080 is OPTIONAL. It is not required. If you integrate Tomcat with Apache, all that is required is a single connection on a single port. That p

Re: Port 80, 8009 and 8080

2003-07-29 Thread Hari Om
Thank You John - Hats Off to you. that was a very good explainationMillion Thanks From: John Turner <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> To: Tomcat Users List <[EMAIL PROTECTED]> Subject: Re: Port 80, 8009 and 8080 Dat

Re: Port 80, 8009 and 8080

2003-07-29 Thread John Turner
connectors is 8009. Tomcat has the ability to act as a web server WITHOUT Apache. A default installation is configured to do two things: be a webserver WITHOUT Apache, and integrate with Apache. Tomcat can do both at the same time. By convention, web servers take requests on port 80. However

Port 80, 8009 and 8080

2003-07-29 Thread Hari Om
can any GURU's here give me a good step-by-step understanding as to how the request flows from Apache (port 80) to MOD_JK and AJP (Port 8009) and then to Tomcat (Port 8080). I am confused lately _ Help STOP SPAM with th

Re: TC on port 80: run as root?

2003-07-28 Thread Bill Barker
Apache starts running as root, and binds to port 80 during initialization. Then to server requests (at least on *nix systems, and the details my very for Apache 2.0 depending on the MPM), it forks itself. The child process then changes it's identity to the non-privileged user. However, sinc

TC on port 80: run as root?

2003-07-28 Thread john-paul delaney
Hello List... I'm just using the latest release 4.1.24 as my webserver (no apache) with the intention of generating all (or nearly all) content from a back-end db. However I'm worried about starting the server and running as root - security issues. How does the apache server use it's own accou

Re: Running Tomcat3 on port 80

2003-07-17 Thread Carmine F. Greco
I have the RPM version of tomcat3 installed and found out the hard way that there are three places that let you specify TOMCAT_USER: /usr/bin/tomcat3, /etc/rc.d/init.d/tomcat3, and /etc/tomcat3/conf/tomcat3.conf. It seems like only the last one matters as far as setting TOMCAT_USER is concerned.

Re: running tomcat on port 80 instead of port 8080

2003-07-03 Thread Georges Roux
On Linux to run Tomcat Standalone on port 80, without using ROOT permissions(simple user) U can use iptables to redirect 8080 to 80 and 8443 to 443. without iptables, apache can do the job as necessary, but iptables is very simple. Georges Tom Parker a écrit : On Fri, 2003-07-04 at 13:16

Re: running tomcat on port 80 instead of port 8080

2003-07-03 Thread Tom Parker
On Fri, 2003-07-04 at 13:16, Neil Zanella wrote: > Sorry if this is a FAQ but how can I run Jakarta Tomcat on port 80 rather > than on port 8080? I guess all I have to do is change > $CATALINA_HOME/conf/server.xml so that instead of: ... Yes, that should work. However if you are r

Re: running tomcat on port 80 instead of port 8080

2003-07-03 Thread Tim Funk
Try it and see what happens. (meaning yes, that should work) -Tim Neil Zanella wrote: Hello, Sorry if this is a FAQ but how can I run Jakarta Tomcat on port 80 rather than on port 8080? I guess all I have to do is change $CATALINA_HOME/conf/server.xml so that instead of: the

running tomcat on port 80 instead of port 8080

2003-07-03 Thread Neil Zanella
Hello, Sorry if this is a FAQ but how can I run Jakarta Tomcat on port 80 rather than on port 8080? I guess all I have to do is change $CATALINA_HOME/conf/server.xml so that instead of:

Re: Separate List (FKA: Re: Running Tomcat3 on port 80)

2003-06-16 Thread Bill Barker
d after I > > finished. > >> Does anyone know if there has been talk of enabling the Tomcat > > standalone > >> to start as root and fork all processes to a lesser user the way Apache > >> >does? > >> > >> For a lot of people, the Tomcat standalon

RE: Separate List (FKA: Re: Running Tomcat3 on port 80)

2003-06-16 Thread Shapira, Yoav
privileges. But there are many other options in the unix world. For example, on my dev machine (Solaris 8), I don't know the root password, so I can't log in as root. But I have sudo permission to everything. So I do sudo startup.sh And voila, I'm running tomcat 4.1.24 standalone on

Re: Separate List (FKA: Re: Running Tomcat3 on port 80)

2003-06-16 Thread John Turner
ufficient if not for the fact that it can't bind to port 80 without being run as root. My guess is that if John Turner ever went away (or stopped being so generous with his time) the number of posts to this list regarding integration would exceed 50%. On Monday 16 June 2003 09:24 am, Joh

Re: Separate List (FKA: Re: Running Tomcat3 on port 80)

2003-06-16 Thread John Turner
ache >does? For a lot of people, the Tomcat standalone would be sufficient if not for the fact that it can't bind to port 80 without being run as root. I agree. Perhaps people could contribute patches to the jakarta commons launcher, or tomcat's scripts, that will make the above poss

RE: Separate List (FKA: Re: Running Tomcat3 on port 80)

2003-06-16 Thread Shapira, Yoav
n talk of enabling the Tomcat standalone >to start as root and fork all processes to a lesser user the way Apache > >does? > >For a lot of people, the Tomcat standalone would be sufficient if not for >the fact that it can't bind to port 80 without being run as root. I agree. P

Separate List (FKA: Re: Running Tomcat3 on port 80)

2003-06-16 Thread Ben Souther
and fork all processes to a lesser user the way Apache does? For a lot of people, the Tomcat standalone would be sufficient if not for the fact that it can't bind to port 80 without being run as root. My guess is that if John Turner ever went away (or stopped being so generous with his t

Re: Running Tomcat3 on port 80

2003-06-16 Thread John Turner
evel to allows browsers to access JSPs on Port 80. When we're ready to deploy, I'll tackle integrating Apache and Tomcat. PS: Has anyone ever considered a separate list for integration? It seems like a large percentage of messages on this list are due to that one issue. Thank God

Re: Running Tomcat3 on port 80

2003-06-16 Thread Ben Souther
tiple user's have access to this machine, you may want to either spend the time, upfront, to integrate with Apache or go back to running Tomcat on a high port number. I'm using Port forwarding at the router level to allows browsers to access JSPs on Port 80. When we're ready to

Re: Running Tomcat3 on port 80

2003-06-16 Thread John Turner
them out, since there shouldn't be any need for a root user to access files, right? Anyway, it's running now, on port 80 and I can move on Again, thanks! Regards, Terry Fuller [EMAIL PROTECTED] --- In <[EMAIL PROTECTED]>, on 06/1

Re: Running Tomcat3 on port 80

2003-06-13 Thread taf
Ok, thanks. Changing TOMCAT_USER in tomcat3.conf to 'root' did the trick, eventually. I had errors in several chown commands during the setup for start. I just commented them out, since there shouldn't be any need for a root user to access files, right? Anyway, it's run

Re: Running Tomcat3 on port 80

2003-06-13 Thread John Turner
The only user with permission to bind to port 80 is "root". So either define the user as "root" or manually start Tomcat using the startup scripts while logged in as root. My guess is that you have an RPM install, which means that manually starting the scripts will pro

Re: Running Tomcat3 on port 80

2003-06-13 Thread taf
>> >> >> In <[EMAIL PROTECTED]>, on 06/12/2003 at 08:33 PM, "Bill >> Barker" <[EMAIL PROTECTED]> said: >> >>> The most likely reason it fails is that you already have >>> Apache running on

Re: Running Tomcat3 on port 80

2003-06-13 Thread John Turner
> said: The most likely reason it fails is that you already have Apache running on port 80. Only one application on the box can bind to port 80. You have to stop Apache first. After that, it is pretty much: sudo $TOMCAT_HOME/bin/startup.sh If you are running 3.3.1 stand-alone, you might

Re: Running Tomcat3 on port 80

2003-06-12 Thread taf
3 PM, "Bill Barker" <[EMAIL PROTECTED]> said: >The most likely reason it fails is that you already have >Apache running on port 80. Only one application on the box >can bind to port 80. You have to stop Apache first. >After that, it is pretty much: > sudo $TOMCA

Re: Running Tomcat3 on port 80

2003-06-12 Thread Bill Barker
The most likely reason it fails is that you already have Apache running on port 80. Only one application on the box can bind to port 80. You have to stop Apache first. After that, it is pretty much: sudo $TOMCAT_HOME/bin/startup.sh If you are running 3.3.1 stand-alone, you might want to look

RE: Running Tomcat on port 80

2003-06-12 Thread taf
Actually, I'm such a newbie that I'm perfectly willing to give Tomcat exclusive access to port 80 -- at the moment, I rather not incur the additional learning curve required to get Apache running, still less getting Apache to frontend for Tomcat. I grant you that I'll proba

RE: Running Tomcat on port 80

2003-06-12 Thread Goehring, Chuck Mr., RCI - San Diego
as mod_jk. Chuck -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2003 4:53 PM To: [EMAIL PROTECTED] Subject: Running Tomcat3 on port 80 What do I have to do to get Tomcat 3.3.1 to run with port 80? I modified server.xml to alter the port

Running Tomcat3 on port 80

2003-06-12 Thread taf
What do I have to do to get Tomcat 3.3.1 to run with port 80? I modified server.xml to alter the port number, and it now fails with lack of permission on port 80. The Redhad doc for Apache says it must be started by root for this to work, but I start it as root and it still fails. A command

Re: How can I run tomcat on port 8080 and have the users think it 's on port 80?

2003-06-09 Thread John Turner
oni [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2003 10:57 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: How can I run tomcat on port 8080 and have the users think it's on port 80? Forget mod_rewrite. You just have to use the AJP Connector that is supplied with Tomcat to connect

RE: How can I run tomcat on port 8080 and have the users think it's on port 80?

2003-06-08 Thread Lee Chin Khiong
But this site doesn't contain any detail configuration. -Original Message- From: Andoni [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2003 10:57 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: How can I run tomcat on port 8080 and have the users think it's

Re: How can I run tomcat on port 8080 and have the users think it's on port 80?

2003-06-06 Thread Scott Reynolds
oint to the web application. Scott Reynolds --- Michael Mattox <[EMAIL PROTECTED]> wrote: > I'd like to run Tomcat on port 80 but I don't want to run it as root. Is it > possible to run it on 8080 yet have the users access it via port 80? My > admin has set it up this way but the

Re: How can I run tomcat on port 8080 and have the users think it's on port 80?

2003-06-06 Thread John Turner
Option 1: Apache plus a connector, either JK (mod_jk) or JK2 (mod_jk2) Option 2: Apache + mod_proxy The preference is for Option 1, you are welcome to use whatever works. John On Fri, 6 Jun 2003 11:33:20 +0200, Michael <[EMAIL PROTECTED]> wrote: I'd like to run Tomcat on port 80

How can I run tomcat on port 8080 and have the users think it's on port 80?

2003-06-06 Thread Michael
I'd like to run Tomcat on port 80 but I don't want to run it as root. Is it possible to run it on 8080 yet have the users access it via port 80? My admin has set it up this way but the problem is all relative links in my app show up as :8080. So once the user clicks on a link they see

Re: How can I run tomcat on port 8080 and have the users think it's on port 80?

2003-06-06 Thread Andoni
Forget mod_rewrite. You just have to use the AJP Connector that is supplied with Tomcat to connect it to Apache and have apache work on port 80. http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/ajp.html Surf about a bit to find the correct version for you if you are not running Tomcat

RE: How can I run tomcat on port 8080 and have the users think it's on port 80?

2003-06-06 Thread Michael Mattox
TED]; [EMAIL PROTECTED] > Subject: Re: How can I run tomcat on port 8080 and have the users think > it's on port 80? > > > You can use the mod_rewrite module in apache to rewrite and redirect URL > from port 80 to port 8080. > With this module, apache can be used

Re: How can I run tomcat on port 8080 and have the users think it's on port 80?

2003-06-06 Thread Holger Klawitter
Am Freitag, 6. Juni 2003 14:08 schrieb Michael Mattox: > I'd like to run Tomcat on port 80 but I don't want to run it as root. Is > it possible to run it on 8080 yet have the users access it via port 80? My > admin has set it up this way but the problem is all relative links

Re: How can I run tomcat on port 8080 and have the users think it's on port 80?

2003-06-06 Thread John Turner
Yes, you could, but you could just use Apache with the connectors built to already do the job. John On Fri, 06 Jun 2003 14:16:33 +0200, Xavier Ambrosioni <[EMAIL PROTECTED]> wrote: You can use the mod_rewrite module in apache to rewrite and redirect URL from port 80 to port 8080. Wit

Re: How can I run tomcat on port 8080 and have the users think it's on port 80?

2003-06-06 Thread Xavier Ambrosioni
You can use the mod_rewrite module in apache to rewrite and redirect URL from port 80 to port 8080. With this module, apache can be used as a proxy that only redirect urls to the right port. Xavier [EMAIL PROTECTED] wrote: > > I'd like to run Tomcat on port 80 but I don't w

Re: How can I run tomcat on port 8080 and have the users think it's on port 80?

2003-06-06 Thread Dominic Parry
on port 8080 and have the users think it's on port 80? I'd like to run Tomcat on port 80 but I don't want to run it as root. Is it possible to run it on 8080 yet have the users access it via port 80? My admin has set it up this way but the problem is all relative links in m

  1   2   3   >