[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] Tomcat installed but does not automatically run
- Subject: Re: [cobalt-developers] Tomcat installed but does not automatically run
- From: Kingsly John <kingslyj@xxxxxxxx>
- Date: Sun Oct 21 18:25:00 2001
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
On Wed, 17 Oct 2001, Jay Nelson wrote:
|My /etc/httpd/conf/httpd.conf file has no new entries in it.
Hmm... you need to include the mod_jk-auto (???) file into your httpd.conf
or atleast need the Apjmount directives.
(check again to see if these are present.)
|There is a /etc/rc.d/init.d/tomcat.init script that I have to use
|to start tomcat, which appears to start OK, but I cannot get
|any response when using http://www.mysite.com:8007/ or
No that is only for the apache module... nothing is actually served on
those ports.
Normally tomcat runs on 8080... but I think it'll be closed in your
configuration.
Try enabling it and then testing and then disabling it.
Kingsly