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-doc/virtual-hosting-howto.html

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

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

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 Context ResourceLink global=jdbc/SsoDs name=jdbc/SsoDS type

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 And the content in context file using josso as below

Multiple UserDatabases

2009-12-31 Thread vramanaj
We have an application running on Tomcat6 uses the below resource defined in server.xml. Resource name=UserDatabase auth=Container type=org.apache.catalina.UserDatabase description=User database that can be updated and saved factory=org.apache.catalina.users.MemoryUserDatabaseFactory

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

Re: How to access JNDI resources on Tomcat level

2009-12-18 Thread vramanaj
/form-login-page form-error-page/login-redirect.jsp/form-error-page /form-login-config /login-config ** Pid Ster wrote: On 15/12/2009 12:44, vramanaj wrote: Yes, I did. I have followed those

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 through with the Josso configuration. Could be able

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 problem is https

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;

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 AuthenticationFailureException issue

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 'jdbc/DefaultDS'. Added resource link in webapp.xml

Re: How to access JNDI resources on Tomcat level

2009-12-01 Thread vramanaj
=jdbc/DefaultDS name=jdbc/DefaultDS type=javax.sql.DataSource/ /Context And also added resource-ref to WEB-INF/web.xml. - Mikolaj Rydzewski-2 wrote: vramanaj wrote: 1. Defined DataSource within GlobalNamingResources

Re: How to access JNDI resources on Tomcat level

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

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. Context path=/partnerapp docBase=/usr2/tomcat

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. Mikolaj Rydzewski-2 wrote

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 webapp.xml file. I have tried

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.xml/context.xml level (e.g. jdbc/DefaultDS

Re: How to access JNDI resources on Tomcat level

2009-12-01 Thread vramanaj
.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: User name

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

Re: How to access JNDI resources on Tomcat level

2009-11-30 Thread vramanaj
? Pid Ster wrote: On 30/11/2009 13:46, vramanaj wrote: Hi, I am facing problem with configuring JNDI DataSources for Josso