I don't know why some of my messages were duplicated, I certainly
didn't post duplicates intentionally.
Yes, I understand that I need a container. What I wanted was a
container for a particular set of circumstances. Winstone is it.
I'm pretty sure that there was something weird going on with tomcat on
my machine. It certainly thought it was running, and was listening to
the ports. I used telnet to send requests to both port 8080 and 80, I
got nothing from 80, and from 8080 the continued 400 errors. I was
typing the HTTP requests myself, and was doing it over and over while
double checking what I should be typing to make sure it was correct.
Certainly both Jetty and Winstone ran the servers properly first time,
and could be interacted with via konqueror, so it's unlikely to be the
browser sending a malformed request. It's not me who is going to be
setting up the server for the proper deployment, nor me managing it.
So a lot of time spent on learning tomcat management and issue
debugging would be of little benefit to me. I'm sure that on many
machines tomcat would just plug and play, but it didn't on mine.
That's why they pay me the big bucks? I wish! I'm in education.
I haven't used tomcat for quite a few years. Back then I had it all
set up on a dedicated machine and was all set up so that people could
sftp new servlets to to prepared directories and their classes would
be instantly available to run blah blah blah. But it's been some years
and the details of how to do these things have gone into the memory
bit bucket. When people talk about "blaming the tool" because I don't
know how to use it, the whole point of my first question was to find a
tool with minimum setup and get-go time. And, as computer tools get
more sophisticated, there is, on average, an increase in the number of
things that can go wrong and the amount of time that it takes to debug
these problems. If I was actually setting up a container/server for
proper use, I'd definitely go for tomcat and allocate a few days to
get properly up to speed. What I was hoping for earlier today was to
be installed and going in minutes. Didn't happen
Winstone has the ability to save sessions across runs, and can be crtl-
c'd to restart it. That's good enough for me right now!