Re: Urgent pls help ! Protection problems of using Realm

2004-04-15 Thread Chong Yu Meng
An easier method would be to use SecurityFilter (http://securityfilter.sourceforge.net/). There is an example web application (actually several web apps) bundled with the software. Just look at the code and I think you'll find it fairly straightforward to implement what you want. a a wrote: >Dear

RE: Urgent pls help ! Protection problems of using Realm

2004-04-14 Thread a a
Dear all, I do not have any idea of writing a custom realm, even how to start writing it. Can you give me some example or any references that teaching how to write a custom realm ? Thankyou very much ! kawai Mark Thomas <[EMAIL PROTECTED]> wrote: You need to write a custom realm. Mark

RE: Urgent pls help ! Protection problems of using Realm

2004-04-13 Thread a a
Dear all, I do not have any idea of writing a custom realm, even how to start writing it. Can you give me some example or any references that teaching how to write a custom realm ? Thankyou very much ! kawai Mark Thomas <[EMAIL PROTECTED]> wrote: You need to write a custom realm. Mark

RE: Urgent pls help ! Protection problems of using Realm

2004-04-12 Thread Mark Thomas
You need to write a custom realm. Mark > My case is that I can't store the username and password of > the roles and users in my server. I need to send the > authenication information in a format of xml file to a > foreign server and get back the login result from that > server. So I can't u

Re: Urgent ! Pls help !

2004-02-02 Thread Tuan Luu
our apache. kind regards Tuan Arnab Chakravarty wrote: >ajp13 and ajp14 and not ajp12...correction > >-Original Message- >From: Arnab Chakravarty [mailto:[EMAIL PROTECTED] >Sent: Monday, February 02, 2004 11:32 AM >To: Tomcat Users List >Subject: RE: Urgent ! Pls hel

RE: Urgent ! Pls help !

2004-02-01 Thread Arnab Chakravarty
ajp13 and ajp14 and not ajp12...correction -Original Message- From: Arnab Chakravarty [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 11:32 AM To: Tomcat Users List Subject: RE: Urgent ! Pls help ! Can u check ur server.xml config file and check if the port is correctly set

RE: Urgent ! Pls help !

2004-02-01 Thread Arnab Chakravarty
Can u check ur server.xml config file and check if the port is correctly set for the ajp12 connector to server the request... -Original Message- From: a a [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 12:28 AM To: [EMAIL PROTECTED] Subject: Urgent ! Pls help ! Dear all, I

Re: Urgent. pls help me out

2003-02-17 Thread Peng Tuck Kwok
Tomcat comes with documentation which is relevant to developers about deployment . You can look in the directory of tomcat to find it, or just point your browser to http://localhost:8080/tomcat-docs zafar ahsan wrote: I have already installed tomcat and its working . ok now can anyone help me

Re: Urgent. pls help me out

2003-02-17 Thread David Kavanagh
Now, is this really urgent? I'll see if I can help. I'd point you to the tomcat/webapps/examples directory. These are some examples that come with tomcat. You'll find a WEB-INF directory there with a web.xml file within. This is what maps URLs to actual servlet classes. You can create your own d