Hi Patrik,
> 
> jboss.conf: EmbeddedTomcat (Integrated Stack)
> 
>  -- MLET CODE = "org.jboss.tomcat.EmbeddedTomcatService"
>          ARCHIVE="jboss.jar"
>          CODEBASE="../../lib/ext/">
>  -- ARG TYPE="int" VALUE=8080>
>  -- /MLET>

It means that you want to run Tomcat as an embadded service in JBoss
(i.e. in the same VM)
 
> archive refers jboss.jar but class
>         org/jboss/tomcat/EmbeddedTomcatService.class is in
>         lib/ext/tomcat-service.jar
> codebase should spell ../lib/ext (we're in tomcat/bin)
You are right, but I think it wouldn't matter much since you already
have this class in classpath(whatever is in /lib/ext is avaiable). We
are not in tomcat/bin we are in jboss-2.0-FINAL/conf/tomcat/ so
../../lib/ext is correct

> 
> No matter what values are there, behaviour is the same.
> Or not ? What is this for ?
> 
> Btw: where is the source for the org.jboss.tomcat.EmbeddedTomcatService
> class (can't find it)

It's in the "contrib" module of CVS, you can either do a checkout or
browse it online at http://cvs.working-dogs.com/ejboss/cvsweb/index.cgi/

Hope this helps
Abhishek
> 
> ----                                                                ----
> patrik.beno@{qbizm.com|inmail.sk}                           ICQ#98931498
> 
> --                                                                    --
> Patrik Beno                                     Qbizm technologies, Inc.
> developer                                       ... the art of internet.
> ------------------------------------------------------------------------
> Kralovopolska 139                                  tel: +420 5 4124 2414
> 601 12 Brno, CZ          http://www.qbizm.com      fax: +420 5 4121 2696
> 
> --
> --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> List Help?:          [EMAIL PROTECTED]


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to