Re: someone familar with this error?

2005-09-22 Thread andy gordon
Leon, Not sure if this will help, but it looks like there was an error when registering MBeans. Did make any modifications with the Coyote Connnector? This is the connector that integrates with Apachr or IIS for example. - andy Leon Rosenberg [EMAIL PROTECTED] wrote: starting tomcat:

Re: someone familar with this error?

2005-09-22 Thread Jilles van Gurp
Leon Rosenberg wrote: starting tomcat: 22.09.2005 12:41:27 org.apache.coyote.tomcat5.MapperListener init WARNUNG: Error registering contexts java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry(HashMap.java:782) at

Re: someone familar with this error?

2005-09-22 Thread Leon Rosenberg
Thanx Jilles. On 9/22/05, Jilles van Gurp [EMAIL PROTECTED] wrote: Leon Rosenberg wrote: starting tomcat: 22.09.2005 12:41:27 org.apache.coyote.tomcat5.MapperListener init WARNUNG: Error registering contexts java.util.ConcurrentModificationException at

RE: tomcat and JMS

2005-09-22 Thread Jason Bell
Hi ! Thanks for your resnonce. I saw that article at ONJava.com. They use standalone openJMS server. I'm interested in embedded. I was Googling around, I have to admit, as I found your posting very interesting. I've downloaded OpenJMS and will try and have a play when I have half an hour

Re: tomcat and firefox ssl problem - no common encryption algorithms

2005-09-22 Thread Paul Singleton
Lyndon Tiu wrote: Hello, I am using on server: - Tomcat 5.5.9 downloaded from Apache Tomcat website. - Tried both Java 1.4.2_09(using tomcat compat packages) and Java 1.5.0_03 - RH ES3 on client: - Firefox 1.0.6 - RH WS3 I have done ssl on Tomcat 4.x and 5.0.x a few times before with no

Re: tomcat and firefox ssl problem - no common encryption algorithms

2005-09-22 Thread Lyndon Tiu
On Thu, 22 Sep 2005 14:40:25 0100 [EMAIL PROTECTED] wrote: Lyndon Tiu wrote: Hello, I am using on server: - Tomcat 5.5.9 downloaded from Apache Tomcat website. - Tried both Java 1.4.2_09(using tomcat compat packages) and Java 1.5.0_03 - RH ES3 on client: - Firefox

Re: XInclude in faces-config file

2005-09-22 Thread Robert Koberg
Stephen Faustino wrote: I'm attempting to modularize one of the xml files by using XInclude under Tomcat 5.5.9. The application starts, but at the point in time when the beans should get instantiated I get a NullPointerException in the ManagedBeanFactory. In the example below, I'm trying to

Re: RES: Problems with gzip compression with Apache/Tomcat cluster and Firefox

2005-09-22 Thread Tim Funk
You need mod_gzip or mod_deflate(?) if your using apache in front of tomcat (via jk) -Tim Acácio Furtado Costa wrote: Hi We're having problems to configure gzip using TC559/Apache Cluster... We moved the compression=on and others gzip declarations from connector 80 to 8009 in all Tomcat

RE: Install Tomcat 5.5 quietly?

2005-09-22 Thread Richard Burman
To: Tomcat Users List Subject: Re: Install Tomcat 5.5 quietly? Just use the zip file instead of the installer. Unzip it wherever you want. You can do all the stuff the installer does (setting environment variables, installing a windows service and adding icons) manually or from a script. At the very

Re: tomcat and JMS

2005-09-22 Thread Dov Rosenberg
Try something like: try { EmbeddedJmsServer server = new EmbeddedJmsServer(config); Thread serverThread = new Thread( server ); server.init(); serverThread.start(); } catch (Throwable e) { // do nothing e.printStackTrace(); } On 9/22/05 9:28 AM, Jason Bell

Re: Registering my own protocol in Tomcat

2005-09-22 Thread Robert Koberg
Martin Peter wrote: Hi, Is there a possibility to get tomcat working with my own ASCII based protocol (instead of HTTP). Is there a possibility to register a protocol-handler or something similar to handle the requests of my protocol with a servlet? Hi, Check out:

RE: Registering my own protocol in Tomcat

2005-09-22 Thread Peter Crowther
From: Robert Koberg [mailto:[EMAIL PROTECTED] Is there a possibility to get tomcat working with my own ASCII based protocol (instead of HTTP). [...] Check out: http://java.sun.com/developer/onlineTraining/protocolhandlers/ Different use of 'protocol' - that won't help the original

RE: an advice neede for use of encodeURL method...

2005-09-22 Thread Peter Crowther
From: jonas skrebys [mailto:[EMAIL PROTECTED] a href=% response.encodeURL [...] ^ I think you're missing an '=' here? Should be %=function();% to write the result of function to the output. Without that, the encoded URL will not be written to the output stream. View the source

Re: tomcat and firefox ssl problem - no common encryption algorithms

2005-09-22 Thread David Wall
As I said, I have done this successfully before and I am baffled that it is not working fo me now. Perhaps you need send your server.xml along so others can see what you've done. It definitely works with Firefox and IE on 5.5.9 David

Re: Asking again: index.jsp and virtual directories

2005-09-22 Thread andy gordon
David, Have you looked at setting up virtual hosts in tomcat as this seems to be what you are looking for. - andy gordon David Thielen [EMAIL PROTECTED] wrote: Hi; I am running on Windows 2003/IIS 6.0 tomcat. I have a single IP address for all of my websites (I have several) and then use

Re: tomcat exception handling

2005-09-22 Thread Jilles van Gurp
swallowoutput=true in your context should help Jilles James Cowan wrote: Hi How do I suppress the stack trace from exception handling globally (i.e. not using an errorPage directive)? I have tried setting the Verbosity of the Logger elements in the server.xml (for Tomcat 5.0.28) to 0 but

RE: Generic Types support in Tomcat?

2005-09-22 Thread Seak, Teng-Fong
Well, after many many hours' search (seems like not a hot subject), I finally came to this mail archive. But before getting here, I've already come across a similar page at

Re: AW: Removing session id from url links

2005-09-22 Thread Assaf
Thanks Bernard, My problem is to do with Search Engine bots. They seem to be getting jsessionid when they crawl and do not remove them. This causes them to index pages INCLUDING the session id and therefore it appears on the search engine listing. Any way to remove that? Assaf --- Bernhard

Re: tomcat and firefox ssl problem - no common encryption algorithms

2005-09-22 Thread Lyndon Tiu
Problem solved. I was generating ssl certs with openssl and apparently, I needed to use keytool. Thanks. On Thu, 22 Sep 2005 09:03:52 -0700 tomcat-user@jakarta.apache.org wrote: As I said, I have done this successfully before and I am baffled that it is not working fo me now.

Re: Generic Types support in Tomcat?

2005-09-22 Thread Christoph Kutzinski
Hi, it is only since 5.5.10 5.5.10 was already released, but it is only supposed to be alpha. I.e. not recommended for production use. I have no idea, when the next stable tomcat version will be released Christoph Seak, Teng-Fong wrote: Well, after many many hours' search (seems like not

RE: an advice neede for use of encodeURL method...

2005-09-22 Thread GB Developer
and minus the trailing ; -Original Message- From: Peter Crowther [mailto:[EMAIL PROTECTED] Sent: Thursday, September 22, 2005 11:01 AM To: Tomcat Users List Subject: RE: an advice neede for use of encodeURL method... From: jonas skrebys [mailto:[EMAIL PROTECTED] a href

Re: Deploying a webapp under two different URIs

2005-09-22 Thread Ritchie Gillam
Are you are using Tomcat 5.5.X? If so it is not recommended to put any Context in the server.xml file but instead in the application's META-INF/context.xml file. One of the problems we had was by putting the Context tag in server.xml itself we couldn't redeploy an application without

RE: XInclude in faces-config file

2005-09-22 Thread Stephen Faustino
Thanks for the reply. At the risk of sounding obtuse, where exactly is the correct place to define this property? I tried to look for it in the Tomcat docs but couldn't find anywhere that talks about this. I tried setting it as a -D at tomcat startup, which doesn't seem like the correct place to

Re: Deploying a webapp under two different URIs

2005-09-22 Thread Carsten Guenther
We are using 5.0.28 and we are using context deployment files. On Thu, 2005-09-22 at 15:23 -0300, Ritchie Gillam wrote: Are you are using Tomcat 5.5.X? If so it is not recommended to put any Context in the server.xml file but instead in the application's META-INF/context.xml file. One

RE: help with stupid cvs proxy question ??

2005-09-22 Thread Bovy, Stephen J
C:\tomcat-sourceant checkout Buildfile: build.xml checkout: [echo] If the checkout fails, run `cvs -d :pserver:[EMAIL PROTECTED]:/ home/cvspublic login` and try again. The password for the anonymous CVS access i s `anoncvs` [cvs] cvs [checkout aborted]: connect to cvs.apache.org:2401

Re: db-connectin is working fine, but is it pooling?

2005-09-22 Thread Kyle
Print out your Connection Object .toString() to stdout or on a page and you should see that it is a Pool(ed|able) Connection object. K Trond Hersløv wrote: Everything works just fine, but I'm a little bit concerned that maybe I am generating a singel connection to the DB and not a pool of

RE: db-connectin is working fine, but is it pooling?

2005-09-22 Thread Trond Hersløv
?? Is there a way to configure the pool to pre generate eg. 10 connections? \trond -Original Message- From: Kyle [mailto:[EMAIL PROTECTED] Sent: 23. september 2005 02:14 To: Tomcat Users List Subject: Re: db-connectin is working fine, but is it pooling? Print out your Connection Object .toString

RE: db-connectin is working fine, but is it pooling?

2005-09-22 Thread David Thielen
I think (not sure as I am not a Tomcat expert) that you can just get 2 connections without closing either - and see that you got 2. - dave -Original Message- From: Trond Hersløv [mailto:[EMAIL PROTECTED] Sent: Thursday, September 22, 2005 6:24 PM To: Tomcat Users List Subject: RE: db

RE: How to start Tomcat using differnt JRE

2005-09-22 Thread Jan Fredrik Fallsen
You must change the JAVA_HOME in system variables -Original Message- From: lanna august [mailto:[EMAIL PROTECTED] Sent: 23. september 2005 07:16 To: tomcat-user@jakarta.apache.org Subject: How to start Tomcat using differnt JRE Hi sorry for sending this twice, but I am using new email

Re: stop tomcat's logging in application's log

2005-09-21 Thread Anto Paul
On 9/21/05, rahul [EMAIL PROTECTED] wrote: hi, I am using Log4j in application for logging. I have placed log4j configuration file(log4j.xml) in my application's WEB-INF/classes folder. But the file in which I am taking all logs is filled with tomcat's log along with my application's

RE: stop tomcat's logging in application's log

2005-09-21 Thread rahul
log4j.jar is in webapps/MyApp/WEB-INF/lib -Original Message- From: Anto Paul [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 21, 2005 11:55 AM To: Tomcat Users List Subject: Re: stop tomcat's logging in application's log On 9/21/05, rahul [EMAIL PROTECTED] wrote: hi

Re: stop tomcat's logging in application's log

2005-09-21 Thread Anto Paul
To: Tomcat Users List Subject: Re: stop tomcat's logging in application's log On 9/21/05, rahul [EMAIL PROTECTED] wrote: hi, I am using Log4j in application for logging. I have placed log4j configuration file(log4j.xml) in my application's WEB-INF/classes folder

Re: Starting options

2005-09-21 Thread Krzysztof Graczyk
Tim Funk wrote: I'm surprised the CATALINA_TMPDIR trick is not working. As for changing (server.xml and ROOT.xml) - I think you are stuck with those in the situation you are describing. Thanks for help. Maybe there is a way to change it tomcat sources ? -Tim Krzysztof Graczyk wrote:

RE: Starting options

2005-09-21 Thread Arup Vidyerthy
To: Tomcat Users List Subject: Re: Starting options Tim Funk wrote: I'm surprised the CATALINA_TMPDIR trick is not working. As for changing (server.xml and ROOT.xml) - I think you are stuck with those in the situation you are describing. Thanks for help. Maybe there is a way to change

Re: ACCESSING TOMCAT JMX SUPPORT REMORTELY VIA THE RMI CONNECTOR

2005-09-21 Thread Dirk Weigenand
Hi, --- Ursprüngliche Nachricht --- Von: jiang ying [EMAIL PROTECTED] An: tomcat-user@jakarta.apache.org Betreff: ACCESSING TOMCAT JMX SUPPORT REMORTELY VIA THE RMI CONNECTOR Datum: Wed, 21 Sep 2005 16:26:00 +0800 hi, I know the way to access Tomcat JMX support via http adaptor. I also

RE: HTTP 500 Error occurs whith errorPage directive in Tomcat 5.5.9

2005-09-21 Thread Jason Bell
Elisabeth, Could you post a small snippet of your code, then I will try and have a look at what is going on. Regards Jason -- Jason Bell Lead Architect, SpikeSource Europe e: [EMAIL PROTECTED] w: http://www.spikesource.com b: http://jasonbell.blog-city.com m: +44 (0)787 529 2693

Re: tomcat restart ptoblem

2005-09-21 Thread Tom Burke
What's the system? Windows, Linux/Unix? Tom - Original Message - From: mukesh [EMAIL PROTECTED] To: tomcat-user@jakarta.apache.org Sent: Wednesday, September 21, 2005 11:12 AM Subject: tomcat restart ptoblem Hi friends, I have installed Tomcat 5.5. It was working

RE: org.apache.catalina.valves.RemoteHostValve issue

2005-09-21 Thread Barbara.Townsend-Batten
Please take me off this reply list. Thanks -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 20, 2005 5:01 PM To: Tomcat Users List Subject: Re: org.apache.catalina.valves.RemoteHostValve issue Tony Tomcat wrote: Actually.. according

RE: Charset configurations for JSP pages

2005-09-21 Thread Barbara.Townsend-Batten
Please remove me from this reply list. Thanks -Original Message- From: T P [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 20, 2005 4:28 PM To: tomcat-user@jakarta.apache.org Subject: Charset configurations for JSP pages Hello, How to configure the character sets on JSP pages/HTTP

RE: Error with Error Document defined (really need ideas)

2005-09-21 Thread Barbara.Townsend-Batten
Please remove me from this reply list. Thanks -Original Message- From: Jason Bell [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 20, 2005 5:33 PM To: tomcat-user@jakarta.apache.org Subject: RE: Error with Error Document defined (really need ideas) Your config file suggests that you

RE: Endereço Cancelado / Canceled Address

2005-09-21 Thread Barbara.Townsend-Batten
este endereço de email se tornou inviável devido ao SPAM. Favor re-enviar para o endereço [EMAIL PROTECTED] Atenciosamente, David --- I'm sorry, but this email address has become unusable due to SPAM. Please re-send to [EMAIL PROTECTED] Regards, David

RE: HTTP 500 Error occurs whith errorPage directive in Tomcat 5.5 .9

2005-09-21 Thread Bachler, Elisabeth (Elisabeth)
Hello, I have modified something and it seems to work now!!! If the problem comes back I will e-mail you again. Thank you Elisabeth -Original Message- From: Jason Bell [mailto:[EMAIL PROTECTED] Sent: miércoles, 21 de septiembre de 2005 12:38 To: tomcat-user@jakarta.apache.org Subject: RE

RE: 5.5.9 Build Script Error Help !!!

2005-09-21 Thread Barbara.Townsend-Batten
Please remove me from this list. Thanks -Original Message- From: Bovy, Stephen J [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 20, 2005 3:57 PM To: Tomcat Users List Subject: RE: 5.5.9 Build Script Error Help !!! BUILD FAILED C:\ESI\jakarta-tomcat-5.5.9-src\build.xml:49

RE: Asking again: Need multiple virtual directories for isapi_redirector

2005-09-21 Thread Barbara.Townsend-Batten
Please remove me from this reply list. It is a mistake. thanks -Original Message- From: David Thielen [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 20, 2005 11:11 PM To: 'Tomcat Users List' Subject: Asking again: Need multiple virtual directories for isapi_redirector Hi; I want

RE: Tomcat 5.5 and Apache 2.0

2005-09-21 Thread Barbara.Townsend-Batten
Please remove me from this list..it is a mistake. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Create Valve and Deploy How to Help Please ????

2005-09-21 Thread Barbara.Townsend-Batten
Please remove me from this reply list. -Original Message- From: Bovy, Stephen J [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 20, 2005 11:06 PM To: Tomcat Users List Subject: RE: Create Valve and Deploy How to Help Please I have created a new Valve in the authenticator

Re: ACCESSING TOMCAT JMX SUPPORT REMORTELY VIA THE RMI CONNECTOR

2005-09-21 Thread andy gordon
Dirk is correct you need to check out the doc in order to understand your options. To add a little specificity to your challenge, you need to do at least the following to get going: 1) set remote monitoring options when you are starting the JVM. This can be accomplished multiple ways. One

RE: Create Valve and Deploy How to Help Please ????

2005-09-21 Thread KEREM ERKAN
@jakarta.apache.org Subject: RE: Create Valve and Deploy How to Help Please Importance: High Please remove me from this reply list. -Original Message- From: Bovy, Stephen J [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 20, 2005 11:06 PM To: Tomcat Users List Subject: RE: Create Valve

Re: Create Valve and Deploy How to Help Please ????

2005-09-21 Thread Parsons Technical Services
Remove thyself. Look at the bottom of the email. Spamming the list will not help. The list admins are not on 24/7. Doug - Original Message - From: [EMAIL PROTECTED] To: tomcat-user@jakarta.apache.org Sent: Wednesday, September 21, 2005 7:36 AM Subject: RE: Create Valve and Deploy

Re: need final / in url

2005-09-21 Thread Joost de Heer
Mladen Turk said: David Thielen wrote: The url www.windward.net/forums fails while www.windward.net/forums/ succeeds. My uriworkermap has: /forums/*=ajp13w try: /forums|/*=ajp13w This will actually create two maps: /forums=ajp13w /forums/*=ajp13w Regards, Mladen. More likely:

RE: HTTP 500 Error occurs whith errorPage directive in Tomcat 5.5 .9

2005-09-21 Thread Bachler, Elisabeth (Elisabeth)
List' Subject: RE: HTTP 500 Error occurs whith errorPage directive in Tomcat 5.5 .9 Hello, I have modified something and it seems to work now!!! If the problem comes back I will e-mail you again. Thank you Elisabeth -Original Message- From: Jason Bell [mailto:[EMAIL PROTECTED] Sent

Re: Tomcat cant see my application folder HELP!!!

2005-09-21 Thread Viorel Dragomir
Tomcat is not exactly httpd. So, try to READ some FREE docs on the website. http://jakarta.apache.org/tomcat/tomcat-5.5-doc/appdev/index.html Viorel Dragomir . .. --- - Original Message - From: Mbah Tenjoh-Okwen

Re: Tomcat cant see my application folder HELP!!!

2005-09-21 Thread Leon Rosenberg
you need a WEB-INF directory in your webapp if you want the webapp to be loaded. On 9/21/05, Mbah Tenjoh-Okwen [EMAIL PROTECTED] wrote: hello Im using tomcat 5.5.9 and when i create a folder(mine)under webbaps (tomcat/webapps/mine)i cant even get to its index.html file by typing

Re: Tomcat cant see my application folder HELP!!!

2005-09-21 Thread Mbah Tenjoh-Okwen
I have read those steps and done what they ask of me but somehow i still get the same behaviour. Got any other ideas? thanks --- Viorel Dragomir [EMAIL PROTECTED] wrote: Tomcat is not exactly httpd. So, try to READ some FREE docs on the website.

RE: tomcat restart ptoblem

2005-09-21 Thread mukesh
Hi Tom, Its WindowsServer 2003 Standard Edition. Regards, Mukesh -Original Message- From: Tom Burke [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 21, 2005 4:21 PM To: Tomcat Users List Subject: Re: tomcat restart ptoblem What's the system? Windows, Linux/Unix? Tom

Re: ACCESSING TOMCAT JMX SUPPORT REMORTELY VIA THE RMI CONNECTOR

2005-09-21 Thread jiang ying
suggest really do me a lot. Finally I am able to monitor the tomcat via RMI connector. Thanks a lot. cylinder From: Dirk Weigenand [EMAIL PROTECTED] Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org To: Tomcat Users List tomcat-user@jakarta.apache.org Subject: Re: ACCESSING TOMCAT

Re: jdbc driver

2005-09-21 Thread Kito Holliday
Thanks Specifically, I have a web.xml having: ** ?xml version=1.0 encoding=ISO-8859-1? !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN http://java.sun.com/dtd/web-app_2_3.dtd; web-app resource-ref descriptionDB Connection/description

Re: tomcat restart ptoblem

2005-09-21 Thread Tom Burke
Tomcat logs. Tom - Original Message - From: mukesh [EMAIL PROTECTED] To: 'Tomcat Users List' tomcat-user@jakarta.apache.org Sent: Wednesday, September 21, 2005 1:57 PM Subject: RE: tomcat restart ptoblem Hi Tom, Its WindowsServer 2003 Standard Edition. Regards, Mukesh -Original

RE: Can the Tomcat authentication module use an ASP.NET security token?

2005-09-21 Thread Peter Crowther
From: Tracy Spratt [mailto:[EMAIL PROTECTED] Subject: Can the Tomcat authentication module use an ASP.NET security token? I have a Tomcat app (MM Flex app) that is called from an asp.net application which is secured by forms (cookie-based) authentication. (NOT NTLM / Windows Integrated)

Re: ACCESSING TOMCAT JMX SUPPORT REMORTELY VIA THE RMI CONNECTOR

2005-09-21 Thread Dirk Weigenand
Hi, Before posting my question, I have studied http://jakarta.apache.org/tomcat/tomcat-5.5-doc/monitoring.html. It explains the way to activate HTTP adaptor. Well it explains how to activate jmx remote monitoring right at the start of the page. Did you follow the link to SUNs web site?

Re: Tomcat would not start...

2005-09-21 Thread Ritchie Gillam
Did you check to see under Administration Tools--Services if the status for Tomcat is showing as Started??? Ritchie Gillam Programmer Analyst, Information Services, Halifax Regional Municipality Email: [EMAIL PROTECTED] Phone: (902) 490-6167 Fax: (902) 490-6583 [EMAIL PROTECTED] 09/21/05 12:19

RE: Tomcat would not start...

2005-09-21 Thread Arup Vidyerthy
Actually that's how it works. You have to send encrypted messages to it over an encrypted network using 2.6987Ghz frequency. Only then does it run. Surprised its not in the manual. -Original Message- From: Lenandlar Singh [mailto:[EMAIL PROTECTED] Sent: 21 September 2005 16:19 To: Tomcat

Re: ACCESSING TOMCAT JMX SUPPORT REMORTELY VIA THE RMI CONNECTOR

2005-09-21 Thread jiang ying
List tomcat-user@jakarta.apache.org To: Tomcat Users List tomcat-user@jakarta.apache.org Subject: Re: ACCESSING TOMCAT JMX SUPPORT REMORTELY VIA THE RMI CONNECTOR Date: Wed, 21 Sep 2005 16:57:20 +0200 (MEST) Hi, Before posting my question, I have studied http://jakarta.apache.org/tomcat/tomcat

Re: AW: Tomcat 5.5 and Apache 2.0

2005-09-21 Thread Stephen Carville
[EMAIL PROTECTED] wrote: Could you please please please stop mailing!!!??? Send an Email to this mailto:[EMAIL PROTECTED] adress to unsubscribe! I'm not trying to unsubscribe, I'm trying to get tomcat 5 to serve up something besides error 404's and empty pages.

Re: ACCESSING TOMCAT JMX SUPPORT REMORTELY VIA THE RMI CONNECTOR

2005-09-21 Thread Dirk Weigenand
Hi, --- Ursprüngliche Nachricht --- Von: jiang ying [EMAIL PROTECTED] An: tomcat-user@jakarta.apache.org Betreff: Re: ACCESSING TOMCAT JMX SUPPORT REMORTELY VIA THE RMI CONNECTOR Datum: Wed, 21 Sep 2005 23:38:36 +0800 I did follow the link to SUNs web site and did the exercise. I know how

Re: ACCESSING TOMCAT JMX SUPPORT REMORTELY VIA THE RMI CONNECTOR

2005-09-21 Thread jiang ying
Subject: Re: ACCESSING TOMCAT JMX SUPPORT REMORTELY VIA THE RMI CONNECTOR Date: Wed, 21 Sep 2005 17:58:33 +0200 (MEST) Hi, --- Urspr�ngliche Nachricht --- Von: jiang ying [EMAIL PROTECTED] An: tomcat-user@jakarta.apache.org Betreff: Re: ACCESSING TOMCAT JMX SUPPORT REMORTELY VIA THE RMI

Re: conf/tomcat-users.xml syntax and semantics

2005-09-21 Thread Sonja Löhr
Hi, Paul! I have username attributes and it works fine. the example roles can be deleted - may be they are used in some example webapps(?) Am Mittwoch, den 21.09.2005, 16:40 +0100 schrieb Paul Singleton: What is the correct syntax (for 5.5.9 and later) of conf/tomcat-users.xml, and what do

Re: How show CLIENT-CERT Realm

2005-09-21 Thread Mark Thomas
Antony GUILLOTEAU wrote: I'm able to show the login window of a basic realm with following code : response.setHeader(WWW-Authenticate, BASIC realm=\myName\); response.sendError(HttpServletResponse.SC_UNAUTHORIZED); Now I wish to show the window like CLIENT-CERT : when all realm parameters

Re: conf/tomcat-users.xml syntax and semantics

2005-09-21 Thread andy gordon
A realm, in this case the UserDatabase realm is simply a collection of users, passwords, and roles. You could also think of a role as a group. It identifies valid users of a web application (or set of web applications), plus an enumeration of the list of roles associated with each valid user.

Re: Configure multiple number of aliases / sub-domains

2005-09-21 Thread Kyle
You'll have to programmatically update your 'hosts' file to add in each and every new sub-domain(i.e. virtualhost name) as they signup and make sure your machine is set to check 'hosts' for dns before going anywhere else. That should do the trick. Disclaimer: I've done this on Windows, but

Re: Unable to login Tomcat Manager?

2005-09-21 Thread andy gordon
if you enable the jdbc realm then authentication and authorizaiton comes from a jdbc datasource not the tomcat.uses.xml file. This is why tomcat keeps asking you for a user name and password. I suggest you read the realm how to on the tomcat website so you can correct your problem. - andy

RE: need final / in url

2005-09-21 Thread David Thielen
That was it - thanks - dave -Original Message- From: Mladen Turk [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 20, 2005 11:42 PM To: Tomcat Users List Subject: Re: need final / in url David Thielen wrote: The url www.windward.net/forums fails while www.windward.net/forums

Re: session tracking in a context that contains JSP and servlets

2005-09-21 Thread David Wall
Mark wrote: I want to create a webapp that will contain both servlets and JSP. I will be using a login page to authenticate users. I will probably use one of the Tomcat supported authentication modules. I am wondering if it is possible for tomcat to properly manage session information when

Re: Unable to login Tomcat Manager?

2005-09-21 Thread 梁炳場
However I go into http://localhost:8080/erp It is ok. I have added record to user_profile, user_role Table: user_role usernm role_name admin Administrator admin Manager admin admin The error message becomes Access to the requested resource has been denied Why? 2005/9/22, 梁炳場 [EMAIL

Re: session tracking in a context that contains JSP and servlets

2005-09-21 Thread Mark
I would think that this is possible. I have been writing servlets for over a year, but have not written a single line of JSP. On 9/21/05, David Wall [EMAIL PROTECTED] wrote: Mark wrote: I want to create a webapp that will contain both servlets and JSP. I will be using a login page to

Re: Unable to login Tomcat Manager?

2005-09-21 Thread andy gordon
I suggest you read the JDBC realm documentation and be exact about what it says. Do you have a table called USERS? Make sure its populated correctly. do you have a table called USER_ ROLES? Make sure it is populated correctly. You should be able to understand the relationships between the two

Re: SOAP on TOMCAT 5.0

2005-09-20 Thread Hardik Tank
hi, u will get unsupported major.minor version 48.0 error when ur code has been compiled using higher version of JDK (may be 1.5) and u r running it using lower version of JDK/JRE (may be 1.4) check ur setup and JRE/JDK once again. rgds, Hardik Tank --- [EMAIL PROTECTED] wrote: Hi Guys,

RE: Remote Address Valve Lets Everything Through

2005-09-20 Thread KEREM ERKAN
[mailto:[EMAIL PROTECTED] Sent: Tuesday, September 20, 2005 6:58 AM To: Tomcat Users List Subject: Re: Remote Address Valve Lets Everything Through The asterisks in the valve below are an artifact of the way I did my cut and paste. The actual valve appears as follows in server.xml

Re: war classpath problem

2005-09-20 Thread lio tomcat
forgot to tell about my env : jboss3.2.2/jbossweb-tomcat41.sar On 9/20/05, lio tomcat [EMAIL PROTECTED] wrote: Hello world, My war and i have some problem for loading some class that are embedded in jars in myWar/WEB-INF/lib... I tried to solve this by writing a proper

RE: Resizing JPEG Images

2005-09-20 Thread Arup Vidyerthy
Hi, You have quite a few options. There are lots third party libs out there that can do this for you. Last couple of projects I have used JAI and ImageMagick/JMagick to do this. Look them up. Hope this helps. Arup -Original Message- From: Justin Jaynes [mailto:[EMAIL PROTECTED]

Re: Resizing JPEG Images

2005-09-20 Thread David Delbecq
java.awt classses? :) Le Mardi 20 Septembre 2005 10:40, Arup Vidyerthy a écrit : Hi, You have quite a few options. There are lots third party libs out there that can do this for you. Last couple of projects I have used JAI and ImageMagick/JMagick to do this. Look them up. Hope this

RE: tomcat detecting http header

2005-09-20 Thread Jason Bell
Hi, When developing web app code I tend to enumerate on the headers coming in. Have a look at: public java.util.Enumeration getHeaderNames(); So: // get the header names Enumeration ee = request.getHeaderNames(); // then iterate through them for(;ee.hasMoreElements();){ String header =

Re: Cluster and notifications to nodes

2005-09-20 Thread Eino Lilius
Hi Peter and others, Thank you for the instructions, I got it working! :) I have still one question: how will I get the received message passed to my web application (message is received by Catalina)? (is there a way to add that listener to my web application or does it have to be defined in the

Re: Not able to access the home page of Apache with mod-ssl

2005-09-20 Thread Mark
Could IE be configured so that it is going through a proxy? On 9/19/05, Rohit Maheshwari [EMAIL PROTECTED] wrote: Hi All, I am setting up Apache 2.0.54 with mod_ssl. I have configured virtual host as rohit.com. When I tried to access the home page of Apache with firefox I am able to

RE: Not able to access the home page of Apache with mod-ssl

2005-09-20 Thread Rohit Maheshwari
, September 20, 2005 4:16 PM To: Tomcat Users List Subject: Re: Not able to access the home page of Apache with mod-ssl Could IE be configured so that it is going through a proxy? On 9/19/05, Rohit Maheshwari [EMAIL PROTECTED] wrote: Hi All, I am setting up Apache 2.0.54 with mod_ssl. I have configured

Re: tomcat does not find my web application

2005-09-20 Thread David Delbecq
Le Mardi 20 Septembre 2005 12:55, Mbah Tenjoh-Okwen a écrit : World, When i create a folder my container does not recognize my index.html file in the top level directory nor is it able to find my servlet classes. But when i duplicate the servlet-examples folder and rename

Re: Remote Address Valve Lets Everything Through

2005-09-20 Thread Mark Leone
KEREM ERKAN wrote: Hi Mark, Is it possible that you may have mistyped allow=xxx.xxx.xxx.xxx as allow=xxx.xxx.xxx.xxx in your configuration? If you did not accidentally delete the () from the right hand side of allow when sending to the list, that may be your problem. Thanks for the

Re: Remote Address Valve Lets Everything Through

2005-09-20 Thread Tim Funk
Not: valve Try: Valve -Tim Mark Leone wrote: KEREM ERKAN wrote: Hi Mark, Is it possible that you may have mistyped allow=xxx.xxx.xxx.xxx as allow=xxx.xxx.xxx.xxx in your configuration? If you did not accidentally delete the () from the right hand side of allow when sending to the list,

Re: Error with Error Document defined (really need ideas)

2005-09-20 Thread Yassine ELassad
directBOX Reply --- From: Yassine ELassad ([EMAIL PROTECTED]) To: tomcat-user@jakarta.apache.org Date: 19.09.2005 17:57:50 hello every one i have a strange issue again with tomcat :) here is the problem: i defined an error 404 document unnder the web.xml lie the

Re: Multiple SSL certificate on tomcat

2005-09-20 Thread Arthur D'Alessandro
You may have multiple certs, but each cert must be contained within it's own keystore file.. You also must have each cert on it's own host IP, as noted below, each cert is bound to 443 on 10.1.1.1 http://10.1.1.1 and 10.1.1.2... snipplet from server.xml: Connector port=443 maxThreads=100

RE: SOAP on TOMCAT 5.0

2005-09-20 Thread Caldarale, Charles R
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Subject: SOAP on TOMCAT 5.0 java.lang.UnsupportedClassVersion error: org/w3c/dom/Node (unsupported major.minor version 48.0) This is the version of a class file you're trying to load - 48.0 corresponds to JRE/JDK 1.4, so that would indicate

Re: jdbc driver

2005-09-20 Thread Kito Holliday
Thanks for the quick reply... Yes the .jar file is in common/lib. I fear the problem lies in the server.xml since jndi is binding datasource jdbc/TestDB to org.hsql.jdbcDriver On Mon, 19 Sep 2005, andy gordon wrote: is the MySQL Connector Jar file in the $CATALINA_HOME/common/lib directory?

RE: Resizing JPEG Images

2005-09-20 Thread Ben Kim
Wonder if this fits your needs, but ginp uses something similar. http://culnane.navidat.com/dc/ginp/index.jsp Features - Thumbnails are created and stored on the file system. - Pictures are sized to the browser window size to reduce bandwidth. Regards, Ben Kim Developer http://benix.tamu.edu

Re: Resizing JPEG Images

2005-09-20 Thread Derek Conniffe
Hi Justin, I've written beans like that many times (image resizing, cropping, etc). Its a doddle with JAI. If you want some code examples email me. Derek Ben Kim wrote: Wonder if this fits your needs, but ginp uses something similar. http://culnane.navidat.com/dc/ginp/index.jsp

RE: How can iredirect a request from one apache to other apache.

2005-09-20 Thread Caldarale, Charles R
From: Rohit Maheshwari [mailto:[EMAIL PROTECTED] Subject: How can iredirect a request from one apache to other apache. I have the configuration like below User---Apache ( mod_ssl)---Apache (mod_ssl)---Weblogic Server And what does this have to do with Tomcat? - Chuck THIS

RE: Out of Memory on Jakarta Tomcat 5.0.19, jdk1.5.0_04

2005-09-20 Thread Allistair Crossley
You'll almost likely find that the reload via Ant does not free up all resources and so each time you perform a reload you'll be leaking some memory resulting in OOME after a week. 3 things to do; Get a profiler to see where you may be losing memory. Ensure no resource/references are held

Re: Resizing JPEG Images

2005-09-20 Thread Michael Wirz
Hello, This is what I use for the given problem. I found it on the web and it fits my needs, so perhaps you'd like to use it as well Best wishes from near Munich, Germany, Michael Wirz import com.sun.image.codec.jpeg.*; import java.awt.*; import java.awt.image.*; import java.io.*; public

RE: Out of Memory on Jakarta Tomcat 5.0.19, jdk1.5.0_04

2005-09-20 Thread Phillip Qin
I would recommend you upgrade to 5.5.9 if you use struts. -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: September 20, 2005 9:56 AM To: Tomcat Users List Subject: RE: Out of Memory on Jakarta Tomcat 5.0.19, jdk1.5.0_04 You'll almost likely find

RE: Out of Memory on Jakarta Tomcat 5.0.19, jdk1.5.0_04

2005-09-20 Thread Caldarale, Charles R
From: Allistair Crossley [mailto:[EMAIL PROTECTED] Subject: RE: Out of Memory on Jakarta Tomcat 5.0.19, jdk1.5.0_04 3 things to do; Get a profiler to see where you may be losing memory. Ensure no resource/references are held onto, dispose references correctly Hard restart Tomcat when

Re: Out of Memory on Jakarta Tomcat 5.0.19, jdk1.5.0_04

2005-09-20 Thread NoKideen
On Tuesday 20 September 2005 20:56, Allistair Crossley wrote: You'll almost likely find that the reload via Ant does not free up all resources and so each time you perform a reload you'll be leaking some memory resulting in OOME after a week. 3 things to do; Get a profiler to see where you

<    3   4   5   6   7   8   9   10   11   12   >