0

I have developed a journey planner app using opentripplanner (its a java based server). Now i want to put my server online using Cloudbees, but i don't know how I can achieve this. Kindly help me out in this matter. Thanks.

rafa.pereira
  • 13,251
  • 6
  • 71
  • 109
Khayam Gondal
  • 2,366
  • 2
  • 28
  • 40

1 Answers1

2

According to opentripplanner documentation you can't deploy it on default tomcat container as this require some customization. So the simpler way for you is to embed a servlet container and run as a Java application

nicolas de loof
  • 2,593
  • 1
  • 13
  • 11
  • Thanks @nicolas de loof, i am not an expert in Java applications. Kindly let me know how can in embed a servlet container. – Khayam Gondal Dec 17 '12 at 15:55