> I think your thinking is flawed. Unless I misunderstand
> you still and your not really thinking of trying to run
> a non-servlet class in Tomcat...

But a servlet can of course use a non-servlet class. I could imagine some
kind of class required to setup a server for external access being run by
tomcat. This class could be accessed outside of tomcat, and so wouldn't be a
servlet. Esentially whilst you cannot directly access non-servlet classes,
you can do it using a simple servlet wrapper.

sam

Reply via email to