Hi all,
I have a Servlet named "ContentServer" and content index HttpCs which is defined in application.xml
Can any 1 tell me what url pattern should i specify in web.xml Mapping tab
i have specified it as
http://localhost:8100/HttpCs/servlet/ContentServer
http://<server>:port/<content-index>/servlet/<servlet-name>
The deployment runs fine but i m not able u get a result on the web browser when i specify "http://localhost:8100/HttpCs/servlet/ContentServer."
Should the <server> be localhost?
Can any 1 tell me wht can be the alternative.
Thanks
Yogi