Since we aren't given much information, typical
trouble shooting for such an issue might include the
following:

1)  Check your logs:  Log files are your friend. 
Catalina.out is an excellent place to start.  I
typically open up another terminal window while
debugging and run "tail -f catalina.out".  This allows
me to see the latest error messages as they scroll by.
 There is also typically an error log in the /logs/
directory that is very useful for a particular web
site.

2)  As Manuel mentioned, verify all xml and syntax
within the TLDs and web.xml file.  If you are
installing other people's TLDs I've found them to
rarely be wrong as someone has usually caught their
mistake be for I have.  Instead, I find that most of
my own errors happen in the web.xml and sever.xml
files.

3)  Once you've gone through the logs, TLDs and
web.xml files, and you still can't figure it out, then
try posting the following information to this list:

*  What version of Tomcat are you running?
*  What, if any, errors are appearing in your logs
files?
*  Post samples of the server.xml and web.xml files
where you believe the issue might be ocurring. 
(Remember to remove any sensitive information.)

I hope that helps.

Derek



--- Manuel Tromm <[EMAIL PROTECTED]> wrote:
> Carefully check the TLD-Definition-File,
> sometimes a bug in the TLD-File prevents the tomcat
> from starting the
> context
> 
> 
> -----Ursprungliche Nachricht-----
> Von: Ananth R [mailto:[EMAIL PROTECTED]
> Gesendet: Donnerstag, 4. Marz 2004 10:39
> An: Tag Libraries Users List
> Betreff: Tomcat not working
> 
> 
> Hello
> 
> I was deploying some tag libraries .It worked nicely
> for some
> time.Suddenly, Iam not able to enter into the
> examples( webapps/examples)
> directory.Whats this problem??
> 
> I checked server.xml file.It looks OK( <context> tag
> is OK).
> 
> Please diagnoise the problem.
> 
> Thanking you
> regards
> 
> A N A N T H. R
> 
> 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 


__________________________________
Do you Yahoo!?
Yahoo! Search - Find what you�re looking for faster
http://search.yahoo.com

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

Reply via email to