Re: Apache Tomcat unable to send the request. tomcat throwing 502 Gate Way error

2011-09-11 Thread rakesh k
Hi Christopher thanks for viewing m configuration ..as mentioned we are using http connectors in my configuration not AJP. and here are my configuration details. Apache tomcat configuration (server.xml) Apache httpd configuration Httpd.conf. ProxyPass / http://localhost:8080 route=msf1

RE: JSP Exception object arriving null at error handler

2011-09-11 Thread Nadav Katz
Hello Chuck, thanks for your answer. I have read the servlet spec, I don't remember coming across anything other than SRV 9.9 which relates, please direct me where to look if I'm wrong. Also, I don't think I agree with you, for three reasons: 1. If I insert code in my jsp accessing a javascript fi

Re: Do imports inherit?

2011-09-11 Thread Donald Jolley
Thanks for the clarification. > Also note that it's generally frowned upon to import with wildcards; be specific with the classes you use. Your suggestion certainly seems reasonable to me. I do, however, note that the use of wildcards seems to be fairly prolific. In this particular case my use

Re:I Did it

2011-09-11 Thread dfsdf fsdfsd
my friends always teased me about my spending habits I was about ready to throw in the towel I cant believe this actually worked!http://www.emballagedigest.fr/advertising/redirect.php?vican&ref=mail.com&hdparm=yahoo.com&url=jobtoday-blog.net/esubmit/bizopp_hw.php";>http://www.emballagedigest.fr/ad

Re: Apache+Tomcat+mod_jk

2011-09-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 tRm, On 9/9/2011 5:52 PM, trm asn wrote: > I have one war eample.war & which is also having a images folder ( > /usr/local/tomcat/webapps/example/images). I will type > http://192.168.65.100and it'll load the "example" apps. If you want http://192.

RE: JSP Exception object arriving null at error handler

2011-09-11 Thread Caldarale, Charles R
> From: Nadav Katz [mailto:nadav.k...@oracle.com] > Subject: RE: JSP Exception object arriving null at error handler > Is there anywhere where I can find documentation for this? Read the servlet spec. > I'm asking because I came across this behavior by chance when I got > a NullPointerExceptio

RE: JSP Exception object arriving null at error handler

2011-09-11 Thread Nadav Katz
Hi Bob, Thanks for the quick reply. Is there anywhere where I can find documentation for this? I'm asking because I came across this behavior by chance when I got a NullPointerException in logging code calling exception.getMessage(). Is it possible that I will come across this with other types o

Re: JSP Exception object arriving null at error handler

2011-09-11 Thread Bob Hall
From: Nadav Katz To: Tomcat Users List Sent: Sunday, September 11, 2011 2:11 AM Subject: JSP Exception object arriving null at error handler Hi, I seem to be having a problem with the exception object attribute arriving null at the error handeling jsp. Si

JSP Exception object arriving null at error handler

2011-09-11 Thread Nadav Katz
Hi, I seem to be having a problem with the exception object attribute arriving null at the error handeling jsp. Since I encountered this error in production, I recreated on a small project. This is the web.xml error page entry:     404