Re: Apache Tomcat; Event Error in Windows 2003

2007-12-11 Thread Rainer Jung
Hi, looks like the messages are not really coming from Tomcat, but from the JK2 isapi redirector running in IIS? JK2 has been deprecated a long time ago. All important features of JK2 have been backported to JK, which is still actively developed. It will be hard to get answers for JK2.

Apache cross-site scripting attacks vulnerability solution

2007-12-11 Thread Yulius
Hi all, Currently we are having a system that is using Apache Tomcat 4.1.3 Our customer has been asking us to implements some sort of security for 413 error page by adding the 'ErrorDocument 413' statement to the Apache configuration file to disable the default 413 error page as an workaround.

Tomcat on AIX, Why DataSource dosn't work right ?

2007-12-11 Thread KaraKing
OS: AIX 5.3 JDK : IBM 32-bit SDK for AIX Version 5 Tomcat : 5.5.16, 5.5.25, 6.0.14 (I tried three version of Tomcat) DB : Oracle9I (on another PCServer, Win2000) Hibernate 3.2 DataSource : I tried DataSource of Tomcat and Proxool JDBC : I tried many version of 9I, 10G JDBC Driver Problem : If I

Re: stdout.log size is increasing

2007-12-11 Thread Stefano Martines
Hi Steve, thanks, OS is windows 2003. How can I archive stdout.log in a production environment without stopping tomcat? I want that tomcat automatically archives the stdout.log file and creates a new one once a certains size is reached. Otherwise the log file size raises everyday !

Re: stdout.log size is increasing

2007-12-11 Thread Stefano Martines
Hi Steve, thanks, OS is windows 2003. How can I archive stdout.log in a production environment without stopping tomcat? I want that tomcat automatically archives the stdout.log file and creates a new one once a certains size is reached. Otherwise the log file size raises everyday !

Re: Failed to install Tomcat5 service

2007-12-11 Thread gchandrasekar
Fantastic Solution I tried many forums and none was worked. Your solution really worked well. Thanks and keep going well. :) Chandra Hez wrote: Hi! The problem is resolved by deleting Tomcat5 service from Windows XP and redo the Tomcat installation: 1) Start | Run and type cmd in

AW: Tomcat 5.5.25 DBCP SQLException: Already closed.

2007-12-11 Thread Eickvonder Bjoern
Meanwhile I found out that the SQLException: Already closed hides another SQLException. Some debugging into JPOX (which opens the connection) showed that in my scenario DBCP 1.2.2 returns an already closed conenction while DBCP 1.2.1 returns a valid connection. I've already asked the DBCP

RE: server mapping behaviour when directory structure mirrors mappings

2007-12-11 Thread Matthew Broadhead
Caldarale, Charles R wrote: From: Matthew Thomas Broadhead [mailto:[EMAIL PROTECTED] Subject: server mapping behaviour when directory structure mirrors mappings servlet-mapping servlet-nameSales/servlet-name url-pattern/sales/url-pattern /servlet-mapping If you look at

Re: AW: Tomcat 5.5.25 DBCP SQLException: Already closed.

2007-12-11 Thread David Smith
Hmmm... take a look at the release notes for dbcp and see if any of the fixes listed might impact your environment. --David Eickvonder Bjoern wrote: Meanwhile I found out that the SQLException: Already closed hides another SQLException. Some debugging into JPOX (which opens the connection)

Re: JK - welcome file displays text when mapped to servlet

2007-12-11 Thread Matthew Broadhead
Rainer Jung-3 wrote: Which version of JK are you using? Assuming you are using 1.2.25, could you please provide - information about your platform, versions and configuration - the JK log using log level debug, and containing the full startup of apache and one request/response, where

DCOM problem in Tomcat 6 on Windows

2007-12-11 Thread Karsten Silz
Hi! I'm having a problem with Tomcat 6.0.13, running on JDK 1.6u1, under both Windows XP, SP2, and Windows Vista Business (up-to-date). I have a web application that loads a DLL (located in the bin directory of Tomcat) and then calls a native method in this DLL. This method tries to create a

post new service request

2007-12-11 Thread Kovacs, Robert
Hello, How can I post new service request for TomCat version 5.5 ? Thanks: Robert

Re: post new service request

2007-12-11 Thread David Delbecq
What do you mean by service request? Tomcat serves requestx on the port it is listening to (most probably 8080) using http protocol, see server.xml for your configuration specificities. You can add web services by either coding them yourself, buying them from companies, or using open source ones

RE: post new service request

2007-12-11 Thread Kovacs, Robert
Hello, I would like to initiate a new feature request for TomCat connectors, but I've founded only possibilities reporting bugs. Thanks: Robert -Original Message- From: David Delbecq [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 11, 2007 4:13 PM To: Tomcat Users List

Re: post new service request

2007-12-11 Thread Pid
Kovacs, Robert wrote: Hello, I would like to initiate a new feature request for TomCat connectors, but I've founded only possibilities reporting bugs. enhancement is an option in bugzilla. p Thanks: Robert -Original Message- From: David Delbecq [mailto:[EMAIL PROTECTED]

RE: post new service request

2007-12-11 Thread Kovacs, Robert
Thank you, I'll summarize my feature request and communicate it to this list. Thanks again: Robert -Original Message- From: David Delbecq [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 11, 2007 4:30 PM To: Tomcat Users List Subject: Re: post new service request The first

JkMount changing webapp context

2007-12-11 Thread Carlo Montanari
I'm not sure whether this is the best mailing list for the question, feel free to blame me if it isn't. I have a simple configuration with apache 2.2.6, mod_jk 1.2.25 and tomcat 6.0.14. In tomcat I have a web application running, say /myapp, that I want to publish in apache as the root

Re: JkMount changing webapp context

2007-12-11 Thread Pid
Carlo Montanari wrote: I'm not sure whether this is the best mailing list for the question, feel free to blame me if it isn't. I have a simple configuration with apache 2.2.6, mod_jk 1.2.25 and tomcat 6.0.14. In tomcat I have a web application running, say /myapp, that I want to publish in

RE: JkMount changing webapp context

2007-12-11 Thread Caldarale, Charles R
From: Carlo Montanari [mailto:[EMAIL PROTECTED] Subject: JkMount changing webapp context In other words, when the users ask for http://www.myapphost.tld/, they should see the content of http://localhost:8009/myapp/ For a Tomcat-only solution, define as many Host elements in server.xml

Re: Apache cross-site scripting attacks vulnerability solution

2007-12-11 Thread Mark Thomas
Yulius wrote: Hi all, Currently we are having a system that is using Apache Tomcat 4.1.3 Our customer has been asking us to implements some sort of security for 413 error page by adding the 'ErrorDocument 413' statement to the Apache configuration file to disable the default 413 error

Tomcat 5.5.25 and jvm version support

2007-12-11 Thread Tony Anecito
Hi All, What is the latest version of the Sun jvm that is supported by Tomcat 5.5.25? Thanks, -Tony Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs

RE: Tomcat 5.5.25 and jvm version support

2007-12-11 Thread Caldarale, Charles R
From: Tony Anecito [mailto:[EMAIL PROTECTED] Subject: Tomcat 5.5.25 and jvm version support What is the latest version of the Sun jvm that is supported by Tomcat 5.5.25? 5.5.25 seems to run fine on the latest JRE/JDK 6 Update 3. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL

RE: Tomcat 5.5.25 and jvm version support

2007-12-11 Thread Tony Anecito
Thanks I appreciate the feedback. Regards, -Tony --- Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Tony Anecito [mailto:[EMAIL PROTECTED] Subject: Tomcat 5.5.25 and jvm version support What is the latest version of the Sun jvm that is supported by Tomcat 5.5.25? 5.5.25

6.0.14 Logging

2007-12-11 Thread Tom Moore
It seems that one of the one of the dependencies for building a new tomcat-juli.jar file has been superceded. When I followed the directions for enabling logging in 6.0.14 (http://tomcat.apache.org/tomcat-6.0-doc/logging.html), I found that I needed to do a bit of editing on the

ques abt DDL

2007-12-11 Thread minky arora
Hi Gurus, I know this is a Tomcat mailing list..I have a basic question about DDL and am hoping someone would give me an answer. I have been given a schema of a DB which will eventually be deployed on Tomcat Server.Now I need to extract the DDL for this.I am very new to Oracle.This schema has

RE: ques abt DDL

2007-12-11 Thread Palat, Anil
Minky, Though Iam not a SQL guru, I use Toad for all my Oracle needs. You can try that -Original Message- From: minky arora [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 11, 2007 5:03 PM To: users@tomcat.apache.org Subject: ques abt DDL Hi Gurus, I know this is a Tomcat mailing

Re: ques abt DDL

2007-12-11 Thread minky arora
Ok,,Thanks..I will try that.So do I need any other files with to extract DDL? I mean if I were to give this schema to someone else,can he/she generate DDL just on the basis of the schema? On 12/11/07, Palat, Anil [EMAIL PROTECTED] wrote: Minky, Though Iam not a SQL guru, I use Toad for all my

RE: ques abt DDL

2007-12-11 Thread Palat, Anil
H..this is not the place to discuss this topic. Definitely someone will kick us out from the tomcat list :-) I'll send it to ur gmail id. Is that ok? -Original Message- From: minky arora [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 11, 2007 5:19 PM To: Tomcat Users

Re: ques abt DDL

2007-12-11 Thread Venkat Venkataramanan
Min: Tools such as SQL Navigator, Toad, ERWin, S-Designer have the capability to reverse-engineer a database. Venki On Dec 11, 2007 5:03 PM, minky arora [EMAIL PROTECTED] wrote: Hi Gurus, I know this is a Tomcat mailing list..I have a basic question about DDL and am hoping someone would

Re: AccessControlException in Coyote Http11Processor (Tomcat 6.0.14). Bug in Coyote ?

2007-12-11 Thread Mark Thomas
Delian Krustev wrote: On Wed, 05 Dec 2007 22:13:00 + Mark Thomas wrote: I am beginning to think that http://svn.apache.org/viewvc?view=revrev=505593 introduced a subtle timing issue. If Tomcat internal code causes Constants to be loaded, everything is fine. If the webapp code causes

apxs problem

2007-12-11 Thread Dan Ciarniello
I am putting together RPMs for apache and tomcat and I want to include the mod_jk connector with the apache RPM but I get an error that apxs cannot be found even though I give the full path to apxs. The commands that I do are (in apache) ./configure --enable-ssl=shared --enable-so

Re: ques abt DDL

2007-12-11 Thread david delbecq
oracle sql developper and tora both have a data/schema extraction feature minky arora a écrit : Hi Gurus, I know this is a Tomcat mailing list..I have a basic question about DDL and am hoping someone would give me an answer. I have been given a schema of a DB which will eventually be deployed

Re: [OT] Help with java Lists

2007-12-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David, You need a collection that is: David kerber wrote: I need to have some kind of list or collection that I can search quickly for a specific entry Hashed and then start stepping through the list item by item from that point. Linked The

Re: Help with java Lists

2007-12-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Steve, Steve Ochani wrote: Keeping less data in each node should make searching the list fast. Huh? I'm pretty sure that pointer dereferencing performance does not depend on memory size (ignoring memory paging, of course). - -chris -BEGIN PGP

Re: DCOM problem in Tomcat 6 on Windows

2007-12-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Karsten, You didn't mention if you were running Tomcat as a service. I'll assume you are. Karsten Silz wrote: The call to CoCreateInstanceEx in the DLL is returning an error code of 0x800706BA, which translates to the message The RPC server is

Re: apxs problem

2007-12-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dan, Dan Ciarniello wrote: I am putting together RPMs for apache and tomcat and I want to include the mod_jk connector with the apache RPM :( Don't do that; instead, have a separate RPM that just contains mod_jk and maybe a script to install it

Re: apxs problem

2007-12-11 Thread Dan Ciarniello
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dan, Dan Ciarniello wrote: I am putting together RPMs for apache and tomcat and I want to include the mod_jk connector with the apache RPM :( Don't do that; instead, have a separate RPM that just contains

NotSerializableException - CoyotePrincipal

2007-12-11 Thread Murilo Rodrigues
Hi, I´m getting a NotSerializableException for the object CoyotePrincipal. I´m pretty sure my application is not putting this object directly in the session, since I would not even know to get a reference to it. The complete stack trace is shown bellow, and also the server.xml configured for

Re: [OT] Help with java Lists

2007-12-11 Thread David Kerber
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David, You need a collection that is: David kerber wrote: I need to have some kind of list or collection that I can search quickly for a specific entry Hashed and then start stepping through the list item

Re: Turning off jsessionid

2007-12-11 Thread curunir
Since you were curious why someone would want to disable URL rewriting, I can tell you why we had to do this. For our client, it was taken for a given that users would be frequently copying/pasting URLs in emails and IMs to other users. It's not a necessary part of our application, but we all