• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Jsp

need to buy add-on package

I think it is in tomcat add-on package for $49.
 
It is supported with the tomcat addon which also requires that the application be deployed in .war format.
 
what is War application?

Larry,

What do I need to do in order to make my jsp page work?

What is War application?

Thanks
 
1. You need to purchase the Tomcat addon so that tomcat will be enabled.

2. You will have to use the software you developed it in to deploy it as a .war application. (basically a compressed .jsp app).

Once you do these, you can simply go to the domain, click tomcat, select the .war file and upload. Then just turn it on.
 
i have the tomcat license.

I have a normal .jsp site and would like to run it.
how should i compres that to a war file?

when i look into iis the is no resolving dll for a .jsp extension. is this right?
 
If you have the original source code, open it in your Java editor and re-deply it as .war.

As for compressing to .war, I recommend searching google for tomcat and .war. When our users come to us I tell them re-deploy as .war or have there developer do it.
 
Back
Top