Skip to main content
Question

FME Server 2013/2014 on same server

  • October 10, 2013
  • 3 replies
  • 9 views

sigtill
Supporter
Forum|alt.badge.img+25
Have anyone tried to have both FME Server 2013 and FME Server 2014 on the same server? Since they both contain a webserver etc I suspect it will not work?
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

david_r
Celebrity
  • 8394 replies
  • October 11, 2013
Hi,

 

 

I believe it should be possible (although I've never tried). But you'll most probably either have to configure Tomcat differently for the two versions so that they run on different ports, or configure two Tomcats so they don't use the same ports (see here: http://stackoverflow.com/questions/4678077/can-i-run-two-tomcats-on-the-same-machine)

 

 

David

  • 2 replies
  • October 11, 2013
Please post feedback if this works. I'm interrested in trying this configuration eventually. 

 


sigtill
Supporter
Forum|alt.badge.img+25
  • Author
  • Supporter
  • 956 replies
  • October 14, 2013
Thank for all the replies.