Is there an easy way to run a Java servlet with Apache webserver?
Well, right now what I've got is a servlet test class... and a basic
Apache webserver. I have no idea how to combine them! I've done searches,
and it looks like I need to use Apache Tomcat, but I'm confused about how
that works.
For one, I didn't expect to have to set up another whole server just to
add a servlet... I'm not really wanting to have to, say, type
domain.com:8080 just to get to this simple servlet.
Also it looks to me like Tomcat is a huge agglomeration of all sorts of
features that I really don't need... and every tutorial on how to set up a
simple servlet with it is a little complicated for me.
If anyone can put this in layman's terms for me, that'd be awesome!
No comments:
Post a Comment