on 2/11/02 4:28 PM, "Aaron Smuts" <[EMAIL PROTECTED]> wrote:
> The cache manager already provides the methods. I just need a simple > interface for displaying the results. A simple servlet is perfect here. > It's all I'll ever need. > > After doing the above, is my problem solved? > > Aaron Right, but it isn't the servlet that is your problem, it is the container that is the problem. You wanted a lightweight server to run your servlet in. Given that you can't use Jetty, your only other option is Tomcat. Given that Tomcat is too heavyweight for you (I'm not really sure why you think it is to heavyweight given that there are several IDE's that embed it just fine), I suggested that you go another route, which is to use an XML-RPC server. -jon -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
