RE: ssl connector

2009-02-12 Thread epicwin...@hotmail.com
gt; To: users@tomcat.apache.org > Date: Thu, 12 Feb 2009 21:47:45 -0600 > Subject: RE: ssl connector > > > From: epicwin...@hotmail.com [mailto:epicwin...@hotmail.com] > > Subject: RE: ssl connector > > > > So I don't understand the docs where they suggest >

RE: ssl connector

2009-02-12 Thread epicwin...@hotmail.com
urag Kapur > Associate - Technology, > Sapient Corporation India. > ------ > > > On Fri, Feb 13, 2009 at 12:30 AM, epicwin...@hotmail.com < > epicwin...@hotmail.com> wrote: > > > > > First off unfort

ssl problems

2009-02-12 Thread epicwin...@hotmail.com
First off unfortunately on this install I am using tomcat on windows, i know boo hiss... But I just installed the latest tomcat 6.0.18 and am having a problem with ssl. All I did was added these lines to the originally installed server.xml file: And I get this weird error telling me it can't

RE: WEB-INF/classes vs WEB-INF/lib/classes.jar file

2009-02-05 Thread epicwin...@hotmail.com
Thanks for all the replies. Nice to know i can do this without any side effects. I think I will have to look into maven and see if that fits my deployment needs. _ Windows Live™: E-mail. Chat. Share. Get more ways to connect. h

WEB-INF/classes vs WEB-INF/lib/classes.jar file

2009-02-04 Thread epicwin...@hotmail.com
Is there any advantage why I should not just jar all my class files and put them in WEB-INF/lib rather than exploding the jar file to the classes directory? I like developing with the classes and I understand it is nice to let tomcat deploy a .war file but it also creates some problems for me

RE: running tomcat with root user.....umask in jsvc?

2009-02-02 Thread epicwin...@hotmail.com
> Date: Tue, 3 Feb 2009 00:10:30 +0100 > From: a...@ice-sa.com > To: users@tomcat.apache.org > Subject: Re: running tomcat with root user.umask in jsvc? > > epicwin...@hotmail.com wrote: > [...] > I'm not a great security specialist, but your setup looks indeed

RE: running tomcat with root user.....umask in jsvc?

2009-02-02 Thread epicwin...@hotmail.com
> Date: Mon, 2 Feb 2009 22:00:24 +0100 > From: a...@ice-sa.com > To: users@tomcat.apache.org > Subject: Re: running tomcat with root user.umask in jsvc? > > epicwin...@hotmail.com wrote: > > That is a possible solution. There is a fairly heavy amount of files

RE: running tomcat with root user.....umask in jsvc?

2009-02-02 Thread epicwin...@hotmail.com
Re: running tomcat with root user.umask in jsvc? > > André Warnier wrote: > > epicwin...@hotmail.com wrote: > >> You are correct, I found a setting that relaxes the group access > >> permissions on the jailkit. > >> Now I just have one more problem. When tom

RE: running tomcat with root user.....umask in jsvc?

2009-02-02 Thread epicwin...@hotmail.com
s sugar coating and chrome around a chroot. So I > would think that using unix groups would work. And on the flip side, if unix > groups don't work, it seems to me that ACLs wouldn't either. > > > epicwin...@hotmail.com wrote: > > I have the latest tomcat 6 ins

RE: running tomcat with root user

2009-02-01 Thread epicwin...@hotmail.com
> From: peter.crowt...@melandra.com > To: users@tomcat.apache.org > Date: Sun, 1 Feb 2009 12:59:33 + > Subject: RE: running tomcat with root user > > > From: epicwin...@hotmail.com [mailto:epicwin...@hotmail.com] > > I have the latest tomcat 6 installed under cen

RE: running tomcat with root user

2009-02-01 Thread epicwin...@hotmail.com
> Date: Sun, 1 Feb 2009 11:04:10 +0100 > From: a...@ice-sa.com > To: users@tomcat.apache.org > Subject: Re: running tomcat with root user > > epicwin...@hotmail.com wrote: > > I have the latest tomcat 6 installed under centos 5.2. The problem I am > > having is

running tomcat with root user

2009-01-31 Thread epicwin...@hotmail.com
I have the latest tomcat 6 installed under centos 5.2. The problem I am having is that it appears that I have to run tomcat as root user, because the spring app that tomcat starts needs to write files to other users' home directories. The tomcat user doesn't have access to these directories.