Re: How to automatically start tomcat 5.5.9 under linux using local user

2005-08-16 Thread Duong BaTien
Thanks. I will take a look at it. BaTien On Tue, 2005-08-16 at 20:31 +0100, Darryl L. Miles wrote: > Duong BaTien wrote: > > >I set tomcat 5.5.9 running in port 8080 so it can be started without > >using the root user. However, when I start tomcat using linux rc.local >

Re: How to automatically start tomcat 5.5.9 under linux using local user

2005-08-16 Thread Duong BaTien
Greetings: I set tomcat 5.5.9 running in port 8080 so it can be started without using the root user. However, when I start tomcat using linux rc.local at system start up (/apps/tomcat-5/bin/startup.sh), it seems that the tomcat instance is started under root. Question: Where do i set the user tha

Re: problems with Fedora Core 4

2005-06-28 Thread Duong BaTien
On Mon, 2005-06-27 at 22:56 -0700, Paul Constantine wrote: > Note: this is not meant to be a detailed bug report. I'm just fishing to see > if anyone else is having some these problems. > > Hi, I'm a newbie on the list. I've used tomcat with Windows-IIS for about a > year, and I just made the swit

Re: Force Non-SSL

2005-06-22 Thread Duong BaTien
Greetings: As promised, i report back my solutions and hope this may help others. On Mon, 2005-06-06 at 07:42 -0600, Duong BaTien wrote: > > On Mon, 2005-06-06 at 07:04 -0400, Tim Funk wrote: > > Almost. (I think) > > > Thanks. I will try the workaround and repor

Re: Force Non-SSL

2005-06-06 Thread Duong BaTien
ng URL - not urls obtained by getRequestDispatcher() > > -Tim > I know. These are my protected pages and i want to make sure that they must go through my presentation engine (Jsf + Tiles). BaTien > Duong BaTien wrote: > > On Thu, 2005-05-26 at 06:34 -0400, Tim Funk wrote: > >

Re: Force Non-SSL

2005-06-04 Thread Duong BaTien
On Thu, 2005-05-26 at 06:34 -0400, Tim Funk wrote: > From a config point of view no. The "simple workaround" > - Ditch the web.xml config for requiring SSL > - Create a filter which checks the scheme and URL - if the do not match what > you desire - you can issue a redirect in the filter to https

Re: Consolidate webapplications

2005-01-19 Thread Duong BaTien
Roland Carlsson wrote: Hi! We have a lot of small webservers running it's own special task, from router-admins to Outlook Web Access to the company public pages. All these servers is in a private network with one public ip. Today we have solved the problems with accessing these webservers from inte

Re: Running lots of virtual hosts on tomcat

2005-01-19 Thread Duong BaTien
Robbert-Jan Roos wrote: Hi, Our web department is thinking about moving from coldfusion to tomcat. Currently we have about 400 websites using apache's mod_vhost module. This works great. The only thing one needs to do is create a new directory www.bla.nl and the website is up and running. How would