e problem domains. They
aren't typically interchangeable. If you're really having problems with
swing, the only real answer is to stick to the standard AWT.
Dave W.
--
David Wilkinson http://www.cascade.org.uk/
At 11:51 29/07/98 -0500, you wrote:
>
> I just do it and in my case not work :-(
Try changing:
import java.servlet.*;
import java.servlet.http.*;
to:
import javax.servlet.*;
import javax.servlet.http.*;
Dave W.
--
David Wil
could have a dedicated web server running as root configured
quite tightly to accept only a limited set of requests. I'm not sure how
authentication would work though...
Dave W.
--
David Wilkinson http://www.cascade.org.uk/