Can anybody please help me as to run servelts on Ensim Linux package that i have bought.
The server is not reading web.xml at all. It is very important the server needs to access web.xml for our application to work
Without web.xml access or reading our configuration won’t work. Here is a simple web.xml existing in current sample app,
Server is supposed to load the servlet when it is called using urlpattern mapped. For an example Servlet class Smallest should be loaded when http://www.peplist.com/ssmall is called.
Presently it works only if the servlet class is directly called , like this http://www.peplist.com/servlet/Smallest.
But this works only for stand-alone servlets not for config file driven servlets (ex. Web.xml)
:confused: