• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Can I run jsp with Tomcat in the httpdocs?

C

cyberadmin

Guest
know that there are similars questions.. but.

In PLESK FAQ say:

Does Plesk 7 with the tomcat option allow a web designer to upload *.jsp files to their httpdocs directory via ftp and have them executed as jsp files with tomcat?

And they respond:

Plesk uses mod_webapp Tomcat connector which can be found in opt/java/ distribution subdirectory [...] mod_webapp allows Apache to redirect all requests for JSP pages to Tomcat, so anything like http://www.mysite.com/index.jsp would be automatically passed through the connector. [...]

But after ...

Tomcat uses different document root than Apache, so it's wrong to simply post JSP pages to domain's httpdocs directory. Tomcat web applications should be uploaded in a web application archive (WAR) format which is a JAR similar to the package used for Java class libraries. Uploading should be performed with Control Panel -> Domains -> thedomain.com -> Tomcat.

http://www.mysite.com/index.jsp is not true!! or Can I run jsp in the httpdocs.. What I need to do?! NOW I am running jsp in http://www.mysite.com/MYWEBAPP/index.jsp .. but I would like to know if this is possible (http://www.mysite.com/index.jsp) using plesk and apache! Or I should stop to use plesk for my J2EE customers and install a server with only tomcat or with a tomcat + apache connector?
 
Back
Top