I finally figured out how to build tomcat (which was a lot of fun :) so I
could test my change and it worked great. I did not find a bug in the tomcat
admin however, only my config files. A fat-fingered entry cause an exception
in the admin tool, the problem was that I couldn't see the root exception so
troubleshooting was very difficult and the exception that was displayed was
not related at all to the problem. Once I rebuilt webapps/admin with the
below file I saw the root exception which immediately explained my config
problem and told me exactly where to go in my config files, so I highly
recommend my fix below.

Daniel

>  -----Original Message-----
> From:         SANTOS, DANIEL (SBCSI)  
> Sent: Friday, September 19, 2003 9:38 PM
> To:   '[EMAIL PROTECTED]'
> Subject:      Newbie: minor submission - 4.1.27 admin webapp
> 
> Hi guys, I'm new here, sorry I haven't gone through all the guidelines and
> such, just flame me if I'm out of place...
> 
> I'm working on tracking down an annoying bug that is causing an
> administrative page to error out when attempting to view the database
> properties of a data source in a specific context (haven't even checked
> the bug database yet, yeesh). Anyway, I wanted to submit some changes to
> org.apache.webapp.admin.AttributeTag. The only change was to include
> relevant exceptions within the thrown JspExceptions as the root cause. I
> actually did this originally to help me track down the bug I'm trying to
> fix but I felt that the changes were appropriate to submit.
> 
>  <<AttributeTag.java>> 
> 
> Daniel

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

Reply via email to