I have *.war file of my servlet which deployed into www/ using Servlet Manager in the Admin Panel.
Servlet URL is accessible when specifying servlet file name before internal servlet url mapping.
How can i avoid using servlet file name or map servlet to root (or any other custom value), while also preserving original file name?
How to not to include servlet file name in the URL?
Re: How to not to include servlet file name in the URL?
Oh, so it's only context relative. Oh well, I guess I will simplify the name then. Thanks for clarifying that 