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

2006-10-26 Thread Peter Rossbach
I think you have a network routing problem. Read the cluster help: http://tomcat.apache.org/faq/cluster.html Regards Peter Am 25.10.2006 um 06:20 schrieb 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

Re: Question regarding appBase/docBase and default context.

2006-10-26 Thread Rizalino
Please disregard this post, it looks like Charles has answered my questions from a previous thread... which I found on nabble instead. Thanks again Charles, and for all of you guys who helped in solving my case. Rizalino Rizalino DeVilleres wrote: Guys, We would like both appBase

Shared Library Files in Tomcat 6.0?

2006-10-26 Thread S_Ewing
I just downloaded the Tomcat 6.0.0 release, and saw that it is missing the traditional $CATALINA_HOME/common/lib, $CATALINA_BASE/shared/lib directories. So where do the shared libraries go? Is this a new 'feature' in TC 6, or is it just that this is something missing on account of the alpha

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

2006-10-26 Thread hotszkin
Thanks for your reply. I have added the multcast route to the routing table with the following command route add -host 228.0.0.4 dev -eth1 and restart tomcat on both PCs. Tomcat still can't discover each others. Here is the routing tables Script started on Thu 26 Oct 2006 03:42:40 PM CST

Jorge Rodriguez is out of the office.

2006-10-26 Thread Jorge Rodriguez
I will be out of the office starting 10/26/2006 and will not return until 10/31/2006. I can not check emails while away and will respond to your message when I return. **Confidentiality Notice** The information contained in this transmission contains confidential information. The

request browser window identification

2006-10-26 Thread Tomas Pop
Hello, please, is some HttpServletRequest parameter or attribute, that identifies the browser window? I have application, where I store in session stack with actions the user made. When he wants to go back, I pop the action from the stack, etc. But this doesn't work fine for multiple

RE: request browser window identification

2006-10-26 Thread Peter Crowther
From: Tomas Pop [mailto:[EMAIL PROTECTED] please, is some HttpServletRequest parameter or attribute, that identifies the browser window? Not to my knowledge. If you want to identify from which response the new request was generated, you'll have to write your response in some suitable way so

RE: request browser window identification

2006-10-26 Thread Peter Crowther
From: Peter Crowther - User has window W open on page A. - User opens window Y, a copy of window X, using their browser menus. (Sigh). Too little coffee. The first line should read window X, not window W. Sorry about that. - Peter

[TOMCAT 5.5] Context configuration problem

2006-10-26 Thread Omar Adobati
Good Morning all, I need to setup a local virtual host, call it myhost.localhost. I'm using a linux box, and so I edited the /etc/hosts file adding the line: 127.0.0.1myhost.localhost Now, I need some help. I read on the tomcat's doc that I can set up the context into the

Tomcat Security Problem

2006-10-26 Thread Stephan Schöffel
hi everbody, i need tomcat to run/deploy only known applications. at startup the container should somehow realize that a certain app is a not authorized one and not load it. maybe you can point out at me where to start. thanks in advance stephan

apache 2 with SSL for windows

2006-10-26 Thread Iratxe Etxeberria Sainz-Ezquerra
Hello, is there any MSI distribution for apache 2 and ssl for Windows machine. In apache.org web I only see files msi for apache 2 without SSL Thanks in advance, Iratxe - Iratxe Etxebarria Sainz-Ezkerra Soporte Middleware ([EMAIL PROTECTED])

Re: apache 2 with SSL for windows

2006-10-26 Thread Mladen Turk
Hello, is there any MSI distribution for apache 2 and ssl for Windows machine. In apache.org web I only see files msi for apache 2 without SSL http://jbecome.net/dload/httpd/ (my private site) http://hunter.campbus.com/ (build with VS 2003, so mod_jk.so doesn't work) Regards, Mladen.

Re: Tomcat Security Problem

2006-10-26 Thread David Smith
To my knowledge there is no known functionality like that. IMHO System Administrators should review all applications and make a determination as to a specific app's safety in their environment. --David Stephan Schöffel wrote: hi everbody, i need tomcat to run/deploy only known

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

2006-10-26 Thread Mark Thomas
Paul Luo Li wrote: 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: This is going to be highly dependant on what

Re: Tomcat special character missin in request parameter

2006-10-26 Thread Mark Thomas
Christopher Schultz wrote: You have encoded your character improperly. URLs must be encoded using the UTF-8 charset, and then run through HttpServletResponse.encodeURL, which is likely to result in something more like: test2=%wx%yztest2test3... See this port of the HTML spec:

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

2006-10-26 Thread Leon Rosenberg
Hmm, personally I think it's more useable for users as for developers. I strongly doubt that the commiters will change anything in the way they work, probably simple because they do their best right now. But a user can 'read' from the graph which minor version is actually suitable for major

Re: request browser window identification

2006-10-26 Thread Christopher Schultz
Tomas, I have application, where I store in session stack with actions the user made. When he wants to go back, I pop the action from the stack, etc. But this doesn't work fine for multiple windows (same session). So I want to identify for which window which action was performed. I have

Re: Tomcat Security Problem

2006-10-26 Thread Martin Gainty
If you want to restrict what pages/data items the user sees and to implement security for your web applications then I would look at portals jetspeed is a Portal Manager meaning it will only show the pages that the user is authorised to view as defined within the security roles Martin-- This

Re: Tomcat Security Problem

2006-10-26 Thread Christopher Schultz
Stephan, i need tomcat to run/deploy only known applications. at startup the container should somehow realize that a certain app is a not authorized one and not load it. You could turn off automatic deployment of WAR files and configure each known application in your server.xml file. Just

Re: [TOMCAT 5.5] Context configuration problem

2006-10-26 Thread Martin Gainty
Adding the 127.0.0.1 WhateverTheHostNameIs to hosts allows that config to properly resolve to 127.0.0.1 (without any mods to server.xml) M- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If

Re: [TOMCAT 5.5] Context configuration problem

2006-10-26 Thread Omar Adobati
adding that line make me able just to point the browser to myhost.localhost but not to show what I need. I think I have to manage in some way the .xml file with the context informations and parameters. But, suppose I want that myhost.localhost let me able to show as main context (the / one) what

RE: Shared Library Files in Tomcat 6.0?

2006-10-26 Thread Caldarale, Charles R
From: S_Ewing [mailto:[EMAIL PROTECTED] Subject: Shared Library Files in Tomcat 6.0? I just downloaded the Tomcat 6.0.0 release, and saw that it is missing the traditional $CATALINA_HOME/common/lib, $CATALINA_BASE/shared/lib directories. So where do the shared libraries go? Read the

RE: Tomcat Security Problem

2006-10-26 Thread Caldarale, Charles R
From: Martin Gainty [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat Security Problem If you want to restrict what pages/data items the user sees and to implement security for your web applications then I would look at portals That has nothing to do with the question he asked. - Chuck

RE: Tomcat Security Problem

2006-10-26 Thread Caldarale, Charles R
From: Christopher Schultz [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat Security Problem You could turn off automatic deployment of WAR files and configure each known application in your server.xml file. Apps should not be configured in server.xml (you gotta move up, Chris :-). However,

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

2006-10-26 Thread Caldarale, Charles R
From: Leon Rosenberg [mailto:[EMAIL PROTECTED] Subject: Re: What would you do with field defect rate predictions? Personally I think that the result will be 16 :-) I thought the answer was 42... - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and

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

2006-10-26 Thread Leon Rosenberg
the 16 seems to be the magic number when the people start upgrading. happened lately to us too, with 5.5.16 :-) but i alos heard of others... regards leon On 10/26/06, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Leon Rosenberg [mailto:[EMAIL PROTECTED] Subject: Re: What would you do

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

2006-10-26 Thread Caldarale, Charles R
From: Leon Rosenberg [mailto:[EMAIL PROTECTED] Subject: Re: What would you do with field defect rate predictions? the 16 seems to be the magic number when the people start upgrading. The 42 was a joke ... if you're not familiar with the allusion, look here:

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

2006-10-26 Thread Peter Rossbach
Test without mcastBindAddress again! Peter Am 26.10.2006 um 09:54 schrieb hotszkin: Thanks for your reply. I have added the multcast route to the routing table with the following command route add -host 228.0.0.4 dev -eth1 and restart tomcat on both PCs. Tomcat still can't discover

favicon question

2006-10-26 Thread Noah White
I am trying to set the favicon for a web app. I'm running Tomcat 5.5.20 on Windows XP and dropped my .ico file into %TOMCAT_HOME%\webapps\mywebapp and restarted the server. No joy. I still get the default tomcat favicon located in %TOMCAT_HOME%\webapps\ROOT when I go to mywebapp context.

Re: Determining connector port

2006-10-26 Thread Miguel Correia Ricardo
Ok, stupid question I admit it... Just use CoyoteConnector class, that has the getPort On 10/26/06, Miguel Correia Ricardo [EMAIL PROTECTED] wrote: Hi, I'm using a embedded tomcat configuration, and I'm creating a Connector with a dynamic port by passing the port value as zero. But now I want

Sample 404 error

2006-10-26 Thread Steve Pribyl
Hey Folks, I seem to having an issue with FC5 and tomcat. I have installed the sample app war file and it is expaneded as expected however when I try to actually run it I get the following. HTTP Status 404 - /sample/index.html type Status report message /sample/index.html description The

Re: Sample 404 error

2006-10-26 Thread David Smith
Log into the manager webapp if you've installed it (/manager/html) and see if the sample webapp is running. Also see the logs for info. --David Steve Pribyl wrote: Hey Folks, I seem to having an issue with FC5 and tomcat. I have installed the sample app war file and it is expaneded as

RE: Sample 404 error

2006-10-26 Thread Caldarale, Charles R
From: Steve Pribyl [mailto:[EMAIL PROTECTED] Subject: Sample 404 error I seem to having an issue with FC5 and tomcat. I just downloaded and dropped sample.war into my webapps directory and it was immediately accessible, so the problem is likely some configuration issue with your

Re: favicon question

2006-10-26 Thread Darek Czarkowski
Add to the page head: link rel=icon href=//mywebapp/myfavicon.ico type=image/x-icon / On Thu, 2006-10-26 at 13:23 -0400, Noah White wrote: I am trying to set the favicon for a web app. I'm running Tomcat 5.5.20 on Windows XP and dropped my .ico file into %TOMCAT_HOME%\webapps\mywebapp and

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

2006-10-26 Thread Leon Rosenberg
I know what 42 is. Actually, forced by our operations department (wink at andrew), the questionwhat is the answer to life, the universe and everything is a part of our questionnaire which we use in interviews. It's located right between Threading and Middleware Sections: D.4. What do you

RE: Shared Library Files in Tomcat 6.0?

2006-10-26 Thread S_Ewing
Thanks. So from what I understand, I don't have an option in TC 6 that maps to the $CATALINA_BASE/shared/{classes, lib} in all previous versions, and would necessarily have to have multiple copies of a jar file if it is required by different web applications in the same container... Hmm. /s

RE: Shared Library Files in Tomcat 6.0?

2006-10-26 Thread Caldarale, Charles R
From: S_Ewing [mailto:[EMAIL PROTECTED] Subject: RE: Shared Library Files in Tomcat 6.0? Thanks. So from what I understand, I don't have an option in TC 6 that maps to the $CATALINA_BASE/shared/{classes, lib} in all previous versions, and would necessarily have to have multiple copies of

Re: Shared Library Files in Tomcat 6.0?

2006-10-26 Thread Martin Gainty
http://tomcat.apache.org/tomcat-6.0-doc/class-loader-howto.html catalina classloader disappeared as well.. ??? 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 not the intended

Re: Shared Library Files in Tomcat 6.0?

2006-10-26 Thread Rémy Maucherat
On 10/26/06, S_Ewing [EMAIL PROTECTED] wrote: Thanks. So from what I understand, I don't have an option in TC 6 that maps to the $CATALINA_BASE/shared/{classes, lib} in all previous versions, and would necessarily have to have multiple copies of a jar file if it is required by different web

Changing defaultHost from localhost to a FQDN

2006-10-26 Thread Alan Burlison
I'm sure this must be a FAQ, but I can't find the answer anywhere. I have a simple standalone tomcat install that works just fine, but as soon as I change the Engine defaultHost and Host name fields from localhost to myhost.com, everything stops working. As well as changing the entries in

can not deploy application .war in Tomcat

2006-10-26 Thread Shuwen
Hi, Our own application uses Tomcat as web server. When tomcat is started, it should unzip and deploy application .war files. However, we got error: Caused by: java.net.ConnectException: Connection timed out at java.net.PlainSocketImpl.socketConnect(Native Method) I searched on internet

Re: can not deploy application .war in Tomcat

2006-10-26 Thread David Smith
There has to be more to this error than that. The exception cited has nothing to do with deploying a .war. Please provide a lot more detail -- ie os, tomcat version, a complete stack trace, what you did leading up to this error, ... --David Shuwen wrote: Hi, Our own application uses

Re: can not deploy application .war in Tomcat

2006-10-26 Thread Martin Gainty
netstat -a will determine if Tomcat socket is already bound in which case you will have to stop the server 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 not the intended

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

2006-10-26 Thread hotszkin
It works, thank you very much Peter. I just can't figure why? It's tricky. Anyway, it works. HoTszKin - Original Message - From: Peter Rossbach [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Friday, October 27, 2006 12:41 AM Subject: Re: Tomcat Cluster

Apache with Windows 98

2006-10-26 Thread Eric
is it possible to run apache 3.3 and 4.1 in windows 98? if so, can you please teach me on how to configure it to run in windows 98 platform? thanks.

Re: Apache with Windows 98

2006-10-26 Thread Larry Meadors
Dude, that is just sick and wrong. Larry On 10/26/06, Eric [EMAIL PROTECTED] wrote: is it possible to run apache 3.3 and 4.1 in windows 98? if so, can you please teach me on how to configure it to run in windows 98 platform? thanks.

Re: Apache with Windows 98

2006-10-26 Thread Eric
sorry. i think i got some typing error in my question.. i mean can i run apache 3.3 or apache 4.1 because i want to run jcreator but i need a server to actually run the jsp page embedded with java. so any version of apache will do as long as it can run in windows 98 thanks On 10/27/06, Larry

Tomcat Security

2006-10-26 Thread PraDz
Dear all How do i restrict users from entering the image/text files path directly in the browser. my web application has restrictions to jsp/servlet pages, wherein we ask for username and password which will chk and db and then authenticate. but when an image or text file in a particular

Re: problem with truststoreFile in server.xml

2006-10-26 Thread Mark Thomas
Víctor Torres - UPF wrote: Hi Martin, all, This is what I use: Connector port=8443 maxHttpHeaderSize=8192 maxThreads=150 minSpareThreads=25 maxSpareThreads=75 enableLookups=false disableUploadTimeout=true acceptCount=100 scheme=https

RE: Apache with Windows 98

2006-10-26 Thread Caldarale, Charles R
From: Eric [mailto:[EMAIL PROTECTED] Subject: Re: Apache with Windows 98 sorry. i think i got some typing error in my question.. You did, but only in that Apache is a software development organization, and you probably meant running Tomcat, an Apache project. But the point remains that

Re: How to use catalina classloader

2006-10-26 Thread Mark Thomas
Ravi116 wrote: Charles, Sorry abt the typo. I have tried the privileged=true in application context xml file. dosent work. Wondering if the code loads with Catalina classloader based on package structure ? No. Package structure is not a factor. privileged=true should be enough. You can use

RE: Changing defaultHost from localhost to a FQDN

2006-10-26 Thread Caldarale, Charles R
From: Alan Burlison [mailto:[EMAIL PROTECTED] Subject: Changing defaultHost from localhost to a FQDN as soon as I change the Engine defaultHost and Host name fields from localhost to myhost.com, everything stops working. I just tried the same change, and it all works fine - assuming you