Re: Session across multiple hosts?

2007-04-22 Thread Johnny Kewl
Hi Jeremy... Decided to give it a quick try... Attached a WAR file that includes the source code of the test Unfortunately it does not seem to work the tomcat session management doesnt seem to be able to track session ID's across domain names... or multiple hosts, and seems to ignore

Off scope question - What this Mailing List running on?

2007-04-22 Thread Johnny Kewl
This mailing list is a magic technology, just wondering if anyone knows what its running on. Is it Tomcat and James? thx

Re: Session across multiple hosts?

2007-04-22 Thread Jeremy Cowgar
Thank you very much for trying. I could not make it work either. It's a simple task, as you say, of simply making the cookie be attached to the domain name .localhost ... Oh well. I'll have to figure something out. Thanks again, Jeremy On Apr 22, 2007, at 7:42 AM, Johnny Kewl wrote:

tomcat6 security exception

2007-04-22 Thread Ranganath.S
Hi all, I just installed the Tomcat 6 on jdk6 with Ubuntu6.06. I am getting the following exceptions in the log. please kindly let me know how to go about solving this. I have set the context to true in the context.xml I have commented the Listener

Re: tomcat6 security exception

2007-04-22 Thread Mark Thomas
When starting a new thread (ie sending a message to the list about a new topic) please do not reply to an existing message and change the subject line. This is known as thread hijacking and to many of the list archiving services and mail clients used by list subscribers this makes your new

RE: Sticky sessions not changing servers

2007-04-22 Thread Tim Lucia
Sticky sessions means exactly that. Stick the session to a particular tomcat. If you shut down that tomcat, it should fail over to the other tomcat(s) if you have properly set up your cluster. If you use synchronous replication you don't need sticky sessions as all tomcats should have the

Re: Off scope question - What this Mailing List running on?

2007-04-22 Thread Nicholas Sushkin
On Sunday 22 April 2007 07:59, Johnny Kewl wrote: This mailing list is a magic technology, just wondering if anyone knows what its running on. Is it Tomcat and James? thx Headers show: Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm http://www.ezmlm.org/ -- Nicholas Sushkin, Senior

RE: Sticky sessions not changing servers

2007-04-22 Thread lightbulb432
I realize that sticky sessions always send requests from the same session to the same Tomcat instance. However, if my sample application isn't using a session (i.e. no cookies, URL rewriting, or hidden form fields), wouldn't every request be seen as a new session and distributed among Tomcats on

Re: Off scope question - What this Mailing List running on?

2007-04-22 Thread Martin Gainty
John-- Are there any bugs or enchancements you are suggesting? M-- This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this email message in error, please notify the

Re: Session across multiple hosts?

2007-04-22 Thread Pid
session ids are, as per the spec, unique for each web application. if you're defining multiple hosts, then that would imply multiple web applications. if you want to hack sessions to work for multiple subdomains then you'll need to hack more than just the single sign-on valve, i'd imagine.

Re: Sticky sessions not changing servers

2007-04-22 Thread Rainer Jung
Please give details: - software (apache, tomcat, mod_jk) and platform versions - relevant parts of configuration (Apache Jk*, workers.properties, Connectors and jvmRoute from server.xml) - maybe parts of the log files showing your activity Please note: Sticky sessions use routing identifiers

file not found

2007-04-22 Thread Richard Dunne
I am having a problem with an html file. In my project folder I have html, javascript and php files. When I go to http://localhost/ProjectFolder/ All the files are listed except for 1 html file. stopping and restarting the apache2 server has no effect, it still will not show up in the list

Re: file not found

2007-04-22 Thread David Brown
Do you have an |IndexIgnore *.html directive in your apache conf ?| Richard Dunne wrote: I am having a problem with an html file. In my project folder I have html, javascript and php files. When I go to http://localhost/ProjectFolder/ All the files are listed except for 1 html file. stopping

Re: file not found

2007-04-22 Thread Richard Dunne
IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t - Original Message From: David Brown [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Sunday, April 22, 2007 6:25:54 PM Subject: Re: file not found Do you have an |IndexIgnore *.html directive in your apache

tomcat 5 webdav authentication how to

2007-04-22 Thread Dean Del Ponte
I have tomcat 5 up and running and want to enable webdav, but only a few select users should be able to write to the webdav directory. How can I set this up? By default, if I enable webdav, it looks like anyone can write to the file. Thanks, Dean

How to run app and an exeception

2007-04-22 Thread Mike Peremsky
I just did a fresh install of Apache 5.5.23. I have defined ANT_HOME=c:\ant CATALINA_HOME=c:\apache-tomcat-5.5.23 JAVA_HOME=c:\java\jdk1.5.0_11 JRE_HOME=%JAVA_HOME%\jre PATH=%JAVA_HOME%\bin;%ANT_HOME%\bin;%CATALINA_HOME%\bin My application is in %CATALINA_HOME%\webapps\fs

Re: How to run app and an exeception

2007-04-22 Thread Rashmi Rubdi
Hi Mike, On 4/22/07, Mike Peremsky [EMAIL PROTECTED] wrote: I just did a fresh install of Apache 5.5.23. I have defined ANT_HOME=c:\ant CATALINA_HOME=c:\apache-tomcat-5.5.23 JAVA_HOME=c:\java\jdk1.5.0_11 JRE_HOME=%JAVA_HOME%\jre PATH=%JAVA_HOME%\bin;%ANT_HOME%\bin;%CATALINA_HOME%\bin

Re: How to run app and an exeception

2007-04-22 Thread Mike Peremsky
2) If I run startup.bat in #1 above, I get the following exception and do not know what it is. The exception below is looking for a class named org/apache/naming/TransactionRef , this class is located in naming-factory.jar in the folder: c:\apache-tomcat-5.5.23\common\lib Please check

Re: How to run app and an exeception

2007-04-22 Thread Martin Gainty
Mike- did you check %CATALINA_HOME% is set to c:\apache-tomcat-5.5.23 ??? M-- This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this email message in error, please

same entries in stderr and catalina logs

2007-04-22 Thread naveen nagaraja
HI all i am running tomcat 5.5.9 as a service in windows xp. i see log files are created under the log folder correctly. My question is that i see same entries in catalina and stderr files. following is the entry of both the files. Any idea why this is happenning? Thanks in advance. Naveen Apr

Re: How to run app and an exeception

2007-04-22 Thread Rashmi Rubdi
On 4/22/07, Mike Peremsky [EMAIL PROTECTED] wrote: I checked and the naming-factory.jar is in the common\lib directory. Shouldn't Tomcat find all jars in that directory on startup? Yes, Tomcat does find all jar files under common\lib\ and other sub folders under Tomcat when it starts up. I

Joakim T Monstad is out of the office.

2007-04-22 Thread JMonstad
I will be out of the office starting 04/22/2007 and will not return until 04/27/2007. I will respond to your message when I return, but can be reached at 952 836 4385

Re: How to run app and an exeception

2007-04-22 Thread Mike Peremsky
I removed the JRE_HOME, which did not seem to help. I then reinstalled Tomcat and the Admin and this message went away. Thx Rashmi Rubdi [EMAIL PROTECTED] wrote: On 4/22/07, Mike Peremsky wrote: I checked and the naming-factory.jar is in the common\lib directory. Shouldn't Tomcat find

Listener won't start - NoClassDefFoundError

2007-04-22 Thread Mike Peremsky
OK, I just reinstalled Tomcat 5.5.23 to resolve an issue with Tomcat starting up. Now I have an issue with my listener not starting up. The class in question LifecycleListener exists in the %CATALINA_HOME%\server\lib\catalina.jar file. Do I need to set a switch or something when calling

Re: Listener won't start - NoClassDefFoundError

2007-04-22 Thread Rashmi Rubdi
Hi Mike, Someone has posted a solution to the new error you're getting: http://mail-archives.apache.org/mod_mbox/tomcat-users/200512.mbox/[EMAIL PROTECTED] their solution was under: 6. Edited Tomcat 'server.xml' (in the 'conf' folder). Removed the line: Listener