Re: JDBC Realm for several webapp

2006-07-04 Thread Hassan Schroeder
On 7/4/06, Stanislav Komlenac <[EMAIL PROTECTED]> wrote: > Where are you defining your contexts now?? nowhere! i dont have any contexts define in my applications, as far as i know :-( An application *is* a Context. It sounds like reading the servlet spec would make this a lot less painful:-)

Re: JDBC Realm for several webapp

2006-07-04 Thread Stanislav Komlenac
Quoting Kim Brianne Go <[EMAIL PROTECTED]>: Hi... you might want to look at SecurityFilters. This make it possible for each webapp to be given unique realm security, basically the concept is a webapp containing its own security configuration so that you can deploy your webapp without additional

Re: JDBC Realm for several webapp

2006-07-04 Thread Stanislav Komlenac
>>> I want to have 2 web applications on my web server. Idea si to >>> makde JDBC Realm unique for each web application. problem is that i dont understand what should i have in this {context}.xml files and what should i have in server.xml :-( a nd where should i put this {context}.xml file? W

Re: JDBC Realm for several webapp

2006-07-03 Thread Kim Brianne Go
Hi... you might want to look at SecurityFilters. This make it possible for each webapp to be given unique realm security, basically the concept is a webapp containing its own security configuration so that you can deploy your webapp without additional setup from the appservers. Hope this helps..

Re: JDBC Realm for several webapp

2006-07-03 Thread Hassan Schroeder
On 7/2/06, Stanislav Komlenac <[EMAIL PROTECTED]> wrote: Citiram Stanislav Komlenac <[EMAIL PROTECTED]>: >>> I want to have 2 web applications on my web server. Idea si to >>> makde JDBC Realm unique for each web application. problem is that i dont understand what should i have in this {conte

Re: JDBC Realm for several webapp

2006-07-02 Thread Stanislav Komlenac
Citiram Stanislav Komlenac <[EMAIL PROTECTED]>: I want to have 2 web applications on my web server. Idea si to makde JDBC Realm unique for each web application. How can i do this? The Realm Component ... You may nest a Realm in

Re: JDBC Realm for several webapp

2006-06-30 Thread Hassan Schroeder
On 6/30/06, Stanislav Komlenac <[EMAIL PROTECTED]> wrote: I want to have 2 web applications on my web server. Idea si to makde JDBC Realm unique for each web application. How can i do this? The Realm Component ... You may nest

JDBC Realm for several webapp

2006-06-30 Thread Stanislav Komlenac
Hi! I want to have 2 web applications on my web server. Idea si to makde JDBC Realm unique for each web application. How can i do this? i read on Internet something about context element in server.xml, but i dont understand how to make it work :-( Tnx, Stanislav -- T - C o