Hi Ceren!
StefanS is right, URL should be as defined in the url-pattern of the
WebApp. Have you checked the logs of your Tomcat? One possible thing is
that there are libraries missing in the WEB-INF/lib folder. This should
raise an exception in the Tomcat logs, if the WebApp starts (not if the
browser requests the servlet it, by the way ...)
Greetings,
StefanZ
Stefan Seelmann wrote:
Hi Ceren,
please check the web.xml, there you could find the URL pattern which is
mapped to the RootDseServlet:
----------------------------------------------
<servlet-mapping>
<servlet-name>RootDseServlet</servlet-name>
<url-pattern>/RootDse</url-pattern>
</servlet-mapping>
----------------------------------------------
So could you please try the URL http://localhost:8080/ApacheDS/RootDse ?
Regards,
Stefan Seelmann