Re: Jmx-console for Tomcat

2006-10-24 Thread Dan Baumann
On 23.10.2006, at 23:09, Mikolaj Rydzewski wrote: Dan Baumann wrote: Interesting. How does your webapp compare to MX4J's http adapter (mx4j.sf.net)? I didn't try hard, but I was unable to run mx4j and its http adapter. So it's hard to compare with it.

Re: Problem with connection beetwen Tomcat and Apache via mod_jk?

2006-10-24 Thread Paweł Skrzypek
Hi Chris, I'm setting up Tomcats on Unix (FreeBSD), I have no experience with Windows, so I can't help, but in theory it should require to change Tomcats ports (listener and others). Regards, Paweł Hi Pawel, I'm afraid I can't help you with your specific problem but have a question of my own.

Re: Tomcat, ajp, IIS - loosing connection

2006-10-24 Thread Peter Olin
Thanks all for your suggestions. We never got it to work. Instead we upgraded to Tomcat 5.5 and the problem haven't surfaced since a week back. Irritating magic? Anyway, thanks! /Peter Olin 2006/10/17, Mladen Turk [EMAIL PROTECTED]: Peter Olin wrote: Or is there an undocumented

RE: IIS6.0 with JBoss4.0.3sp1 using mod jk 1.2.19

2006-10-24 Thread VikasSharma-ATG, Noida
Mladen wrote: I just retested 1.2.19 on WIN2K3R2 (Windows64/AMD64) with multiple Web Sites, each having jakarta virtual dir and ISAPI filter separately defined, and it works fine. Thanks Mladen, I finally got it up. But I'm still not aware where things went wrong. This time I clean up all the

give X509Certificate from ssl connection

2006-10-24 Thread Сергей Ковтун
Dear friends! I only start to work with tomcat, and already asked about it but have not received the answer. Working with tomcat without ARP I could receive from request the information necessary to me The following code: public

Re: Tomcat 5.5.20 : context unloaded and blank page for all JGI

2006-10-24 Thread Martin Gainty
from my understanding I believe there has to be a VirtualHost identified for all the *.jgi pages where the value of the ServerName corresponds to the value of the name attribute of server.xml Anyone else? M- This e-mail communication and any attachments may contain confidential and privileged

RE: RE : Problems configuring a Context path=xx using Apache/Tomcat

2006-10-24 Thread René Schade
Thanks, that really helped. It works fine if I place the file Servlets#application.xml In the CATALINA_HOME/conf/Catalina/localhost/ folder. I would prefer to place it in the /META-INF/ folder in the application, but Tomcat seems to ignore files not named context.xml in this folder. Any

Re: web.xml error page redirect, Java EE 5

2006-10-24 Thread Jon Wingfield
Have you tried the request attributes specified in section SRV.9.9 Error Handling of the servlet spec? Specifically, the request attribute named javax.servlet.error.request_uri. HTH, Jon Tomas Pop wrote: Hello, I have a problem with change of the method HttpServletRequest.getRequestURL()

Re: serving static html with Tomcat

2006-10-24 Thread Mladen Adamovic
Christopher Schultz wrote: I would seriously recommend re-working your site so that all content is dynamic, and comes directly from your database. I agree with this. Note that if you put lots of files in file system you will degrade app performance in most cases. It is faster to do select *

problem with truststoreFile in server.xml

2006-10-24 Thread Víctor Torres - UPF
Dear all, I have configured my Tomcat 5.5.17 to require SSL client authentication. For this purpose, I have stored my root CA certificate into a PKCS12 keystore which I use as truststoreFile by configuring server.xml. This CA certificate is used to sign user certificates that I want to be

RE: how to do a redirect for a wsdl url without tomcat response / tomcat interference

2006-10-24 Thread Caldarale, Charles R
From: Roth, Michael [mailto:[EMAIL PROTECTED] Subject: how to do a redirect for a wsdl url without tomcat response / tomcat interference So any help in conjunction with the use of Jk2 would be appreciated. The jk2 package has been deprecated for over a year, so you're not likely to get

Re: What would you do with field defect rate predictions?

2006-10-24 Thread Martin Gainty
Good Morning Paul- from what I see I would interpret a greater initial defect rate with open source offerings vs commercial (OS) but the attenuation over time brings the OpenSource defect rates almost equivalent to their commercial counterpart(s) Is this correct? BTW: This is a great tool to

Re: give X509Certificate from ssl connection

2006-10-24 Thread Martin Gainty
as craig and bill barker have said if you want to force the browser to transmit your cert set your Connector clientAuth=true M- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are

tomcat-5.5.20 tld listeners from jars only from .../tomcat/common/lib?

2006-10-24 Thread Zsolt
Hi, After some debuging I have the impressions that tomcat-5.5.20 searches for tld listeners only in jars files under /tomcat/common/lib. Am I right? Is that a bug or a (new) feature? Zsolt - To start a new topic, e-mail:

Re: tcnative-1.dll version 1.1.6 getaddrinfo error

2006-10-24 Thread Mladen Turk
Ron Wheeler wrote: In Windows 2000, you get a message that an entry point for getaddrinfo can not be found when Tomcat tries to start. Replacing the 1.1.6 version with 1.1.4 gets Tomcat working again. If you don't like the Microsoft IPV6 update for WIN2000, use the tcnative-1-noipv6.dll

logging.properties and Filter problem

2006-10-24 Thread Ronny Batty
Hi there, I've created a logging.properties file in the WEB-INF/classes directory of one of my web contexts. This file sets the logging level to SEVERE and defines a Filter class which exists within a .jar file in the same web context. The Filter is initialized and works as expected when using

Re: problem with truststoreFile in server.xml

2006-10-24 Thread Martin Gainty
Hello Victor- you may want to follow the directions on how to create an empty keystore and then import Import the private key/certificate chain into the java keystore using extkeytool http://www.switch.ch/aai/certificates/certificateupdate.html then take a look at the keys afterwards at

RE: logging.properties and Filter problem

2006-10-24 Thread Ronny Batty
Thanks for the response Chuck. I posted the question in the hope that it might have been a configuration problem that someone else may have experienced before. We have several sites happily running on 5.5.13 on Linux and I would prefer not to upgrade the server and potentially introduce different

RE: logging.properties and Filter problem

2006-10-24 Thread Caldarale, Charles R
From: Ronny Batty [mailto:[EMAIL PROTECTED] Subject: RE: logging.properties and Filter problem We have several sites happily running on 5.5.13 on Linux and I would prefer not to upgrade the server and potentially introduce different problems, if at all possible. It would still be

xml data file in tomcat 5.5.9

2006-10-24 Thread Jean-Pierre Astier
Hello all, I've got a xml data file, and I don't know where I can put this file in tomcat 5.5.9 structure. My servlets and pojo should access in read and write to this xml file. Thanks JPA - To start a new topic, e-mail:

RE: logging.properties and Filter problem

2006-10-24 Thread Ronny Batty
Thanks for your help, everything is working fine now, I did a clean rebuild of the entire webapp and that inadvertantly fixed the problem. I can only guess that there was a synchronization issue between our staging and live servers that resulted in the logging config files not being copied across

Catching startup errors with jsvc

2006-10-24 Thread Cyber Dog
I'm running Tomcat 5.5.20 with JSVC on Redhat, and I'm having trouble catching startup errors. Say I have an invalid server.xml. If I run catalina directly, it throws errors and immediately dies, as expected. The problem is when I run via jsvc, jsvc keeps running and I doesn't catch the errors.

Re: problem with truststoreFile in server.xml

2006-10-24 Thread Martin Gainty
Which other algorithm do you suggest to uniquely identify the cert contained within the keystore? a sequence number? a reference to an object? The key (which is tied to the cert) uniquely identifies that particular cert in your keystore file Saludos Cordiales! M- This e-mail communication and

RE: xml data file in tomcat 5.5.9

2006-10-24 Thread Nelson, Tracy
You can make a WEB-INF/data directory for it. That'll prevent direct access, and your web app will still be able to get to it. --- Tracy Nelson / Nelnet Business Solutions 402 / 617-9449 | -Original Message- | From: Jean-Pierre Astier [mailto:[EMAIL PROTECTED] | Sent: Tuesday, 24

RE: xml data file in tomcat 5.5.9

2006-10-24 Thread Caldarale, Charles R
From: Nelson, Tracy [mailto:[EMAIL PROTECTED] Subject: RE: xml data file in tomcat 5.5.9 You can make a WEB-INF/data directory for it. That'll prevent direct access, and your web app will still be able to get to it. However, if the app is deployed as a .war, write access will not be

RE: problems with unpacking ROOT.war

2006-10-24 Thread Rizalino DeVilleres
Charles, To follow up on this thread, is it possible for the appBase and the docBase to be set the same? I believe I've tried this but it required me to put the appBase within or under the docBase folder. To simplify the issue, I would like all servlets/jsps/war files to be all in public_html.

Re: Problems configuring a Context path=xx using Apache/Tomcat

2006-10-24 Thread Michael Courcy
Hi Can you explain where you define context.xml ? Here is a fragment of http://tomcat.apache.org/tomcat-5.5-doc/config/context.html path : [...] The value of this field must not be set except when statically defining a Context in server.xml, as it will be infered from the filenames used for

Re: Problems configuring a Context path=xx using Apache/Tomcat

2006-10-24 Thread Michael Courcy
Have a look there as well http://issues.apache.org/bugzilla/show_bug.cgi?id=39120 René Schade a écrit : Hi List, I'm running Apache 2.0, Tomcat 5.5.17, jdk 1.5 I'm upgrading from Apache 1.3 Tomcat 3.* jdk 1.4 In my Apache log file I have the following: JkMount

RE: problems with unpacking ROOT.war

2006-10-24 Thread Caldarale, Charles R
From: Rizalino DeVilleres [mailto:[EMAIL PROTECTED] Subject: RE: problems with unpacking ROOT.war To follow up on this thread, is it possible for the appBase and the docBase to be set the same? No, they're different concepts. The appBase attribute defines the default location for your

Re: Problem with connection beetwen Tomcat and Apache via mod_jk?

2006-10-24 Thread Michael Courcy
Have a look on this thread, I'm not sure it's a OS specific problem http://marc.theaimsgroup.com/?l=tomcat-userm=116126518019047w=2 Christopher Garwood a écrit : Hi Pawel, I'm afraid I can't help you with your specific problem but have a question of my own. Are you setting up your multiple

Re: JSessionID Confusion

2006-10-24 Thread Ryan O'Hara
Thanks, Dave. One more question - How can you tell Tomcat to assign sessions based on session IDs defined in CGI variables? -Ryan On Oct 23, 2006, at 4:04 PM, David Smith wrote: Short answer: no. Tomcat doesn't have any knowlege of how many windows client-side are sharing the same

How to use catalina classloader

2006-10-24 Thread Ravi116
Need the web application to use catalina classloader. Is there anywy to achieve this apart from putting the classes under ${catalina.base}/server/classes ? Appreciate any help, Ravi -- View this message in context: http://www.nabble.com/How-to-use-catalina-classloader-tf2504023.html#a6981231

RE: How to use catalina classloader

2006-10-24 Thread Caldarale, Charles R
From: Ravi116 [mailto:[EMAIL PROTECTED] Subject: How to use catalina classloader Need the web application to use catalina classloader. What problem are you actually trying to solve? - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for

Re: problem with truststoreFile in server.xml

2006-10-24 Thread Michael Courcy
Hi, Just to be a bit less stupid on certificate, a certificate always include the public and the private key doesn't it ? Is it for this reason you don't see the need of including the private key once again in the PKCS12 ? Víctor Torres - UPF a écrit : Thanks, but this does not solve my

RE: How to use catalina classloader

2006-10-24 Thread Ravi116
Writing a custom tomcat manager to add roll-back features. Ravi Caldarale, Charles R wrote: From: Ravi116 [mailto:[EMAIL PROTECTED] Subject: How to use catalina classloader Need the web application to use catalina classloader. What problem are you actually trying to solve? -

Re: JSessionID Confusion

2006-10-24 Thread Martin Gainty
the only cgi var which could store this information is QUERY_STRING why not use session to store session info such as SessionID? M- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are

RE: How to use catalina classloader

2006-10-24 Thread Caldarale, Charles R
From: Ravi116 [mailto:[EMAIL PROTECTED] Subject: RE: How to use catalina classloader Writing a custom tomcat manager to add roll-back features. Assuming you're talking about a session.StandardManager replacement, I think you'd have to put it under server/classes rather than having it as

RE: What would you do with field defect rate predictions?

2006-10-24 Thread Paul Luo Li
Thank you very much for your response. By field defect I mean a bug in the Bug Database. I was wondering if you think predictions at the time of release of the number of field defects in each month after release can help: -allocate resources, such as having enough people available to fix

Tomcat Cluster problem. skipping state transfer. No members active in cluster group

2006-10-24 Thread hotszkin
I am trying to setup a tomcat cluster as told in the tomcat cluster document. There are 3 PCs in my environment. All of them are running RHEL AS 3. apache (2.0.26) /w mod_jk (1.2.19) ip: 10.0.0.20 | ___ | |

Re: web.xml error page redirect, Java EE 5

2006-10-24 Thread Tomas Pop
Jon Wingfield wrote: Have you tried the request attributes specified in section SRV.9.9 Error Handling of the servlet spec? Specifically, the request attribute named javax.servlet.error.request_uri. No, I haven't. Thank you for your help, it works fine now. Tomas Pop wrote: Hello, I

Question with the Apache/Tomcat interface...

2006-10-24 Thread Kim Albee
We are running Tomcat 5.0.30 and Apache 1.2 using mod_jk, with workers.properties. It's been working just fine, no problems. But our ISP had a power outage, that forced a reboot on the servers. And now, one of the servers Apache/Tomcat link appears to not work, so that server is still

how to do a redirect for a wsdl url without tomcat response / tomcat interference

2006-10-24 Thread Roth, Michael
Hi everybody, sorry, if this question hits the mailing list tomcat users twice. I already sent this mail on Monday, but apparently there were problems with the mailing list system and I confirmed my registration only today. As for my problem: I learned, that a solution would be the application

web.xml error page redirect, Java EE 5

2006-10-24 Thread Tomas Pop
Hello, I have a problem with change of the method HttpServletRequest.getRequestURL() in Java EE 5. I have this situation: URL matches http://server/app/page-key-word-string These URLs generates 404 Tomcat error page, which redirects (according to web.xml settings) to redirectServlet, where I

Problems configuring a Context path=xx using Apache/Tomcat

2006-10-24 Thread René Schade
Hi List, I'm running Apache 2.0, Tomcat 5.5.17, jdk 1.5 I'm upgrading from Apache 1.3 Tomcat 3.* jdk 1.4 In my Apache log file I have the following: JkMount /manager* foo JkMount /servlets/* foo The manager application works fine, when typing the URL

RE : Problems configuring a Context path=xx using Apache/Tomcat

2006-10-24 Thread LASSIEGE Hugo
In tomcat 5.5.17, you can't use path in context (See bug http://issues.apache.org/bugzilla/show_bug.cgi?id=39120) But you can modify the name of your context file : servlets#application.xml, it should work. hugo -Message d'origine- De : René Schade [mailto:[EMAIL PROTECTED] Envoyé :

Re: About connections

2006-10-24 Thread Juanjo Cuadrado
Thanks Chuck 2006/10/23, Caldarale, Charles R [EMAIL PROTECTED]: From: Juanjo Cuadrado [mailto:[EMAIL PROTECTED] Subject: About connections When I try to recover a connection, I use the Tomcat's pool connections, that it work fine too if I previously have put the Oracle's jar into

Tomcat 5.5.20 : context unloaded and blank page for all JGI

2006-10-24 Thread Jean-Romain Pac
Hello, I have installed and configured a Tomcat 5.5.20 server, connected to Apache via mod_jk. All static pages are well done delivered by Apache but when I want to access a JGI page, a blank page appears, without any message. If I ask for an unknown servlet (not specified in the web.xml file),

Problem with connection beetwen Tomcat and Apache via mod_jk?

2006-10-24 Thread Paweł Skrzypek
Hi, I'm using Apache and Tomcat connected via apjv13 protocol using mod_jk. I have one instance of Apache installed on server 1 and several instances of Tomcat installed on other servers with load balancing between them. Sometimes users of our application getting blank page in theirs web browsers,

Re: Problem with connection beetwen Tomcat and Apache via mod_jk?

2006-10-24 Thread Christopher Garwood
Hi Pawel, I'm afraid I can't help you with your specific problem but have a question of my own. Are you setting up your multiple Tomcats on UNIX or Windows? If you're setting up on windows, could you tell me how you went about this? I've been struggling with it for a while now and I have