• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Question Run jsp scripts

vaarsn

New Pleskian
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.
 
Yes.

My results are following:
CT-116-bash-4.2# netstat -plant|grep 9080
tcp6 0 0 :::9080 :::* LISTEN 21002/java

CT-116-bash-4.2# service tomcat status
Redirecting to /bin/systemctl status tomcat.service
● tomcat.service - Apache Tomcat Web Application Container
Loaded: loaded (/usr/lib/systemd/system/tomcat.service; disabled; vendor preset: disabled)
Active: active (running) since Tue 2017-04-18 03:23:11 CDT; 10h ago
Main PID: 21002 (java)
CGroup: /system.slice/tomcat.service
└─21002 /usr/lib/jvm/java/bin/java -classpath /usr/share/tomcat/bin/bootstrap.jar:/usr/share/tomcat/bin/tomcat-juli.jar:/usr/share/java/commons-daemon.jar -Dcatalina.base=/usr/share/tomcat -Dcatalina.home=/usr/share/tomcat ...

Apr 18 06:49:38 plesk.iamodules.com server[21002]: Apr 18, 2017 11:49:38 AM org.apache.catalina.realm.LockOutRealm authenticate
Apr 18 06:49:38 plesk.iamodules.com server[21002]: WARNING: An attempt was made to authenticate the locked user "manager"
Apr 18 06:49:39 plesk.iamodules.com server[21002]: Apr 18, 2017 11:49:39 AM org.apache.catalina.realm.LockOutRealm authenticate
Apr 18 06:49:39 plesk.iamodules.com server[21002]: WARNING: An attempt was made to authenticate the locked user "manager"
 
Back
Top