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 interested.

On Wed, Aug 12, 2020 at 4:22 PM Carl Mosca  wrote:
>
> 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



-- 

-Juan Algaba

-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



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