How to deploy war file on Plesk??

View: New views
8 Messages — Rating Filter:   Alert me  

How to deploy war file on Plesk??

by Hardik Shah-7 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello friends...

       I created my web-application using NetBeans6.5 and glassfish v2.

this application contains html file, Java class file, Servlets and jsp pages...



After completing this web-site I deploy the .war file (created in dist folder) on external Tomcat.. And it works...



But my hosting provider uses Plesk server to deploy the web-application..

So how can i deploy the war file on Plesk server???



Please Help me...

Thanks in advance





Re: How to deploy war file on Plesk??

by JULIAN ENRIQUE OSORIO AMAYA :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello

Can you send the .war file to the hosting's admin?

2009/10/29 Hardik Shah <hardik.gcet@...>
Hello friends...

      I created my web-application using NetBeans6.5 and glassfish v2.

this application contains html file, Java class file, Servlets and jsp pages...



After completing this web-site I deploy the .war file (created in dist folder) on external Tomcat.. And it works...



But my hosting provider uses Plesk server to deploy the web-application..

So how can i deploy the war file on Plesk server???



Please Help me...

Thanks in advance







--
Julian Osorio Amaya
Ingeniería de Sistemas.

Re: How to deploy war file on Plesk??

by Andreas Ernst :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

Hardik Shah schrieb:

> Hello friends...
>
>        I created my web-application using NetBeans6.5 and glassfish v2.
>
> this application contains html file, Java class file, Servlets and jsp pages...
>
>
>
> After completing this web-site I deploy the .war file (created in dist folder) on external Tomcat.. And it works...
>
>
>
> But my hosting provider uses Plesk server to deploy the web-application..
>
> So how can i deploy the war file on Plesk server???

normaly a java webcontainer isn't included, ask you provider if they
support Tomcat. There is a module for Tomcat. Maybe you have to pay
extra money for that.

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

Re: How to deploy war file on Plesk??

by Melongo Annabel :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
Hardik,
Once you have your 'war' which is created in dist, then you HAVE TO read the plesk server documentation to know how to deploy a war application in that environment. I don't really think nbusers can help you in that sense.


From: Hardik Shah <hardik.gcet@...>
To: nbj2ee@...
Sent: Thu, October 29, 2009 9:32:23 AM
Subject: [nbj2ee] How to deploy war file on Plesk??

Hello friends...

      I created my web-application using NetBeans6.5 and glassfish v2.

this application contains html file, Java class file, Servlets and jsp pages...



After completing this web-site I deploy the .war file (created in dist folder) on external Tomcat.. And it works...



But my hosting provider uses Plesk server to deploy the web-application..

So how can i deploy the war file on Plesk server???



Please Help me...

Thanks in advance






Re: How to deploy war file on Plesk??

by Antonio Varela :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thu, Oct 29, 2009 at 7:32 AM, Hardik Shah <hardik.gcet@...> wrote:
> Hello friends...
>
>       I created my web-application using NetBeans6.5 and glassfish v2.
>


  As fas as I remember, plesk uses Tomcat 5.5 por Java Web App
Support. You may ask your hosting provider if they can host your app
in Tomcat 6.x.

Best regards,
--
Antonio Varela
unixlibre@...

How to deploy war file on Plesk??

by Hardik Shah-7 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

@JULSORIO

          Thanks

          Yes I gave myweb.war file to my hosting service provider.



@ANDREAS ERNST

           Thanks

           May be they are not using tomcat so they are saying that they dont know about WAR.



          So what should I tell him to deploy my website? Is their tomcat add on available to deploy the WAR file on Plesk? Can you please explain the steps required to install the tomcat add-on on plesk and deploy the WAR file ?



Thans once again..





Re: How to deploy war file on Plesk??

by JULIAN ENRIQUE OSORIO AMAYA :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

To deploy your app they just have to add the .war file into the Tomcat's webapps folder

2009/10/30 Hardik Shah <hardik.gcet@...>
@JULSORIO

         Thanks

         Yes I gave myweb.war file to my hosting service provider.



@ANDREAS ERNST

          Thanks

          May be they are not using tomcat so they are saying that they dont know about WAR.



         So what should I tell him to deploy my website? Is their tomcat add on available to deploy the WAR file on Plesk? Can you please explain the steps required to install the tomcat add-on on plesk and deploy the WAR file ?



Thans once again..







--
Julian Osorio Amaya
Ingeniería de Sistemas.

How to deploy war file on Plesk??

by Hardik Shah-7 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks a lot...