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.
Asked
Active
Viewed 84 times
0
-
You might want to give some more details. Is your app packaged as a `.war` file? Does it need a back end database. Etc – Stephen Connolly Dec 16 '12 at 23:09
1 Answers
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