Hi ,
In my windows 2003 server , I’m running servoy with JRE.
I’m also running Apache webserver in the same machine for PHP.
I want to install Tomcat in same machine.
Do I need to install JDK to run Tomcat?
Hi servoy,
I’m getting port conflict while using Servoy server & Tomcat5.5 server on same machine.
Is it possible to run servoy server using external Tomcat5.5 server?
If so, Please post the settings which I need to run the servoy server.
You can run multiple Tomcat versions on one machine. All you need to make sure of is that they don’t use the same ports.
Hope this helps.
As far as I know you don’t need JDK to run TomCat but you already found that out.
You can run, like Robert said, more instances of TomCat. I sometimes have 2 Servoy developers/servers running and a seperate TomCat install too. Simply change the port setting in you Servoy preferences/properties and those of TomCat.
Thanks ROCLASI .