Tomcat works out of the box, as is, with no modification, assuming you have
followed the installation instructions and set a few environment variables.
You'll also need the Java SDK from Sun.  The URL for a properly, default
installed tomcat is http://localhost:8080/.  The examples are at
http://localhost:8080/examples.

The server.xml included with tomcat is about as basic as you could possibly
get.

Also, as Edmund Mitchell suggested, if all you are looking to do is serve
static pages, you want apache, not tomcat.  Tomcat is a servlet container
and application server, its strength is serving dynamic content generated by
Java Server Pages and Java classes.  While it can serve static pages, it's
overkill for doing so.

John Turner
[EMAIL PROTECTED]


> -----Original Message-----
> From: Johan Sunnerstig [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 29, 2002 5:14 AM
> To: Tomcat Users List (E-mail)
> Subject: Easy to read HOWTO's or anything similar?
> 
> 
> Hi.
> 
> Just wondering if anyone knows of any good howto's or guides 
> about setting
> up a Tomcat server?
> The reference docs are good as a reference, but less than stellar for
> someone setting up their first server IMO.
> 
> Or, if such a thing does not exist, could someone just tell 
> me how a very
> basic server.xml might look?
> Say I just wanna setup a server, serving nothing but static 
> pages, what
> would be the minimum config I'd need for that?
> 
> Thanks
> Johan
> 
> --
> To unsubscribe, e-mail:   
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: 
> <mailto:[EMAIL PROTECTED]>
> 

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

Reply via email to