Skip to main content



      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 09:18 Go to next message
Eclipse UserFriend
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 05:05 Go to previous messageGo to next message
Eclipse UserFriend
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 09:08] by Moderator

Re: How to publish Dynamic Web Project on Linux Server [message #1734159 is a reply to message #1734037] Sun, 05 June 2016 10:17 Go to previous message
Eclipse UserFriend
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: Wed Jul 23 15:46:08 EDT 2025

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

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

Back to the top