RE: SSO question

2005-11-11 Thread Peter Crowther
From: Klotz Jr, Dennis [mailto:[EMAIL PROTECTED] Is it possible using LDAP, whether it is using custom JAAS code or a third party product such as Vintela's VSJ (http://www.vintela.com/products/vsj/), to do the following: ... prevent, control or limit the simultaneous active usage of the

Re: Can cached EJB HomeHandles be invalidated?

2005-11-11 Thread Santosh Asbe
Hi , I have faces similar problem with tomcat websphere. Problem i have descirbed in detail. Do inform if any solution is there for this problem. I have tomcat 4.1.30 on Linux. It servers as a web server and contains only JSP Servlets. We make a remote call to Websphere Application Server ( on

Re: Tomcat connector for IIS 5.1 error executing servlet example

2005-11-11 Thread Reynir Hubner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi, You should not be using workes2.properties. I would suggest to you that you use this tutorial: http://www.reynir.net/java/greinar/nr/14 JK2 is deprecated. Your workers file is quite complicated, for the task. you do not need it so complex to

Re: SSL on tomcat + jk2 + apache2 + RedHat

2005-11-11 Thread Reynir Hubner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi, yes, if you think about it, if you put your ssl key in apache, it will be used to secure the comunication between apache(server) and the client(user). Apache will then decript the message and forward it via ajp into tomcat. If you want to put ssl

Why can the JSESSIONID name not be changed?

2005-11-11 Thread Stefan Bethke
Hi, I hope this is the right list to ask; if not, please direct me to a better place... We're currently integrating a couple of web sites under a single domain. Some of the sites run on separate Tomcats, others use PHP, Perl or a number of proprietary systems. We believe that having

Re: SSL on tomcat + jk2 + apache2 + RedHat

2005-11-11 Thread Gangaa D
Dear, I have done SSL on apache2+jk2+tomcat2+RedHat using www.apachetomcat.com/tomcat-ssl-5-unix. So when we visit to https ie mark as This CA Root certificate is not trusted because it is not in the Trusted Root Certification Authorities store. So How do I get Trusted Root Certification

Re: SSL on tomcat + jk2 + apache2 + RedHat

2005-11-11 Thread Reynir Hubner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On that page www.apachetomcat.com/tomcat-ssl-5-unix. They do not install the certificate into apache2, only tomcat5. If you want this kind of setup to work, you must shut down apache and have tomcat as a standalone. hope it helps - -reynir

JAAS Login not working since 5.5.10

2005-11-11 Thread Markus Plail
Hi there! Since 5.5.10 my JAAS LoginModule doesn't work anymore. I saw that JAASRealm was changed in 5.5.10 and I wonder if anyone can tell me what I am doing wrong. Here is the (hopefully) relevant snippet from the logs: DEBUG - Calling authenticate() DEBUG - JAASRealm login requested for

Re: return status code 409 overwritten

2005-11-11 Thread Erik Eide
Thanks Peter Thats works fine, I'm not using getWriter() as that was just an example, I forward to a JSP for displaying the error message. Erik On 11/11/05, Peter Menzel [EMAIL PROTECTED] wrote: Erik Eide schrieb: Hi I've a small REST web service, I'd like to deploy in Tomcat 5.5.12.

RE: SSO question

2005-11-11 Thread Klotz Jr, Dennis
-Original Message- From: Peter Crowther [mailto:[EMAIL PROTECTED] Sent: Friday, November 11, 2005 4:20 AM To: Tomcat Users List Subject: RE: SSO question From: Klotz Jr, Dennis [mailto:[EMAIL PROTECTED] Is it possible using LDAP, whether it is using custom JAAS code or a third party

Re: return status code 409 overwritten

2005-11-11 Thread Erik Eide
Cool, thanks Peter - thats probably more approriate. Cheers Erik On 11/11/05, Peter Menzel [EMAIL PROTECTED] wrote: Erik Eide schrieb: Thanks Peter Thats works fine, I'm not using getWriter() as that was just an example, I forward to a JSP for displaying the error message. In this

Re: Servlet alias cross Webapp boundaries

2005-11-11 Thread Peter Menzel
Lars Ohlén schrieb: Hi! I have a servlet in a webapp ( /web) but would like to be able to invoke the same servlet (without duplication of .class file) with another webapp name (/script) My original idea was to implement this in the httpd processing using mod_rewrite, but I have run into

Deploying webapp with multi-level context path using ant on Tomcat 5.0.28 Tomcat 5.0.28 or Tomcat 5.5

2005-11-11 Thread Eviano Afiemo
Hi, I'm having problems deploying remotely to the later versions of tomcat using ant's deploy task. Sorry if its a bit lengthy. The context paths for most of the applications deployed on our Tomcat servers are required to have several levels e.g. /tests/deployments. We currently host 22 web

Re: tomcat response on Linux is very slow for clients behind proxy server

2005-11-11 Thread faria hassan
On 11/10/05, faria hassan [EMAIL PROTECTED] wrote: Hi, I'm running Tomcat5.0.26 (as it comes bundled with JBoss) on Fedora Linux 2.6.12-1.1381_FC3smp. I'm having the strangest problem. For users behind a proxy and making requests over Http1.0, the response time is very slow. However, for

Tomcat 5.5 BindAddress errors on port 8005, but no Tomcat ports are in use.

2005-11-11 Thread Richard Schilling
I've looked all over for the answer to this particular problem, but can't find it, and can't find the searchable archives for this list. I'm setting up Tomcat 5.5 on a clean box. I've verified that all the ports Tomcat uses aren't in use. My system is FreeBSD 6.0 on AMD64. I get theses

maintain separate sessions for each browser tab/window

2005-11-11 Thread John Cartwright
Hello All, Does anyone have a suggestion on how to maintain a separate session for each browser tab and window? Currently the same session is shared for each frame, window, tab of a given brower instance and context. I understand that this is the way things are supposed to be, but for my

Re: Tomcat 5.5 BindAddress errors on port 8005, but no Tomcat ports are in use.

2005-11-11 Thread Vinny
Since you started from scratch , what made you choose 5.5.9 instead of 5.5.12? Is it possible that another tomcat instance is currently running? On 11/11/05, Richard Schilling [EMAIL PROTECTED] wrote: I've looked all over for the answer to this particular problem, but can't find it, and

Re: maintain separate sessions for each browser tab/window

2005-11-11 Thread Vinny
I don't think that HTTP allows this unless you come with a really ugly hack. Single sessions are maintained between the browser and a host. This applies to frames as well. On 11/11/05, John Cartwright [EMAIL PROTECTED] wrote: Hello All, Does anyone have a suggestion on how to maintain a

Re: Tomcat 5.5 BindAddress errors on port 8005, but no Tomcat ports are in use.

2005-11-11 Thread Richard Schilling
5.5.9 is the default package downloaded by the BSD ports system. I'll try to build 5.5.12 by hand, but since I get the same error with all the versions of Tomcat on this box, and no errors on an i386 box I'm stumped. Not possible that another tomcat instance is running. netstat doesn't show

SSL Setup

2005-11-11 Thread Teh, Bortie
I've been trying to setup SSL for tomcat, I have created the keystore, generated a csr, ordered a certificate, imported the certificate, and configured the server to respond on port 8443. My problem is that I can not get any pages to load when I use https://localhost:8443, but it works when I

RE: Tomcat 5.5 BindAddress errors on port 8005, but no Tomcat ports are in use.

2005-11-11 Thread Caldarale, Charles R
From: Richard Schilling [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat 5.5 BindAddress errors on port 8005, but no Tomcat ports are in use. I'll try to build 5.5.12 by hand You don't need to build any level of Tomcat on any platform, since it's pure Java (other than the optional APR

Re: SSL Setup

2005-11-11 Thread Rick van der Zwet
Teh, Bortie schreef: I've been trying to setup SSL for tomcat, I have created the keystore, generated a csr, ordered a certificate, imported the certificate, and configured the server to respond on port 8443. My problem is that I can not get any pages to load when I use

RE: SSL Setup

2005-11-11 Thread Teh, Bortie
Rick, thanks for the link, I changed the name of tcnative-1.dll in \bin to tcnative-1.dll.old and restart tomcat and that worked. CONFIDENTIALITY: This e-mail (including any attachments) may contain confidential, proprietary and privileged information, and

From Websphere to Tomcat -- New to Tomcat

2005-11-11 Thread Jason T. Slack
Hello All, I am new to Tomcat, coming from a Websphere background. I am using Eclipse with the Tomcat plug-in installed. I can successfully start the server, everything seems OK so far. A few questions. 1. On Websphere I had a web.xml file where I would define servlet entry points,

Re: From Websphere to Tomcat -- New to Tomcat

2005-11-11 Thread Information Architecture
I am not a very knowledgeable user and am not a java programmer, but I can actually answer a couple of these questions. 1. The web.xml file for your application typically goes in the lib directory under WEB-INF, which is under the container you have created for your application. The typical