Enabling SSL on Tomcat 6

2011-01-17 Thread Suneet Shah
Hello, I am trying to enable SSL on Tomcat 6 without any luck. I am using a self signed cert. I have placed my entries in the server.xml file below. Any thoughts on what I am doing wrong? I also pasted below the steps that I used to generate the cert. WARNING: [SetAllPropertiesRule]{Serv

Re: Windows Authentication against multiple domains

2007-02-09 Thread Suneet Shah
Hello, We have this capability in our open source identity and access management solution where you can use more then one use more then one repository for authentication. You may be able to use just the authentication service as taking on the rest of it may be more then what you need. The project

Classloader or Security Issue?

2007-01-24 Thread Suneet Shah
Hello, I am trying to call an EJB from tomcat 5.5.20. The EJB is is located on Websphere 6.1. I am able to get the JNDI context, but when I lookup the bean, I get the exception below. I confirmed that its not a classpath issue as the ibmorb.jar, which contains the UtilDelegateImpl class, is in th

Re: Classpath Issue

2007-01-19 Thread Suneet Shah
Hi Satya, I am using RMI (IIOP) to communicate with Webpshere. How can I increase the debug level? Sorry, I am a little new to this. Regards Suneet On 1/19/07, Satya Narayan <[EMAIL PROTECTED]> wrote: Sunnet, Cheers, Satya - Original Message From: Suneet Shah <[EMAIL

Re: Securing Tomcat

2007-01-19 Thread Suneet Shah
Thanks Darren and Satya. I will check these. Regards Suneet On 1/19/07, Darren <[EMAIL PROTECTED]> wrote: http://www.owasp.org/index.php/Securing_tomcat covers some areas which may be of interest to you. On 19 Jan 2007, at 14:04, Suneet Shah wrote: > Hello, > > I am us

Securing Tomcat

2007-01-19 Thread Suneet Shah
Hello, I am using Tomcat as a Reverse Proxy through a pluggin that we have built. One of the questions that I am being asked is how do we make the installation of tomcat secure as it needs to be placed in the DMZ. Is there any place where I can find a list of known security issues in Tomcat and

Classpath Issue

2007-01-19 Thread Suneet Shah
Hello, I am working in creating a proxy that will run in Tomcat 5.5. I have the module registered in the server.xml. The module needs to communicate with some ejbs running on Websphere 6.1. I placed the necessary IBM jar files in the tomcat/common/lib directory. On a a windows box, it works fi