[TOMCAT] Tomcat crashes

  • Thread starter %=zerointeractive.it%
  • Start date
%

%=zerointeractive.it%

Hi everybody,
i'm in battle against Tomcat 4.0.6.
Here's my server configuration:
W2K Pro + j2sdk 1.4.1 + TOMCAT 4.0.6 + MyWebApp

And Here's my problem:
i've implemented a custom taglibrary that renders jsp pages in a
layout environment.
This is the code i use:
<region: name="myname" page="mypage.jsp" />

so, if the page included trows an exception, it is caught by a
System.out debug.
But, sometimes Tomcat hangs without trowing an exception, i wait wait
wait but it never throws an exception.

First, Is there a method to have a powerful debug of what Tomcat is
doing?
Second, is there a limitation in using custom tag library?

Any comments?
 
E

Erwin Moller

%=zerointeractive.it% said:
Hi everybody,
i'm in battle against Tomcat 4.0.6.
Here's my server configuration:
W2K Pro + j2sdk 1.4.1 + TOMCAT 4.0.6 + MyWebApp

And Here's my problem:
i've implemented a custom taglibrary that renders jsp pages in a
layout environment.
This is the code i use:
<region: name="myname" page="mypage.jsp" />

so, if the page included trows an exception, it is caught by a
System.out debug.
But, sometimes Tomcat hangs without trowing an exception, i wait wait
wait but it never throws an exception.

First, Is there a method to have a powerful debug of what Tomcat is
doing?
Second, is there a limitation in using custom tag library?

Any comments?

Hi,

This looks very strange to me:
<region: name="myname" page="mypage.jsp" />

I would expect something like:
<region:TagNameHere name="myname" page="mypage.jsp" />

where region is defined at the beginning of the page as being the actual
taglib-name on that page.
So something like this should be at the start of the page:
<%@ taglib uri="/WEB-INF/regiontaglib.tld" prefix="region" %>


Maybe that helps.

Regards,
Erwin Moller
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,010
Latest member
MerrillEic

Latest Threads

Top