If you run two tomcat instances, from same location, at same time you
will run into various troubles

1) The second VM will have problems binding to ports, as the first one
will already have claimed the port. You can argue to use different
config, but then it's 2 different installations.
2) Compiling jsp might end up in java 5 format .class, which the java
1.4 JVM is unable to load.
3) you will have concurrent access to the work directory by 2 process,
which can lead to corrupted files.

En l'instant précis du 01/16/07 15:51, Christopher Schultz s'exprimait
dans toute sa noblesse:
> Leon,
>
> Leon Rosenberg wrote:
> > yes, but you can't run them both at the same time.
>
> Uh... you /can/ run two VMs are the same time from the same Tomcat
> installation, and they do not have to be the same version of VM.
>
> -chris
>

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to