how can I uninstall a servlet in Weblogic6?I can't find how to do.
Best Regards
Jason Wang
Greenhorn
Joined: Apr 13, 2001
Posts: 26
posted
0
Assume I understood your question. Remove all of the configuration stuff from deployment descriptor file (web.xml) about the servlets you just don't want to use. Regards, Jason