I have created a new weblogic domain using wlst, and all the services
and applications appear to have deployed correctly. However when
testing any of the web services they do not work at all, going to the
test pages or wsdl gives a 404 error. Under the monitoring tab only 5
servlets are listed, the equivalent deployment on an old non-wlst
domain lists 8 servlets.
Can anybody advise why 3 of the servlets have not been automatically
created, no errors are in the logs. The missing servlets are
ClasspathServlet, GetIORServlet and WebServiceServlet.
Thanks
Our scripts set a few default properties for server mbeans one of which
is defaultInternalServletsDisabled = 1, removing this and recreating
the domain meant that all the necessary servlets were created and our
web services worked fine.