Originally posted by Bruce Jin:
Thanks Kyle:
Can I write a classloader to load servlets from my directory structure? I seem to see WAS 5 has a place to configure a classloader.
Thanks.
You could, but as I said DON'T DO THAT. That's not the way WebSphere works, and trying to circumvent it will just cause you grief. Just use EAR files...
Kyle