SSL and non-secure items

2007-08-28 Thread is_maximum
Hi experts, I have a web application configured to be secured by ssl, the problem is at some pages the browser displays a dialog box as a warning that says, this page contains both secure and non-secure items do you want to display non-secure items? and the user has two options yes and no.

how to setting up SSL for a specific page

2007-07-24 Thread is_maximum
hello all when I set up the SSL in tomcat all my pages will be secure (https) but as I've seen in many web sites only login page is secure. how can I secure only pages that contains confidential information and not all the pages? I am using Apache Tomcat 5.5 thank you in advance -- View this

RE: a question about user athentication

2007-07-05 Thread is_maximum
Thank you all for replying I wanted to prevent the users who were deleted already to logging in. I resolve my problem by extending a class from JDBCRealm and override the getConnection() method (I'm not sure about the method name) and put my select statement with my favorite where clause where

a question about user athentication

2007-07-02 Thread is_maximum
Hi experts I am using Tomcat 5.5 and struts framework and security filter in order to authenticate users like the others I am using j_security_check action but my problem is that I have a field in my user table namely status which represent whether the user is available or deleted by

Re: a question about user athentication

2007-07-02 Thread is_maximum
Pid-2 wrote: Have a look at JDBCRealm (or DatasourceRealm) in the Tomcat Source. You could alter the SQL statement for password or username so it fails when '... status = 0'. Upload a jar with your new realm in it to server/lib and configure the realm as a replacement for the one in

problem when changing code and deploying

2007-04-28 Thread is_maximum
Hi all I have a big problem, when I change some classes specially classes with static methods and also Context Listener classes of my appllication and the deploy new changes in already installed application, neither of my changes will apply!!! even if I put some new log they wont appear in the

RE: problem when changing code and deploying

2007-04-28 Thread is_maximum
Why did you think they would? Only .jsp files can be updated on the fly without restarting the application. oh no, I didnt mean on the fly? I restart the Tomcat but it still remain intact. this happens for static methods and static instance variables. -- View this message in context: