Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Re: How to publish Dynamic Web Project on Linux Server
Re: How to publish Dynamic Web Project on Linux Server [message #1733960] Thu, 02 June 2016 13:18 Go to next message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 06/02/2016 06:23 AM, Jan Sheva wrote:
> Hello, I have some Dynamic Web Project created and tested with Eclipse.
>
>
> How to publish this project on Linux Server ?
> What do I need to install on Linux Server and which steps to publish ?
>
> May be some manuals in internet?

First, this question belongs in the Eclipse Web Tools Platform (WTP) forum.

Typically, the product of your project should be a WAR (web archive)
file. (See
http://www.vogella.com/tutorials/EclipseWTP/article.html#wtp_war .)

To publish it to your web server is pretty simple. For example, if you
have Tomcat as your server container, just drop the WAR file into the
webapps subdirectory where Tomcat is installed. Tomcat will
automatically explode it then deploy it.

There are many books on this, much you can get by Googling, but
http://www.vogella.com/tutorials/web.html is a great place to find out
how to do it from Eclipse (although I didn't see anything about
delivering the WAR file to Tomcat per se).
Re: How to publish Dynamic Web Project on Linux Server [message #1734037 is a reply to message #1733960] Fri, 03 June 2016 09:05 Go to previous messageGo to next message
Jan Sheva is currently offline Jan ShevaFriend
Messages: 4
Registered: June 2016
Junior Member
Thank you. I have supposed that Tom Cat is used only for development with Eclipse, not for publishing Smile

I have another question as newbie.
What differences between PHP project and java dynamic web project? What is better?

[Updated on: Fri, 03 June 2016 13:08]

Report message to a moderator

Re: How to publish Dynamic Web Project on Linux Server [message #1734159 is a reply to message #1734037] Sun, 05 June 2016 14:17 Go to previous message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 06/03/2016 03:05 AM, Jan Sheva wrote:
> Thank you. I have supposed that Tom Cat is used only for development
> with Eclipse, not for publishing :)

Eclipse has a productive, tight relationship with Tomcat for
development. But, this is also the case for most other server containers
too. You can choose whatever environment you like.
Previous Topic:Eclipse does not count normal
Next Topic:Leshan (LWM2M SERVER)
Goto Forum:
  


Current Time: Thu Apr 25 22:44:41 GMT 2024

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

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

Back to the top