Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Deployment on Remote Server
Deployment on Remote Server [message #176430] Tue, 08 August 2006 13:39 Go to next message
Eclipse UserFriend
Originally posted by: simon.bretin.anyware-tech.com

Hello,

I'm trying to clarify some points on the WTP and specially the server
component of this project.
It seems that it should be possible to deploy a web application on a
server running on a different machine than the development one ...
However I have been unable to find how to do that.
Geronimo seems to be the only platform available when I type something
else than localhost in the server name so I hoped it would allow me to
do so. However when I Try to "publish" my projects on the remote
geronimo server, I always get a "Server Apache Geronimo 1.1 failed to
start" error popup.

Has anyone successfully deployed a web project on a remote server
(Tomcat, Geronimo, other) ?

Thanks for your help,

Simon.

PS: I'm using Windows XP, Eclipse 3.2, WebTools 1.5, Remote Server is on
Linux.
Re: Deployment on Remote Server [message #176618 is a reply to message #176430] Tue, 08 August 2006 20:14 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: michael.mailinator.com

If I understand your question correctly, you simply need to right click
on the project and select 'Export' to export a war file. Then move your
war file to the remote server where you wish to run it.

It took me about 2 hours of searching the archives earlier today to find
that. However, it works great.

--Michael

Simon Bretin wrote:
> Hello,
>
> I'm trying to clarify some points on the WTP and specially the server
> component of this project.
> It seems that it should be possible to deploy a web application on a
> server running on a different machine than the development one ...
> However I have been unable to find how to do that.
> Geronimo seems to be the only platform available when I type something
> else than localhost in the server name so I hoped it would allow me to
> do so. However when I Try to "publish" my projects on the remote
> geronimo server, I always get a "Server Apache Geronimo 1.1 failed to
> start" error popup.
>
> Has anyone successfully deployed a web project on a remote server
> (Tomcat, Geronimo, other) ?
>
> Thanks for your help,
>
> Simon.
>
> PS: I'm using Windows XP, Eclipse 3.2, WebTools 1.5, Remote Server is on
> Linux.
Re: Deployment on Remote Server [message #176620 is a reply to message #176430] Tue, 08 August 2006 20:17 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: michael.mailinator.com

If I understand your question correctly, you simply need to right click
on the project and select 'Export' to export a war file. Then move your
war file to the remote server where you wish to run it.

It took me about 2 hours of searching the archives earlier today to find
that. However, it works great.

--Michael

Simon Bretin wrote:
> Hello,
>
> I'm trying to clarify some points on the WTP and specially the server
> component of this project.
> It seems that it should be possible to deploy a web application on a
> server running on a different machine than the development one ...
> However I have been unable to find how to do that.
> Geronimo seems to be the only platform available when I type something
> else than localhost in the server name so I hoped it would allow me to
> do so. However when I Try to "publish" my projects on the remote
> geronimo server, I always get a "Server Apache Geronimo 1.1 failed to
> start" error popup.
>
> Has anyone successfully deployed a web project on a remote server
> (Tomcat, Geronimo, other) ?
>
> Thanks for your help,
>
> Simon.
>
> PS: I'm using Windows XP, Eclipse 3.2, WebTools 1.5, Remote Server is on
> Linux.
Re: Deployment on Remote Server [message #176634 is a reply to message #176430] Wed, 09 August 2006 04:40 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mohsen_s.myrealbox.com

Hi,
Please see: https://bugs.eclipse.org/bugs/show_bug.cgi?id=150690

This is also my problem, and it seems that exporting and manually copying
war/ear file to a remote server, or using ant is the only solution by now.

WTP team, please clarif this!

"Simon Bretin" <simon.bretin@anyware-tech.com> wrote in message
news:eba468$n29$1@utils.eclipse.org...
> Hello,
>
> I'm trying to clarify some points on the WTP and specially the server
> component of this project.
> It seems that it should be possible to deploy a web application on a
> server running on a different machine than the development one ... However
> I have been unable to find how to do that.
> Geronimo seems to be the only platform available when I type something
> else than localhost in the server name so I hoped it would allow me to do
> so. However when I Try to "publish" my projects on the remote geronimo
> server, I always get a "Server Apache Geronimo 1.1 failed to start" error
> popup.
>
> Has anyone successfully deployed a web project on a remote server (Tomcat,
> Geronimo, other) ?
>
> Thanks for your help,
>
> Simon.
>
> PS: I'm using Windows XP, Eclipse 3.2, WebTools 1.5, Remote Server is on
> Linux.
Re: Deployment on Remote Server [message #176648 is a reply to message #176620] Wed, 09 August 2006 08:11 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: simon.bretin.anyware-tech.com

Maybe I was not clear ...
When using a localhost server, this operation is done automatically by
WTP (creation of war/ear file, export on the server, ...)
But if I want to use a remote server (not the development host), then
nothing in WTP seems to work anymore ...

Simon

Michael Molloy wrote:
> If I understand your question correctly, you simply need to right click
> on the project and select 'Export' to export a war file. Then move your
> war file to the remote server where you wish to run it.
>
> It took me about 2 hours of searching the archives earlier today to find
> that. However, it works great.
>
> --Michael
>
> Simon Bretin wrote:
>> Hello,
>>
>> I'm trying to clarify some points on the WTP and specially the server
>> component of this project.
>> It seems that it should be possible to deploy a web application on a
>> server running on a different machine than the development one ...
>> However I have been unable to find how to do that.
>> Geronimo seems to be the only platform available when I type something
>> else than localhost in the server name so I hoped it would allow me to
>> do so. However when I Try to "publish" my projects on the remote
>> geronimo server, I always get a "Server Apache Geronimo 1.1 failed to
>> start" error popup.
>>
>> Has anyone successfully deployed a web project on a remote server
>> (Tomcat, Geronimo, other) ?
>>
>> Thanks for your help,
>>
>> Simon.
>>
>> PS: I'm using Windows XP, Eclipse 3.2, WebTools 1.5, Remote Server is
>> on Linux.
Re: Deployment on Remote Server [message #176657 is a reply to message #176634] Wed, 09 August 2006 08:17 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: simon.bretin.anyware-tech.com

Hi,

So if I understand correctly, WTP doesn't ship any support for a remote
server... But the document at
http://www-128.ibm.com/developerworks/library/os-ag-remotede ploy/index.html
says at the end : "However, it would be just as easy to use the
Administration Console or Eclipse to deploy the application" ... So it
seems that for a Geronimo Server, it should be possible to use WTP to
deploy an application on a remote server.

Strange... Strange ... If anybody can shed some light on that it would
be great !

Thanks,

Simon.

Mohsen Saboorian wrote:
> Hi,
> Please see: https://bugs.eclipse.org/bugs/show_bug.cgi?id=150690
>
> This is also my problem, and it seems that exporting and manually copying
> war/ear file to a remote server, or using ant is the only solution by now.
>
> WTP team, please clarif this!
>
> "Simon Bretin" <simon.bretin@anyware-tech.com> wrote in message
> news:eba468$n29$1@utils.eclipse.org...
>> Hello,
>>
>> I'm trying to clarify some points on the WTP and specially the server
>> component of this project.
>> It seems that it should be possible to deploy a web application on a
>> server running on a different machine than the development one ... However
>> I have been unable to find how to do that.
>> Geronimo seems to be the only platform available when I type something
>> else than localhost in the server name so I hoped it would allow me to do
>> so. However when I Try to "publish" my projects on the remote geronimo
>> server, I always get a "Server Apache Geronimo 1.1 failed to start" error
>> popup.
>>
>> Has anyone successfully deployed a web project on a remote server (Tomcat,
>> Geronimo, other) ?
>>
>> Thanks for your help,
>>
>> Simon.
>>
>> PS: I'm using Windows XP, Eclipse 3.2, WebTools 1.5, Remote Server is on
>> Linux.
>
>
Re: Deployment on Remote Server [message #177033 is a reply to message #176430] Tue, 15 August 2006 12:53 Go to previous message
Dan van Leeuwen is currently offline Dan van LeeuwenFriend
Messages: 4
Registered: July 2009
Junior Member
I am also having troubles with remote server support when creating a Generic
Server plugin to support deployment to our companies application server. I
believe part of the problem I am having is related to
https://bugs.eclipse.org/bugs/show_bug.cgi?id=150690

The server's included in WTP 1.5 download which I believe, are based on the
Generic Server framework do not appear to support remote server deployment.
This can be seen by typing in a value other than localhost in the New Server
Wizard for the field Server's host name.

Perhaps the downloaded Geronimo server plugin is not based on the Generic
Server framework?

Might someone be able to comment on remote server support using the Generic
Server framework? Is this the correct approach to use to support remote
servers?

Thanks in advance,

Dan van Leeuwen



"Simon Bretin" <simon.bretin@anyware-tech.com> wrote in message
news:eba468$n29$1@utils.eclipse.org...
> Hello,
>
> I'm trying to clarify some points on the WTP and specially the server
> component of this project.
> It seems that it should be possible to deploy a web application on a
> server running on a different machine than the development one ... However
> I have been unable to find how to do that.
> Geronimo seems to be the only platform available when I type something
> else than localhost in the server name so I hoped it would allow me to do
> so. However when I Try to "publish" my projects on the remote geronimo
> server, I always get a "Server Apache Geronimo 1.1 failed to start" error
> popup.
>
> Has anyone successfully deployed a web project on a remote server (Tomcat,
> Geronimo, other) ?
>
> Thanks for your help,
>
> Simon.
>
> PS: I'm using Windows XP, Eclipse 3.2, WebTools 1.5, Remote Server is on
> Linux.
Previous Topic:Tomcat problem with JDBC driver and connection pooling
Next Topic:error after upgrade
Goto Forum:
  


Current Time: Tue Mar 19 03:39:27 GMT 2024

Powered by FUDForum. Page generated in 0.02690 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top