ClassCastException after republishing on tomcat...

2006-12-16 Thread Stephen Boudreaux
I have a custom class, TableHierarchy, I am instantiating in the contextInitialized function in the ServletContextListener class. The class is placed as a value in a map: Map tableSet = new ConcurrentHashMap(); I then place the map into the ServletContext: context.setAttribute("foo.security.Hierar

Setting up the logger

2006-12-16 Thread Harbir
Hello Every One! I am using the Tomcat version 5.5.17 I am new to tomcat, and learning the meaning of the tags in the /conf/server.xml file. In my version there is no tag, but I am reading a book to get the customized logs specific to the application, I run. In this book they have put the tag, a

Re: Apache SSL + mod_jk

2006-12-16 Thread Rainer Jung
Hi, there are plenty of ways, how those links could be produced. Usually it works well with mod_jk, because mod_jk carries forward the information, if the original protocol was http or https. So request.getScheme() should return the right protocol prefix. The solution of your problem will depend o

Re: ajp connector issue - getting "Unable to get the free" in mod_jk.log file.

2006-12-16 Thread Rainer Jung
Hi, this looks strange. Could you please post your config and give a couple of details about your environment (OS+Version). Is there any pattern related to the problem (special requests, high load, ...)? It would be really good, if you could update mod_jk to 1.2.19 or 1.2.20 which will most likel

Michele A Shiels

2006-12-16 Thread Michele . A . Shiels
I will be out of the office starting 14/12/2006 and will not return until 18/12/2006. If you have an urgent issue please contact extension . - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail:

Application at context path [filename] could not be started

2006-12-16 Thread Steen Kristoffersen
Hi! Please bare over with as I’m completely new to using Tomcat, not least in conjunction with Jdeveloper! I have created a database using Jdeveloper, and subsequently used the programme to compile what I thought was a Tomcat compatible WAR-file. I deployed the WAR-file to Tomcat, only to be g

Re: Application at context path [filename] could not be started

2006-12-16 Thread Martin Gainty
--- This e-mail message (including attachments, if any) is intended for the use of the individual or entity to which it is addressed and may contain information that is privileged, proprietary , confidential and exempt from

Re: Setting up the logger

2006-12-16 Thread David Smith
Tomcat 5.5 removed the tag. See http://tomcat.apache.org/faq/logging.html for details on how to setup logging. --David Harbir wrote: Hello Every One! I am using the Tomcat version 5.5.17 I am new to tomcat, and learning the meaning of the tags in the /conf/server.xml file. In my version the

Re: Application at context path [filename] could not be started

2006-12-16 Thread Martin Gainty
Goddag Steen I dont see the association between filter-name and servlet-name established in web.xml as in this example adfFaces Faces Servlet Another thing to check is make sure you have the jsf/core and jsf/html taglibs defined in each jsp <%@ taglib prefix="f" uri="http://java.sun.com/jsf

Re: Character encoding

2006-12-16 Thread Mark Thomas
Mester József wrote: > Hello Mark > > Ok. Let's see my problem. > I have a form with text input box. I type Árvíztűrő tükörfúrógép and I get " > ÃrvíztűrÅ tükörfúrógép > " > Beautiful isn't it? I have tested this with the latest 5.5.x source and it works correctly (there haven't been

Re: looking for example using Mbean to for session management across multiple applications

2006-12-16 Thread Mark Thomas
[EMAIL PROTECTED] wrote: > Hi, > > I'm looking for an example of using Mbeans to access the > org.apache.catalina.Manager interface to manage HttpSessions. 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 sub

Re: Apache SSL + mod_jk

2006-12-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bijan, Bijan Vakili wrote: > I've been trying to get mod_jk to work where > > 1) Users connect to the Apache server via HTTPS > 2) All requests are proxied to Tomcat via mod_jk using AJP1.3 > > I have been able to get this to work with H

Re: Servlet with POST Request

2006-12-16 Thread Bill Barker
If you don't send a Content-Length, then you need to use 'Transfer-Encoding: chunked'. Otherwise Tomcat (or any other HTTP/1.1 server) has no way of knowing when the request body ends, and the next request begins. "Scott Carr" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Does

How many programmers were involved in Tomcat 4.0?

2006-12-16 Thread Thanh Vinh Nguyen
How many programmers were involved in Tomcat 4.0? Please dont answer 4.0 is obsolete: I KNOW THAT. I am doing a reasearch on the evelovment of Tomcat in general. Thanks. -- Thanh Vinh Nguyen