You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by "Close, Steve" <sc...@intertech-inc.com> on 2000/02/11 00:09:52 UTC

newby

I'm just starting to discover Servlets so forgive me if this question it too
simple.

I downloaded JSWDK 1.0.1 and was able to debug my applets in my favorite
environment using the SimpleStart class found in the etc folder.

I just downloaded tomcat and tried the same tactic, but I can't compile
SimpleStart to compile.

org.apache.tomcat.server.HttpServer does not have a setDocumentBase(URL url)
method.  How do I successfully start this server in code.

One other question if anyone has time.  Does tomcat support inline Servlets.
It doesn't work for me. 

Re: newby

Posted by Daniel Rall <dl...@finemaltcoding.com>.
> One other question if anyone has time.  Does tomcat support inline Servlets.
> It doesn't work for me.

Might it actually be that your Java compiler doesn't support anonymous or inner
classes?