Take a copy of JBoss3 copy the default directory to e.g. minimal
run it up using e.g. ./run.sh minimal (it should run the config in 'minimal') run a test of what you want to be able to do. start taking dds out of the minimal/.../deploy directory and reruning your test - jboss will remove the corresponding service. If your test still works, continue. When you have got down to the minimum number of dds that maintain the set of services you require you are there - if you want to strip the actual distrib down to the minimum that you config requires you will have to try to relate the services that you have removed back to their corresponding jars. I think that each dd should have a list of required jars in it - so you could look at this.... Good Luck, Jules Emerson Cargnin - MSA wrote: > I need to use a jboss server as a web container solely. That's because I > need to use JAAS transparently to access my EJBs. > > I can see that jboss 3.0.0 has a minimal configuration. May I use this > to have just a web-container with JBossSX, if not, it could be a good > ideia to JBoss creators to make such a configuration like this. > > Other question, if I want to use tomcat (or jetty) with JBossSX, what > kind of changes i have to make in the minimal conf.? > > > > Thanks in advance > > > > Emerson Cargnin - MSA > SICREDI - Ramal 3358-4860 > _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
