Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8913155
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T04:23:21+00:00 2026-06-15T04:23:21+00:00

How can I have my application made in Play! 2.0.4 (latest production ready package)

  • 0

How can I have my application made in Play! 2.0.4 (latest “production ready” package) exported to run on either Apache 2.2 or Tomcat 6.0.18 at a path like e.g. tomcatserver:8080/myApp/?

The application always runs at / under localhost:9000 on either Dev or Prod environment.

  • I tried the war command but it seems unavailable for this version.
  • Tried stage command, but it failed since it needs chmod and I’m using Windows XP (although my Apache is in a FreeBSD machine and Tomcat is in a Linux one).
  • Then I tried dist command. It made the myApp-1.0-SNAPSHOT.zip, but… I can’t use it anywhere, its contents are structured in an unfamiliar way to the web servers.

Please, can someone share a light here on how to get it deployed on one of those?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T04:23:22+00:00Added an answer on June 15, 2026 at 4:23 am

    You should take a look at the HTTP Fronted documentation, especially the Apache integration.

    It should be something like:

    LoadModule proxy_module modules/mod_proxy.so
    …
    <VirtualHost *:80>
      ProxyPreserveHost On
      ServerName www.loadbalancedapp.com
      ProxyPass  /excluded !
      ProxyPass /myApp http://127.0.0.1:9000/
      ProxyPassReverse /myApp http://127.0.0.1:9000/
    </VirtualHost>
    

    You’ll need to deploy the Play application in standalone mode, ie without any Java EE container (Tomcat & co). Play 2 core does not provide a way to generate a .war file.

    If you want to absolutely use a Java EE container, take a look at the play2-war-plugin.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Android: I have a social networking application made by me, in which you can
I have made application where i run to get html of a page,when i
I've made an application which supports game center. A user can play a certain
I have a working little application made in Groovy. At the moment I can
I have made one application which can parse the given xml file independent of
I have an application where I can have an image moving towards the eye.
I have an application that can potentially have hundreds of memory mapped, i.e., mmap()
How can I have my application minimize itself to the system tray in WindowsXP/Vista?
In my application I have a customer who can have multiple locations. When you
In C++, a console application can have a message handler in its WinMain procedure,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.