Ron and Ranier:
Thank you again!!
it seems you got me pointed in the right direction. The simple
obvious thing I was overlooking turned up in the Tomcat 4.0
documentation. I was asking Tomcat to open an SSL connection, but not
providing server keys.
I took out the sections of my server.x
Get yourself a default config (server.xml) from a download. Try to get
that running first (which should be easy).
Then try to port the changes from your actual config to the default
config, not changing to much in one step and trying to understand from
the docs, what the changes mean.
Apply
Ron and Ranier:
Thank you so much for getting me pointed in the right direction. It
seems like there is a real problem behind this, but I don't know
tomcat well enough to determine what it is.
It appears to be looking for /var/root/.keystore - and fails to find
it. The file, of course doe
hi Jeff,
any tomcat log messges during startup?
Regards,
Rainer
Jeff Weinberger wrote:
Rainer:
Thank you very much for your help!
Sorry about the IP address confusion - I chose badly in including log
entries. I tried this with localhost (127.0.0.1) and I also tried it to
be accessed from
If you go to localhost:8080 and click on "Status" you shuld be taken to
a page that shows in some detail what Tomcat thinks that it is doing.
You should see a section ajp-8009 which will tell you if Tomcat is
listening on 8009 for AJP transactions and if it say anyone try to
communicate over tha
Rainer:
Thank you very much for your help!
Sorry about the IP address confusion - I chose badly in including log
entries. I tried this with localhost (127.0.0.1) and I also tried it
to be accessed from elsewhere on the network (the local IP of the
tomcat machine is 10.0.1.202), and sent th
Hi Jeff,
errno 61 on Mac OS X is connection refused:
61 ECONNREFUSED Connection refused. No connection could be made because
the target machine actively refused it.
It looks a little strange, that you configured to connect to localhost,
but the log shows 10.0.1.202. Either the config you showed