You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by SongDongsheng <eg...@sohu.com> on 2001/09/12 05:28:17 UTC

Can TC4 work with JBoss ?

My question is:

1) Can TC4 work with jboss ?
2) is so, how can I do it ?

Thanks,

Dongsheng Song


Re: Can TC4 work with JBoss ?

Posted by Bojan Smojver <bo...@binarix.com>.
SongDongsheng wrote:
> 
> My question is:
> 
> 1) Can TC4 work with jboss ?
> 2) is so, how can I do it ?
> 
> Thanks,
> 
> Dongsheng Song

Although I don't use that combination, I don't see any reason why not.
Unless, of course you want to run them in the same JVM. JBoss manual
mentions that Catalina support is under way, so JBoss developers might
be a better source of information.

If you don't want to use the same JVM for both, then it should be really
easy. Just normal JNDI/RMI instrumentation will do the trick.

Bojan