Removing it will probably break jspc. Of course, jspc is badly broken in
current builds anyway. 
1) needs the jasper-compiler.jar added to it's classpath
2) jasper.sh does a bad job of finding it's home
3) can't process a jsp that uses a tld. No servlet context to find
/WEB-INF/lib through.
4) produces web.xml files that say things like
        <servlet>
                <servlet-name>.snoop</servlet-name>
                <servlet-class>.snoop</servlet-class>
        </servlet>

I should have patches for 1 and 2 soon.

3) is a deeper problem. Need to put together a servlet context class that
lets the command line compiler access the file system. Looks like only
getResource type calls are used.

4) is probably from the new classloader work in jasper. It isn't getting a
package name for the class. Incidentally, it will need to produce package
names distinguished by path, or their will be collisions over
servlet-mappings all going to something like:
       <servlet>
               <servlet-name>.index</servlet-name>
               <servlet-class>.index</servlet-class>
       </servlet>


-----Original Message-----
From: Remy Maucherat [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 22, 2001 6:17 PM
To: [EMAIL PROTECTED]
Subject: Re: [Catalina] Nightly builds have changed


Quoting Glenn Nielsen <[EMAIL PROTECTED]>:

> That was part of the cleanup of where jar files are located to make it 
> easier to document/install jar files for the different class loaders.
> The lib sub directories are there so that common and server can use an
> optional classes directory for things like prop files.  The 
> catalina/docs/dev/classloaders.html file has been updated to document
> the changes.

BTW, servlet.jar is in both bin and common/lib. It can be safely removed
from 
bin.

Remy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]
<><><><><><><><><><><><><><><><><><><><><>This electronic mail transmission
may contain confidential information and is intended only for the person(s)
named.  Any use, copying or disclosure by any other person is strictly
prohibited.  If you have received this transmission in error, please notify
the sender via e-mail. <><><><><><><><><><><><><><><><><><><><><>

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

Reply via email to