facebook

publishing the web project

  1. MyEclipse Archived
  2.  > 
  3. Web Development (HTML, CSS, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #267503 Reply

    Cocu
    Member

    Hello,

    I’m new with MyEclipse so I need some help.

    I have managed to create web project, but now I don’t know how to “publish” project.
    Currently project has “build” -folder and that folder has class-files. Project has also “WebRoot” folder where is all other needed files.

    I would like to publish project so that MyEclipse would copy class files to under WebRoot/WEB-INF/
    so that I can just copy whole WebRoot folder and “install” project to any tomcat.
    For example,
    copy project and paste it to other computer’s tomcat/webapps/ -folder.

    Is this possible at all?
    …and I don’t want to use WAR -files.

    Thank You!

    #267596 Reply

    Riyad Kalla
    Member

    Your build folder must be set to WebRoot/WEB-INF/classes, then you can use the deployment tool to dpeloy your project to any location or app server you want. These steps are covered in detail in our Working With Web Projects guide here: http://www.myeclipseide.com/images/tutorials/quickstarts/webprojects/

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: publishing the web project

You must be logged in to post in the forum log in