I have two different workspaces in Eclipse and in both both workspaces I have configured same Tomcat web server. Now when i run a web app on server from one workspace I cant run the other app on server from other workspace.
I want to keep my projects in different workspaces and want to run them simultaneously on localhost. How can i do this ? Please help.
Thanks in advance.
I have two different workspaces in Eclipse and in both both workspaces I have
Share
Double-click the Tomcat server in the
Serversview. You’ll see an overview in the editor that allows you to alter the ports. Make sure you assign a different set of ports for each instance.