RE: 404 Error when trying to connect Tomcat Manager

2006-07-20 Thread Shirode, Sangita \(Sangita\)
You need to add the following line in the tomcathome/conf/tomcat-users.xml file And login with admin and blank password to tomcat manager sangita -Original Message- From: Foo Shyn [mailto:[EMAIL PROTECTED] Sent: Thursday, July 20, 2006 12:36 PM To: Tomcat Users List Subject: 404 Er

Authentication issue with PAM on solaris 10

2006-07-20 Thread Shirode, Sangita \(Sangita\)
Hi all, I'm using Tomcat 5.0.28. I have a servlet which takes the Solaris system user id and password and authenticate it with PAM functionality provided by Solaris. My servlet calls the native method which eventually calls the pam_authenticate Solaris system function to authenticate the system u

How to set value to environment variable in xml file in the Tomcat

2006-07-18 Thread Shirode, Sangita \(Sangita\)
Hi, I need to set one of the parameter in the xml configuration file to the environment variable + some text. eg. where $WEB_DIR is an environment variable. How can I acheive this? Thanks, Sangita

RE: How to find what encryption algorithm tomcat is using?

2006-01-25 Thread Shirode, Sangita \(Sangita\)
lic and private keys do not match i don know exactly from where they are determining the encryption algorithm but in the key store the algorithm used will be ther regards vineesh On 1/25/06, Shirode, Sangita (Sangita) <[EMAIL PROTECTED]> wrote: > Thanks vineesh > > for your i

RE: How to find what encryption algorithm tomcat is using?

2006-01-24 Thread Shirode, Sangita \(Sangita\)
ithm when u generating > a key like > %JAVA_HOME%\bin\keytool -genkey -alias tomcat -keyalg RSA (Windows) > $JAVA_HOME/bin/keytool -genkey -alias tomcat -keyalg RSA (Unix) > regards > vineesh > On 1/25/06, Shirode, Sangita (Sangita) <[EMAIL PROTECTED]> wrote: &g

How to find what encryption algorithm tomcat is using?

2006-01-24 Thread Shirode, Sangita \(Sangita\)
Hi, I need the info about what encryption algorithm tomcat is using when it sends/receives data to /from client via SSL. I need this info for export compliance. When I enabled SSL in tomcat I just followed the normal procedure given in Tomcat docs. I'm generating a self signed certificate with ja