Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Dec 2008 19:57:49 +0000
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        Joseph Simmons <josephdsimmons@gmail.com>
Cc:        matt donovan <kitchetech@gmail.com>, freebsd-questions@freebsd.org
Subject:   Re: starting Tomcat6
Message-ID:  <495142BD.2070802@infracaninophile.co.uk>
In-Reply-To: <1ba9cd9a0812231133p6c45b969pe7f857658f0ce8a0@mail.gmail.com>
References:  <1ba9cd9a0812231036y1270eeecm5d7c0961bc2dfcf8@mail.gmail.com>	<49513618.8090107@infracaninophile.co.uk>	<1ba9cd9a0812231115t416a0002gaab47bc8459720e0@mail.gmail.com>	<28283d910812231123r606ed3e7y2900152c34ba1bd2@mail.gmail.com> <1ba9cd9a0812231133p6c45b969pe7f857658f0ce8a0@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enig66CC4D3CB88D9930796787AF
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: quoted-printable

Joseph Simmons wrote:
> I have tomcat6_enable=3D"YES" in rc.conf and I don't see any tomcat
> process when I ps aux. When I try to start the script, nothing is
> returned either, I'd expect there to be some success or failure
> message as there is when starting apache22.

The process you'ld start is called 'java' according to ps(1) -- tomcat
runs inside that.

You certainly should get some output from the startup script.  Seeing not=
hing
at all is a classic symptom of not having the right settings in rc.conf

Try using sockstat(1) to see if you have anything likely with a network
listener on ports 8180 8005 or 8009.  Note that tomcat doesn't bind to
port 80 (or 443 for SSL enabled versions) unless you modify server.xml=20

If there's a port 8180 listener, then http://localhost:8180/ should get
you the default tomcat home page.

If not then you should be able to find some logs in
/usr/local/apache-tomcat6.0/logs  which may offer clues.

	Cheers,

	Matthew

--=20
Dr Matthew J Seaman MA, D.Phil.                   7 Priory Courtyard
                                                  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey     Ramsgate
                                                  Kent, CT11 9PW


--------------enig66CC4D3CB88D9930796787AF
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREIAAYFAklRQsMACgkQ8Mjk52CukIxW0gCfe+ezLsx9Byz3JZISJylRZKx7
a7wAnihhOzC0jzQnPeAgv9WJEMJ0undJ
=VKVq
-----END PGP SIGNATURE-----

--------------enig66CC4D3CB88D9930796787AF--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?495142BD.2070802>