0

I ran into a bug deploying my very first application which I strongly believe can be attributed to the Linux server. So how can I change the build to run on a Windows host?

On Jenkins, there is an ominous "platform" field, but I inserted dozens of permutations of "win", "windows", "x86", "64" and it doesn't complain, but doesn't use another server OS either.

Community
  • 1
  • 1
Stefan S.
  • 3,950
  • 5
  • 25
  • 77

1 Answers1

1

If you are talking about OpenShift Online, we do not offer a windows server to do builds on, or run your application on. If you are trying to run .net code, you would need to use the community Mono cartridge.

  • "Unfortunately" I have Java code, so I have to search for another PaaS provider. – Stefan S. May 22 '14 at 14:40
  • We do support java, we have Tomcat 6/7, JBoss AS 7, JBoss EAP 6.2, and WildFly servers available –  May 22 '14 at 20:02
  • Check [the bug](http://stackoverflow.com/questions/23710140/failed-to-resolve-target-definition-on-openshift) out - you might support Java, but your Linux servers don't support the additionally Maven plug-ins I need. Which is a shame, since Tycho is spreading. – Stefan S. May 23 '14 at 05:24