Depends what you're trying to do. If you just want Tomcat to work as
web/servlet/jsp server, then you can change the port in server.xml in your
conf directory and restart Tomcat. Tomcat is capable of serving static html
as well as servlets and jsps.
However, most people want this to work with a REAL web server, like Apache.
In that case, you SHOULD read the documentation. There's a wealth of
information in the docs.
----- Original Message -----
From: "Brent Hughes" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, September 06, 2001 4:32 AM
Subject: I admit it -- I'm too lazy to read the documentation
> I have the thing running...
> It only works on localhost:8080 though...
> I need to get rid of this 8080 thing.
> If you guys could point me to the right
> section of the docs it would be a big help.
>
> Thanks,
> Brent