RE: Easy to read HOWTO's or anything similar?

2002-08-29 Thread Mitchell, Edmund
-Original Message- From: Johan Sunnerstig [mailto:[EMAIL PROTECTED]] 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 I might be misunderstanding your question, but I don't think you need to

RE: Easy to read HOWTO's or anything similar?

2002-08-29 Thread Turner, John
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

RE: Easy to read HOWTO's or anything similar?

2002-08-29 Thread Johan Sunnerstig
developers. Regards Johan -Original Message- From: Mitchell, Edmund [mailto:[EMAIL PROTECTED]] Sent: den 29 augusti 2002 13:53 To: 'Tomcat Users List' Subject: RE: Easy to read HOWTO's or anything similar? -Original Message- From: Johan Sunnerstig [mailto:[EMAIL PROTECTED]] Say I

RE: Easy to read HOWTO's or anything similar?

2002-08-29 Thread Mitchell, Edmund
-Original Message- From: Johan Sunnerstig [mailto:[EMAIL PROTECTED]] What I'm looking for is more of a Let's configure our Tomcat from scratch in n steps, while most docs seem to be aimed at JSP developers. I think I understand you now - but I've never seen a document like the one

RE: Easy to read HOWTO's or anything similar?

2002-08-29 Thread Barney Hamish
: RE: Easy to read HOWTO's or anything similar? -Original Message- From: Johan Sunnerstig [mailto:[EMAIL PROTECTED]] What I'm looking for is more of a Let's configure our Tomcat from scratch in n steps, while most docs seem to be aimed at JSP developers. I think I understand

RE: Easy to read HOWTO's or anything similar?

2002-08-29 Thread Johan Sunnerstig
' Subject: RE: Easy to read HOWTO's or anything similar? -Original Message- From: Johan Sunnerstig [mailto:[EMAIL PROTECTED]] What I'm looking for is more of a Let's configure our Tomcat from scratch in n steps, while most docs seem to be aimed at JSP developers. I think I

Re: Easy to read HOWTO's or anything similar?

2002-08-29 Thread Paul Brinkley
At 11:14 AM 8/29/2002 +0200, Johan Sunnerstig wrote: 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. I have to admit I was a

RE: Easy to read HOWTO's or anything similar?

2002-08-29 Thread Turner, John
and over, and it would be very helpful to have a starting point for people who are new to tomcat. John -Original Message- From: Paul Brinkley [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 29, 2002 10:28 AM To: Tomcat Users List Subject: Re: Easy to read HOWTO's or anything

RE: Easy to read HOWTO's or anything similar?

2002-08-29 Thread Johan Sunnerstig
along and used JSP for it, and he hasn't been with the company for ~1 year, so I can't ask him for help either. Johan -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: den 29 augusti 2002 16:34 To: 'Tomcat Users List' Subject: RE: Easy to read HOWTO's or anything

RE: Easy to read HOWTO's or anything similar?

2002-08-29 Thread Turner, John
: RE: Easy to read HOWTO's or anything similar? Glad to see Im not the only one who got confused :) In short, the learning experience so far has been rather overwhelming, right now Im trying to grip the Context concept. And yes, I've seen the Terminology section, it was... less than

RE: Easy to read HOWTO's or anything similar?

2002-08-29 Thread Johan Sunnerstig
. Johan -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: den 29 augusti 2002 16:49 To: 'Tomcat Users List' Subject: RE: Easy to read HOWTO's or anything similar? Perhaps I've missed something in this thread, but if your need is as simple as a single (or even

RE: Easy to read HOWTO's or anything similar?

2002-08-29 Thread Paul Brinkley
At 10:48 AM 8/29/2002 -0400, Turner, John wrote: Perhaps I've missed something in this thread, but if your need is as simple as a single (or even a couple) JSP pages, why not just copy everything in server.xml that has to do with /examples, change that to /your-app, restart tomcat, and call it