Fw: Servlet Aliases/Loading

Am I trying to do something Jigsaw is not designed for? I don't think so
the Resource lookup looks very flexible. Just that I don't understand all
the arguments to the resources.

1. Servlet alias
2. Forced init at Server startup

If not yet implemented, could somebody point me to the right code fragments
and I can see what I can do!

/Kenneth

---- Original Message ----- 
From: Kenneth Persson <kenneth@veosystems.com>
To: <www-jigsaw@w3.org>
Sent: Sunday, December 06, 1998 10:53 PM
Subject: Servlet Aliases/Loading


I haven't yet figured out how to create an alias for a servlet, I also want to
control the initialization of the servlet better. Hints anyone?

In Java code how would I create the resource

http://x.y.com/veoport to bind com.veo.server.ServletPort

I would like to initialize it when the server starts up and only then. To me
it seem like the current model is, if I use the .class extension. loading
is enforced (even if it is already loaded), while class name without the
extension only work if it is already loaded.

Advice very much appreciated

/Kenneth

--
Kenneth Persson, Server Architect, kenneth@veosystems.com, (650)623 2815
Veo Systems, 2440 W. El Camino Real, Suite 710, Mountain View, CA 94040

Received on Wednesday, 9 December 1998 16:32:10 UTC