Re: remote Tomcat server deployment

2020-08-13 Thread Carl Mosca
Thank you both for the suggestions. I will see how either might work for our use case. Regards, Carl On Thu, Aug 13, 2020 at 3:44 AM Andreas Ernst wrote: > Am 13.08.20 um 01:21 schrieb Carl Mosca: > > I currently have a need to deploy a web application to a remote Tomcat > > server. > > > > I

Re: remote Tomcat server deployment

2020-08-13 Thread Andreas Ernst
Am 13.08.20 um 01:21 schrieb Carl Mosca: I currently have a need to deploy a web application to a remote Tomcat server. I believe there's an option to do so for Glassfish but I am wondering if the same exists (or existed at some point) for Tomcat. If you work with Maven, take a look at cargo-

Re: remote Tomcat server deployment

2020-08-12 Thread Juan Algaba
If you're using maven, you could follow the instructions to do it through the maven Tomcat plugin https://mkyong.com/maven/how-to-deploy-maven-based-war-file-to-tomcat/ then on netbeans deploy using Run Maven -> Goals.. -> tomcat:deploy I've achieved something similar using Ant if you're intereste

remote Tomcat server deployment

2020-08-12 Thread Carl Mosca
I currently have a need to deploy a web application to a remote Tomcat server. I believe there's an option to do so for Glassfish but I am wondering if the same exists (or existed at some point) for Tomcat. TIA, Carl -- Carl J. Mosca