Re: specify directory for specific port in the same host
Scott Ferguson <[email protected]> Tue, 9 May 2006 09:04:36 -0700
| Newsgroups | gmane.text.xml.resin.user |
|---|---|
| Message-ID | <[email protected]> |
On May 9, 2006, at 1:41 AM, YouchunChen wrote: > > I decided to run separately on 2 different resin instance. > Though request.isSecured() satisfies the need, but I prefer non- > programming > way. You might try having two <server> blocks in the resin.conf. Since the <port> belongs to the <server>, you can have two mostly- independent Resin instances in the same JVM. -- Scott > THX any way. > >