Articles
How public URLs and app paths work together on JSP hosting
When you host a JSP application, the public URL and the app path do not always mean the same...
How to map a JSP app to the right public URLWhen you deploy a JSP application on a hosting platform, the public URL is usually determined by...
What to review when publishing more than one JSP appWhen you publish more than one JSP application on the same hosting account, the most important...
Why is a JSP application loading from the wrong path?If a JSP application loads from the wrong path, the cause is usually one of three things: the...