OK, so I'm guessing Red Hat Linux, and you used the RPMs.


You should be getting a default page at http://server:8080, though I do not know what the RPMs do...they may disable the root context. Try http://server:8080/examples/ or http://server:8080/examples

Regarding your process problems, you typically won't see it because "ps" has column clipping. To really see what is going on, try something like:

ps -ef --cols=200 |grep java

In any case, if you are getting an error message on port 8080, Tomcat is running.

John


On Fri, 21 Mar 2003 13:24:44 -0500, Lisa Foister <[EMAIL PROTECTED]> wrote:


BTW, the tomcat4.conf file had TOMCAT_USER="tomcat4" which explains my problems with port 80. I changed that to root, and went back into the server.xml and changed the port to 80, and now I'm getting the same Tomcat error response when I http to that machine as I was getting below on port 8080.

Lisa

On Friday, March 21, 2003 12:57 PM, Lisa Foister [SMTP:[EMAIL PROTECTED] wrote:
I am logged in as root, with no other web server running, so I don't know why I'm having trouble with port 80, unless somewhere the tomcat process
is
configured to run as the tomcat4 user. However, I changed my server.xml
to
use port 8080, and at least I'm not getting errors on stopping although
I'm
still not seeing it on the process list when it's running -- or maybe I'm just not looking for the right thing? When I http to port 8080 on that
machine, I now get a Tomcat-style error message (which at least indicates to me that it's probably running, if possibly configured incorrectly),
"HTTP Status 500 - No Context configured to process this request".
Shouldn't I be getting some sort of default home page?


Thanks!

Lisa

On Friday, March 21, 2003 12:26 PM, John Turner
[SMTP:[EMAIL PROTECTED] wrote:
>  << File: ATT00025.txt; charset = iso-8859-15 >>




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-- Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to