Posted a similar question last week, but didn't get any response. Let's see
if I can make it shorter this time. :o]
I need to run two independent instances of JBoss 2.2.2/Tomcat 3.2.2 on the
same box. More specifically, I'm trying to set up development and QA
environments on a single machine. Similarly, the local Java User's Group
needs dev and production environments on one box. Obviously, changes to
code and/or configuration on one environment shouldn't have any effect on
the other. e.g., if I wanted to access a new EJB from an existing JSP in a
web application deployed to both environments, I'd want to test both JSP and
EJB on development before promoting to QA/production.
There must be some experience with this kind of setup out there... Can
anyone provide tips/tricks on configuration, directory structures, etc.? Am
I making this more difficult than it really is?
BTW, I did eventually find another post that dealt with configuring the
location of server.xml - here's the modified jboss.jcml entry, in case
anyone else finds it useful:
<!-- Uncomment to add embedded tomcat service -->
<mbean code="org.jboss.tomcat.EmbeddedTomcatServiceSX"
name="DefaultDomain:service=EmbeddedTomcat">
<attribute
name="ConfigFile">/usr/java/JBoss-2.2.2_Tomcat-3.2.2/tomcat/conf/server.xml<
/attribute>
</mbean>
Bill Bruyn
Programmer / Analyst
Application Services, Avnet ISD
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user