> Help! I've installed Tomcat and the mod_jserv into Apache. The examples
> on the Tomcat side works, but it won't serve JSP pages from my Apache root
> directory.
I solved this by adding a virtual host to my server.xml file. I don't know
if this is the Right Way to do this, but nobody has told me it isn't yet.
> By the way, I'm coming from a JSERV environment. Do I need a web
> application to serve my JSP's?
Do you mean do you need an official webapp? If so, then no, JSPs will run
fine outside of a webapp.
Dave