Re: Doubts regarding the TOMCAT url

2008-08-12 Thread David Smith
A complete stack trace would be wonderful as well as your OS and tomcat version. On the outset, I would guess this is a unix/linux based system where ports below 1024 are privileged ports, not accessible except by the root user. If that's the case, you might want to consider using jsvc from

Re: Doubts regarding the TOMCAT url

2008-08-12 Thread Ch Praveena
Great!! You are absolutely right!! I could run perfectly on ROOT user! But how to give the previllages to the USER as similar to ROOT? Thank you in advance!! 2008/8/12 David Smith [EMAIL PROTECTED] A complete stack trace would be wonderful as well as your OS and tomcat version. On the

Re: Doubts regarding the TOMCAT url

2008-08-12 Thread David Smith
My personal preference is to get jsvc from the commons-daemon project (http://commons.apache.org/daemon/jsvc.html), build it, and then use it to start and stop tomcat. It runs as ROOT, captures the privileged ports, and then spawns tomcat to run as an unprivileged user. --David Ch Praveena