How to add a custom servlet to the WIndchill tomcat
Hello,
we are trying to add a custom servlet to the Windchill tomcat but we are not able to do it. So, far we added a custom servlet that can be accessed through Windchill like. http://<servername>/Windchill/servlet/myservlet/mybean But this is not we are trying to do we would like to access the servlet like http://<servername>/myservlet/mybean.
We did everything like on the regular tomcat (edit web.xml, deployed servlet under webapps) but still the servlet was not found.
Does any body has idea how to do it or can point us to the right direction?
Thanks, best regards!

