Charset configuration on Tomcat 6

2011-01-12 Thread Achal Patel
/input-charset charset-mapping iana-charset-nameUTF-8/iana-charset-name java-charset-nameUTF8/java-charset-name /charset-mapping /charset-params -- Regards, Achal Patel.

Re: Charset configuration on Tomcat 6

2011-01-12 Thread Achal Patel
but nothing seems to be giving required results. Regards, Achal. On Wed, Jan 12, 2011 at 8:14 PM, Mark Thomas ma...@apache.org wrote: On 12/01/2011 14:26, Achal Patel wrote: Hi All, What is equivalent configuration in Tomcat for below charset configuration in Weblogic? URI encoding param

Re: Http Session Null issue

2009-07-14 Thread Achal Patel
For additional commands, e-mail: users-h...@tomcat.apache.org -- Regards, Achal Patel.

Re: Where can i get the specification of web.xml?

2009-07-03 Thread Achal Patel
2009-07-03 - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org -- Regards, Achal Patel.

Re: Where can i get the specification of web.xml?

2009-07-03 Thread Achal Patel
- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org -- Regards, Achal Patel

Http Session Null issue

2009-07-03 Thread Achal Patel
Hi, I am facing strange issue with Tomcat 6 Jsp deployment. I have JSP pages deployed which internally performs operations and generates XML response which will be parsed using XSL and then finally displayed on the UI. Now when I invoke JSP pages from UI, session is getting null between the

Re: Http Session Null issue

2009-07-03 Thread Achal Patel
, Achal. On Fri, Jul 3, 2009 at 7:06 PM, Pid p...@pidster.com wrote: On 3/7/09 14:25, Achal Patel wrote: Hi, I am facing strange issue with Tomcat 6 Jsp deployment. I have JSP pages deployed which internally performs operations and generates XML response which will be parsed using XSL

Re: Http Session Null issue

2009-07-03 Thread Achal Patel
. On Fri, Jul 3, 2009 at 9:05 PM, Daniel Henrique Alves Lima email_danie...@yahoo.com.br wrote: Hi, Achal. On Fri, 2009-07-03 at 19:48 +0530, Achal Patel wrote: Its basically below: HttpSession session = request.getSession(); Settings settings = (Settings) session.getAttribute(ATTR_NAME