DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38223>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38223


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #17383|0                           |1
        is obsolete|                            |
  Attachment #17402|0                           |1
        is obsolete|                            |




------- Additional Comments From [EMAIL PROTECTED]  2006-01-16 19:58 -------
Created an attachment (id=17439)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=17439&action=view)
Picks classpath from an XML file

You can specify the classpath via an XML file that can be placed anywhere on
the file system.

The context.xml contains:
<Context docBase="d:\temp\testing" reloadable="true" >
        <Loader 
               
className="com.thoughtworks.tomcat.loader.ConfigurableClasspathWebappLoader"
                classpathEntriesFile="d:\\temp\\configurations.xml"
                
        />
</Context>

The XML structure is as follows:
<configuration>
        <classpaths>
                <path>
                        file:/d:/temp/bin/
                </path>
                <path>
                        file:/c:/temp/deleteThis/
                </path>
        </classpaths>
</configuration>

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to