• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Conf Plesk only for Tomcat Java

J

jitendra

Guest
Hi!
I need to configure tomcat on Linux dedicate server only for Java project through Plesk . Following services is running on it.

1.Apache on port 80
2.Tomcat on port 8080/9080
3.Mysql on port 3306

Now problem is this, i need to run only java project on this server from port 80 .this time user type my site name then default page call index.html or .php file from root directory of Apache. so how it can be possible to run java project from this server default port 80 after deploye .war(java project) file to this server. Because user who wants to access my site does not know its port number for Tomcat as here is 9080 and also deploy file name. Pls look below for detail about problem

Suppose my sit name is www.example.com and hosted on Linux dedicate server with Plesk install on it with Apache, Tomcat and Mysql.

Now for running my java project on it, i need to enter www.example.com:9080/java_projrect_name/ in browser. So how can i run this project only from URL www.example.com and it will call default file .jsp from java_project_name directory. I do not want to enter port number and java_project_name in url and my client who wants to access this project did not know about port number as well as project name . He knows only about URL as www.example.com and when he browses it then it should call default page from java_project directory. So to implement this what should we need to do? Pls help.

Thanks
 
Hi!
Thanks for your reply. But i don't understand by swsoft kb ? pls explain in detail.
Thanks again.
 
Hi!
Thanks again for your reply . i have made changes according to swsoft kb but still, when i type url like www.example.com in browser then it open index.php file from apache htdocs. so how it will call .jsp pages from tomcat. Should i need to change in apache conf file for this or i need to change in tomcat conf files. I also placed hello.jsp file in htdocs and try to call it from url www.example.com/hello.jsp then it gave me error as

Bad request!
Your browser (or proxy) sent a request that this server could not understand.
If you think this is a server error, please contact the master.
Error 400.
pls advice.
 
Back
Top