How to put my Java project in production server VPS CentOS 8.

Issues related to applications and software problems and general support
Post Reply
Cezar Apulchro
Posts: 8
Joined: 2022/07/29 11:24:15

How to put my Java project in production server VPS CentOS 8.

Post by Cezar Apulchro » 2022/08/11 11:32:53

Hi, I finished my project java web and I wanna load to production I do this simply transferring my .war file by FileZilla client but when I call the page the browser load the test page of apache. What more I must todo to solve this problem? This is my first time that I do transfer to production environment.

BShT
Posts: 584
Joined: 2019/10/09 12:31:40

Re: How to put my Java project in production server VPS CentOS 8.

Post by BShT » 2022/08/12 10:55:44

i think you should configure apache vhosts and java runtime

Cezar Apulchro
Posts: 8
Joined: 2022/07/29 11:24:15

Re: How to put my Java project in production server VPS CentOS 8.

Post by Cezar Apulchro » 2022/08/15 20:56:59

Yes I have virtual host defined, now I know that I nedd apache Tomcato to do this and I have installed Tomcat, I will make the dply.

Tanks and best regards.

BShT
Posts: 584
Joined: 2019/10/09 12:31:40

Re: How to put my Java project in production server VPS CentOS 8.

Post by BShT » 2022/08/16 14:26:03

look if your DNS resolves your vhost entry

Post Reply