-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

B,

B McFee wrote:
| I tried the attached and got the following output which I don't
| understand:
|
|  Proto  Local Address          Foreign Address        State
|  TCP    C36432-B:8007          C36432-B:0             LISTENING
|  TCP    C36432-B:8080          C36432-B:0             LISTENING


These two are the items of interest: you configured an ajp12 connection
on port 8007 (the first line) and an HTTP connector on port 8080 (the
second line). You can see that they are both listening, which indicates
to me that Tomcat /is/ running.

What port are you using for SHUTDOWN? The first non-comment line of your
server.xml should be something like this:

<Server port="8006" shutdown="SHUTDOWN">

That's the port we're looking for. If Tomcat isn't listening on that
port, you'll have to kill the process some way other than running
"shutdown.bat".

Once you get Tomcat stopped, clear out everything in the "work"
directory and try to re-start it and let us know how it goes.

- -chris

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.8 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkeXXnEACgkQ9CaO5/Lv0PD9jQCgtzv5FX3MgPnS/NvLF8+LDZ9q
2kAAn3ikkOsZppRIH/vn96XDj/SaMD/T
=ZPqo
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to