try this in your startup.bat:
set CATALINA_OPTS=-Djava.naming.factory.initial=org.jnp.interfaces.NamingContext Factory -Djava.naming.provider.url=jnp://localhost:1099 -Djava.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces -Dconfigure_logging=false call %CATALINA_HOME%\bin\startup.bat -nonaming -----Original Message----- From: Andrew Gilbert [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 10, 2002 12:55 PM To: Mitchell, Edmund; Tomcat Users List Subject: RE: Connecting from Tomcat box to JBoss box? Edmund, See Craig's response to my thread "RE: Classpath Issues, Tomcat 4.X and J2EE Interoperability frustrations..." You might want to go the JBoss to JBoss route. In fact I would strongly recommend it. Andy > -----Original Message----- > From: Mitchell, Edmund [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 10, 2002 9:11 AM > To: 'Tomcat Users List' > Subject: Connecting from Tomcat box to JBoss box? > > > Hello all, > > I've got my Apache box talking happily to my Tomcat box, > thanks to John > Turner and Pascal Forget's great webpages, but I can't seem to get the > Tomcat box to talk to the JBoss box. > > Does anyone have any "how-to" type info on how to get this > connection to > happen? I've tried everything in both the JBoss and ejb docs > I've read, to > no avail. > > In the post below, Anthony Geoghegan suggests that turning > off the Tomcat > JNDI server will work, but I've been up and down the Tomcat > JNDI docs, and > seen nothing that looks like an off switch. Can anyone shed > some light on > that? > > Thanks for any help > > Edmund > > . > > > -----Original Message----- > > From: Anthony Geoghegan [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, October 08, 2002 1:20 PM > > To: Tomcat Users List; [EMAIL PROTECTED] > > Subject: Re: Apache 2, Tomcat, & JBoss configuration > > You have to use remote interfaces and turn off the TOMCAT > > JNDI server to use > > the JBOSS JNDI server, otherwise it's fine. > > > ----- Original Message ----- > > From: "Jim Haggerty" <[EMAIL PROTECTED]> > > To: "Tomcat Users List" <[EMAIL PROTECTED]> > > Sent: Tuesday, October 08, 2002 5:31 PM > > Subject: Apache 2, Tomcat, & JBoss configuration > > > > Current versions: > > > FreeBSD 4.6.2-RELEASE > > > Apache 2.0.42 (although FreeBSD port now has 2.0.43) > > > Tomcat 4.0.5 > > > JBoss 3.0.0 (NB: This installation is the package WITHOUT Tomcat) > > > > Apache and Tomcat are getting along fine and I can access > > deployed webapps > > > through the warp connection (Is JK2 preferred over warp?) > > on both port 80 > > > and 8080. > > > > > > JBoss is alive and well on port 8082. > > > > > > However, virtually ALL the documentation I have found > > regarding connecting > > > the three refers to the JBoss+Tomcat package (modify the > > server.xml in > > > ${JBOSS_HOME}/catalina). Does anyone have an example of > connecting > > Apache - > > > Tomcat - JBoss WITHOUT JBoss+Tomcat? > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
