errorPage and jdom

2004-03-12 Thread Gaurav Kadyan
Hi All,
I am facing a problem as soon as i include jdom.jar (which i have download from 
http://www.jdom.org/dist/binary/) 
my <%@ page errorPage%> and  do not display anything in the browser.Even 
though the files pointed by them are getting processed - as i can see that on the 
console.
Is there some way around this problem.
I need to have jdom.jar as it is required by my application 
This was working fine in Tomcat 4.0.1.
Thanks,
Gaurav Kadyan


Re: Reverting costin's flush-in-release patch

2004-03-09 Thread Gaurav Kadyan
Hi All,
I am facing a problem in Tomcat version 5.0.16.
When I throw an exception in a page then it should be redirected to
error.jsp.
The error.jsp is then processed .This i can see in the console.But after
that when i look in the browser the page shown is "HTTP 404 Not Found" or a
"HTTP 500 Internal Server Error".

I have checked there is a bug number 14230 which relates to this issue - but
it talks about "Reverting costin's flush-in-release patch".
How can this be done ?
Please tell me if there could be some other reason this bug is not working.

I am new to the user list so i dont know much about cvs either.Plz help.

Thanks,
Gaurav Kadyan

- Original Message -
From: "Shapira, Yoav" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Tuesday, March 09, 2004 9:35 PM
Subject: RE: Reverting costin's flush-in-release patch


>
> Hi,
>
> >I am having a problem - when i run tomcat 5.0.16 only the default error
> >pages are being displayed.
> >This problem can be solved by Reverting costin's flush-in-release
> patch.
> >Could someone tell me how to revert this patch.
>
> Which patch are you talking about?  If you know enough to answer that,
> than presumably you can use CVS to undo it and create your own build of
> tomcat.
>
> But I'm not convinced that's the right approach.  If you could describe
> your problem more precisely we could help address it: people use custom
> error pages all the time.
>
> Yoav Shapira
>
>
>
> This e-mail, including any attachments, is a confidential business
communication, and may contain information that is confidential, proprietary
and/or privileged.  This e-mail is intended only for the individual(s) to
whom it is addressed, and may not be saved, copied, printed, disclosed or
used by anyone else.  If you are not the(an) intended recipient, please
immediately delete this e-mail from your computer system and notify the
sender.  Thank you.
>
>
> -
> 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]



Reverting costin's flush-in-release patch

2004-03-09 Thread Gaurav Kadyan
Hi,
I am having a problem - when i run tomcat 5.0.16 only the default error pages are 
being displayed.
This problem can be solved by Reverting costin's flush-in-release patch.
Could someone tell me how to revert this patch.
Thanks,
Gaurav Kadyan



default errorPage being displayed

2004-03-09 Thread Gaurav Kadyan
Hi All,
I am facing a problem in Tomcat version 5.0.16. 
When I throw an exception in a page then it should be redirected to error.jsp.
The error.jsp is then processed .This i can see in the console.But after that when i 
look in the browser the page shown is "HTTP 404 Not Found".

I have checked there is a bug number 14230 which relates to this issue - but it talks 
about "Reverting costin's flush-in-release patch".
How can this be done ?
Please tell me if there could be some other reason this bug is not working.

Thanks,
Gaurav Kadyan


Re: how to customize tomcat /?

2004-01-20 Thread Gaurav Kadyan
It will be like this

client<--> plugin at client < ---> plugin at server
<--> tomcat
 http
http
Thanks

- Original Message -
From: "Shapira, Yoav" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Tuesday, January 20, 2004 9:52 PM
Subject: RE: how to customize tomcat /?


>
> Howdy,
>
> >Could someone tell me how should i go about customizing tomcat to my
> needs.
> >I need that the protocols that are being handled should response to my
> >plugin and then my plugin will response back to the tomcat.
>
> To get specific help you will need to be more specific in your requests.
> Almost all aspects of tomcat are customizable, as the source is freely
> and openly available, so you can modify or enhance any of it.
>
> Tomcat (5.x) supports the HTTP protocol in the Coyote connector.  It
> also supports the AJP protocol for communication with other web servers
> such as Apache httpd.  You can read the configuration reference for
> either of these or just look at their source code in the
> jakarta-tomcat-catalina repository on cvs.apache.org.
>
> Beyond that, you will need to explain what your plugin does/should do
> and how tomcat should interact with your plugin in order for us to be
> more helpful.
>
> Yoav Shapira
>
>
>
> This e-mail, including any attachments, is a confidential business
communication, and may contain information that is confidential, proprietary
and/or privileged.  This e-mail is intended only for the individual(s) to
whom it is addressed, and may not be saved, copied, printed, disclosed or
used by anyone else.  If you are not the(an) intended recipient, please
immediately delete this e-mail from your computer system and notify the
sender.  Thank you.
>
>
> -
> 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]



how to customize tomcat /?

2004-01-20 Thread Gaurav Kadyan
Hi All,
Could someone tell me how should i go about customizing tomcat to my needs.
I need that the protocols that are being handled should response to my plugin and then 
my plugin will response back to the tomcat.
Thanks in advance,
Gaurav Kadyan


Documentation

2004-01-20 Thread Gaurav Kadyan
Hi All,
Could some body tell me where to find documentation for -
1.Realm
2.Filter
3.Valve
4.Container
5.Connector
6.MBean
7.Pipeline
8.LifeCycle
9.Jasper
Thanks in advance,
Gaurav Kadyan