Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To set up another instance of Tomcat, I would call it tomcat.1, simply copy the tomcat.0 directory, change the ports as outlined in Ubuntu 5.0 Portable Tomcat 6.x & Instances. There is one difference in the Ubuntu steps and that is there is no grep command. Instead, provided version x of you have Windows XP or higher you can use findstr,

Code Block
languagebash
netstat -an | findstr LISTEN | findstr 8105
netstat -an | findstr LISTEN | findstr 8109
netstat -an | findstr LISTEN | findstr 8180
netstat -an | findstr LISTEN | findstr 8543

...