sso integration with tomcat

2014-07-07 Thread Randeep
this parter app i have configured web.xml and redirect pages accordingly) it is not taking the credentials from the database. it is taking the default ones only. Kindly advice. Please let me know if I have to provide any other details. -- Randeep Mob: +919880050349[B'lore] http://twitter.com

Re: tomcat-native libraries

2014-03-19 Thread Randeep
Chris,Martin, On Wed, Mar 19, 2014 at 12:59 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Randeep, > > On 3/18/14, 10:27 AM, Randeep wrote: > >> I'm not sure about what k

Re: [Off Topic] Forwarding tomcat logs

2014-03-19 Thread Randeep
Chris, On Wed, Mar 19, 2014 at 1:01 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Dan, > > On 3/18/14, 10:40 AM, Daniel Mikusa wrote: > > On Mar 18, 2014, at 10:13 AM, Randeep > >

Re: tomcat-native libraries

2014-03-18 Thread Randeep
On Tue, Mar 18, 2014 at 7:29 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Randeep, > > On 3/18/14, 9:46 AM, Randeep wrote: > > On Tue, Mar 18, 2014 at 7:13 PM, Christopher Schultz < > &

[Off Topic] Forwarding tomcat logs

2014-03-18 Thread Randeep
do it? Kindly advise. -- Randeep

Re: tomcat-native libraries

2014-03-18 Thread Randeep
there is a measurable difference > between OpenSSL's performance and JSSE's performance. > > - -chris > Thank you Chris, In that case, I'm not going to use it. I was using httpd as front end to server ssl certificates. Now load balancer is handling it. -Randee

Re: tomcat-native libraries

2014-03-17 Thread Randeep
On Mon, Mar 17, 2014 at 1:51 PM, Mark Thomas wrote: > On 17/03/2014 08:10, Randeep wrote: > > On Mon, Mar 17, 2014 at 12:35 PM, Mark Thomas wrote: > > > >> On 17/03/2014 04:52, Randeep wrote: > >>> Hi, > >>> > >>> I have a httpd-2.2.3

Re: tomcat-native libraries

2014-03-17 Thread Randeep
On Mon, Mar 17, 2014 at 12:35 PM, Mark Thomas wrote: > On 17/03/2014 04:52, Randeep wrote: > > Hi, > > > > I have a httpd-2.2.3-82.el5.centos.x86_64+mod_jk+apache-tomcat-6.0.37 > stack > > > > Whenever I restart the server it shows the following warning. &

tomcat-native libraries

2014-03-16 Thread Randeep
l5_6.5.x86_64 already installed and latest version Package apr-devel-1.2.7-11.el5_6.5.x86_64 already installed and latest version Package apr-util-1.2.7-11.el5_5.2.x86_64 already installed and latest version Cant I install this version in centos 5? -- Randeep Mob: +919447831699[kerala] Mob: +91

Getting Apache Tomcat logs in mail

2014-02-25 Thread Randeep
anyway I can get exceptions mailed? We are using log4j logger. Is there anything I can set in log4j.properties to achive this? I had gone through some posts but none of them are clear and I wanted to know which is the best and right way. -- Best Regards, Randeep Mob: +919880050349[B'lore] A l

Re: Error redirection settings

2014-02-19 Thread Randeep
On Wed, Feb 19, 2014 at 7:37 PM, André Warnier wrote: > Randeep wrote: > >> Hi, >> >> I'm using tomcat apache-tomcat-6.0.37 >> I have a few web applications in webapps directory. >> >> portal >> sms >> crm >> >> I'm cre

Error redirection settings

2014-02-19 Thread Randeep
t there is a web.xml file under conf directory. And I have given the settings in it. As below. 400 /404.html 404 /404.html 500 /oops.html java.lang.Throwable /oops.html Path I changed. starting from "/" and put the files in webapps directory. But it is not working. How can I do t

Re: SEVERE: Servlet.service() for servlet [action] in context with path [/portal] threw exception

2014-01-30 Thread Randeep
On Thu, Jan 30, 2014 at 1:13 PM, Cédric Couralet wrote: > Hi, > > 2014/1/30 Randeep : > > Hi, > > > > I'm getting the following exception. I'm running it in Netbeans IDE. With > > tomcat 7.50.0 > > > > Am I missing some libraries here? Jar

SEVERE: Servlet.service() for servlet [action] in context with path [/portal] threw exception

2014-01-29 Thread Randeep
eadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:744) Please help me. -- Randeep Mob: +919447831699[kerala] Mob: +919880050349[B'lore] I blog here: http://www.randeeppr.me/ Follow me Here: http://twitter.com/Randeeppr Poke me here! http://www.face

Re: Out of memory exception

2014-01-23 Thread Randeep
I have added -XX:+HeapDumpOnOutOfMemoryError also. Thanks. On Thu, Jan 23, 2014 at 10:49 PM, Randeep wrote: > I mean i'd to give full path. > > like this > export JAVA_OPTS='-Xms256m -Xmx512m -Xss512k -verbose:gc > -Xloggc:/usr/share/apache-tomcat-6.0.37/logs/heap.lo

Re: Out of memory exception

2014-01-23 Thread Randeep
I mean i'd to give full path. like this export JAVA_OPTS='-Xms256m -Xmx512m -Xss512k -verbose:gc -Xloggc:/usr/share/apache-tomcat-6.0.37/logs/heap.log' On Thu, Jan 23, 2014 at 10:47 PM, Randeep wrote: > Thanks. That worked. Anything unusual? Garbage collection is hap

Re: Out of memory exception

2014-01-23 Thread Randeep
43470K->28757K(260288K), 0.0140720 secs] 15.414: [Full GC 32030K->28926K(260288K), 0.3071990 secs] 65.004: [GC 45310K->31775K(260352K), 0.0105440 secs] [root@server logs]# On Thu, Jan 23, 2014 at 10:33 PM, André Warnier wrote: > Randeep wrote: > >> Hi all, >> Thanks

Re: Do some research before blogging (was: Out of memory exception)

2014-01-23 Thread Randeep
Hi, I assume you are talking about my blog posts in http://www.linuxhelp.in/ I'm sorry. I'll correct it. I test everything as root user. So while writing also it came like that. On Thu, Jan 23, 2014 at 6:40 PM, KD wrote: > Randeep writes: > > > I blog here: >

Re: Out of memory exception

2014-01-23 Thread Randeep
t; -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Randeep, > > On 1/23/14, 7:43 AM, Randeep wrote: > > I'm getting out of memory exception errors. > > :( > > > Exception in thread "Timer-1" java.lang.OutOfMemor

Out of memory exception

2014-01-23 Thread Randeep
ot;-Xms256m -Xmx512m -Xss512k -verbose:gc -Xloggc:heap.log" Also I checked in heap.log where catelina.out can be found. But its not created. Then I touched and restarted. But that also didn't work. What is the right way to do this? -- Randeep Mob: +919447831699[kerala] Mob: +91988005

Re: ssl on tomcat

2013-12-04 Thread Randeep
s anything else i need to provide Thanks. On Wed, Dec 4, 2013 at 11:18 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Randeep, > > On 12/4/13, 12:22 PM, Randeep wrote: > > I'm using apacche 2

ssl on tomcat

2013-12-04 Thread Randeep
mean its not secure browsing anymore. My requirement is as follows. If user connects as https all the links should work as https. If the user connects as http all the links should work as http. is such thing is possible? -- Randeep Mob: +919447831699[kerala] Mob: +919880050349[B

Re: Parameter Map is null after Ajax Request

2007-12-01 Thread Randeep Walia
. I thought the culprit might be the Form.serialize() method which I am using to pass the form data to the input into servlet but they seem to match perfectly. I will keep investigating and let you know if I find anything conclusive. Randeep -

Parameter Map is null after Ajax Request

2007-11-30 Thread Randeep Walia
Over a year ago, a user reported a problem with his Request parameter map showing up null sporadically on his application: http://mail-archives.apache.org/mod_mbox/tomcat-dev/200601.mbox/[EMAIL PROTECTED] I am suddenly seeing similar behavior with our AJAX-enabled web application. We are using R