I read the official articles on how to implement Tomcat on Plesk servers. Right now I can access to one of my domains via port 8080 and I can see Tomcat7 default page. I added *.jsp script to httpdocs folder connected to my domain, but I can't serve it. I tried http://domain.tld:8080/index.html with simple java code included, but only html servers and I see source code of my Java app. I tried to run http://domain.tld:8080/index.html and http://domain.tld/index.jsp but I'm getting ERROR 404.
What I'm doing wrong?
Thanks.
What I'm doing wrong?
Thanks.