Moving on, reading
http://tomcat.apache.org/tomcat-6.0-doc/config/printer/context.html

2009/2/5 Dave Pawson <dave.paw...@gmail.com>:
> 2009/2/4 Caldarale, Charles R <chuck.caldar...@unisys.com>:
>>> From: Dave Pawson [mailto:dave.paw...@gmail.com]
>>> Subject: Re: servlet use. TC6, FC10
>>>
>>> 2009/2/4 Gregor Schneider <rc4...@googlemail.com>:
>>> > what gives "uname -n" ?
>>>
>>> 2.6.27.12-170.2.5.fc10.i686
>>
>> Is it just me, or does that look like a really, really weird result for 
>> uname -n?  Did someone mistake an "n" for an "r"?
>
> Who! Me! Never... well, OK, yes.
>
> [dpaw...@marge ~]$ uname -n
> marge.localdomain
>
> which is 'odd' since /etc/hosts
>
> 127.0.0.1               localhost localhost.localdomain marge
> ::1     localhost.localdomain   localhost6      localhost       marge   marge

I've tweaked /etc/hosts
so now

[dpaw...@marge conf]$ uname -n
marge
[dpaw...@marge conf]$ cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1               localhost localhost.localdomain marge
::1     localhost.localdomain   localhost6      localhost       marge   marge
10.0.0.137      homer


>From the docs "Context elements may be explicitly defined:
.... <snip/>
    * in individual files (with a ".xml" extension) in the
$CATALINA_BASE/conf/[enginename]/[hostname]/ directory."

Which I interpret that to have my servlet deployed (found?) I need to
set up an XML file
as per that web page at
{}/conf/????/marge/atom.xml

What's the engine name please? Nothing clear at
http://tomcat.apache.org/tomcat-6.0-doc/config/printer/engine.html

I've a vague memory it may be 'catalina'?

Is my logic right please?


regards




-- 
Dave Pawson
XSLT XSL-FO FAQ.
Docbook FAQ.
http://www.dpawson.co.uk

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to