I am finding that Tomcat is not the easiest tool to setup and use. What would be
an easier tool to use (setup and configure), when one's purpose is teaching and
using some basic servlet and JSP features? Nothing heavy-duty, no products to
release or anything like that...
Thanks,
Simon
Dieter Bender - 31 Aug 2004 08:40 GMT
Simon,
try WebSphere and you will be glad to use Tomcat.
Dieter
> I am finding that Tomcat is not the easiest tool to setup and use. What
> would be an easier tool to use (setup and configure), when one's purpose
[quoted text clipped - 3 lines]
> Thanks,
> Simon
Tor Iver Wilhelmsen - 31 Aug 2004 09:11 GMT
> I am finding that Tomcat is not the easiest tool to setup and use.
> What would be an easier tool to use (setup and configure), when
> one's purpose is teaching and using some basic servlet and JSP
> features? Nothing heavy-duty, no products to release or anything
> like that...
If you want Tomcat with a fancy user interface, look at Borland
Enterprise Server Web Edition.
Basically, if you want "easy to setup and use" you probably need to
buy a commercial container. Open-source solutions generally don't have
the "customer pressure" to make things more easy than the developers
themselves need it to be.
Mark Eggers - 31 Aug 2004 18:25 GMT
> I am finding that Tomcat is not the easiest tool to setup and use.
Simon,
What exactly is giving you problems? From a single user's standpoint, I
find Tomcat is reasonably easy to setup and use. Multiple independent
developers using a single Tomcat instance can get a little tricky, but
using virtual hosts helps a lot.
Alternatively you could have your students use an IDE such as Eclipse or
NetBeans. Both have an internal Tomcat server that will allow your
students to develop and debug. However, if you find Tomcat difficult to
set up, running Tomcat under Eclipse or NetBeans can be a bit of a pain.
I can post generic instructions on getting non-administrator accounts set
up with Tomcat. Doing something a bit fancier takes a small amount of
effort, and I would be willing to post that as well.
/mde/
just my two cents . . . .