You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@netbeans.apache.org by Carl Mosca <ca...@gmail.com> on 2020/08/12 23:21:54 UTC

remote Tomcat server deployment

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

Re: remote Tomcat server deployment

Posted by Carl Mosca <ca...@gmail.com>.
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 <ae...@ae-online.de> 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 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-maven2-plugin.
>
> --
> ae | Andreas Ernst | IT Spektrum
> Postfach 5, 65612 Beselich
> Schupbacher Str. 32, 65614 Beselich, Germany
> Tel: +49-6484-91002 Fax: +49-6484-91003
> ae@ae-online.de | www.ae-online.de
> www.tachyon-online.de
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@netbeans.apache.org
> For additional commands, e-mail: users-help@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>

-- 
Carl J. Mosca

Re: remote Tomcat server deployment

Posted by Andreas Ernst <ae...@ae-online.de>.
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-maven2-plugin.

-- 
ae | Andreas Ernst | IT Spektrum
Postfach 5, 65612 Beselich
Schupbacher Str. 32, 65614 Beselich, Germany
Tel: +49-6484-91002 Fax: +49-6484-91003
ae@ae-online.de | www.ae-online.de
www.tachyon-online.de

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

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


Re: remote Tomcat server deployment

Posted by Juan Algaba <ja...@colef.mx>.
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 <ca...@gmail.com> 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-unsubscribe@netbeans.apache.org
For additional commands, e-mail: users-help@netbeans.apache.org

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