> > I wrote a small webpage about it :
> > http://jakarta.apache.org/slide/server.html
> >
> > It's included with the 06/17 nightly (there was a config problem with
Gump
> > which made the build fail before).
>
> I don't undestand what's happend
> when I make a query to http://localhost/snoop.jsp
The default configuration doesn't use port 80, only ports 8080, 8081 and
8082.
On 8080, the above URL will be passed to Jasper. The 06/17 binaries have
some issues with Jasper, though. All these issues have been fixed since
then, but aren't available yet as a binary download.
> This snoop.jsp is under Slide in MySQL database.
>
> Who is catching queries to /? Which class is working?
/ on 8080 should be Catalina's default servlet (which handles static
content).
Remy