Re: Multiple UserDatabases

2010-02-17 Thread vramanaj
Issue still not resolved. Is there any way to club both the Data Sources(one is tomcat.xml & another josso data source) ? markt-2 wrote: > > On 04/01/2010 11:39, vramanaj wrote: >> >> Can you elobrate the second option ? > > http://tomcat.apache.org/tomcat-6.0-do

Tomcat 6 is getting down

2010-02-15 Thread vramanaj
Tomcat is getting down automatically, after few seconds of starting it. Attached is the tomcat log. Could n't able to identify the issue. Please help me out. -- View this message in context: http://old.nabble.com/Tomcat-6-is-getting-down-tp27593280p27593280.html Sent from the Tomcat - User maili

Re: Multiple UserDatabases

2010-01-04 Thread vramanaj
Can you elobrate the second option ? markt-2 wrote: > > On 04/01/2010 11:14, vramanaj wrote: >>> http://old.nabble.com/file/p27011540/server.xml server.xml >>> http://old.nabble.com/file/p27011540/app-context.xml.txt >>> app-context.xml.txt >>> &g

Re: Multiple UserDatabases

2010-01-04 Thread vramanaj
vramanaj wrote: > > http://old.nabble.com/file/p27011540/server.xml server.xml > http://old.nabble.com/file/p27011540/app-context.xml.txt > app-context.xml.txt > And the content in context file using josso as below -- View this message in context: http://old.nabb

Re: Multiple UserDatabases

2010-01-04 Thread vramanaj
http://old.nabble.com/file/p27011540/server.xml server.xml http://old.nabble.com/file/p27011540/app-context.xml.txt app-context.xml.txt -- View this message in context: http://old.nabble.com/Multiple-UserDatabases-tp26977405p27011540.html Sent from the Tomcat - User mailing list archive at Nab

Re: Multiple UserDatabases

2009-12-31 Thread vramanaj
By doing so, Josso configured application is not working now. It could n't able to recognize the cookie it has set earlier. http://old.nabble.com/file/p26977591/tomcat.log tomcat.log Throwing Error error: java.lang.RuntimeException: Outbound relaying failed. No Principal found. Verify your SSO A

Multiple UserDatabases

2009-12-31 Thread vramanaj
We have an application running on Tomcat6 uses the below resource defined in server.xml. We have added a new resource as below in server.xml and commented the existing resource tag. The Josso application using the above data source is working fine. But we have a security constraint defined i

Re: How to access JNDI resources on Tomcat level

2009-12-18 Thread vramanaj
-To-Order WebUI /login-redirect.jsp /login-redirect.jsp ** Pid Ster wrote: > > On 15/12/2009 12:44, vramanaj wrote: >> >> Yes, I did. I have followed those c

Re: SessionID cookie not secure over SSL

2009-12-15 Thread vramanaj
I am not sure whether i can post this here or not. But i want to try my luck. I am facing problem in configuring rememberMe for one of the Josso partner application. Following cookies are getting generated when i logging for the first time. cookie=JSESSIONID=964AB2019709DEEEA148DC018D69C2D4; JO

Re: How to access JNDI resources on Tomcat level

2009-12-15 Thread vramanaj
Yes, I did. I have followed those configuration steps for other applications earlier. Are there any other configurations required to store the cookies in IE browser, if the application is ssl enabled ? Pid Ster wrote: > > On 15/12/2009 11:25, vramanaj wrote: >> >> The pro

Re: How to access JNDI resources on Tomcat level

2009-12-15 Thread vramanaj
) at java.lang.Thread.run(Thread.java:619) 15 Dec 2009 06:14:38,992 DEBUG Looking for cookie: JOSSO_REMEMBERME_josso 15 Dec 2009 06:14:38,992 DEBUG RemembermeCookie NOT found! Pid Ster wrote: > > On 14/12/2009 12:55, vramanaj wrote: >> >> Hi, >> >> I am throug

Re: How to access JNDI resources on Tomcat level

2009-12-14 Thread vramanaj
'rememberMeEnabled' to true in josso. For rememberMe in sso, i read that we need to set tomcat ssl enabled. I did that. JOSSO_REMEMBERME_josso is getting created. Still are there any configurations we need to do in tomcat ? Regards vramanaj wrote: > > Resolved AuthenticationFailureExceptio

Re: How to access JNDI resources on Tomcat level

2009-12-01 Thread vramanaj
ote.http11.Http11Processor.process(Http11Processor.java:845) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) at java.lang.Thread.run(Thread.java:619) vramanaj wrote:

Re: How to access JNDI resources on Tomcat level

2009-12-01 Thread vramanaj
User name and password are correct only. Pid Ster wrote: > > On 01/12/2009 12:37, vramanaj wrote: >> >> I have passed through this DataSource look up problem. I altered >> context.xml/web.xml of josso webapp. And also used short JNDI names at >> tomcat/web.xm

Re: How to access JNDI resources on Tomcat level

2009-12-01 Thread vramanaj
No, DataSource is working fine now. Thank yoy very much for all of your support in resolving that problem. New issue has come in configuring the authentication scheme. Pid Ster wrote: > > On 01/12/2009 11:41, vramanaj wrote: >> >> I have removed path and docbase from webap

Re: How to access JNDI resources on Tomcat level

2009-12-01 Thread vramanaj
- ERROR:vjosyula:org.josso.auth.exceptions.AuthenticationFailureException - vramanaj wrote: > > Added context.xml in META-INF directory. And also added resurce-ref in > josso webapp. Still getting the same error. > > > M

Re: How to access JNDI resources on Tomcat level

2009-12-01 Thread vramanaj
Added context.xml in META-INF directory. And also added resurce-ref in josso webapp. Still getting the same error. Mikolaj Rydzewski-2 wrote: > > vramanaj wrote: >> I have used jdbc/DefaultDS. Added ResourceLink to >> Catalina/localhost/webapp.xml. >> >> >

Re: How to access JNDI resources on Tomcat level

2009-12-01 Thread vramanaj
ception ne) { logger.error("Error during DB connection lookup", ne); throw new SSOIdentityException( "Error During Lookup\n" + ne.getMessage()); } } return _datasource; } Pid Ster wrote: >

Re: How to access JNDI resources on Tomcat level

2009-12-01 Thread vramanaj
I have used jdbc/DefaultDS. Added ResourceLink to Catalina/localhost/webapp.xml. And also added resource-ref to WEB-INF/web.xml. - Mikolaj Rydzewski-2 wrote: > > vramanaj wrote: >> 1. Defined DataS

Re: How to access JNDI resources on Tomcat level

2009-12-01 Thread vramanaj
: Pid Ster wrote: > > On 01/12/2009 05:13, vramanaj wrote: >> >> Still getting the same error after changing Data Source name to >>

Re: How to access JNDI resources on Tomcat level

2009-11-30 Thread vramanaj
so+Tomcat6? Pid Ster wrote: > > On 30/11/2009 13:46, vramanaj wrote: >> >> Hi, >> >> I am facing probl

Re: How to access JNDI resources on Tomcat level

2009-11-30 Thread vramanaj
Hi, I am facing problem with configuring JNDI DataSources for Josso project in Tomcat 6. Getting the following errors in tomcat log when i am trying to access the application. Defined resource in conf/Catalina/localhost/webapp.xml. And res-reference in the application's web.xml. Nov 30, 2009 7:4