On 4/7/07, Anil Philip <[EMAIL PROTECTED]> wrote:
It is possible to install, but not to follow the
development processes in the tomcat page.
I am a Tomcat newbie. Perhaps you can create the
patched version?

OK, here's a patch file -- totally untested, since I've never used
this build.xml, and don't have the time right now to dig into it any
further.

Maybe you can test the patch and tell us if it works :-)

(And if not, what /specific/ problem(s) you're seeing.)
---------------------------------------------------------------------------------
***************
*** 218,235 ****
 -->

     <!-- Include all elements that Tomcat exposes to applications -->
!     <pathelement location="${catalina.home}/common/classes"/>
!     <fileset dir="${catalina.home}/common/endorsed">
       <include name="*.jar"/>
     </fileset>
-     <fileset dir="${catalina.home}/common/lib">
-       <include name="*.jar"/>
-     </fileset>
-     <pathelement location="${catalina.home}/shared/classes"/>
-     <fileset dir="${catalina.home}/shared/lib">
-       <include name="*.jar"/>
-     </fileset>
-
   </path>


--- 218,226 ----
 -->

     <!-- Include all elements that Tomcat exposes to applications -->
!     <fileset dir="${catalina.home}/lib">
       <include name="*.jar"/>
     </fileset>
   </path>

---------------------------------------------------------------------------------

FWIW,
--
Hassan Schroeder ------------------------ [EMAIL PROTECTED]

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to