RE: [sidebar] Tomcat configuration under webApp

2011-10-19 Thread ettoregia
n828cl wrote: > >> From: Mark Thomas [mailto:ma...@apache.org] >> Subject: Re: [sidebar] Tomcat configuration under webApp > >> On 19/10/2011 19:01, Tim Watts wrote: >> > Don't know how this happens but your replies are coming across as >> > quoted (i.e. having a "> " line prefix). Makes it v

Re: Tomcat configuration under webApp

2011-10-19 Thread ettoregia
Christopher Schultz-2 wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Ettore, > > On 10/19/2011 3:38 AM, ettoregia wrote: >> SERVER.XML-- > version='1.0' encoding='utf-8'?&g

Re: Tomcat configuration under webApp

2011-10-19 Thread ettoregia
Pid * wrote: > > On 18/10/2011 23:29, Tim Watts wrote: >>> Sorry I meant /tomcat/apps/myAppName/conf/ and under conf all the files >>> > mentioned above >> That is a strange layout. Is it possible that the IT people are running >> each webapp in a separate JVM and pointing CATALINA_BASE >> to

Re: Tomcat configuration under webApp

2011-10-18 Thread ettoregia
Pid * wrote: > > On 18 Oct 2011, at 16:12, ettoregia wrote: > >> >> My system: Tomcat 6.0.18 --- Linux Red Hat 4 -- Java 6 >> >> Hi folk, >> >> does anyone of you knows where I can get some materials in order to >> understand how Tomca

Tomcat configuration under webApp

2011-10-18 Thread ettoregia
My system: Tomcat 6.0.18 --- Linux Red Hat 4 -- Java 6 Hi folk, does anyone of you knows where I can get some materials in order to understand how Tomcat works with sub-directories within an exploded-war file? I clarify the question: I have the below structure and what I don't understand is wh

Re: Tomcat Manager

2011-10-17 Thread ettoregia
Tim Watts-3 wrote: > > On Mon, 2011-10-17 at 08:08 -0700, ettoregia wrote: >> Hi everybody, >> >> I'm using Tomcat 6.0.33 and at localhost:8080 it shows correctly. > > Does "localhost:8080 it shows correctly" mean you can see a process > listen

Tomcat Manager

2011-10-17 Thread ettoregia
Hi everybody, I'm using Tomcat 6.0.33 and at localhost:8080 it shows correctly. When I try to access the tomcat manager link I get an 404 page error. It says the resource is unavailable, the only row in the conf/Catalina/localhost/manager.xml & host-manager.xml is " " Any ideas on what could

Re: Configure tomcat using init.d

2011-10-17 Thread ettoregia
I know, but storing the file it's less invasive. At least that suggest the Tomcat doc. Hassan Schroeder-2 wrote: > > On Mon, Oct 17, 2011 at 3:04 AM, ettoregia wrote: > >> Regarding the the deploy, I know that by storing a file under >> Catalina->localhost->

Re: Configure tomcat using init.d

2011-10-17 Thread ettoregia
s that correct? For the context.xml, shall I create it, since there's no file so called in META-INF. Many thanks. Hassan Schroeder-2 wrote: > > On Fri, Oct 14, 2011 at 1:52 AM, ettoregia wrote: > >> My system: Linux, the version I'don't know how to realize, since I&

Re: Configure tomcat using init.d

2011-10-17 Thread ettoregia
Alright guys, thanks for your help. Pid * wrote: > > On 14/10/2011 16:31, Mark Thomas wrote: >> On 14/10/2011 16:15, Mark H. Wood wrote: >>> This I can agree with. They don't allow application managers >>> access to Tomcat's config., but anyone can drop stuff into >>> /etc/init.d, whence it w

Configure tomcat using init.d

2011-10-14 Thread ettoregia
Hi guys, hope you're all doing well. Today I'm facing a new challenge, at least for myself. My system: Linux, the version I'don't know how to realize, since I've got just an ssh connection and typing some command I've not been able to discover it, maybe you can help me out on this as well. Tom