John Hendrikx <hjohn <at> xs4all.nl> writes:

> I suspect it must be possible to put somekind of .xml file in the JBoss 
> deploy folder, and have this .xml file point directly to my Eclipse 
> workspace (just like you can do with Tomcat), but so far I've been 
> unable to find anything about this.  Does anyone have any ideas or tips 
> I might look into to get this to work?

To allow deploying a directory, edit
c:/jboss-3.2.5/server/default/deploy/jbossweb-tomcat50.sar/server.xml.
In particular, the <Host> element should set like:

     <Host name="localhost"
           autoDeploy="true" deployOnStartup="true" deployXML="true">

Then put your .xml files (context descriptors) into 
c:/jboss-3.2.5/server/default/conf/jboss.web/localhost.

To pass the JVM parameter to tomcat, edit 
c:/jboss-3.2.5/bin/run.bat to set JAVA_OPTS at the
begining:

set JAVA_OPTS=-Dorg.apache.tapestry.disable-caching=true

--
Author of an e-Book for learning Tapestry (www.agileskills2.org/EWDT)



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to