hello all,
does the j2ee engine version 6.20 have a utility (like a servlet or something) that automatically registers a servlet (when it is first invoked), without having to declare the servlet in web.xml file?
i have dozens of servlets in my app. it would be a pain to enter them all in the web.xml. recall that weblogic provides a servlet to do just that.
thanks.
wentao
No, it doesn't.
In 6.40 this will be automatic in the studio. You just import your servlets and all other stuff is generated.
Regards,
Benny
Add a comment