I now have a tiny class file for context 'atom'.

Loaded
{catalina-home}/webapps/atom/WEB-INF/web.xml
and
/classes/SimpleServlet.class
plus
/lib/ .... couple of jars needed

I'm failing to run the app, possibly because of this logged error?

[Loaded java.net.Proxy from shared objects file]
[Loaded java.net.Proxy$Type from shared objects file]
Feb 4, 2009 1:29:36 PM org.apache.coyote.http11.Http11Protocol pause
INFO: Pausing Coyote HTTP/1.1 on http-8080
Feb 4, 2009 1:29:36 PM org.apache.catalina.connector.Connector pause
SEVERE: Protocol handler pause failed
java.net.UnknownHostException: marge.localdomain: marge.localdomain
        at java.net.InetAddress.getLocalHost(InetAddress.java:1353)

Note:

[r...@marge apps]# 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   marge
::1     localhost.localdomain   localhost6      localhost       marge   marge
10.0.0.137      homer

AFAIK TC uses the first entry for 127, i.e. localhost, rather than
subsequent ones?
Yet it's blowing up over that one?

Any suggestions please.

TIA



-- 
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