FAQ/ JSP Hosting/ jsp-cpanel

Questions on JSP Hosting

3 questions available

1
Where is WEB-INF folder? Where to upload .jar files?

WEB-INF folder is under public_html folder. The WEB-INF directory is divided into two subdirectories:1. /classes2. /lib1. Classes DirectoryYou can configure and add your content to your site yourself with.class

More...
2
Where can I upload my war file?

There are 3 ways to upload the war file.Cpanel File manager : Upload the war file into your webapps folder.Tomcat Manager       : Refer https://www.shorttutorials.com/how-to-deploy-your-war-file-in-tomcat-manager/deploy-war-file.htmlNGASI

More...
3
What to do, if I want to deploy a new war file?

What to do, if I want to deploy a new war file?You must remove the existing files in the public_html/, before deploying a new war file, in order to avoid the duplication on deployment.Then upload the War

More...