RE: JDBC Connection over VPN

2012-05-07 Thread Sanjeev Sharma
Found a solutions for this. Apparently Java 7 wraps IPV4 addresses as IPV6, which is not supported by Cisco Anyconnect. Turning of IPV6 on the Cisco VPN adapter (Control Panel\Network and Internet\Network Connections) fixed the problem. -Original Message- From: Sanjeev Sharma

RE: JDBC Connection over VPN

2012-05-07 Thread Sanjeev Sharma
, 2012 at 3:46 PM, Sanjeev Sharma < sanjeev.sha...@buchanan-edwards.com> wrote: > Using port 1521 in both cases, but it only fails for JDBC. > > -Original Message- > From: Propes, Barry L [mailto:barry.l.pro...@citi.com] > Sent: Monday, May 07, 2012 3:43 PM >

RE: JDBC Connection over VPN

2012-05-07 Thread Sanjeev Sharma
ort Tomcat or Oracle usually does? Like something at 8080? Not sure if that's the case; or conversely, does going into VPN block those ports? -Original Message- From: Sanjeev Sharma [mailto:sanjeev.sha...@buchanan-edwards.com] Sent: Monday, May 07, 2012 2:36 PM To: Tomcat Users Lis

JDBC Connection over VPN

2012-05-07 Thread Sanjeev Sharma
Hi, Not sure if this is a Tomcat issue. When I connect directly to a network and startup my tomcat 7, my JDBC connection to an Oracle 11g network works just fine, but if I tunnel into the same network, JDBC fails to connect to the database. At the same time I'm able to make a connection to th

RE: Tomcat as Application Server

2012-02-17 Thread Sanjeev Sharma
The term "Application Server" predates JEE and EJB. I would call Tomcat an App server since it "processes server-side business logic" (i.e. you don't need EJBs to process business logic and it's sometimes a bad idea anyway.) Sanjeev -Original Message- From: Pid [mailto:p...@pidster.com

RE: controlling Server Authentication only vs Mutual authentication

2012-02-14 Thread Sanjeev Sharma
utual authentication -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sanjeev, On 2/13/12 11:01 PM, Sanjeev Sharma wrote: > Thanks for your reply. If I set clientAuth="want" will it not ask > me for a certificate every time I create a new session? It will not ask for a certificate, but if you

RE: controlling Server Authentication only vs Mutual authentication

2012-02-13 Thread Sanjeev Sharma
only vs Mutual authentication -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, On 2/13/12 3:39 PM, Pid wrote: > On 13/02/2012 17:42, Christopher Schultz wrote: >> Sanjeev, >> >> On 2/9/12 11:17 AM, Sanjeev Sharma wrote: >>> I work on an java web-app running on Tomcat

RE: controlling Server Authentication only vs Mutual authentication

2012-02-10 Thread Sanjeev Sharma
I do have to do a "redirect" from one to the other when I would've preferred to "forward", but otherwise this solution works. -Original Message- From: Sanjeev Sharma [mailto:sanjeev.sha...@buchanan-edwards.com] Sent: Thursday, February 09, 2012 11:18 AM To: Tomca

controlling Server Authentication only vs Mutual authentication

2012-02-09 Thread Sanjeev Sharma
Hi, I work on an java web-app running on Tomcat 7. The entire application is required be doing SSL on port 443 (everything is accessed via https://). Two different login options are given to the user : username/password or client certificate authentication. We employ application-managed secu

RE: Client Authentication--getting certificate information on the server side

2012-02-06 Thread Sanjeev Sharma
Sent: Monday, February 06, 2012 12:20 PM To: Tomcat Users List Subject: Re: Client Authentication--getting certificate information on the server side On 06/02/2012 17:01, Sanjeev Sharma wrote: > Hello, > > I'm trying to configure client authentication in Tomcat 7 on Windows 7. I &

Client Authentication--getting certificate information on the server side

2012-02-06 Thread Sanjeev Sharma
Hello, I'm trying to configure client authentication in Tomcat 7 on Windows 7. I have the following connector in the server.xml: In my web.xml I have the following : CLIENT-CERT PKI Enabled App This forces client authentication when I try to access the app using a

archived mailing list activity

2012-02-06 Thread Sanjeev Sharma
Does anyone know if the messages on this mailing list are archived anywhere? I sent a question to the mailing list last night, but was not able to sign up for the mailing list from my Yahoo email account. I am signed up using my work email address, but don't know if anyone answered my question