"darranl" wrote : Anyone asking how to get JBoss to use a different Tomcat has got their tiers back to front. | | The web tier should make use of the EJB tier, however the EJB tier should have no knowledge of the web tier. | | You should be asking how can I get a standalone Tomcat to make use of JBoss. | | Obtaining the Context should be the same as obtaining the context for any stand alone application. i.e. | | Context ctx = new InitialContext() and make sure that you have a jndi.properties on the classpath of the web app, alternatively pass in the connection properties to the contructor. | | As described earlier in this post you will need to copy soem JBoss jars to the Tomcat installation.
The problem here, is that we want to connect a standAlone TOMCAT to our JBOSS (standing on a distant computer) and that without changing the application's code. just working on the configuration files of JBOSS... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876280#3876280 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876280 ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
