Hi, I cant answer all your questions, but...
> - Is Catalina embeded in JBoss 3.0.0alpha (or CVS)? It looks like Jetty is. How > can I confiure it? from my (user's) understanding, this has not been done, and when/if it is done, will be done in a fairly different manner to the current (2.x) configuration. > - How can I deploy a WAR to the webserver (Catalina or Jetty) same as in 2.x, drop it in the deploy dir > - Can I use a local home interface to access an Entity Bean from a the embeded > webserver? I know that's not the propper way to do it, you should use a session > bean.. I'm just curious. as I understand it, you should use the ejb-local-ref tag in web.xml (servlet spec 2.3) and look it up through jndi java:comp/env/ejb. _however_, I haven't managed to get this to work yet, so I dont really know the answer the this one. cheers dim _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
