-
Oct 19th, 2011, 08:43 PM
#1
Deploy Spring/Flex project to remote Linux/Tomcat server ?
Hi,
I am going to be deploying my Spring/Flex project to a Tomcat instance on a remote Linux server.
I've installed Eclipse with the idea of using hibernate to generate my database and also be able to
make bug fixes to the java code directly, then resync with my dev code by pushing the changes to git.
However, since there is no Flash Builder for Linux, do I need to only import the Eclipse server project,
or is there some way to also import the Flex project and have it compile ?
This is just for testing.
What is the standard approach for supporting the app in prod ? Do I ship WAR files ? If so, is there a succinct
explanation of how to do that ?
Thanks !!!
-
Oct 20th, 2011, 12:13 PM
#2
There is no standard. You can have the Flash Builder on Windows, any build results in a WAR file which will be deployed on Linux server. That's the way my company used to update the application on production environment.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules