Re: HTTPS after JDK upgrade in Firefox 3 stopped working

2008-11-05 Thread Jozef Hovan
Downgrade to JDK 6u7 didn't help, problem occurs in firefox 2 and 3. Maybe problem will be in signing certificate with our company CA. I will try to configure Apache HTTPD and we will see. Jozef On Tue, Nov 4, 2008 at 8:27 PM, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Jozef Hovan

Problems with external libraries

2008-11-05 Thread Sergio Arrighi
Hello, I've developed a web app which uses two jar files that have been developed by a third party. I've developed it using eclipse IDE which manages the server automatically. I'm now trying to deploy it on localhost (apache tomcat 6.0.17) in a directory like this (inside webapps): mApp

Re: Problems with external libraries

2008-11-05 Thread Sergio Arrighi
I've just noticed that when I run the webapp via browser I get this error in the console of apache startup: GRAVE: error deploying configuration descriptor myapp.xml Sergio Arrighi ha scritto: Hello, I've developed a web app which uses two jar files that have been developed by a third party.

Re: dbcp error with java.lang.ClassCastException: org.apache.tomcat.dbcp.dbcp.PoolingDataSource

2008-11-05 Thread Zdeněk Vráblík
HI, I am using a bit different connection configuration to get OracleConnection: Resource name=poolname auth=Container type=oracle.jdbc.pool.OracleDataSource factory=oracle.jdbc.pool.OracleDataSourceFactory connectionCachingEnabled=true user=DB password=DB driverClassName=oracle.jdbc.OracleDriver

AW: Issues with Tomcat 5.5.25, isapi_redirect2.dll, IIS6, load balancer setup

2008-11-05 Thread Thomas Strauß
Hi all, I have an issue with the isapi_redirect2 setup. I would like to drive the redirector with load balancing. Is it required to have a tomcat cluster for this setup? I have now embedded my workers2.properties. The issue I see is, that as soon as I add a group=lb to anything the EventLog

AW: Issues with Tomcat 5.5.25, isapi_redirect2.dll, IIS6, load balancer setup (solved)

2008-11-05 Thread Thomas Strauß
Hi, got it running now. The issue is described in the Bug database. It is actually an issue with the documentation: You need to put everything between [] as the group name. So in my case, replace every group=ldb with group=lb:ldb and balancing works. Now I have to find out how I can avoid a

Re: Tomcat problem

2008-11-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Slav, Slav Inger wrote: I saw your reply (on tomcat-user list) to a person who was having trouble with Tomcat and SSL. Please keep on-topic messages on the list. I have cc'd the list for their edification. Could you please elaborate on how to

how to integrate Shibboleth and Tomcat

2008-11-05 Thread Lucia Moreno Lopez
Hello, I need to integrate Shibboleth and Tomcat. We are using tomcat 5.5.23, mod_jk connector 1.2.23 and the reference implementation of Shibboleth version 2.0. We're running on a Linux RedHat Enterprise environment. Do you know any JAAS realm open source implementation or any other way to

Re: Issues with Tomcat 5.5.25, isapi_redirect2.dll, IIS6, load balancer setup

2008-11-05 Thread Rainer Jung
Thomas Strauß schrieb: I have an issue with the isapi_redirect2 setup. I would like to drive the redirector with load balancing. Is it required to have a tomcat cluster for this setup? No, but you have to set jvmRoute according to the worker names for all nodes in your Tomcat farm. Cluster in

RE: how to integrate Shibboleth and Tomcat

2008-11-05 Thread Peter Crowther
From: Lucia Moreno Lopez [mailto:[EMAIL PROTECTED] I need to integrate Shibboleth and Tomcat. We are using tomcat 5.5.23, mod_jk connector 1.2.23 and the reference implementation of Shibboleth version 2.0. Do you *need* httpd in front? If not, how about http://www.guanxi.uhi.ac.uk/index.php

RE: Multiple IIS sites and ISAPI redirect problem

2008-11-05 Thread Mikko Pukki
Thanks for your reply. I double checked the rights for configuration files but they seemed ok. I only added readexecute rights for Local Service in addition to already configured Network service etc. I also renamed workers.properties.minimal to workers.properties and changed the configuration

Re: question : encounter java.net.SocketTimeoutException: Read timed out occasionally

2008-11-05 Thread James Wang
Hi Mark all, After using the Jpcap (java sniffer tool) to watch the http packets, We Finally found out the root cause of this problem is indeed the keep-live BUG of Internet Explorer, below is our finding for your reference : Finding 1 : When using AJAX to make http requests, Internet Explorer

RE: how to integrate Shibboleth and Tomcat

2008-11-05 Thread Lucia Moreno Lopez
Hi! Yes, I am using httpd in front. To perform Shibboleth authentication, we are using Apache httpd to front the Tomcat servlet environment. The Shibboleth service provider installs as an Apache module (mod_shib) and a supporting daemon process (shibd). The Apache server communicates with

SSL setup help

2008-11-05 Thread Michael A. Tucker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm trying to setup SSL on a web app that I have running on a server. I created my keystore.key file and then uncommented this section in my server.xml file: Connector port=8443 protocol=HTTP/1.1 SSLEnabled=true maxThreads=150

tomcat 6.0.18 static cluster confugation

2008-11-05 Thread killbulle
Hi , i'am tring to configurer a static member ship tomcat 6 cluster(i can't use multicat) but i'am not confident in the configuration here is may configuration for the cluster Tomcat start but i cannot see JMX cluster bean does sombedody have a sample config for a two machine static cluster

Re: SSL setup help

2008-11-05 Thread Serge Fonville
Hi, To configure tomcat using SSL on Windows I use: multi-host tomcat ssl on windows download and install java 1.5 jdk set JAVA_HOME to the root of the JDK directory add JAVA_HOME\bin to the path install Visual C++ 2008 redistributable download and install openssl http://www.openssl.org -- related

Re: HTTPS after JDK upgrade in Firefox 3 stopped working

2008-11-05 Thread Jozef Hovan
Configuration in Apache HTTPD works fine and it is sufficient for me. I was unable to find a reason, why it doesn't work in JDK 6 and Firefox. Good luck when you have same problem :) Jozef

Designing tomcat failover

2008-11-05 Thread Sivapatham, Hari
Hello, I have to design a failover setup and I am looking for rough ideas/pointers. Here is our scenario... TomcatServer1 ---/Cannot communicate to one another/- TomcatServer2(hot backup) ^ ^ ^ | \ | | \ --- TO

Re: Multiple IIS sites and ISAPI redirect problem

2008-11-05 Thread Rainer Jung
Mikko Pukki schrieb: Only other (real) change that I made was an update from 1.2.26 to 1.2.27. Once I started site again, everything worked as a charm. So it could be the update that helped. No idea why, and I have no chance to really confirm this, because the site is not mine (it is

RE: Can't start tomcat 5.5.26 service on windows

2008-11-05 Thread Rajeev Maskey
The stderr log says: java.lang.ClassNotFoundException: org.apache.catalina.startup.Catalina That's in server/lib/catalina.jar; you apparently have discovered your missing parameters. I am having this problem when trying to start tomcat as a service on windows. The problem is i can

RE: Does the Server element have a listen address?

2008-11-05 Thread Fu-Tung Cheng
Interesting. Thank you. It was really just an academic question. I was thinking of using 127.0.0.2 for one instance and 127.0.0.1 for the other. This would keep the ports of my two instances the same. I'll just choose different shutdown ports. My two instances have the same http listen

Tomcat Manager problem..

2008-11-05 Thread slytheman
Hi there.. My tomcat was working perfectly and also my Tomcat manager.. Then I decide to switch from just 1 site to host (mine) to virtual hosting... Everything works except my tomcat manager... when I type http://domain.com/manager/html I get the username and password box and I enter it and

Thread Names..Which in Important?

2008-11-05 Thread keeplearning
Hi All, I am relatively new to Tomcat. I was looking at thread dumps which we took from Tomcat and I see lots of thread names. Now, I am not sure which one is important to look at. Some of threads I see are as follows: http-8080-Processor15 TP-Processor1

RE: Tomcat Manager problem..

2008-11-05 Thread Caldarale, Charles R
From: slytheman [mailto:[EMAIL PROTECTED] Subject: Tomcat Manager problem.. Don't suppose you'd care to tell us your Tomcat version? It makes a significant difference. Host name=localhost debug=0 appBase=webapps unpackWARs=true autoDeploy=true xmlValidation=false

Is it possible to hide tomcat resource from outside?

2008-11-05 Thread einojah
Hello, I have an admin area in my application I want to secure. I know I can define a security constraint to set a basic or digest authentication for a url pattern. But, I don't want the /admin area to be shown outside at all. The basic authentication is extremely weak and digest auth. also

RE: Classes in tomcat\server\lib folder sometimes are visible to web application

2008-11-05 Thread Gary Hirschhorn
Hi Chuck, Thank you very much for your feedback. Your comments about reflection were right on the money and have helped me resolve the underlying issue. It turns out that my initial assertion about our server/lib classes being visible to our web app was incorrect -- it was just that our custom

Re: Is it possible to hide tomcat resource from outside?

2008-11-05 Thread Pierre Goupil
Can't you just block the port ? That's what I do on my machine : the port 8080 is unavailable from the outside, just from localhost. So my manager webapp is almost flawlessly protected. I only redirect those apps that I need to port 80 using apache / mod_jk. HTH, Pierre On Wed, Nov 5, 2008 at

Re: tomcat 6.0.18 static cluster confugation

2008-11-05 Thread Filip Hanik - Dev Lists
what do your logs say? Filip killbulle wrote: Hi , i'am tring to configurer a static member ship tomcat 6 cluster(i can't use multicat) but i'am not confident in the configuration here is may configuration for the cluster Tomcat start but i cannot see JMX cluster bean does sombedody have a

a cookie question of one Server with two tomcat server

2008-11-05 Thread Bon
Hi all, In my environment there are two tomcat server runing with different port in one server , and both two must set its own cookies into client, now, when I open a browser and browe both site and I can find two site write their own cookie into my computer, but when I logout